body * {
    font-family: 'Lato', sans-serif;
}

.home-logo img{
    width: 20%;
}
.sticky .home-logo img{
    width: 20%;
}
.home-logo{margin-top: 4px !important}
.sticky .home-logo {
    margin-top: 0px !important;
}
.header-bar {
    height: 80px !important;
}
.news-feed{
    margin-top: 20px;
    margin-bottom: 20px;
}
.feed-title a{
    font-size: 20px;
    color: #44454f;
    font-weight: 500;
    line-height: 22px;
}
.feed-title a:hover, .feed-title a:focus{
    text-decoration: none;
    color: #001aed;
}
.news-feed ul .feed-item{
    margin-bottom: 14px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05), 0 0 2px 0 rgba(0, 0, 0, .1), 0 1px 0 0 rgba(0, 0, 0, .05);
    padding: 13px;
}
.sites-title {
    color: #fff;
}
.sites-title:hover {
    text-decoration: none;
    color: #fff;
}
.feed-item .news-list {
        margin-bottom: 18px;
    padding: 12px;
    min-height: 188px;
    /* margin-top: 23px; */
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05), 0 0 2px 0 rgba(0, 0, 0, .1), 0 1px 0 0 rgba(0, 0, 0, .05);
}
.news-list .feed-title {
    margin-bottom: 10px;
}
.news-list  .feed-description {
    margin-top: 7px;
    color: #888;
}
.news-feed .title-news {
    margin-bottom: 23px;
    /* box-shadow: 0 0px 2px 0 rgba(51, 51, 51, 0.26); */
    padding: 17px 0 12px;
}
.news-feed .title-news h3{
    font-weight: 700;
    color: #44454f;
    font-size: 30px;
    text-align: center;
    line-height: 33px;
}
.news-feed .feed-date em{
color: #888;
}
.privacy-policy-page {
    margin: 30px 0;
}
.privacy-policy-page p{margin: 0 0 12px; font-size: 15px;}
.privacy-policy-page h3{margin-bottom: 13px;}
.privacy-policy-page .tips{margin-left: 17px; font-size: 15px;}
.tips .business-point li{list-style-type: disc;margin-bottom: 12px; font-size: 15px;}
.privacy-policy-page .site-link, .privacy-policy-page .site-link:hover {color: #001aed; text-decoration: none;}
.footer-menu .privacy a, .footer-menu .privacy a:hover{color: #fab243; text-decoration: none;font-weight: 500;}
.foot-copyright p {
    color: #fff;
}