/* <=== header ===> */
#ldp-header{
    position: relative;
    z-index: 112;
}
.ldpheader{
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 63, 141, 0.1);
}
.ldpheader .hdgrip{
    display: flex;
}
.ldpheader .hdgrip .mcol{
    width: 170px;
}
.ldpheader .hdgrip .hcol{
    width: calc(100% - 170px);
    border-left: 1px solid #e6e6e6;
}
.ldlogohead{
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 10px 20px;
}
.ldinfohead{
    display: flex;
    align-items: center;
    align-content: center;
    padding: 15px;
    height: 100%;
}
.ldinfohead .ifgrip{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0 -10px;
    width: 100%;
}
.ldinfohead .ifgrip > div{
    padding: 0 10px;
}
.ldnamehead, .ldnamehead h1, .ldnamehead h2{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
} 
.ldlinkhead a{
    display: block;
    font-size: 15px;
    line-height: 22px;
    padding: 9px 20px;
    background-color: #003f8d;
    color: #fff;
    border-radius: 5px;
}
.ldlinkhead a:hover{
    background-color: #e22128;
}
/* <=== header ===> */

/* <=== footer ===> */
.ldpfooter{
    padding: 38px 0;
    background-color: #164399;
}
.ldpfooter, .ldpfooter a{
    color: #fff;
}
.ldlinkfoot{
    text-align: center;
}
.ldlinkfoot a{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.ldlinkfoot a span{
    display: block;
    margin-bottom: 10px;
}
.ldlinkfoot a span:last-child{
    margin-bottom: 0;
}
.ldlinkfoot a i{
    font-size: 20px;
}
/* <=== footer ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== header ===> */
    .ldpheader .hdgrip .mcol{
        width: 132px;
    }
    .ldpheader .hdgrip .hcol{
        width: calc(100% - 132px);
    }
    .ldinfohead .ifgrip .ycol{
        display: none;
    }
    .ldlogohead{
        padding: 8px 10px;
    }
    .ldinfohead{
        padding: 15px 10px 15px 14px;
    }
    .ldnamehead, .ldnamehead h1, .ldnamehead h2{
        font-size: 18px;
        line-height: 30px;
    }
    .ldinfohead .ifgrip{
        margin: 0;
    }
    .ldinfohead .ifgrip > div{
        padding: 0;
    }
    /* <=== header ===> */

    /* <=== footer ===> */
    /* <=== footer ===> */
}
@media all and (max-width: 767px){
    
}