@charset "UTF-8";
@import url("../bootstrap/css/bootstrap.min.css");
/**
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Light", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

body {
    color: #121212;
    background: #f8f8f8;
    font-size: 14px;
    font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}
b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}
img {
    vertical-align: middle;
    border-style: none
}
button {
    border-radius: 0
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}
.h6, h6 {
    font-size: 1rem
}
.small, small {
    font-size: 80%;
    font-weight: 400
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}**/
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    /**width: 100%;
    padding-right: 15px;
    padding-left: 15px**/
}
/***
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}
.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.97rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

.form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip, .was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip {
    display: block
}
.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}
.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control, .input-group>.form-control-plaintext+.custom-file, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}
.input-group-append {
    margin-left: -1px
}
.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px)
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem
}

.custom-switch .custom-control-label:after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}
.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem
}

.navbar>.container, .navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-top .navbar-nav .nav-item:nth-child(3), .nav-top .navbar-nav .nav-item:nth-child(4) {
    border-right: 1px solid #fff;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}
.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container, .navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}
.navbar-expand>.container, .navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9)
}
.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}
a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}
a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
}
.d-none {
    display: none!important
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}
.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}
.w-100 {
    width: 100%!important
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem!important
}
.mt-3, .my-3 {
    margin-top: 1rem!important
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important
}
.pt-1, .py-1 {
    padding-top: 0.25rem!important
}
.pb-1, .py-1 {
    padding-bottom: 0.25rem!important
}
.text-white {
    color: #fff!important
}
::selection {
    background: #b3d4fc;
    text-shadow: none
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}***/
h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
    color: #2a2a2a;
    font-weight: bold;
}

body, html {
    min-height: 100%
}

body.home {
    background: #fafafa
}

.site-container {
    position: relative;
    min-height: 100%
}
.btn-main {
    border-radius: 3px;
    background-color: #d43741;
    border: 1px solid #d43741;
    color: #fff;
    min-width: 100px;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35)
}
.btn-secondary {
    border-radius: 3px;
    background-color: #636264;
    border: 1px solid #707379;
    color: #fff;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35)
}
.btn-tertiary {
    border-radius: 3px;
    background-color: #61a1bf;
    border: 1px solid #61a1bf;
    color: #191919;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35)
}

.btn-tertiary:hover {
    background: #4c8ead;
    color: #191919
}
.btn-ghost {
    border-radius: 3px;
    border: 1px solid #61a1bf;
    color: #61a1bf;
    font-size: 14px
}
.btn-link, a {
    color: #348fd5;
    font-size: 0.8rem
}

.btn-link:hover, a:hover {
    color: #187ac6;
    text-decoration: underline
}

.btn, a, li {
    -webkit-transition: all .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: all .5s ease-in-out, padding .5s ease-in-out;
    -o-transition: all .5s ease-in-out, padding .5s ease-in-out;
    transition: all .5s ease-in-out, padding .5s ease-in-out
}
header {
    position: absolute;
    width: 100%;
    margin-bottom: 3rem
}

header a {
    font-size: 1rem;
    color: #fff
}

header a:hover {
    color: #fff
}
.nav-main .dropdown-menu .dropdown-submenu > .dropdown-menu:before {
    display: none;
}

.nav-main .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.home .nav-main {
    background: none;
}

.home .nav-main ul.nav {
    border-radius: 25px;
    background: rgba(21, 13, 16, 0.5);
}

.menu-container {
    height: 100%
}

#mobile-menu {
    width: 285px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -330px;
    background: #1a1d24;
    padding: 10px;
    color: #fff;
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 999999;
}

#mobile-menu .close-menu {
    border-radius: 10px;
    background: #1a1d24;
    display: block;
    position: absolute;
    right: -34px;
    top: 15px;
    padding: 0.40rem 0.60rem 0.55rem!important
}

#mobile-menu .close-menu i {
    top: -2px
}

#mobile-menu.show-nav {
    -webkit-transform: translateX(330px);
    -ms-transform: translateX(330px);
    transform: translateX(330px);
    -webkit-transform: translate3d(330px, 0, 0);
    transform: translate3d(330px, 0, 0)
}
#mobile-menu.show-nav {
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(340px);
    -webkit-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0);
    width: 86%;
}

#mobile-menu li {
    margin-bottom: 0.2rem
}

#mobile-menu a {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 300;
    padding: 10px 15px!important;
    text-transform: uppercase;
}
#mobile-menu a i {
    position: relative;
    top: -5px
}
#mobile-menu a .material-icons {
    transform: rotate(90deg);
    font-size: inherit;
}

#mobile-menu a.collapsed .material-icons {
    transform: rotate(0deg);
}
#mobile-menu a i {
    float: right;
    margin-top: 5px
}
#mobile-menu .collapse {
    background: #3a3d45;
    border-radius: 0px 0px 5px 5px
}
#mobile-menu .search-area {
    margin-top: 0.5rem
}

#mobile-menu .search-area .btn {
    color: #fff;
    background-color: #d43841;
    line-height: 1;
    height: 38px
}
#mobile-menu .close-menu {
    border: 0;
    color: #fff;
}
#mobile-menu .close-menu i {
    font-size: 22px;
}
#mobile-menu button.dropdown-item {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 15px !important;
    text-transform: none;
    background: transparent;
}

#mobile-menu button.dropdown-item .material-icons {
    transform: rotate(90deg);
    font-size: inherit;
}

#mobile-menu button.dropdown-item.collapsed .material-icons {
    transform: rotate(0deg);
}

#mobile-menu button.dropdown-item i {
    float: right;
    margin-top: 5px;
}
.rss_logo {
    width: 15px;
    margin: -3px 5px 0 0;
}
.banner {
    background-size: cover;
    text-align: center;
    border-radius: 0;
    margin-bottom: 3rem;
    overflow: hidden;
    padding: 4.2rem 0 3.4rem
}

.home .banner {
    padding: 10rem 0 0;
}

.home .banner .container {
    padding-bottom: 3rem;
}

.home .banner h1 {
    font-size: 4rem;
    color: white;
    line-height: 1.2;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
    font-family: "optimamedium";
}

.home .banner .btn {
    font-size: 1.2rem;
    font-family: "Helvetica Light", Helvetica, Arial, sans-serif !important;
    padding: 0.5rem 2rem;
    background-color: #000;
    border: 1px solid #000;
}

.home .sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.news-list .channels-menu .dropdown-item {
    padding: 0.5rem 1.5rem
}

.news-list .channels-menu .dropdown-item.active, .news-list .channels-menu .dropdown-item:active {
    background: #c42630;
    color: #fff
}

.article-list .article {
    border-radius: 3px;
    background-color: white;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(26, 29, 36, 0.1);
    box-shadow: 0px 4px 10px 0px rgba(26, 29, 36, 0.1);
    overflow: hidden;
    margin-bottom: 1.3rem;
    height: auto;
    position: relative
}

.article-list .article:hover .article-img a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
.article-list .article .article-body {
    padding: 1rem 3rem 1rem 0.5rem;
    position: relative
}

.article-list .article .col-md-12.article-body {
    padding: 1rem 2rem 1rem 2rem;
}

.article-list .article .article-body small {
    font-size: 12px;
    color: #626465
}

.article-list .article .article-body .article-body-link {
    text-decoration: none;
    color: #212121
}
.article-list .article .article-body a.newsroom {
    font-size: 1rem;
    font-weight: normal;
}

.article-list .article .article-body p {
    color: #3e3e3e;
    margin: 0.5rem 0
}
.home .article-list .article {
    height: auto;
}
footer {
    margin-top: 3rem
}
footer {
    margin-top: 3rem
}
footer .copyRight {
    background: #000;
    color: #fefefe;
    padding: 2rem 0 1rem
}
footer .copyRight ul li a {
    color: #fefefe;
    border-right: 1px solid #fefefe;
    padding-right: 10px
}

footer .copyRight ul li:last-of-type a {
    border: 0;
    padding: 0
}
.login-module .login-module-container.login .form input[type=password] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.login_form small a {
    font-size: 12px;
    float: left;
    width: 100%;
    margin: 1px 0 20px;
    color: #d43741;
}

.login_form input {
    margin: 0px !important;
    border-radius: 5px !important;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none;
}

.channel-right ul li .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
    color: #384e73;
    font-weight: bold;
}

html, body {
    min-height: 100%;
}

body {
    color: #131212;
    background: #fff !important;
    font-size: 14px;
    font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
}

.site-container {
    position: relative;
    min-height: 100%;
}

a {
    text-decoration: none;
}





h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
    color: #384e73;
    font-weight: bold;
}

html, body {
    min-height: 100%;
}

body {
    color: #131212;
    background: #fff !important;
    font-size: 14px;
    font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
}

.site-container {
    position: relative;
    min-height: 100%;
}

a {
    text-decoration: none;
}
::-webkit-input-placeholder {
    color: #a2a1a1;
    font-size: 13px;
}
::placeholder {
    color: #a2a1a1;
    font-size: 13px;
}
.dropdown-toggle-no-caret::after {
    display: none;
}

.btn {
    border-radius: 4px;
    font-size: 0.9rem;
}

.btn.btn-main {
    background-color: #d44d57 !important;
    border: 0;
    color: #fff !important;
}
.btn.btn-ghost {
    border: 1px solid #384e73;
    color: #384e73;
}
.btn.btn-secondary {
    background-color: #384e73;
    color: #fff;
    border: 0;
}
.btn.btn-secondary {
    background-color: #384e73;
    color: #fff;
    border: 0;
}
.btn.btn-tertiary {
    background-color: #2f91db;
    border: 0;
    color: #fff;
}
a, .btn-link {
    color: #1374be;
    font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
a, .btn-link {
    color: #1374be;
    font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
a, li, .btn {
    -webkit-transition: all 0.5s ease-in-out, padding 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: all 0.5s ease-in-out, padding 0.5s ease-in-out;
}
.form-control {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}
header {
    border: 0;
    position: relative;
    margin: auto;
}

header .navbar-brand {
    padding: 0;
    margin-right: 0;
}

header .navbar {
    padding: 0;
}

header a {
    font-size: 1rem;
    color: #384e73 !important;
    font-weight: bold;
    padding: 0 !important;
    text-transform: none !important;
    height: 100%;
    line-height: 2.5;
}
header .navbar .nav-item.search-btn .nav-link[aria-expanded=false] i:last-of-type {
    display: none;
}
header .navbar .nav-link {
    font-size: 1rem;
    color: #384e73 !important;
    padding: 1rem !important;
    height: 100%;
    line-height: 2.5;
    font-weight: normal;
}
header .navbar .nav-link i {
    position: relative;
    top: 0.4rem;
}
header .navbar .btn {
    margin: 1.2rem 0.5rem;
    padding: .375rem .75rem !important;
    color: #fff !important;
}
header .mega-menu-wrap {
    position: static;
}

header .mega-menu-wrap.sml-menu .dropdown-menu {
    width: auto;
    left: auto;
}
header .mega-menu-wrap .dropdown-menu {
    width: 100%;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(28, 30, 34, 0.15);
    box-shadow: 0px 4px 10px 0px rgba(28, 30, 34, 0.15);
    border-radius: 0;
    border: 0;
    background: #f3f3f3;
    padding: 0;
    margin-top: .092rem;
}
#mobile-menu {
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -400px;
    background: #081746;
    padding: 10px;
    color: #fff;
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 999;
}

#mobile-menu .close-menu {
    border-radius: 10px;
    background: #081746;
    display: block;
    position: absolute;
    right: -34px;
    top: 15px;
    padding: 0.4rem 0.6rem 0.55rem !important;
}

#mobile-menu .close-menu i {
    top: -2px;
}
#mobile-menu .search-area .form-control {
    font-size: 14px;
    line-height: 1.15;
    overflow: visible;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: 0;
    margin: 0 0 1rem 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
    color: #fff;
}

#mobile-menu li {
    margin-bottom: 0.2rem;
}

#mobile-menu a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 15px !important;
    text-transform: none;
}
#mobile-menu a i {
    position: relative;
    top: -5px;
}
#mobile-menu a i {
    float: right;
    margin-top: 5px;
}
#mobile-menu .collapse {
    background: #3a3d45;
    border-radius: 0px 0px 5px 5px;
}
#mobile-menu .search-area {
    margin-top: 0.5rem;
    padding: 10px;
}

#mobile-menu .search-area .btn {
    background: #d43841;
    border: 0;
    padding: 7px 10px 5px 10px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -10px;
    cursor: pointer;
    color: #fff;
    min-width: auto;
    border-radius: 4px;
}
.banner {
    background-size: cover;
    text-align: center;
    padding: 2rem 0 0 !important;
    border-bottom: 1px solid #eee;
    min-height: 245px;
    margin-bottom: 2.5rem;
    overflow: unset;
    display: none;
}

.home .banner {
    display: block;
}

.banner .wrap h1 {
    margin: 0;
    color: #fff;
    font-size: 2.5rem;
    font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
    font-weight: normal;
}
.article-list .article {
    border-radius: 3px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 3px 0 #e6e6e6;
    box-shadow: 0px 0px 3px 0 #e6e6e6;
    margin-bottom: 1.3rem;
    height: auto;
    max-height: 135px;
    position: relative;
}
.article-list .article .article-body {
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    position: relative;
}
.article-list .article .article-body .article-body-link {
    text-decoration: none;
    color: #212121;
}
.home .article-list .article, .compact-list .article-list .article {
    height: auto;
    max-height: none;
}

footer {
    margin-top: 3rem;
}
footer .copyRight a {
    color: #384e73;
    text-decoration: none;
}
footer .copyRight ul li a {
    color: #384e73;
    border-right: 1px solid #384e73;
    padding-right: 10px;
}

footer .copyRight ul li:last-of-type a {
    border: 0;
    padding: 0;
}
.article-list .article {
    max-height: none;
}
body.home {
    background: #fff;
}

.home .banner .container {
    padding: initial;
}
footer {
    margin-top: 2rem
}

footer h6 {
    color: #d4d4d4
}

footer a {
    color: #fff;
    font-weight: normal
}
footer p {
    color: #fff;
    letter-spacing: 0.5px
}

footer .about {
    background-color: #1e2428;
    padding: 2rem 0 1rem
}

footer .about .newsletter-form {
    width: 90%
}

footer .about .contact-list i {
    font-size: 1.5rem
}

footer .copyRight {
    background-color: #0e1215;
    padding: 1rem 0
}

.material-icons {
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.btn-block {
    display: block;
    width: 100%;
}
header .mega-menu-wrap .dropdown-menu .dropdown-item {
    width: auto;
    color: rgb(56, 78, 115);
    font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    position: relative;
    padding: 0.5rem 0px;
    white-space: initial;
}
header .mega-menu-wrap .dropdown-menu .ad {
  background: #e5e5e5;
  border-radius: 5px;
  padding: 1.5rem 1rem 1rem;
  text-align: center;
}

header .mega-menu-wrap .dropdown-menu .ad p {
  /**font-family: "Optima LT Std", sans-serif;**/font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #384e73;
}
header .mega-menu-wrap .dropdown-menu .dropdown-menu-wrap.n-p {
    padding: 2rem 0;
}
header .mega-menu-wrap .dropdown-menu .dropdown-header {
    font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #384e73;
    font-size: 0.9rem;
    padding: 0 0 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #e3e3e3;
}
header .mega-menu-wrap .sub-menu {
    display: none;
}
header .mega-menu-wrap .dropdown-menu .dropdown-btn a {
    margin-top: 1rem;
    border-radius: 4px;
    font-size: 0.9rem;
    color: #fff !important;
    background: #384e73;
    display: inline-block;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 5px !important;
}
header .mega-menu-wrap .dropdown-menu .dropdown-btn a:hover {
    font-family: "Helvetica Light", Helvetica, Arial, sans-serif;
    background: #13294e;
    border-radius: 5px;
}
.text-right {
    text-align: right !important;
}

@media (max-width: 768px) {
    .home .article-list .article {
        padding: 5px 0;
    }
    .article-list .article .row {
        margin: 0;
    }
    .home .banner h1 {
        margin-top: 0.5rem;
    } 
    .home .banner h1 {
        font-size: 1.2rem !important;
    }
    .home .navbar-brand img {
        height: 48px !important;
        width: auto !important;
    }
    header .navbar .btn-menu {
        margin: 0.5rem;
        color: #fff !important;
    }
    .banner .wrap {
        top: 18% !important;
    }
}
