.frmdocument{
    background-color: #eef2f6;
    padding: 10px 0;
}
.frmdocument .inner{
    max-width: 570px;
    margin: 0 auto;
    position: relative;
}
.frmdocument input{
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: none;
    padding: 0 40px 0 15px;
}
.frmdocument button{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background-color: transparent;
    border: none;
    font-size: 20px;
}
.frmdocument button i{
    font-size: 20px;
}

.iidocumentss{
    margin-bottom: 20px;
}
.iidocumentss .dccontinfo{
    max-width: 1080px;
    margin: 0 auto;
}
.grdocument{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin: 0 -45px;
}
.grdocument > div{
    padding: 0 45px;
    width: 25%;
}
.itemdocument{
    position: relative;
    z-index: 1;
}
.itemdocument .thumb{
    position: relative;
    display: block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: right;
}
.itemdocument .thumb::before{
    content: '';
    display: block;
    width: 90%;
    height: 1em;
    background-color: rgba(0,0,0,.35);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 10%;
    bottom: -10px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    z-index: -5;
}
.itemdocument .thumb:hover{
    transform: translateY(-10px);
}
.itemdocument .thumb img{
    margin-left: auto;
}

.itemdocument .dstitle{
    margin-bottom: 5px;
}
.itemdocument .dstitle, .itemdocument .dstitle h3, .itemdocument .dstitle a{
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
}
.itemdocument .dstend{
    font-size: 14px;
    line-height: 22px;
    color:#1767b3;
}

.iidocumentss .linedoc{
    position: relative;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 30px solid #a5a5a5;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: -10px;
    z-index: 0;
    margin-bottom: 30px;
    padding: 0 10px;
}
.iidocumentss .linedoc::after{
    content: '';
    background-color: #686868;
    height: 20px;
    width: calc(100% + 40px);
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 -20px;
}
.itemdocument .decs{
    margin-bottom: 20px;
}
.thefiledoc img{
    width: 100%;
}

/* ================detail======================= */
.slcatelo img{
    width: 100%;
}
#dloadheader .dlheader{
    padding: 4.46px 10px;
    position: relative;
}
.dlheader .grhead{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.dlheader .dllogo{
    display: flex;
    align-content: center;
    align-items: center;
}
.dlheader .dllogo .tlogo{
    width: 50px;
}
.dlheader .dllogo .dlogo{
    font-family: 'Barlow';
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: bold;
}
.dlheader .dllogo .dlogo span{
    color: #1767b3;
}
.dlheader .dltool{
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}
.dlheader .dltool ul{
    display: flex;
    align-content: center;
    align-items: center;
}
.dlheader .dltool ul li{
    margin-right: 15px;
}
.dlheader .dltool ul li:last-child{
    margin-right: 0;
}
.dlheader .dltool li a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}
.dlheader .dltool .tlinfomation.active a {
    color: #1767b3;
}
.dlheader .dltool li a i{
    font-size: 15px;
}
.dlheader .dltool li a span{
    margin-left: 8px;
}
.dlheader .infpopup {
    position: absolute;
    top: 100%;
    background-color: #fff;
    border-top: 2px solid #bbbbbb;
    width: 270px;
    right: 0px;
    padding: 10px 20px 30px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
}
.dltool .tlinfomation.active .infpopup{
    opacity: 1;
    pointer-events: auto;
}
.dlheader .infpopup .title{
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}
.dlheader .infpopup .date{
    margin-bottom: 10px;
    color: #1767b3;
}
/* ================detail======================= */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){

    .itemdocument .tcol{
        width: 148px;
    }
    .itemdocument .dcol{
        width: calc(100% - 148px);
    }
    .itemdocument .dstend{
        font-size: 14px;
        line-height: 22px;
    }
    .itemdocument .dstitle, .itemdocument .dstitle h3, .itemdocument .dstitle a{
        font-size: 14px;
        line-height: 22px;
    }
    /* ================detail======================= */
    .itemdownload{
        padding: 10px;
    }
    .itemdownload .namedown .icon{
        width: 30px;
    }
    .itemdownload .namedown .title{
        width: calc(100% - 30px);
        padding-left: 15px;
        font-size: 14px;
        line-height: 22px;
    }
    .itemdownload .grlink .txt{
        display: none;
    }
    .itemdownload .dldown a, .itemdownload .dlview a{
        width: 40px;
        height: 40px;
    }
    .itemdownload .grdow .coll{
        width: calc(100% - 111px);
    }
    .itemdownload .grdow .colr {
        width: 111px;
    }
    .dlheader .infpopup{
        right: 0;
    }
    .dlheader .dltool li a i{
        font-size: 20px;
        line-height: 30px;
    }
    .grdocument{
        margin: 0 ;
    }
    .grdocument > div{
        padding: 0 20px;
    }
    /* ================detail======================= */
}
@media all and (max-width: 767px){
    .iidocumentss{
        margin-bottom: 10px;
    }
    .grdocument{
        margin: 0;
    }
    .grdocument > div{
        width: 50%;
        padding: 0 10px;
    }
    .dlheader .infpopup{
        width: 100%;
    }
    .iidocumentss .dccontinfo{
        padding: 0 20px;
    }
    .iidocumentss .linedoc{
        max-width: calc(100% + 40px);
        margin-left: -20px;
        width: calc(100% + 40px);
        flex: 0 0  calc(100% + 40px);
    }
    .dlheader .dltool li a{
        display: block;
        text-align: center;
    }
    .dlheader .dltool li a span{
        width: 100%;
        margin-left: 0;
        display: block;
    }
}