:root {
    --color-link: #79cb38;
    --color-btn: #79cb38;
    --color-btn-txt: #fff;
    --color-text: #fff;
    --color-text-white: #FFFFFF;
    --color-title: #fff;
    --color-bg-1: #191919;
    --color-bg-2: #2f2f2f;
    --color-bg-3: #000;
    --color-red: #fa2053;
    --font-title: Teko;
    --font-text: Raleway;
}

/* Fonts size */
h1, .h1 {
    font-size: 70px;
}
h1.center-title span {
    height: 70px;
}
h2, .h2 {
    font-size: 50px;
}
h2.center-title span {
    height: 50px;
}

h3, .h3,
h3 > a, .h3 > a {
    font-size: 34px;
}

@media (max-width: 480px) {
    h1, .h1 {
        font-size: 40px;
    }
    h2, .h2 {
        font-size: 34px;
    }
    h3, .h3,
    h3 > a, .h3 > a {
        font-size: 28px;
    }
}
.header-group,
#news-feed .news-feed-big .nf-item .nf-content {
    background-color: rgba(0,0,0,.6);
}
.nav-menu ul.navbar-nav > li > a {
    font-size: 26px;
}
#home-slideshow h1.center-title {
    font-size: 90px;
}
#home-slideshow h1.center-title span {
    font-size: 30px;
}
.box-shaddow {
    box-shadow: 0 1px 15px 0 rgba(255,255,255,.07);
}
#scroll-to-top {
    background :var(--color-btn);
}
.list-news {
    border: 2px solid rgba(255,255,255,.05);
}

.content-news .content-right > div {
    border-left: 2px solid rgba(255,255,255,.05);
    border-top: 2px solid rgba(255,255,255,.05);
}

.grid-item .around-item-w .comment-item-w {
    background: rgba(255,255,255,.05);
}

.fullwidth-btn {
    background-color: var(--color-btn);
}
.content-news .owl-nav button i, .content-news .owl-nav button:hover i,
.section-footer .content-footer .col-footer.right-social-info a i,
.section-footer .content-footer .col-footer.right-social-info a:hover i {
    color: var(--color-bg-2);
}