

* {
    font-family: "Readex Pro", sans-serif
}

picture, .img-cont {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
    float: right
}

    picture:after, .img-cont:after {
        content: "";
        display: block;
        width: 100%;
        padding-top: 56.25%
    }

    picture img, .img-cont img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

a {
    text-decoration: none;
    transition: all .3s ease 0s;
    color: #000
}

    a:hover {
        color: #347dec
    }

.bg-gradient {
    background: #347dec;
    background: linear-gradient(to bottom, #347dec 0%, 14466b 100%)
}

.swiper-button-next, .swiper-button-prev {
    color: #222 !important
}

img {
    max-width: 100%;
    height: auto
}

.hide {
    display: none
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

svg.icon {
    width: 18px;
    height: 18px;
    max-width: 100%;
    max-height: 100%;
    transition: all .35s
}

svg {
    overflow: hidden;
    vertical-align: middle
}

.hide, .d-none {
    display: none
}

*, *::before, *::after {
    box-sizing: border-box
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

h1, h2, h3, h4, h5 {
    margin: 0
}

body {
    margin: 0;
    padding: 0;
    background: #fff
}

button {
    outline: 0;
    border: 0;
    outline: 0;
    background: transparent;
    cursor: pointer
}

    button:hover, button:focus {
        outline: 0
    }

    button.btn-primary {
        background: #222;
        color: #fff
    }

        button.btn-primary:hover {
            background: #347dec;
            color: #fff
        }

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #909090;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
/*!
 * Bootstrap Grid v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
    margin-left: auto;
    margin-right: auto
}

@media(min-width: 576px) {
    .container-sm, .container {
        max-width: 540px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-left: calc(var(--bs-gutter-x) / -2);
    margin-right: calc(var(--bs-gutter-x) / -2)
}

    .row > * {
        box-sizing: border-box;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-left: calc(var(--bs-gutter-x) / 2);
        padding-right: calc(var(--bs-gutter-x) / 2);
        margin-top: var(--bs-gutter-y)
    }

.col {
    -webkit-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto > * {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4 > * {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%
}

.col-2 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-3 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
}

.col-5 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%
}

.col-6 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%
}

.col-8 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%
}

.col-9 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%
}

.col-11 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%
}

.col-12 {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

@media(min-width: 576px) {
    .col-sm {
        -webkit-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-sm-2 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-3 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-sm-5 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-sm-6 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-sm-8 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-sm-9 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-sm-11 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-sm-12 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media(min-width: 768px) {
    .col-md {
        -webkit-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-md-2 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-3 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-md-5 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-md-6 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-md-8 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-md-9 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-md-11 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-md-12 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media(min-width: 992px) {
    .col-lg {
        -webkit-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .col-lg-auto {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-lg-2 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-3 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-lg-5 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-lg-6 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-lg-8 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-lg-9 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-lg-11 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-lg-12 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        -webkit-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-xl-2 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-3 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xl-5 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-xl-6 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xl-8 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xl-9 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xl-11 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-xl-12 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media(min-width: 1400px) {
    .col-xxl {
        -webkit-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-xxl-2 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-3 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xxl-5 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-xxl-6 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xxl-8 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xxl-9 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xxl-11 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-xxl-12 {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .d-inline {
        display: inline !important
    }

    .d-inline-block {
        display: inline-block !important
    }

    .d-block {
        display: block !important
    }

    .d-grid {
        display: grid !important
    }

    .d-table {
        display: table !important
    }

    .d-table-row {
        display: table-row !important
    }

    .d-table-cell {
        display: table-cell !important
    }

    .d-flex {
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-inline-flex {
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }

    .d-none {
        display: none !important
    }

    .flex-fill {
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-row {
        -webkit-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-column {
        -webkit-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-grow-0 {
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important
    }

    .flex-grow-1 {
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important
    }

    .flex-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-wrap {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-nowrap {
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-start {
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important
    }

    .justify-content-end {
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important
    }

    .justify-content-center {
        -webkit-justify-content: center !important;
        justify-content: center !important
    }

    .justify-content-between {
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important
    }

    .justify-content-around {
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important
    }

    .justify-content-evenly {
        -webkit-justify-content: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-start {
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }

    .align-items-end {
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important
    }

    .align-items-center {
        -webkit-align-items: center !important;
        align-items: center !important
    }

    .align-items-baseline {
        -webkit-align-items: baseline !important;
        align-items: baseline !important
    }

    .align-items-stretch {
        -webkit-align-items: stretch !important;
        align-items: stretch !important
    }

    .align-content-start {
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important
    }

    .align-content-end {
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important
    }

    .align-content-center {
        -webkit-align-content: center !important;
        align-content: center !important
    }

    .align-content-between {
        -webkit-align-content: space-between !important;
        align-content: space-between !important
    }

    .align-content-around {
        -webkit-align-content: space-around !important;
        align-content: space-around !important
    }

    .align-content-stretch {
        -webkit-align-content: stretch !important;
        align-content: stretch !important
    }

    .align-self-auto {
        -webkit-align-self: auto !important;
        align-self: auto !important
    }

    .align-self-start {
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important
    }

    .align-self-end {
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important
    }

    .align-self-center {
        -webkit-align-self: center !important;
        align-self: center !important
    }

    .align-self-baseline {
        -webkit-align-self: baseline !important;
        align-self: baseline !important
    }

    .align-self-stretch {
        -webkit-align-self: stretch !important;
        align-self: stretch !important
    }
}

html.pushbar_locked {
    overflow: hidden;
    touch-action: none
}

.pushbar_locked .pushbar_main_content.pushbar_blur {
    -webkit-filter: blur(15px);
    filter: blur(15px)
}

.pushbar_overlay {
    z-index: -999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    will-change: opacity;
    transition: opacity .5s ease;
    opacity: 0;
    background: #3c3442
}

html.pushbar_locked .pushbar_overlay {
    opacity: .8;
    z-index: 999
}

[data-pushbar-id] {
    z-index: 1000;
    position: fixed;
    overflow-y: auto;
    will-change: transform;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    background: #fff
}

[data-pushbar-direction=left][data-pushbar-id], [data-pushbar-direction=right][data-pushbar-id] {
    top: 0;
    width: 256px;
    max-width: 100%;
    height: 100%
}

[data-pushbar-direction=top][data-pushbar-id], [data-pushbar-direction=bottom][data-pushbar-id] {
    left: 0;
    width: 100%;
    min-height: 150px
}

[data-pushbar-direction=left][data-pushbar-id] {
    left: 0;
    -webkit-transform: translateZ(0) translateX(-100%);
    transform: translateZ(0) translateX(-100%)
}

[data-pushbar-direction=right][data-pushbar-id] {
    right: 0;
    -webkit-transform: translateZ(0) translateX(100%);
    transform: translateZ(0) translateX(100%)
}

[data-pushbar-direction=top][data-pushbar-id] {
    top: 0;
    -webkit-transform: translateZ(0) translateY(-100%);
    transform: translateZ(0) translateY(-100%)
}

[data-pushbar-direction=bottom][data-pushbar-id] {
    bottom: 0;
    -webkit-transform: translateZ(0) translateY(100%);
    transform: translateZ(0) translateY(100%)
}

[data-pushbar-id].opened {
    display: block;
    -webkit-transform: translateX(0px) translateY(0px) !important;
    transform: translateX(0px) translateY(0px) !important
}

.container {
    width: 100%;
    max-width: 100%
}

@media(min-width: 1300px) {
    .container {
        width: calc(100% - 360px);
        max-width: 1200px
    }
}

@-moz-document url-prefix() {
    .container .row {
        float: right;
        width: calc(100% + 22px)
    }
}

.container .right-col {
    width: 100%
}

@media(min-width: 1300px) {
    .container .right-col {
        width: calc(100% - 320px)
    }
}

@media(min-width: 1500px) {
    .container .right-col {
        width: calc(100% - 320px)
    }
}

.container .left-col {
    width: 100%
}

@media(min-width: 1300px) {
    .container .left-col {
        width: 320px
    }
}

.nav-side-menu {
    content-visibility: auto;
    float: right;
    width: 100%;
    height: 100%;
    background: #347dec;
    padding: 15px
}

    .nav-side-menu .brand {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
        text-align: center;
        float: right;
        height: 64px;
        box-shadow: 0px 3px 6px rgba(0,0,0,.16);
        display: block
    }

        .nav-side-menu .brand img {
            height: 100%;
            width: auto;
            display: inline-block
        }

        .nav-side-menu .brand .close {
            position: absolute;
            width: 38px;
            height: 38px;
            top: 10px;
            left: 10px;
            border: 4px solid #18191a;
            border-radius: 50%;
            background: #222
        }

            .nav-side-menu .brand .close .icon {
                width: 38px;
                height: 38px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                fill: #fff
            }

            .nav-side-menu .brand .close:hover {
                background: #347dec
            }

                .nav-side-menu .brand .close:hover .icon {
                    fill: #fff
                }

    .nav-side-menu .menu-list {
        height: calc(100% - 60px);
        overflow-y: scroll;
        overflow-x:hidden;
        float: right;
        width: 100%;
        border-radius: 10px;
        margin-bottom: 10px;
        -webkit-overflow-scrolling: touch
    }

        .nav-side-menu .menu-list .nav {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
            padding-right: 0;
            padding: 0;
            margin: 0
        }

            .nav-side-menu .menu-list .nav .nav-item {
                border-bottom: 1px solid #2f3031;
                position: relative;
                transition: all .35s;
                float: right;
                width: 100%;
                color: #fff
            }

                .nav-side-menu .menu-list .nav .nav-item.dropdown-menu {
                    height: 0;
                    overflow: hidden;
                    opacity: 0;
                    border-bottom: 1px solid #347dec;
                    background: #f4f4f4;
                    transition: all .3s;
                    padding-right: 10px
                }

                    .nav-side-menu .menu-list .nav .nav-item.dropdown-menu .nav-item {
                        border-bottom: 1px solid #fff
                    }

                    .nav-side-menu .menu-list .nav .nav-item.dropdown-menu.show {
                        height: auto;
                        opacity: 1
                    }

                .nav-side-menu .menu-list .nav .nav-item.active a {
                    background: #f4f4f4
                }

                .nav-side-menu .menu-list .nav .nav-item a {
                    display: block;
                    float: right;
                    width: 100%;
                    color: #fff;
                    font-weight: 700;
                    font-size: 16px;
                    font-size: 1.2rem;
                    padding: 9px 10px 9px 0;
                    position: relative
                }

                    .nav-side-menu .menu-list .nav .nav-item a:after {
                        content: "";
                        right: 0;
                        top: 0;
                        height: 100%;
                        width: 0;
                        position: absolute;
                        background: linear-gradient(to right, #347dec 0%, #222 100%);
                        transition: all .6s ease-in;
                        z-index: -1
                    }

                    .nav-side-menu .menu-list .nav .nav-item a .icon {
                        fill: #347dec;
                        height: 11px;
                        position: relative;
                        text-align: left;
                        line-height: 34px;
                        display: inline-block;
                        width: 20px
                    }

                    .nav-side-menu .menu-list .nav .nav-item a h2 {
                        display: inline-block;
                        width: calc(100% - 26px);
                        margin: 0 !important;
                        font-size: inherit !important;
                        line-height: inherit !important;
                        font-weight: 700;
                        font-weight: inherit !important
                    }

                    .nav-side-menu .menu-list .nav .nav-item a:hover {
                        background: #18191a;
                        color: #fff
                    }

                        .nav-side-menu .menu-list .nav .nav-item a:hover:after {
                            width: 100%
                        }

        .nav-side-menu .menu-list .flex-column {
            -webkit-flex-direction: column !important;
            flex-direction: column !important
        }

    .nav-side-menu .badges {
        margin: 5px 0;
        padding: 0;
        text-align: center
    }

        .nav-side-menu .badges a {
            margin: 0px 0;
            height: 35px
        }

    .nav-side-menu .social {
        text-align: center;
        background: #242526;
        float: right;
        width: 100%;
        border-radius: 10px
    }

        .nav-side-menu .social a {
            margin: 5px;
            width: 36px;
            height: 36px;
            line-height: 36px
        }

.adfull {
    width: 100%;
    margin-bottom: 20px;
    -webkit-justify-content: center;
    justify-content: center
}

    .adfull .cont {
        display: inline-block;
        float: none
    }

        .adfull .cont img {
            max-width: 100%;
            height: auto
        }

.adfull {
    float: right;
    width: 100%;
    text-align: center;
    max-width: 100%;
    overflow-x: hidden;
    margin-bottom: 20px;
    text-align: center;
    position: relative
}

    .adfull.a728 .cont {
        max-width: 728px;
        min-height: 90px
    }

    .adfull.a336 .cont {
        max-width: 336px
    }

    .adfull.a300 .cont {
        max-width: 300px
    }

    .adfull .cont {
        display: inline-block
    }

.stickyL, .stickyR {
    position: fixed;
    top: 60px;
    width: 100%
}

.stick {
    width: 160px;
    height: 600px;
    display: none;
    top: 0 !important
}


.txt-cont p.date {
    text-align: left;
    font-size: 12px !important;
    margin-top: -8px;
    margin-bottom: 0px;
}

@media(min-width: 1200px) {
    .stick {
        display: block
    }
}

.stick .sponser {
    width: 160px;
    height: 600px
}

.stick-r {
    margin-right: -170px;
    float: right
}

.stick-l {
    margin-left: -170px;
    float: left;
    height: 600px
}

.cat {
    color: #fff;
    padding: 3px 10px;
    background: #222 !important;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 33;
    font-weight: bold;
    font-size: 13px
}

.img-cont {
    float: right;
    width: 100%;
    overflow: hidden
}

    .img-cont .icn-cont {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        z-index: 33;
        fill: #fff;
        width: 32px;
        height: 32px;
        background-color: rgba(225,10,26,.3);
        padding: 5px;
        text-align: center
    }

.txt-cont {
    float: right;
    width: 100%;
    padding: 10px
}

    .txt-cont .cat {
        position: relative;
        float: right;
        top: auto;
        right: auto;
        margin-bottom: 10px;
        background: #347dec
    }

    .txt-cont h3 {
        float: right;
        width: 100%;
        color: #000;
        overflow: hidden;
        font-size: 16px;
        line-height: 23px;
        margin: 0;
        padding: 0;
        height: 74px
    }

    .txt-cont .writer {
        float: right;
        padding: 5px 10px;
        color: #222;
        font-weight: bold
    }

        .txt-cont .writer .icon {
            fill: orange;
            margin-left: 10px;

        }

    .txt-cont .time {
        float: right;
        width: 100%;
        font-size: 12px;
        text-align: left;
        /* color: #fa951b; */
        border-top: 1px solid #ccc;
        margin-top: 5px;
        padding-top: 12px;
        margin-bottom: 10px;
    }

        .txt-cont .time .icon {
            width: 15px;
            height: 15px;
            margin:0px 8px;
        }

    .txt-cont p {
        float: right;
        width: 100%;
        font-size: 14px;
        color: #000
    }


.item-li:hover .txt-cont h3, .item-card:hover .txt-cont h3, .item-articles:hover .txt-cont h3 {
    color: #347dec
}

.item-album {
    float: right;
    width: 100%;
    position: relative
}

    .item-album .pic-cont {
        float: right;
        width: 100%;
        position: relative;
        margin-top: 30px
    }

        .item-album .pic-cont:after {
            content: "";
            display: block;
            padding-top: 75%
        }

        .item-album .pic-cont .img-cont {
            border: 5px solid #fff;
            box-shadow: 0 0 3px 0 rgba(0,0,0,.71);
            z-index: 111;
            position: absolute;
            width: 90%;
            right: 5%;
            transition: all .35s
        }

            .item-album .pic-cont .img-cont:after {
                padding-top: 70%
            }

            .item-album .pic-cont .img-cont:nth-child(3) {
                transform: rotate(-10deg);
                -webkit-transform: rotate(-10deg);
                -moz-transform: rotate(-10deg);
                -o-transform: rotate(-10deg);
                -ms-transform: rotate(-10deg);
                z-index: 2
            }

            .item-album .pic-cont .img-cont:nth-child(2) {
                transform: rotate(10deg);
                -webkit-transform: rotate(10deg);
                -moz-transform: rotate(10deg);
                -o-transform: rotate(10deg);
                -ms-transform: rotate(10deg);
                z-index: 1
            }

    .item-album .txt-cont {
        position: absolute;
        bottom: 30%;
        text-align: center;
        width: 70%;
        right: 15%;
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        background: rgba(255,255,255,.7);
        z-index: 222;
        transition: all .35s
    }

        .item-album .txt-cont h3 {
            height: auto;
            max-height: 49px
        }

    .item-album:hover .pic-cont .img-cont:nth-child(2) {
        transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg)
    }

    .item-album:hover .pic-cont .img-cont:nth-child(3) {
        transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -ms-transform: rotate(10deg)
    }

    .item-album:hover .txt-cont {
        background: rgba(225,10,26,.7)
    }

        .item-album:hover .txt-cont h3 {
            color: #fff
        }

.item-card {
    float: right;
    width: 100%;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
}

    .item-card .img-cont, .item-card picture {
        float: right;
        width: 100%
    }

    .item-card .txt-cont {
        float: right;
        width: 100%;
        border-top: 0
    }

.item-bg {
    position: relative;
    margin-bottom: 10px;
    float: right;
    width: 100%
}

    .item-bg .txt-cont {
        position: absolute;
        bottom: 10px;
        right: 0;
        z-index: 2
    }

        .item-bg .txt-cont h3 {
            color: #fff;
            height: auto;
            max-height: 90px
        }

    .item-bg .img-cont::before {
        content: "";
        position: absolute;
        width: 100%;
        bottom: 0;
        height: 70%;
        z-index: 1;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%)
    }

.item-li {
    margin-bottom: 10px;
    float: right;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    border-right: 0
}

    .item-li .img-cont {
        width: 100px
    }

        .item-li .img-cont:after {
            padding-top: 80%
        }

@media(min-width: 768px)and (max-width: 1199px) {
    .item-li .img-cont {
        width: 120px
    }
}

@media(min-width: 1500px) {
    .item-li .img-cont {
        width: 120px
    }
}

.item-li .txt-cont {
    padding-top: 0;
    padding-bottom: 0;
    width: calc(100% - 100px)
}

@media(min-width: 768px)and (max-width: 1199px) {
    .item-li .txt-cont {
        width: calc(100% - 120px)
    }

        .item-li .txt-cont h3 {
            height: 90px
        }
}

@media(min-width: 1500px) {
    .item-li .txt-cont {
        width: calc(100% - 120px)
    }

        .item-li .txt-cont h3 {
            height: 90px
        }
}

@media(max-width: 767px) {
    .to-li-sm {
        padding: 5px 0;
        background: #fff;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)
    }

        .to-li-sm .img-cont {
            width: 100px
        }

            .to-li-sm .img-cont:after {
                padding-top: 80%
            }

        .to-li-sm .txt-cont {
            padding-top: 0;
            padding-bottom: 0;
            width: calc(100% - 100px)
        }
}

.articles-wide {
    border-top-right-radius: 38px;
    background: #e2e7ed !important
}

    .articles-wide .title, .articles-wide .foot {
        background: transparent !important
    }

.item-article {
    border-bottom: 1px solid #dcdcdc;
    border-top: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    float: right;
    width: 100%;
    transition: all .35s
}

    .item-article:hover {
        background: #f5f5f5
    }

    .item-article .img-cont {
        width: 80px;
        border-radius: 50%
    }

        .item-article .img-cont:after {
            padding-top: 100%
        }

    .item-article .txt-cont {
        width: calc(100% - 80px);
        padding-top: 0
    }

        .item-article .txt-cont .writer {
            float: right;
            width: 100%;
            padding: 0
        }

        .item-article .txt-cont h3 {
            font-size: 15px
        }

header {
    background: #fff;
    float: right;
    width: 100%;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    margin-bottom: 20px
}

    header .top {
        width: 100%;
        background: #fff;
        float: right;
        width: 100%;
        padding: 5px;
        background: #fff;
        display: none;
        border-bottom: 1px solid #f15d23;
    }

        header .top .social {
            float: left;
            width: auto
        }

        header .top .btn {
            background: #222;
            color: #fff;
            fill: #fff;
            margin: 0 10px;
            border-radius: 30px;
            font-weight: bold;
            line-height: 20px;
            margin-top: 3px;
            padding: 5px 20px
        }

            header .top .btn:hover {
                background: #393939;
                color: #fff
            }

                header .top .btn:hover svg {
                    fill: #222 !important
                }

        header .top .date {
            float: right;
            line-height: 36px;
            font-size: 14px;
            color: #000;
        }

            header .top .date .icon {
                fill: #222
            }

@media(min-width: 768px) {
    header .top {
        display: block
    }
}

header .search-form {
    float: left;
    line-height: 32px;
    background: #f4f4f4;
    transition: all .35s;
    border: 1px solid transparent;
    transition: all .34s ease-in-out
}

    header .search-form:hover, header .search-form:focus {
        border: 1px solid #24384a
    }

    header .search-form .form-control {
        background: transparent;
        border: 0;
        outline: 0;
        display: inline-block;
        width: 200px;
        font-weight: bold;
        padding: 0px 12px;
        height: 36px;
        line-height: 36px
    }

        header .search-form .form-control:hover, header .search-form .form-control:focus {
            border: 0;
            outline: 0
        }

    header .search-form .search-icn {
        display: inline-block;
        border: 0;
        outline: 0;
        width: 36px;
        height: 36px
    }

        header .search-form .search-icn:hover, header .search-form .search-icn:focus {
            border: 0;
            outline: 0
        }

    header .search-form:hover {
        border: 1px solid #222;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)
    }

header .md {
    background: #fff;
    position: relative;
    display: block;
    float: right;
    width: 100%;
    padding: 17px 0
}



    header .md .container {
        width: 100%
    }

@media(min-width: 1500px) {
    header .md .container {
        width: calc(100% - 360px)
    }
}

header .md .logo-area {
    display: none
}

    header .md .logo-area .admin {
        margin-top: 30px;
        margin-right: 20px;
        text-align: right
    }

        header .md .logo-area .admin .title {
            margin-bottom: 5px
        }

header .md .adfull {
    width: 100%;
    max-width: 100%
}

@media(min-width: 1200px) {
    header .md .logo-area {
        float: right;
        display: block
    }

        header .md .logo-area .logo {
            float: right;
            width: 170px
        }

            header .md .logo-area .logo img {
                width: 100%;
                height: auto
            }

        header .md .logo-area .admin {
            margin-top: 29px
        }

    header .md .adfull {
        width: 728px;
        float: left;
        margin: 0
    }
}

header #navbar {
    float: right;
    width: 100%
}

header .navbar {
    float: right;
    width: 100%;
    height: 50px;
    background: #000;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media(max-width: 1199px) {
    header .navbar .container {
        padding: 0
    }
}

@media(min-width: 1200px) {
    header .navbar .container {
        width: 100% !important
    }
}

@media(min-width: 1500px) {
    header .navbar .container {
        width: calc(100% - 360px) !important
    }
}

header .navbar .nav-item-mobile {
    background: #fff;
    float: right;
    width: 100%;
    height: 50px;
    text-align: center
}

@media(min-width: 1200px) {
    header .navbar .nav-item-mobile {
        display: none
    }
}

header .navbar .nav-item-mobile a {
    display: inline-block;
    height: 50px;
    line-height: 33px
}

    header .navbar .nav-item-mobile a:first-child {
        border-left: 1px solid #dcdcdc
    }

    header .navbar .nav-item-mobile a:last-child {
        border-right: 1px solid #dcdcdc
    }

    header .navbar .nav-item-mobile a img {
        height: 100%;
        width: auto
    }

    header .navbar .nav-item-mobile a .icon {
        fill: #fff
    }

    header .navbar .nav-item-mobile a.logo {
        border-radius: 5px
    }

        header .navbar .nav-item-mobile a.logo img {
            float: right;
            height: 50px;
            width: auto
        }

        header .navbar .nav-item-mobile a.logo .admin {
            width: 80px;
            margin-top: 5px
        }

            header .navbar .nav-item-mobile a.logo .admin .name {
                font-size: 12px
            }

            header .navbar .nav-item-mobile a.logo .admin .title {
                font-size: 10px
            }

    header .navbar .nav-item-mobile a.menu {
        float: right;
        display: block;
        width: 50px;
        background: #347dec;
        color: #fff;
        fill: #fff
    }

        header .navbar .nav-item-mobile a.menu .icon {
            fill: #fff
        }

    header .navbar .nav-item-mobile a.search {
        display: block;
        float: left;
        width: 50px;
        background: #347dec;
        color: #fff;
        fill: #fff
    }

        header .navbar .nav-item-mobile a.search .icon {
            fill: #fff
        }

header .navbar .navbar-collapse {
    display: none;
    height: 50px
}

    header .navbar .navbar-collapse .logo-area {
        float: right;
        height: 71px;
        padding: 5px;
        display: none;
        background: #fff;
        border-bottom: 0px;
        border-top-width: 3px;
    }

        header .navbar .navbar-collapse .logo-area .logo {
            height: 100%;
            float: right
        }

            header .navbar .navbar-collapse .logo-area .logo img {
                height: 100%;
                width: auto
            }

        header .navbar .navbar-collapse .logo-area .admin {
            float: right;
            line-height: 32px;
            text-align: right;
            padding-right: 10px;
            padding-top: 3px;
            width: 94px;
            color: #000
        }

            header .navbar .navbar-collapse .logo-area .admin .item {
                margin: 0
            }

            header .navbar .navbar-collapse .logo-area .admin .title {
                font-size: 12px;
                font-weight: bold;
                margin-bottom: 3px
            }

            header .navbar .navbar-collapse .logo-area .admin .name {
                white-space: nowrap;
                font-size: 14px;
                font-weight: bold;
                margin: 0
            }

@media(min-width: 1200px) {
    header .navbar .navbar-collapse {
        display: block !important
    }
}

header .navbar .navbar-collapse .navbar-nav {
    display: block;
    float: right;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    margin: 0
}

@media(min-width: 1200px) {
    header .navbar .navbar-collapse .navbar-nav {
        -webkit-flex-direction: row;
        flex-direction: row;
        height: 50px;
        width: auto
    }
}

header .navbar .navbar-collapse .navbar-nav .nav-item {
    float: right;
    margin: 0
}

    header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link:after {
        opacity: 1
    }

    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        display: block;
        line-height: 40px;
        color: #fff;
        padding: 5px 17px;
        font-weight: bold;
        text-decoration: none !important;
        position: relative;
        white-space: nowrap;
        font-weight: bold
    }

        header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link svg {
            fill: #fff;
            height: 20px;
            width: 30px
        }

        header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:after {
            content: "";
            opacity: 0;
            height: 2px;
            background: #347dec;
            position: absolute;
            top: 0px;
            right: 0;
            width: 0;
            transition: all .34s ease
        }

        header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.menu .icon {
            display: block
        }

    header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link, header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link {
        background: #f15d23;
        fill: #fff;
        color: #fff;
    }

        header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link .icon, header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link .icon {
            fill: #fff;
        }

        header .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link:after, header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link:after {
            opacity: 1;
            width: 100%
        }

    header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown {
        position: relative
    }

        header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
            transition: all .3s ease .15s;
            display: block;
            visibility: hidden;
            position: absolute !important;
            opacity: 0;
            background: #f4f4f4;
            border-left: 0;
            border-right: 0;
            margin: 0;
            padding: 0;
            top: 50px;
            z-index: 33
        }

            header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
                display: block;
                width: 100%;
                padding: .25rem 1.5rem;
                clear: both;
                font-weight: 400;
                color: #212529;
                text-align: inherit;
                white-space: nowrap;
                background-color: transparent;
                border: 0;
                line-height: 30px;
                font-weight: bold;
                border-bottom: 1px solid #dcdcdc
            }

                header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
                    background: #fff
                }

        header .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
            opacity: 1;
            visibility: visible
        }

header .navbar .navbar-collapse .icon {
    height: 20px;
    fill: #222
}

header .navbar .navbar-collapse .social a .icon {
    fill: #fff
}

header .navbar .navbar-collapse .social a:hover {
    background: #347dec !important
}

header .navbar .navbar-collapse .left-btns {
    margin-right: auto;
    float: left
}

    header .navbar .navbar-collapse .left-btns .search {
        color: #fff;
        fill: #fff;
        line-height: 36px
    }

        header .navbar .navbar-collapse .left-btns .search .icon {
            fill: #fff
        }

        header .navbar .navbar-collapse .left-btns .search:hover {
            background: #347dec
        }

.admin {
    float: right;
    width: 120px;
    text-align: center;
    color: #347dec;
}

    .admin .item {
        float: right;
        width: 100%;
        line-height: 14px;
        font-size: 13px;
        margin-bottom: 10px;
        font-weight: lighter
    }

        .admin .item .title {
            max-width: 111px;
            display: inline-block;
            font-weight: bold
        }

        .admin .item .name {
            font-size: 16px;
            font-weight: 700;
            color: #000;
            margin-top: 5px;
            white-space:nowrap;
        }

            .admin .item .name.lg {
                font-size: 24px
            }

.breaking-news {
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: #24384a
}

#navbar.sticky {
    position: fixed;
    top: 0;
    z-index: 333;
    width: 100%;
    height: 50px
}

    #navbar.sticky .navbar > .container {
        width: 100% !important;
        max-width: 1600px
    }

    #navbar.sticky .logo-area {
        display: block;
        background: #fff
    }

.admin.mobile {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px
}

    .admin.mobile .item {
        width: 150px;
        float: none;
        display: inline-block
    }

.mobile-only{
    display:none;
}

@media(max-width: 1198px) {
    .mobile-only {
        display: initial;
    }
}


@media(min-width: 1200px) {
    .admin.mobile {
        display: none
    }
}

.social {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center
}

    .social a {
        display: inline-block;
        -webkit-flex-direction: row;
        flex-direction: row;
        vertical-align: middle;
        margin: 5px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        text-align: center;
        line-height: 29px;
        fill: #fff;
        background-color: #347dec;
    }

        .social a:hover {
            background: #222;;
            color:#000;
        }


#searchBx {
    overflow: visible;
    content-visibility: auto;
    border-bottom: 2px solid #347dec;
    text-align: center
}

    #searchBx .icon {
        display: inline-block;
        height: 20px
    }

    #searchBx label {
        width: 100%;
        text-align: center
    }

    #searchBx .title {
        font-size: 30px;
        float: right;
        width: 100%;
        background: #f5f5f5
    }

@media(max-width: 768px) {
    #searchBx .title {
        font-size: 18px
    }
}

#searchBx .title .icon {
    fill: #347dec
}

#searchBx .btn {
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 40px;
    font-weight: bold
}

    #searchBx .btn .icon {
        display: block;
        float: right;
        height: 20px;
        fill: #fff;
        margin-left: 10px
    }

    #searchBx .btn.btn-secondary {
        background: #dcdcdc
    }

        #searchBx .btn.btn-secondary:hover {
            background: #e7e7e7
        }

#searchBx .form-control {
    line-height: 64px;
    margin: 20px 0;
    height: 64px;
    font-size: 30px;
    text-align: center;
    border-radius: 40px;
    color: #000 !important
}

@media(max-width: 768px) {
    #searchBx .form-control {
        margin: 10px 0;
        height: 44px;
        font-size: 20px
    }
}

#searchBx .form-control:focus {
    color: #000;
    outline: 0;
    border-color: #347dec
}

#searchBx button.close {
    width: 32px;
    height: 32px;
    background: #347dec;
    position: absolute;
    top: 0;
    right: 0
}

    #searchBx button.close .icon {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        fill: #fff
    }

.bc {
    position: fixed;
    bottom: 0;
    background: #222;
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    line-height: 32px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden
}

@media(min-width: 768px) {
    .bc {
        line-height: 52px
    }
}

.bc a {
    color: #fff
}

.bc .title {
    width: 100px;
    font-weight: bold;
    float: right;
    background: #9c1711;
    color: #fff;
    font-size: 40px;
    text-align: center
}

@media(max-width: 768px) {
    .bc .title {
        width: 50px;
        font-size: 20px
    }
}

.bc .cont {
    width: calc(100% - 150px);
    float: right;
    overflow: hidden;
    position: relative
}

@media(max-width: 767px) {
    .bc .cont {
        width: calc(100% - 80px)
    }
}

.bc .cont a {
    margin-right: 10px;
    position: relative;
    padding-right: 40px;
    display: inline-block
}

@media(max-width: 767px) {
    .bc .cont a {
        font-size: 16px
    }
}

.bc .cont a:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    background-size: contain;
    background: url("../images/favicon/favicon-32x32.png") no-repeat center;
    border-radius: 50%;
    right: 0;
    top: 10px
}

@media(max-width: 767px) {
    .bc .cont a:before {
        top: 0
    }
}

.bc .close {
    float: right;
    width: 50px;
    background: #9c1711;
    text-align: center
}

    .bc .close .icon {
        fill: #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 30px;
        height: 30px
    }

@media(max-width: 767px) {
    .bc .close {
        width: 30px
    }

        .bc .close .icon {
            width: 20px;
            height: 20px
        }
}

.block {
    float: right;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px;
    position: relative;
    padding-top: 0
}

    .block .title {
        float: right;
        width: 100%;
        margin-top: 5px;
        position: relative;
        border-bottom: 1px solid #347dec;
        border-top: 0px none;        
        background-color: transparent;
        border-right: 10px solid #f15d23;
    }


        .block .title:hover h2 {
            color: #fff;
            background-color: #347dec;
        }
        .block .title h2 {
            font-size: 1.4rem;
            color: #000;
            line-height: 38px;
            margin: 5px 0px;
            display: inline-block;
            z-index: 23;
            position: relative;
            padding: 6px 16px;
            font-weight: bolder;
            margin-block-start: 0px;
            margin-block-end: 0px;
            background-color: transparent;
        }

        .block .title::after {
            content: ' ';
            display: none;
            position: absolute;
            height: 4px;
            top: 45%;
            width: 100%;
            z-index: 0;
            background-color: #fa951b;
            background: linear-gradient(90deg, rgba(250,147,27,0) 0%, rgba(250,149,27,1) 40%);
        }

        .block .title .icon {
            position: absolute;
            left: 10px;
            top: 13px;
            fill: #347dec;
            width: 11px;
            transition: all .35s
        }

            .block .title .icon:hover {
                -webkit-transform: scale(1, 1);
                transform: scale(1, 1)
            }

    .block .cont {
        float: right;
        width: 100%;
        padding-top: 10px
    }

    .block .foot {
        float: right;
        width: 100%;
        border-top: 1px solid #ccc;
        text-align: center;
        transition: all .35s easein
    }

        .block .foot a {
            color: #fff;
            font-weight: bold;
            line-height: 24px;
            padding: 3px 45px;
            display: block;
            font-size: 14px;
            display: inline-block;
            background: #ccc;
        }

        .block .foot:hover {
            border-top-color: #900
        }

            .block .foot:hover a {
                background: #347dec
            }

footer {
    float: right;
    width: 100%;
    background: radial-gradient( #252525, #111);
    text-align: center;
    padding-top: 30px;
    content-visibility: auto
}

    footer .top {
        float: right;
        width: 100%;
    }

@media(min-width: 768px) {
    footer .top .logo-area {
        width: auto
    }
}

footer .top .logo-area .logo {
    height: 110px;
    display: block;
    margin: 10px 0
}

    footer .top .logo-area .logo img {
        height: 100%;
        width: auto
    }

footer .top .follow {
    display: inline-block;
    color: #fff;
    width: 100%
}

@media(min-width: 768px) {
    footer .top .follow {
        float: left;
        width: auto;
        margin-top: 20px
    }
}

footer .top .follow .social a {
    background: #fff !important;
    color: #222 !important;
    fill: #222 !important
}

    footer .top .follow .social a:hover {
        background: #333 !important;
        color: #fff !important;
        fill: #fff !important
    }

footer .fnav {
    text-align: center;
    float: right;
    width: 100%
}

    footer .fnav a {
        margin: 10px;
        display: inline-block;
        white-space: nowrap;
        color: #fff;
        text-shadow: 1px 1px 1px #000;
        width: 40%;
        text-align: right;
    }

    footer .fnav h3 {
        text-align: right;
        color: #f15d23;
        width: 84%;
        margin: 5px auto;
        font-weight: bold;
        font-size: 20px;
    }



footer .social a {
    background-color: #333;
    border-radius: 0px;
}

footer .logo-area p {
    text-align: justify;
    color: #aaa;
    line-height: 1.3;
    font-size: 15px;
}

footer .copy {
    background: #000;
    color: #fff;
    float: right;
    width: 100%;
    text-align: center;
    font-family: sans-serif;
    font-size: 14px;
    padding: 25px 0;
    direction: ltr;
    line-height: 30px;
    vertical-align: middle;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 20px;
}


header .navbar {
    background-color: #347dec;
    height: 63px;
}

@media (min-width: 1200px) {
    header .navbar .navbar-collapse .navbar-nav {
        height: 63px;
    }
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #fff;
    padding: 11px 17px;
}

    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link .icon {
        fill: #fff;
    }

header .navbar .navbar-collapse {
    height: 63px;
}

header .md {
    border-bottom: 1px solid #ddd;
}



header .navbar .navbar-collapse .left-btns .search {
    padding: 12px;
    background: #f15d23;
}


.articles .item-card img {
    width: 60%;
    border-radius: 20px;
    border: 2px solid #5a79a7;
}

.articles .item-card {
    padding: 20px;
    border-radius: 20px;
    background-color: #e5e5e5;
    text-align: center;
}

.articles .txt-cont span {
    color: #347dec;
}

.articles .txt-cont h3 {
    margin-top: 10px;
}
    .articles .cont{
    padding:25px;
}


.articles .item-card:hover img {
    transform: none;
}

.articles .item-card .txt-cont {
    border: 0px none;
}

.articles .item {
    width: 19.99999%;
    padding-left: calc(var(--bs-gutter-x) / 3);
    padding-right: calc(var(--bs-gutter-x) / 3);
}

@media (max-width: 720px) and (min-width:501px) {
    .articles .item:last-child {
        display: none;
    }

    .articles .item {
        width: 24.99999%;
    }
}

@media (max-width: 500px) {
    .articles .item:last-child {
        display: none;
    }

    .articles .item {
        width: 49.99999%;
    }
}

.img-cont .pop {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #000;
    padding: 5px 15px;
    z-index: 2;
    font-size: 30px;
    font-weight: bold;
    color: rgba(255,255,255,1);
    opacity: 0.5;
    border-top-right-radius: 15px;
    transition:opacity 1s;
}

.block a:hover .pop{
    opacity:1;
}

.block .title a{
    width:100%;
}

@media (max-width: 940px) {
    .top-story-n .item .over {
        font-size: 16px !important;
    }
}


.item-card:hover .img-cont img {
    transition: all .35s ease-out;
}

.item-card:hover .img-cont img {
    transform: scale(1.15);
}

.cont .item-li {
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.cont .item-li:first-child {
    padding-top: 0px;
    border-top: 0px none;
}

.block .title a:after {
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    color: #fa951b;
}

.block.dark .title a:after {
    color: transparent;
}

@media (max-width:1199.9px){
    .navbar {
        height: 51px !important;
    }
}

.scrollToTopBtn .icon {
    transform: rotate(90deg);
    fill: #fff;
    margin-top: -4px;
}

.scrollToTopBtn {
    background: linear-gradient( 45deg, #1a5c8c, #3f7aa5);
    border: 1px solid #347dec;
    border-top-width: 3px;
    color: white;
    cursor: pointer;
    font-size: 18px;
    line-height: 38px;
    width: 42px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease;
}

.showBtn {
    opacity: 0.7;
    transform: translateY(0);
}

.showBtn:hover{
    opacity:1;
}