:root {
    --blue-color: #0099d6;
    --day-color: #f79d1e;
    --exo2: 'Exo2', sans-serif
}

.np-l {
    padding-left: 0 !important
}

.np-r {
    padding-right: 0 !important
}

.blog-main .container h1 {
    text-align: left;
    margin-bottom: 35px
}

.blog-sub-title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--blue-color)
}

.blog-categ-item {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
    border-left: 4px solid var(--blue-color);
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease
}

.blog-categ-item:hover {
    background: #0000004a
}

.blog-categ-item:hover {
    border-left: 8px solid var(--day-color)
}

.blog-categ-item:hover .blog-categ-text {
    background: var(--day-color);
    bottom: 30px
}

.iconb {
    fill: #0099d6
}

.nav-pills a:hover .iconb {
    fill: #fff
}

.active .iconb {
    fill: #fff
}

.animate_title {
    background: #0099d6;
    color: white !important;
    padding: 10px
}

.animate_title:hover {
    background: var(--day-color)
}

.blog-categ-text {
    position: absolute;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    bottom: 0;
    left: 0;
    color: white;
    font-family: var(--exo2);
    z-index: 1;
    padding: 10px 10px 10px 2px;
    background: var(--blue-color);
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease
}

.blog-section {
    margin-bottom: 40px
}

.slide img {
    margin: auto
}

.slide {
    padding: 30px 0
}

.slide-text {
    color: var(--blue-color);
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    padding: 10px 15px 0
}

.video-section {
    position: relative
}

.arrows-sl {
    position: absolute;
    top: calc(50% - 19px)
}

.arrows-sl:hover {
    cursor: pointer
}

#prev-sl {
    left: -30px
}

#next-sl {
    right: -30px
}

#next-sl img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slick-slide {
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s
}

.slick-center {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s
}

#old-v {
    margin-top: 20px
}

.nav-pills > li.active a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: var(--blue-color) !important
}

.nav-pills > li:not(.active) a:hover {
    background-color: #f79d1e !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff
}

section h3 {
    display: inline-block;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease
}

section:hover h3 {
    margin-bottom: 0;
    padding: 10px !important;
    color: white;
    background: var(--blue-color);
    display: inline-block
}

#new-v {
    background: white;
    box-shadow: 1px 1px 50px 50px white
}

.new-version-blog {
    display: flex;
    flex-direction: column
}

.old-version-blog {
    display: none
}

.row-dg-blog-section {
    height: 400px;
    margin: 0 !important;
    padding: 0 !important
}

#new-v .dg_animate {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    padding: 0;
    background-position: 50% 50%;
    background-size: cover
}

#new-v .animated {
    -webkit-animation: display 0.5s cubic-bezier(.55, 0, .1, 1) forwards;
    -o-animation: display 0.5s cubic-bezier(.55, 0, .1, 1) forwards;
    animation: display 0.5s cubic-bezier(.55, 0, .1, 1) forwards
}

.theme_of_day h3 {
    color: var(--day-color);
    font-weight: 600
}

.theme_of_day .blog-categ-text {
    background: var(--day-color)
}

.theme_of_day .blog-categ-item {
    border-left: 4px solid var(--day-color)
}

.theme_of_day .blog-categ-item:hover {
    border-left: 8px solid var(--blue-color)
}

.theme_of_day .blog-categ-item:hover .blog-categ-text {
    background: var(--blue-color);
    bottom: 30px
}

@keyframes display {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@-o-keyframes display {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@-ms-keyframes display {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes display {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes display {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@media (max-width: 992px) {
    .blog-categ-item {
        min-height: 300px
    }

    .row-dg-blog-section {
        height: auto
    }
}
