/* sticky Navi */
/*#header{
    position: relative;
}*/
.section-sticky.sticky#download-section{
    box-shadow: none;
}
.boxshadow.sticky-container {
    box-shadow: initial;
    background: transparent;
}
.section-sticky.sticky{
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 100%;
    z-index: 10;
    padding: 0 !important;
    display: none;
}
.section-sticky.sticky{
    display: block;
	    animation: smoothScroll 1s forwards;
}
body.scrolled .section-sticky{
    top: 82px;
}
.section-sticky .sticky-title{
    display: none;
    padding-top: 25px;
    padding-bottom: 15px;
    box-shadow: 0px 5px 15px 0px rgba(0, 63, 111, 0.1);
    background-color: #fff;
    cursor: pointer;
}
.section-sticky.sticky .sticky-title{
    display: block;
}
.section-sticky .sticky-title h5,
.section-sticky .sticky-title h2{
    padding-left: 30px;
    font-weight: bold;
    font-size: 18px;
}
.section-sticky .sticky-title h5:before,
.section-sticky .sticky-title h2:before{
    content: '\A';
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%) rotate(45deg);
    display: inline-block;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-color: #003f6f;
    padding: 3px;
    margin-left: 15px;

}
.section-sticky.open .sticky-title h5:before,
.section-sticky.open .sticky-title h2:before{
    top: 55%;
    transform: translateY(-50%) rotate(-135deg);
}
.section-sticky a,
.section-sticky {
    font-weight: bold;
    color: #003f6f;
}
.section-sticky.sticky .sticky-list-item{
    display: none;
    padding: 30px 0;
    box-shadow: 0 5px 5px 0px rgba(0, 63, 111, 0.1)
}
.section-sticky.sticky.open .sticky-list-item{
    display: block;
    padding-bottom: 56px;
}
.section-sticky .list-download li.item-download{
    margin-bottom: 20px;
}
.section-sticky .list-download li.item-download i{
    margin-right: 20px;
}