html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    #121212-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: 'Muli';
    src: local("☺"), url("../fonts/Muli/Muli-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Muli';
    src: local("☺"), url("../fonts/Muli/Muli-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'Muli';
    src: local("☺"), url("../fonts/Muli/Muli-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Muli';
    src: local("☺"), url("../fonts/Muli/Muli-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: 'Muli';
    src: local("☺"), url("../fonts/Muli/Muli-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: 'Muli';
    src: local("☺"), url("../fonts/Muli/Muli-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'Muli';
    src: local("☺"), url("../fonts/Muli/Muli-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Muli';
    src: local("☺"), url("../fonts/Muli/Muli-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic
}

html {
    scroll-behavior: smooth;
    scrollbar-color: #ccc #fafafa;
    scrollbar-width: thin
}

body {
    font-family: 'Muli', Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.4;
    position: relative;
    background-color: #121212;
}

body ::-webkit-scrollbar {
    width: 4px
}

body ::-webkit-scrollbar-track {
    background: #fafafa
}

body ::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 8px
}

body ::-webkit-scrollbar-thumb:hover {
    background: #555
}

a {
    color: white;
    transition-property: color, background-color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out
}

a:hover {
    text-decoration: none;
    color: #4483C4
}

.breadcrumbs .back {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    display: none
}

@media (min-width: 768px) {
    .breadcrumbs .back {
        display: block
    }
}

.breadcrumbs .category {
    margin-bottom: 1rem
}

.breadcrumbs .category-main {
    margin-bottom: 0.5rem;
    font-weight: 800;
    font-size: 1.5rem;
    color: #4483C4
}

.breadcrumbs .category-main a {
    color: #4483C4
}

.breadcrumbs .category-main a:hover {
    color: white
}

.breadcrumbs .category-main::before {
    content: '';
    font-family: "Font Awesome 5 Pro";
    font-size: 0.8em;
    font-weight: normal;
    margin-right: 0.5rem;
    color: #f58220;
    position: relative;
    top: -4px;
    display: inline-block
}

@media screen and (min-width: 1280px) {
    .breadcrumbs .category-main {
        font-size: 2rem
    }
}

.breadcrumbs .category-sub {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: -0.5px
}

.breadcrumbs .category-sub a, .breadcrumbs .category-sub span {
    display: inline-block;
    font-weight: bold;
    padding-bottom: 0.25rem;
    border-bottom: 3px solid #f58220
}

@media (min-width: 768px) {
    .breadcrumbs .category {
        text-align: center
    }

    .breadcrumbs .category-main {
        font-size: 2rem;
        line-height: 2rem
    }
}

.zone {
    margin-bottom: 1rem
}

@media (min-width: 1280px) {
    .zone {
        margin-bottom: 2rem
    }
}

.zone__header {
    font-weight: 800;
    margin-bottom: 1rem
}

.zone__header::after {
    display: block;
    content: "";
    clear: both
}

.zone__header::after {
    display: block;
    content: "";
    clear: both
}

.zone__title {
    margin-bottom: 0px;
    font-weight: 800;
    font-size: 1.5rem;
    color: #4483C4
}

.zone__title a {
    color: #4483C4
}

.zone__title a:hover {
    color: white
}

.zone__title::before {
    content: '';
    font-family: "Font Awesome 5 Pro";
    font-size: 0.8em;
    font-weight: 400;
    color: #f58220;
    position: relative;
    top: -4px;
    display: inline-block;
    margin-right: 0.5rem
}

.zone__title-sub {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: -0.5px
}

.zone__title-sub a, .zone__title-sub span {
    display: block;
    font-weight: bold;
    padding-bottom: 0.25rem;
    border-bottom: 3px solid #f58220
}

.zone--sub .zone__title-sub a, .zone--sub .zone__title-sub span {
    display: inline-block
}

@media screen and (min-width: 1280px) {
    .zone__title {
        font-size: 2rem
    }
}

.column-sidebar .zone__title {
    font-size: 1.5rem;
    text-align: left
}

.column-sidebar .zone__title a::before {
    height: 0.75rem
}

.zone__sub-title {
    float: right;
    font-size: 1rem;
    display: none
}

@media (min-width: 1024px) {
    .zone__sub-title {
        display: block;
        font-size: 1.125rem
    }
}

@media (min-width: 1280px) {
    .zone__sub-title {
        font-size: 1.5rem
    }
}

.zone__sub-title a+a {
    margin-left: 1rem
}

.zone__content::after {
    display: block;
    content: "";
    clear: both
}

.zone__aside {
    padding-top: 1rem;
    border-top: 1px solid #ddd
}

@media (min-width: 1024px) {
    .zone__aside {
        padding-top: 0;
        padding-left: 1rem;
        margin-left: -1rem;
        border-top: none;
        border-left: 1px solid #ddd
    }
}

.zone--highlight .carousel {
    margin-bottom: 1.5rem
}

.zone--highlight .carousel-selector {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    display: flex;
    font-size: 0.75rem
}

.zone--highlight .carousel-pager {
    padding: 0 0.5rem;
    line-height: 1.2rem;
    color: #121212
}

.zone--highlight .carousel-pager span {
    position: relative;
    top: 2px
}

.zone--highlight .carousel-control-prev, .zone--highlight .carousel-control-next {
    position: static;
    color: white;
    background-color: #121212;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem
}

.zone--highlight .carousel-control-prev .fal, .zone--highlight .carousel-control-next .fal {
    line-height: inherit
}

.zone--highlight .carousel-hero .carousel-pager {
    background-color: #4483C4
}

.zone--highlight .widget-wrap {
    margin-top: 1.5rem
}

.zone--slider {
    position: relative
}

.zone--slider .carousel-selector {
    position: absolute;
    top: 0.5rem;
    right: 0rem;
    display: flex;
    font-size: 0.875rem
}

.zone--slider .carousel-pager {
    padding: 0 0.5rem;
    line-height: 1.2rem;
    color: #4483C4
}

.zone--slider .carousel-pager span {
    position: relative;
    top: 2px
}

.zone--slider .carousel-control-prev, .zone--slider .carousel-control-next {
    position: static;
    color: white;
    background-color: #121212;
    min-width: 1rem;
    height: 1.5rem;
    line-height: 1.5rem
}

.zone--slider .carousel-control-prev .fal, .zone--slider .carousel-control-next .fal {
    line-height: inherit
}

.zone--featured {
    padding-top: 0 !important
}

.zone--featured .column-border {
    padding-top: 2rem
}

@media (min-width: 768px) {
    .zone--featured .column-border {
        border-right: 1px solid #000
    }

    .zone--featured .column-border:first-child {
        border: none;
        padding-bottom: 1rem
    }

    .zone--featured .column-border:last-child {
        border: none
    }
}

@media (min-width: 1024px) {
    .zone--featured .column-border:first-child {
        padding-bottom: 0;
        border-right: 1px solid #000
    }
}

.zone--featured+.zone {
    padding-top: 0;
    border-top: none
}

.zone--dark {
    background-color: #213356;
    padding: 1rem;
    position: relative;
    margin: -1rem 0 1rem
}

.zone--dark .zone__header {
    margin-bottom: 0.5rem
}

.zone--dark .zone__title {
    color: #121212;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center
}

.zone--dark .zone__title::before {
    display: none
}

.zone--dark .zone__title .fas {
    margin-right: 0.25rem
}

.zone--dark .zone__title a {
    color: #121212
}

.zone--dark .zone__title a:hover {
    color: #f58220
}

.zone--dark .carousel {
    padding-bottom: 0.5rem
}

.zone--dark .carousel-indicators {
    margin-bottom: 0
}

.zone--dark+.newsletter {
    margin-top: 2.5rem
}

@media (min-width: 768px) {
    .zone--dark {
        display: none
    }

    .zone--dark+.newsletter {
        margin-top: 0rem
    }
}

.qc {
    text-align: center;
    margin-bottom: 1rem;
    margin-left: -1rem;
    margin-right: -1rem
}

@media (min-width: 768px) {
    .qc {
        margin-left: 0;
        margin-right: 0
    }
}

.zone--highlight .subscribe {
    margin: 1.5rem 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.subscribe .title, .subscribe p, .subscribe .btn {
    margin-bottom: 0.5rem;
    position: relative
}

.subscribe .title {
    font-size: 1.25rem;
    font-weight: bold
}

.subscribe p {
    font-size: 0.75rem
}

.subscribe .btn {
    border-width: 2px
}

.subscribe .signup, .subscribe .save {
    position: relative;
    padding: 1rem;
    overflow: hidden
}

.subscribe .signup .mask, .subscribe .save .mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover
}

.subscribe .signup {
    color: #121212
}

.subscribe .signup .mask {
    left: -20%
}

.subscribe .save .mask {
    left: -20%
}

@media (min-width: 768px) {
    .zone--highlight .subscribe {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex
    }

    .subscribe .signup, .subscribe .save {
        width: 50%;
        overflow: visible
    }

    .subscribe .signup .mask {
        right: -10%;
        left: 0
    }

    .subscribe .save .mask {
        left: -20%
    }
}

.newsletter {
    padding: 2rem 1rem 1rem;
    border: 1px solid #000;
    margin-bottom: 1.5rem;
    position: relative
}

.newsletter::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -26px;
    margin-top: -26px;
    width: 52px;
    height: 52px;
    background: url("../images/newsletter.png") left top no-repeat
}

.newsletter::after {
    display: block;
    content: '';
    width: 94%;
    height: 4px;
    background-color: #f0f0f0;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 1px;
    margin-left: 3%
}

.newsletter input.form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 0.75rem;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0
}

.newsletter .form-wrap {
    position: relative
}

.newsletter .form-wrap a.text-primary {
    position: absolute;
    right: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Bai Jamjuree', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.625rem;
    font-weight: bold;
    text-transform: uppercase
}

.nav-tabs-custom {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem
}

.nav-tabs-custom .nav-item {
    margin-bottom: -1px
}

.nav-tabs-custom .nav-item+.nav-item {
    margin-left: 1rem
}

@media (min-width: 768px) {
    .nav-tabs-custom .nav-item+.nav-item {
        margin-left: 1.5rem
    }
}

@media (min-width: 1024px) {
    .nav-tabs-custom .nav-item+.nav-item {
        margin-left: 2rem
    }
}

.nav-tabs-custom .nav-link {
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase
}

.nav-tabs-custom .nav-link.active {
    border-bottom: 3px solid #f58220
}

.area--dark {
    background-color: #131d31;
    padding: 2rem 0;
    margin-bottom: 2rem
}

.area--dark .zone {
    margin-bottom: 0
}

.area--dark .zone__title {
    text-align: center
}

.area--dark .zone__title-sub a, .area--dark .zone__title a {
    color: white;
}

.area--dark .zone__title-sub a:hover, .area--dark .zone__title a:hover {
    color: gray
}

.area--dark .story__title a, .area--dark .story__summary {
    color: white;
}

.area--dark .story__title a:hover {
    color: gray
}

.area--dark .story--border::before {
    background-color: rgba(255, 255, 255, 0.2)
}

@media (min-width: 1024px) {
    .area--featured {
        border-right: 1px solid #e9ecef
    }
}

.area--featured .zone {
    margin-bottom: 0
}

.area--featured .zone__title {
    font-size: 1rem;
    text-transform: uppercase;
    display: flex;
    align-items: center
}

.area--featured .zone__title::before {
    display: none
}

.area--featured .zone__title-sub {
    font-size: 0.825rem;
    margin-left: auto;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 0px;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    background-color: rgba(68, 131, 196, 0.1)
}

@media (min-width: 768px) {
    .area--featured .zone__title {
        font-size: 1.125rem
    }
}

.area--featured .zone__content {
    margin-bottom: 0.5rem;
    margin-right: -8px;
    padding-right: 8px;
    scrollbar-color: #ccc #fafafa;
    scrollbar-width: thin
}

.area--featured .story {
    display: flex;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef
}

.area--featured .story:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.area--featured .story .expert {
    width: 48px;
    position: static;
    display: block;
    float: left;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem
}

.area--featured .story .expert img {
    border-radius: 6px
}

.area--featured .story .detail-wrap {
    margin-bottom: 0;
    width: 100%
}

.area--featured .story .detail__meta {
    clear: both;
    font-size: 0.75rem
}

.area--featured .story .detail__meta .btn {
    float: right;
    padding: 0;
    font-size: 0.75rem
}

.area--featured .story .detail__meta .btn-alt {
    display: none
}

@media (min-width: 768px) {
    .area--featured .story .detail__meta {
        clear: none
    }
}

.area--featured .story .detail__source {
    margin-left: 0.25rem;
    margin-bottom: 0
}

.area--featured .story .detail__source::before {
    content: ' - ';
    display: inline;
    font-weight: normal
}

.area--featured .story .detail__summary {
    clear: left;
    max-height: 2.6em;
    overflow: hidden
}

.area--featured .story .detail__author {
    margin-top: 0.25rem
}

.area--featured .story .detail__title {
    width: calc(100% - 60px);
    margin-left: auto
}

.area--featured .story .detail__title .btn {
    padding: 0;
    margin-left: 0.5rem;
    border: none;
    font-size: 0.8em;
    font-weight: normal
}

.area--featured .story .detail__title .btn-alt {
    display: none
}

.area--featured .story .detail__content {
    max-height: 3rem;
    overflow: hidden;
    clear: left;
    display: none
}

.area--featured .story.is-expanded .detail__summary {
    max-height: initial
}

.area--featured .story.is-expanded .detail__content {
    max-height: initial;
    overflow: visible;
    display: block
}

.area--featured .story.is-expanded .btn-link {
    display: none
}

.area--featured .story.is-expanded .btn-alt {
    display: inline-block
}

@media (min-width: 768px) {
    .area--featured .story .detail__author {
        width: initial
    }

    .area--featured .story .detail__title, .area--featured .story .detail__summary, .area--featured .story .detail__meta {
        clear: none;
        width: calc(100% - 56px);
        margin-left: auto
    }

    .area--featured .story .detail__content {
        clear: none;
        display: block
    }

    .area--featured .story.is-expanded .detail__meta {
        width: 100%
    }
}

.area--gray {
    background-color: #f8f9fa;
    padding: 1.5rem 0;
    margin-bottom: 2rem
}

.area--gray .zone {
    margin-bottom: 0
}

.area--gray .zone__title {
    text-align: center
}

.area--gray .zone__title::before {
    content: '';
    font-weight: 300;
    vertical-align: text-bottom
}

.site-header .story-listing, .zone--dark .story-listing {
    padding-left: 0;
    list-style-type: none;
    max-height: 20rem;
    overflow: auto;
    padding-right: 1rem;
    scrollbar-color: #555 transparent;
    scrollbar-width: thin
}

.site-header .story-listing::-webkit-scrollbar-track, .zone--dark .story-listing::-webkit-scrollbar-track {
    background-color: transparent
}

.site-header .story-listing::-webkit-scrollbar, .zone--dark .story-listing::-webkit-scrollbar {
    width: 8px;
    background-color: transparent
}

.site-header .story-listing::-webkit-scrollbar-thumb, .zone--dark .story-listing::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    height: 20px
}

.site-header .story-listing a, .zone--dark .story-listing a {
    color: #121212
}

.site-header .story-listing li, .zone--dark .story-listing li {
    display: flex
}

.site-header .story-listing li .time-wrap, .zone--dark .story-listing li .time-wrap {
    width: 30%
}

@media (min-width: 1024px) {
    .site-header .story-listing li .time-wrap, .zone--dark .story-listing li .time-wrap {
        width: 20%
    }
}

.site-header .story-listing li time, .zone--dark .story-listing li time {
    color: #121212;
    opacity: 0.5;
    font-size: 0.875rem;
    display: block
}

.site-header .story-listing li a, .zone--dark .story-listing li a {
    width: 85%;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 0.5rem
}

.page-link {
    margin-left: 0.5rem;
    min-width: 24px
}

.page-item:first-child .page-link {
    border-radius: 0
}

.page-item:last-child .page-link {
    border-radius: 0
}

.story {
    margin-bottom: 1.5rem
}

.story::after {
    display: block;
    clear: both;
    content: "";
    box-sizing: border-box
}

.story__thumb {
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-align: center
}

.story__thumb img {
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out
}

.story__thumb video {
    width: 100%;
    height: auto
}

.story__footer {
    margin-top: 1rem
}

.story__title {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis
}

.story__title+.story__summary {
    margin-top: 1rem
}

.story__title .highlight {
    color: #dd5326;
    font-style: normal;
    font-weight: 800
}

.story__meta {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: #adb5bd
}

.story__summary {
    font-size: 1rem;
    margin-top: 0.5rem
}

.story__cate {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.75rem;
    color: #999;
    display: block;
    margin-bottom: 0.5rem
}

.story__author {
    font-size: 0.75rem;
    display: block;
    margin-top: 0.5rem
}

.story__expert {
    font-weight: bold;
    margin-right: 0.5rem;
    color: #4483C4
}

.story__expert:hover {
    color: #f58220
}

.story__subcate {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    margin-left: 0.5rem;
    padding: 0.25rem 0.5rem;
    border-radius: 2px;
    color: #f58220;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 2;
    max-height: 36px;
    overflow: hidden;
    text-align: right;
    font-size: 0.75rem
}

.story__subcate:hover {
    background-color: #fff;
    color: #f58220
}

.story__related+.story__related {
    margin-top: 1rem
}

.story__related a {
    font-weight: bold
}

.story__related a::before {
    content: '';
    font-family: "Font Awesome 5 Pro";
    margin-right: 1rem;
    opacity: 0.3;
    position: relative;
    top: -4px;
    font-size: 0.5rem;
    font-weight: bold
}

.story--highlight .story__title {
    font-size: 1.125rem
}

.story--highlight .story__cate {
    margin-left: 1.5rem !important;
    margin-bottom: 0
}

.story--highlight .story__footer {
    margin: 1rem auto 0
}

@media (min-width: 768px) {
    .story--highlight {
        margin-bottom: 1.5rem !important;
        background-color: #283e69
    }

    .story--highlight .story__header {
        width: 35%;
        padding: 1.5rem;
        color: #121212
    }

    .story--highlight .story__title a {
        color: #121212
    }

    .story--highlight .story__title a:hover {
        color: #faa61a
    }

    .story--highlight .story__thumb {
        float: right;
        margin-bottom: 0;
        width: 65%
    }

    .story--highlight .story__thumb img {
        border-radius: 0
    }

    .story--highlight .story__summary {
        display: none
    }
}

@media (min-width: 1024px) {
    .story--highlight .story__summary {
        display: block;
        font-size: 0.875rem
    }
}

@media (min-width: 1440px) {
    .story--highlight .story__title {
        font-size: 1.25rem
    }

    .story--highlight .story__summary {
        font-size: 1rem
    }
}

.story--featured .story__title {
    font-size: 1.125rem
}

@media (min-width: 1024px) {
    .story--featured .story__title {
        font-size: 1.5rem
    }
}

.zone--highlight .story--featured .story__title {
    font-size: 1.125rem
}

@media (min-width: 1024px) {
    .zone--highlight .story--featured .story__title {
        font-size: 1.25rem
    }
}

@media (min-width: 768px) {
    .story--secondary .story__title {
        font-size: 1.125rem
    }
}

@media (min-width: 1024px) {
    .story--secondary .story__title {
        font-size: 1.5rem
    }
}

.story--left .story__thumb {
    width: 90px;
    float: left;
    margin-right: 0.625rem;
    margin-bottom: 0;
    text-align: center
}

.story--left .story__header {
    overflow: hidden
}

.story--left.story--featured .story__thumb {
    width: initial;
    float: none;
    margin-right: 0;
    margin-bottom: 0.5rem
}

@media (min-width: 768px) {
    .story--left.story--featured .story__thumb {
        width: 45%;
        float: left;
        margin-right: 1rem;
        margin-bottom: 0
    }
}

.story--left.story--medium .story__thumb {
    width: 120px
}

@media (min-width: 1024px) {
    .story--left.story--medium .story__thumb {
        width: 240px;
        margin-right: 1rem
    }
}

@media (min-width: 768px) {
    .story--left-sm .story__thumb {
        float: none !important;
        margin: 0 0 0.5rem 0 !important;
        width: initial !important
    }
}

.story--right .story__thumb {
    width: 90px;
    float: right;
    margin-left: 0.625rem;
    margin-bottom: 0
}

.story--right .story__header {
    overflow: hidden;
    margin: 0 !important
}

.story--border {
    position: relative;
    padding-bottom: 1rem
}

.story--border::before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1)
}

.story--border:last-of-type::before, .story--border:last-child::before {
    background-color: transparent
}

@media (min-width: 768px) {
    .story--border+.story--border {
        margin-top: 1rem !important
    }
}

.story--mask {
    position: relative
}

.story--mask .story__thumb {
    margin-bottom: 0
}

.story--mask .story__title {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #07192C;
    padding: 1rem
}

.story--mask .story__title a {
    color: #121212
}

.story--mask .story__title a:hover {
    text-decoration: underline
}

.story--mask.transparent .story__title {
    background-color: rgba(7, 25, 44, 0.7)
}

.story--mask.transparent .story__title a {
    display: block;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    border-left: 2px solid #fff
}

.story--mask.transparent .story__title time {
    font-size: 0.75rem;
    font-weight: normal;
    color: #121212;
    opacity: 0.7;
    padding-left: 1rem
}

.story--mask.transparent .story__cate {
    position: absolute;
    top: 1rem;
    left: 1rem
}

.story--mask.transparent.story--center .story__title a {
    border-left: none;
    padding-left: 0
}

.story--mask.transparent.story--center .story__cate {
    margin-left: 0 !important;
    padding-right: 2rem
}

.story--mask.transparent.story--center .story__cate .fas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #121212;
    color: #4483C4;
    padding: 0.2rem;
    font-size: 1rem
}

.story--mask.overlay .story__thumb::before {
    background: rgba(244, 243, 229, 0.9);
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.story--mask.overlay .story__header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem
}

.story--mask.overlay .story__title {
    position: static;
    background-color: transparent;
    padding: 0
}

.story--mask.overlay .story__title a {
    color: white
}

.story--mask.overlay .story__title a:hover {
    text-decoration: underline
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .story--mask.overlay .story__summary {
        display: none
    }
}

.story--mask.mask-hidden .story__title {
    background-color: transparent;
    position: static;
    padding: 0;
    margin-top: 0.5rem
}

.story--mask.mask-hidden .story__title a {
    color: white
}

@media (min-width: 768px) {
    .story--mask.mask-hidden .story__title {
        position: absolute;
        padding: 1rem;
        margin-top: 0;
        background-color: rgba(7, 25, 44, 0.7);
        opacity: 0;
        transition: all 0.2s ease-in-out
    }

    .story--mask.mask-hidden .story__title a {
        color: #121212
    }

    .story--mask.mask-hidden .story__title a:hover {
        text-decoration: underline
    }

    .story--mask.mask-hidden:hover .story__title {
        opacity: 1
    }
}

.story--order {
    position: relative;
    padding-left: 4rem
}

.story--order .story__rank {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 3.75rem;
    font-weight: bold;
    color: #f58220
}

/* .story--order .story__rank::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 45%;
    background: url("../images/Rectangle.png") bottom right no-repeat;
    background-size: cover
} */

.story--order+.story--order {
    padding-top: 1rem
}

.story--order+.story--order::before {
    content: '';
    display: block;
    position: absolute;
    left: 4rem;
    right: 0;
    top: 0rem;
    height: 1px;
    background-color: #ddd
}

.story--order.story--left {
    padding-left: 0;
    margin-bottom: 1rem
}

.story--order.story--left .story__rank {
    font-size: 3rem;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    opacity: 0.5
}

@media (min-width: 1024px) {
    .story--order.story--left {
        margin-bottom: 0
    }
}

.story--center {
    text-align: center
}

.story--timeline .story__header {
    overflow: hidden
}

.story--timeline+.story--timeline {
    padding-top: 1.5rem;
    border-top: 1px solid #eee
}

@media (min-width: 768px) {
    .story--timeline+.story--timeline {
        padding-top: 2rem
    }

    .story--timeline .story__thumb {
        max-width: 30%;
        float: left;
        margin: 0 1rem 0 0
    }
}

@media (min-width: 1024px) {
    .story--timeline {
        padding-left: 15%;
        position: relative
    }

    .story--timeline .story__meta {
        margin-top: 0;
        position: absolute;
        top: 2rem;
        left: 0
    }

    .story--timeline:first-child .story__meta {
        top: 0
    }
}

.story--bullet {
    padding-left: 1.5rem;
    position: relative
}

.story--bullet .story__title a::before {
    content: '';
    font-family: "Font Awesome 5 Pro";
    margin-right: 1rem;
    opacity: 0.3;
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 0.5rem;
    font-weight: bold
}

.site-header .story--mini .story__summary a {
    color: #121212
}

.site-header .story--mini .story__summary a:hover {
    color: #dee2e6
}

.story--mini .story__summary, .story--mini .story__author, .story--mini .story__extend {
    font-size: 0.875rem;
    margin-top: 0.5rem
}

.story--mini .story__author .avatar {
    float: left;
    margin-right: 0.25rem
}

.story--mini .story__extend a {
    color: #4483C4;
    font-style: italic;
    font-weight: bold;
    word-break: break-word
}

.story--mini .story__extend a:hover {
    text-decoration: underline
}

.zone--dark .story--mini {
    color: #121212
}

.zone--dark .story--mini .story__summary a {
    color: #121212
}

.zone--dark .story--mini .story__summary a:hover {
    text-decoration: underline
}

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

.story--photo .story__thumb, .story--video .story__thumb {
    position: relative
}

.story--photo .story__thumb a::after, .story--video .story__thumb a::after {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    content: '';
    font-weight: 600;
    font-family: "Font Awesome 5 Pro";
    font-size: 0.75rem;
    color: #121212;
    width: 2rem;
    height: 2rem;
    line-height: 30px;
    border-radius: 2px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #fff;
    transition: all 0.2s ease-in-out
}

.story--photo .story__thumb a:hover::after, .story--video .story__thumb a:hover::after {
    background-color: #4483C4;
    border-color: #4483C4
}

.zone--highlight .story--photo .story__header, .zone--highlight .story--video .story__header {
    margin-top: 0 !important
}

.zone--highlight .story--photo .story__title, .zone--highlight .story--video .story__title {
    font-size: 1.25rem
}

@media (min-width: 1024px) {
    .zone--highlight .story--photo, .zone--highlight .story--video {
        position: relative
    }

    .zone--highlight .story--photo .story__thumb, .zone--highlight .story--video .story__thumb {
        margin-bottom: 0
    }

    .zone--highlight .story--photo .story__thumb a::after, .zone--highlight .story--video .story__thumb a::after {
        display: none
    }

    .zone--highlight .story--photo .story__header, .zone--highlight .story--video .story__header {
        position: absolute !important;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(7, 25, 44, 0.7);
        padding: 1rem 1rem 1rem 5rem
    }

    .zone--highlight .story--photo .story__header::before, .zone--highlight .story--video .story__header::before {
        content: '';
        font-weight: 600;
        font-family: "Font Awesome 5 Pro";
        font-size: 1.25rem;
        width: 3rem;
        height: 3rem;
        line-height: 46px;
        z-index: 3;
        position: absolute;
        left: 1rem;
        bottom: 1rem;
        color: #121212;
        border-radius: 2px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.7);
        border: 1px solid #fff;
        transition: all 0.2s ease-in-out;
        cursor: pointer
    }

    .zone--highlight .story--photo .story__header a, .zone--highlight .story--video .story__header a {
        color: #121212
    }

    .zone--highlight .story--photo .story__header a:hover, .zone--highlight .story--video .story__header a:hover {
        text-decoration: underline
    }

    .zone--highlight .story--photo .story__meta, .zone--highlight .story--video .story__meta {
        margin-top: 0;
        opacity: 0.7;
        color: #121212
    }

    .zone--highlight .story--photo .story__title, .zone--highlight .story--video .story__title {
        font-size: 1.5rem
    }

    .zone--highlight .story--photo:hover .story__header::before, .zone--highlight .story--video:hover .story__header::before {
        background-color: #4483C4;
        border-color: #4483C4
    }
}

.story--photo .story__thumb {
    position: relative
}

.story--photo .story__thumb a::after {
    content: '';
    font-weight: 300
}

@media (min-width: 1024px) {
    .zone--highlight .story--photo .story__header::before {
        content: '';
        font-weight: 300
    }
}

.zone--highlight .story.story--right .story__cate {
    margin-left: 0
}

.zone--featured .story.story--secondary {
    text-align: center
}

.zone--featured .story.story--secondary .story__thumb {
    position: relative;
    overflow: hidden
}

.zone--featured .story.story--secondary .story__thumb a::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #121212;
    height: 20%;
    width: 100%;
    top: 90%;
    left: 0;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    -o-transform: skewY(-6deg);
    transform: skewY(-6deg)
}

.zone--featured .story.story--secondary .story__cate {
    margin-bottom: 1.5rem
}

.zone--featured .story.story--secondary .story__cate::before {
    display: none
}

.zone--slider .story .story__header {
    margin-top: 0
}

.zone--slider .story .story__thumb {
    position: relative;
    overflow: visible
}

.zone--slider .story .story__thumb::after {
    display: block;
    content: '';
    width: 94%;
    height: 8px;
    background-color: #f0f0f0;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 1px;
    margin-left: 3%
}

@media (min-width: 768px) {
    .story {
        margin-bottom: 0
    }

    .story+.story {
        margin-top: 1.5rem
    }
}

.story.has-expert .story__thumb {
    position: relative
}

.story.has-expert .story__thumb>a::after {
    display: block;
    content: '';
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(transparent, #000);
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem
}

.story.has-expert.story--left-sm .story__thumb::after {
    display: none
}

@media (min-width: 768px) {
    .story.has-expert.story--left-sm .story__thumb::after {
        display: block
    }
}

.story .expert {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    z-index: 2
}

.story .expert__avatar {
    max-width: 3rem;
    margin-bottom: 0
}

.story .expert__header {
    max-width: calc(100% - 3.5rem)
}

.story .expert__name, .story .expert__title {
    color: white;
    text-align: left;
    margin-bottom: 0.25rem
}

.story .expert__name a, .story .expert__title a {
    color: white;
}

.story .expert__name a:hover, .story .expert__title a:hover {
    text-decoration: underline
}

.story .expert__title {
    opacity: 0.7
}

.story .expert__follow {
    color: #121212
}

.story.has-subcate .story__thumb {
    position: relative;
    border-radius: 0.5rem
}

.story.has-subcate .story__thumb a:first-child::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    z-index: 0
}

.story.has-branch {
    margin-bottom: 1rem
}

.story.has-branch .story__thumb {
    position: relative
}

.story.has-branch .story__thumb a::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    z-index: 0
}

.story.has-branch .story__title {
    overflow: visible;
    display: flex
}

.story.has-branch .story__title>a {
    color: #4483C4;
    width: calc(100% - 72px)
}

.story.has-branch .story__title>a:hover {
    color: #f58220
}

.story.has-branch .story__title>.fal {
    color: #f58220;
    font-size: 1rem;
    width: 1.5rem;
    margin-right: 8px
}

@media (min-width: 768px) {
    .story.has-branch .story__title>.fal {
        font-size: 1.125rem
    }
}

.story.has-branch .story__title .btn {
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    margin-left: auto
}

.story.has-branch .story__title .btn .fal {
    color: #ffffff;
    transform: rotateX(180deg);
    transition: all 0.2s ease-in-out
}

.story.has-branch .story__title .btn.collapsed .fal {
    transform: rotateX(0deg)
}

.story.has-branch .story__branch {
    padding-left: 1rem;
    position: relative;
    margin-top: 0.5rem
}

.story.has-branch .story__branch::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    top: 0;
    width: 1px;
    background-color: #dee2e6
}

.story.has-branch .story__treetop {
    position: relative;
    padding-left: 0.5rem;
    margin-bottom: 0.5rem
}

.story.has-branch .story__treetop a {
    display: block
}

.story.has-branch .story__treetop:last-child {
    margin-bottom: 0
}

.story.has-branch .story__treetop::before {
    content: '';
    display: block;
    position: absolute;
    left: -1rem;
    top: 50%;
    width: 1rem;
    height: 1px;
    background-color: #dee2e6
}

.expert {
    display: flex
}

.expert::after {
    display: block;
    content: "";
    clear: both
}

.expert__avatar {
    max-width: 64px;
    margin-right: 0.5rem;
    margin-bottom: 0
}

.expert__avatar img {
    border-radius: 4px
}

.expert__name, .expert__title {
    font-size: 0.875rem;
    text-align: left
}

.expert__name {
    margin-bottom: 0.5rem;
    font-weight: bold
}

.expert__title {
    opacity: 0.5;
    margin-bottom: 0
}

.expert__follow {
    margin-left: auto
}

.expert__follow .button {
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    line-height: 30px;
    text-align: center;
    display: none;
    border: 1px solid #ddd;
    cursor: pointer
}

.expert__follow .button.is-active {
    display: inline-block
}

.expert__follow .button:hover {
    background: #e0e0e0;
    color: #333
}

.expert__follow .button-check {
    background-color: #dd5326;
    color: #121212;
    border-color: #dd5326
}

.expert-lg {
    flex-wrap: wrap
}

.expert-lg .expert__avatar {
    max-width: initial;
    flex-basis: 100%;
    margin-right: 0
}

.expert-lg .expert__avatar img {
    border-radius: 0.5rem
}

@media (min-width: 768px) {
    .expert-lg .expert__avatar {
        max-width: 5rem;
        flex-basis: 5rem;
        margin-right: 1rem
    }
}

.expert-lg .expert__name {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase
}

.expert-lg .expert__title, .expert-lg .expert__detail {
    opacity: 0.8;
    margin-bottom: 0.25rem
}

.expert-lg .expert__info {
    flex-basis: 100%;
    order: 3
}

@media (min-width: 768px) {
    .expert-lg .expert__info {
        order: initial;
        flex-basis: calc(100% - 8.5rem)
    }
}

.expert-lg .expert__follow {
    flex-basis: 2rem;
    margin-left: initial
}

@media (min-width: 768px) {
    .expert-lg .expert__follow {
        margin-left: auto
    }
}

.wrapper {
    max-width: 1200px;
    margin: auto;
    background-color: #fff
}

.wrapper::after {
    display: block;
    content: "";
    clear: both
}

.area--cover .story--cover {
    margin-bottom: 1rem
}

@media screen and (min-width: 1024px) {
    .area--cover .story--cover {
        margin-bottom: 0
    }

    .area--cover .story--cover .story__thumb {
        float: left;
        width: 60%;
        margin: 0 2rem -0px 0
    }
}

.zone--full .story-listing .story .story__header {
    padding: 0 1rem
}

@media (min-width: 768px) {
    .zone--full .story-listing .story {
        width: calc(33.33% - 1px);
        float: left;
        margin-right: 1px
    }

    .zone--full .story-listing .story+.story {
        margin-top: 0
    }

    .zone--full .story-listing .story .story__header {
        padding: 1rem
    }
}

@media (min-width: 1024px) {
    .zone--full .story-listing .story .story__header {
        padding: 1.5rem
    }
}

.link-website .btn {
    width: 20%;
    text-align: center
}

.column-wrap::after {
    display: block;
    content: "";
    clear: both
}

@media (min-width: 1024px) {
    .column-wrap .column-main {
        width: calc(100% - 324px);
        float: left
    }

    .column-wrap .column-sidebar {
        width: 300px;
        float: right
    }
}

.site-header {
    z-index: 20;
    margin-bottom: 2rem;
    border-bottom: 1px solid #ddd
}

.site-header .container {
    position: relative
}

@media (min-width: 768px) {
    .site-header .container {
        position: static
    }
}

.site-header__topbar {
    display: none
}

.site-header__topbar::after {
    display: block;
    content: "";
    clear: both
}

.site-header__topbar .stock {
    display: flex;
    font-size: 0.625rem;
    padding: 0.5rem 0;
    text-transform: uppercase
}

.site-header__topbar .stock .item+.item {
    margin-left: 1.25rem
}

.site-header__topbar .stock .item:first-child {
    margin-left: 0
}

.site-header__topbar .stock .item .name {
    display: inline-block
}

.site-header__topbar .stock .item .number {
    display: inline-block;
    color: #333;
    padding: 0.25rem 0.5rem;
    background-color: #f0f0f0;
    position: relative;
    border-radius: 10px;
    margin-left: 0.25rem
}

.site-header__topbar .stock .item .number:before {
    content: '';
    display: inline-block;
    font-size: 1.2em;
    line-height: 1
}

.site-header__topbar .stock .item .up {
    color: #07dc8d;
    background-color: white
}

.site-header__topbar .stock .item .up:before {
    content: '↑';
    margin-right: 0.25rem
}

.site-header__topbar .stock .item .down {
    color: red;
    background-color: white
}

.site-header__topbar .stock .item .down:before {
    content: '↓';
    margin-right: 0.25rem
}

@media (min-width: 768px) {
    .site-header__topbar {
        display: block
    }
}

.site-header__content {
    background-color: #283e69;
    color: #121212;
    padding: 1rem 0px;
    position: relative
}

.site-header__content::after {
    display: block;
    content: "";
    clear: both
}

.site-header__content .carousel {
    padding-top: 1.5rem
}

.site-header__content .carousel-indicators {
    top: 0;
    bottom: initial;
    margin: 0;
    justify-content: left;
    z-index: 1
}

.site-header__content .carousel-vertical {
    padding-top: 0
}

.site-header__content .carousel-vertical .carousel-item-next.carousel-item-left, .site-header__content .carousel-vertical .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.site-header__content .carousel-vertical .carousel-item-next, .site-header__content .carousel-vertical .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.site-header__content .carousel-vertical .carousel-item-prev, .site-header__content .carousel-vertical .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.site-header__content .box__header {
    margin-bottom: 0.5rem
}

.site-header__content .box__header::after {
    display: block;
    content: "";
    clear: both
}

.site-header__content .box__header .btn-sm {
    font-size: 0.75rem;
    text-transform: none;
    float: right
}

.site-header__content .box__header a {
    color: #121212
}

.site-header__content .box__header a:hover {
    color: #f58220
}

.site-header__content .box__header a.btn-light {
    color: #111
}

.site-header__content .box__header a.btn-light:hover {
    color: #333;
    text-decoration: none
}

.site-header__content .box__title {
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .site-header__content .box--horizontal {
        display: flex
    }

    .site-header__content .box--horizontal .box__header {
        padding-right: 1rem;
        width: 20%;
        flex-basis: 20%;
        margin-bottom: 0
    }

    .site-header__content .box--horizontal .box__content {
        width: 80%;
        flex-basis: 80%
    }
}

.site-header__content .story-listing {
    max-height: 10rem
}

.site-header__content .story__summary {
    margin-top: 0
}

@media (min-width: 768px) {
    .site-header__content {
        display: block
    }
}

.site-header__toolbar .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.75rem;
    font-weight: bold;
    z-index: 2
}

.site-header__toolbar .logo {
    max-width: 12rem;
    margin: 0.5rem 0
}

.site-header__toolbar .qc {
    margin-bottom: 0;
    display: none
}

.site-header__toolbar .input-wrap {
    width: 16%
}

.site-header__toolbar .fal {
    font-size: 1.125rem
}

@media (min-width: 1024px) {
    .site-header__toolbar {
        margin: 1rem 0
    }

    .site-header__toolbar .qc {
        display: block
    }
}

@media (min-width: 1024px) {
    .site-header__toolbar .logo {
        max-width: 15rem
    }
}

.site-header__tool {
    align-items: center;
    font-size: 0.75rem;
    background: url("../images/tool-bg.png") left top no-repeat;
    background-size: cover;
    padding: 0.7rem 1rem;
    position: absolute;
    bottom: 1px;
    right: 0;
    transform: translateY(100%);
    justify-content: space-around;
    z-index: 2;
    display: none
}

.site-header__tool .social__item {
    font-size: 0.875rem;
    color: white;
}

@media (min-width: 1024px) {
    .site-header__tool .social__item {
        font-size: 1rem
    }
}

.site-header__tool .social__item:hover {
    color: #283e69
}

.site-header__tool .social__item.social__item {
    margin-left: 0.5rem
}

.site-header__tool .time {
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
}

.site-header__tool .time a {
    color: #121212
}

@media (min-width: 768px) {
    .site-header__tool .time {
        font-size: 0.625rem;
        margin-left: 0.5rem;
        padding-left: 0.5rem
    }
}

@media (min-width: 1024px) {
    .site-header__tool .time {
        font-size: 0.75rem;
        margin-left: 1rem;
        padding-left: 1rem
    }
}

@media (min-width: 768px) {
    .site-header__tool {
        display: flex
    }
}

.site-header .sponsor {
    position: absolute;
    bottom: -1rem
}

.site-header .input-wrap {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: none
}

.site-header .input-wrap:hover {
    border-bottom-color: #aaa
}

.site-header .input-wrap .fa-search {
    position: absolute;
    right: 0em;
    top: 50%;
    transform: translateY(-50%)
}

.site-header .input-wrap .form-control {
    background-color: transparent;
    border-radius: 0;
    border: none;
    font-size: 0.875rem;
    height: 40px;
    padding: 0
}

.site-header .input-wrap .form-control:hover, .site-header .input-wrap .form-control:active, .site-header .input-wrap .form-control:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.site-header .input-wrap .search-suggestion {
    display: none;
    padding: 16px;
    background-color: #283e69;
    color: #121212;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 3;
    margin-top: 1rem
}

.site-header .input-wrap .search-suggestion:empty {
    background-color: transparent
}

.site-header .input-wrap .search-suggestion .heading {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 16px
}

.site-header .input-wrap .search-suggestion .suggestion-wrap+.suggestion-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 16px;
    margin-top: 16px
}

.site-header .input-wrap .search-suggestion .title {
    font-size: 18px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.site-header .input-wrap .search-suggestion .title a {
    font-size: 14px;
    color: #121212
}

.site-header .input-wrap .search-suggestion .title a:hover {
    text-decoration: underline
}

.site-header .input-wrap .search-suggestion .text {
    font-size: 16px;
    padding: 4px 8px;
    transition: all 0.2s ease-in-out
}

.site-header .input-wrap .search-suggestion .text:hover {
    background-color: #333
}

.site-header .input-wrap .search-suggestion .text.text {
    margin-top: 8px
}

.site-header .input-wrap .search-suggestion .text a {
    display: block;
    color: #121212
}

.site-header .input-wrap .search-suggestion .text .highlight {
    color: #4483C4;
    font-weight: bold;
    font-style: normal
}

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

    .site-header .input-wrap .search-suggestion {
        width: 300px
    }
}

.site-header .nav-wrap {
    background-color: #213356
}

@media (min-width: 768px) {
    .site-header .nav-wrap {
        background-color: #4483C4;
        border-top: none
    }
}

.site-header .nav {
    display: none;
    background-color: #213356;
    border-bottom: 1px solid #213356
}

.site-header .nav-item {
    font-size: 1rem;
    font-weight: 600;
    position: relative
}

.site-header .nav-item:last-child {
    border-bottom: none
}

.site-header .nav-link {
    padding: 0.75rem 1rem;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    color: #121212
}

.site-header .nav-link .fa-angle-down {
    display: none
}

.site-header .nav .btn-nav-expand {
    position: absolute;
    top: 0rem;
    right: 0.5rem;
    color: #121212;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    font-size: 1.5rem
}

.site-header .nav .btn-nav-expand.is-active {
    transform: rotate(-180deg)
}

.site-header .nav-sub {
    list-style-type: none;
    padding-left: 1rem;
    z-index: 3;
    opacity: 0.5;
    display: none
}

.site-header .nav-sub .nav-item::before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #f58220;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    opacity: 1
}

.site-header .nav-sub.is-active {
    display: block
}

.site-header .nav .input-wrap {
    display: block;
    margin: 0.5rem 1rem
}

.site-header .nav .input-wrap .form-control, .site-header .nav .input-wrap a {
    color: #121212
}

.site-header .nav-expand>.nav-link {
    display: none
}

.site-header .nav-expand>.nav-sub {
    padding-left: 0
}

.site-header .nav-trigger {
    margin-left: auto !important
}

.site-header .nav-trigger .nav-sub {
    left: auto !important;
    right: 0 !important
}

.site-header .nav.is-active {
    display: block;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    margin: 0;
    z-index: 20
}

@media (min-width: 768px) {
    .site-header .nav {
        display: flex;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        background-color: #4483C4;
        padding: 0;
        border: none
    }

    .site-header .nav .nav-item {
        font-size: 0.875rem;
        border-bottom: none
    }

    .site-header .nav .nav-item::before {
        display: none
    }

    .site-header .nav .nav-item:hover .nav-sub {
        display: block
    }

    .site-header .nav .nav-item:hover>.nav-link {
        background-color: #336aa2
    }

    .site-header .nav .nav-item.is-active>.nav-link {
        background-color: #336aa2;
        color: white;
    }

    .site-header .nav .nav-item+.nav-item {
        margin-left: 1px
    }

    .site-header .nav .nav-link {
        padding: 0.75rem 0.625rem;
        color: white;
    }

    .site-header .nav .nav-link .fa-angle-down {
        display: inline-block
    }

    .site-header .nav .nav-sub {
        display: none;
        opacity: 1;
        position: absolute;
        top: 100%;
        left: 0;
        right: auto;
        width: 350px;
        padding-left: 0;
        background-color: #336aa2
    }

    .site-header .nav .nav-sub .nav-link {
        color: white;
    }

    .site-header .nav .nav-sub .nav-link:hover {
        background-color: #2d5d8f
    }

    .site-header .nav .input-wrap {
        display: none
    }

    .site-header .nav .btn-nav-expand {
        display: none
    }

    .site-header .nav-expand>.nav-link {
        display: block
    }

    .site-header .nav-expand>.nav-sub {
        left: auto;
        right: 0
    }
}

@media (min-width: 1024px) {
    .site-header .nav .nav-link {
        letter-spacing: -0.5px
    }
}

@media (min-width: 1280px) {
    .site-header .nav .nav-item {
        font-size: 1rem
    }

    .site-header .nav .nav-link {
        letter-spacing: 0px
    }
}

.site-header .m-btn .btn {
    padding: 0 0.5rem;
    min-width: 3rem;
    text-align: center
}

@media (min-width: 768px) {
    .site-header .m-btn {
        display: none
    }
}

.site-header .m-btn .fab, .site-header .m-btn .fal {
    font-size: 1.75rem;
    line-height: 32px
}

.site-header .m-btn .fa-telegram {
    color: #4483C4
}

.site-header .m-btn .fa-times {
    display: none
}

.site-header .m-btn.is-active .fa-bars {
    display: none
}

.site-header .m-btn.is-active .fa-times {
    display: block
}

@media (max-width: 767px) {
    .site-header.is-pinned .site-header__toolbar {
        background-color: #121212;
        border-bottom: 1px solid #ddd;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 20
    }

    .site-header.is-pinned time {
        display: none
    }

    .site-header.is-pinned .nav {
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        margin: 0
    }
}

@media (min-width: 768px) {
    .site-header.is-pinned .nav-wrap {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 20
    }
}

@media (min-width: 768px) {
    .site-header {
        border-bottom: none
    }
}

.site-footer {
    background-color: #283e69;
    color: white;
    padding: 2rem 0
}

.site-footer::after {
    display: block;
    content: "";
    clear: both
}

.site-footer a {
    color: white;
}

.site-footer a:hover {
    text-decoration: underline
}

.site-footer .nav>.nav-item {
    font-size: 0.875rem;
    flex-basis: 25%;
    margin-bottom: 1rem
}

.site-footer .nav-sub {
    opacity: 0.5;
    padding-left: 0rem;
    list-style-type: none
}

.site-footer__nav {
    display: flex
}

.site-footer__nav .category {
    font-size: 0.875rem;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 0 1rem 0 0;
    opacity: 0.5
}

@media (min-width: 1024px) {
    .site-footer__nav .category {
        margin-top: 2rem
    }
}

.site-footer__nav .category a {
    color: white;
}

.site-footer__social {
    display: flex;
    justify-content: flex-end
}

.site-footer__social .social {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    margin-left: 0.5rem
}

.site-footer__info {
    font-size: 0.875rem
}

.site-footer__info p {
    opacity: 0.5;
    margin-bottom: 0
}

.site-footer__info .bars {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0.5rem 0
}

.site-footer__info .bars a {
    margin-right: 1rem
}

.site-footer__info .bars .text-right a {
    margin-left: 1rem;
    margin-right: 0
}

.site-footer__info .content {
    padding: 1rem 0
}

.page-category .site-content {
    margin-top: 2rem
}

.page-category .zone--timeline .story__thumb {
    float: none;
    width: 100%;
    margin-bottom: 0.625rem
}

@media (min-width: 576px) {
    .page-category .zone--timeline .story__thumb {
        margin-bottom: 0;
        float: left;
        width: 200px
    }
}

@media (min-width: 768px) {
    .page-category.skin-2 .site-content {
        margin-top: 5rem
    }
}

.page-category.skin-2 .breadcrumbs .category {
    text-align: left
}

.page-category.skin-2 .breadcrumbs .category-main::before {
    content: '';
    font-weight: 300
}

.page-category.skin-2 .breadcrumbs .category-sub {
    font-weight: normal;
    display: inline-block;
    position: relative;
    padding-left: 1rem;
    margin: 0 0 0 1rem;
    text-transform: none
}

.page-category.skin-2 .breadcrumbs .category-sub::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 4px);
    left: -4px;
    background-color: #dee2e6
}

.page-category.skin-2 .breadcrumbs .category-sub:first-of-type {
    padding-left: 0;
    margin-left: 0
}

.page-category.skin-2 .breadcrumbs .category-sub:first-of-type::before {
    display: none
}

.page-category.skin-2 .breadcrumbs .category-sub span, .page-category.skin-2 .breadcrumbs .category-sub a {
    font-weight: normal;
    color: #4483C4;
    padding-bottom: 0;
    border: none
}

.page-category.skin-2 .breadcrumbs .category-sub span:hover, .page-category.skin-2 .breadcrumbs .category-sub a:hover {
    color: #f58220
}

.page-category.skin-2 .breadcrumbs .category-sub.is-active span, .page-category.skin-2 .breadcrumbs .category-sub.is-active a {
    font-weight: bold
}

.page-media .zone--highlight .carousel {
    margin-bottom: 0
}

.page-detail .site-content {
    margin-top: 2rem
}

.page-detail .site-content .zone__title {
    text-align: left
}

@media (min-width: 1280px) {
    .page-detail .site-content .zone__title {
        font-size: 2rem
    }
}

.detail-wrap {
    margin-bottom: 3rem;
    padding-top: 1rem
}

.detail-wrap.has-media {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding: 2rem 0
}

.detail-wrap.has-media .detail__header, .detail-wrap.has-media .detail__content, .detail-wrap.has-media .detail__footer {
    color: #121212
}

.detail-wrap.has-media .detail__header {
    order: 2;
    margin-bottom: 0
}

.detail-wrap.has-media .detail__summary {
    margin-bottom: 0;
    font-weight: bold
}

.detail-wrap.has-media .detail__content {
    order: 1
}

.detail-wrap.has-media .detail__content img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 458px
}

.detail-wrap.has-media .detail__content .image-wrap {
    max-height: 458px
}

.detail-wrap.has-media .detail__content .image-wrap .image-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 10%;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    font-size: 0.75rem
}

@media screen and (min-width: 768px) {
    .detail-wrap.has-media .detail__content .image-wrap .image-caption {
        font-size: 1rem
    }
}

.detail-wrap.has-media .detail__content .image-wrap .bx-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 10%;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.5)
}

.detail-wrap.has-media .detail__content .image-wrap .bx-controls {
    position: absolute;
    left: 90%;
    right: 0;
    bottom: 10px;
    text-align: center;
    font-size: 0.875rem
}

.detail-wrap.has-media .detail__footer {
    order: 3
}

.detail__header {
    position: relative;
    margin-bottom: 1.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.detail__title {
    margin: 0 0 1rem;
    line-height: 1.3;
    font-weight: bold;
    font-size: 1.5rem
}

.detail__title-sub {
    font-size: 1.5rem;
    font-weight: bold
}

@media (min-width: 768px) {
    .detail__title {
        font-size: 2rem
    }
}

.detail__meta {
    font-size: 1rem;
    opacity: 0.5;
    margin: 0.5rem 0px
}

.detail__summary {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: bold
}

.detail__avatar {
    text-align: center
}

.detail__avatar figcaption {
    margin-top: 0.5rem;
    text-align: center;
    font-style: italic
}

.detail__tools {
    display: flex;
    justify-content: center;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    position: relative;
    flex-direction: column
}

.detail__tools .detail__author {
    margin-bottom: 1rem
}

.detail__tools::after {
    position: absolute;
    display: block;
    content: '';
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #e9ecef
}

@media (min-width: 1024px) {
    .detail__tools {
        flex-direction: row
    }

    .detail__tools .detail__author {
        margin-bottom: 0rem;
        margin-right: 1rem
    }
}

.detail__share {
    line-height: 2rem;
    text-align: right
}

.detail__share .social {
    border-radius: 50%;
    background-color: #EEEEEE;
    width: 2rem;
    height: 2rem;
    text-align: center;
    display: inline-block;
    margin: 0 0.25rem
}

.detail__share .social i[class*="fa-"] {
    line-height: 2rem;
    display: block
}

.detail__share .comment {
    margin-left: 0.5rem
}

.detail__content {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    color: white
}

.detail__content::after {
    display: block;
    content: "";
    clear: both
}

.detail__content>p, .detail__content>div, .detail__content>h1, .detail__content>h2, .detail__content>h3, .detail__content>h4, .detail__content>h5 {
    margin: 0px 0 1.5rem;
    font-size: 1rem;
    line-height: 1.4
}

.detail__content ul {
    padding-left: 1.5rem
}

.detail__content a {
    color: #4483C4
}

.detail__content a:hover {
    text-decoration: underline
}

.detail__content .embed-youtube, .detail__content img, .detail__content video {
    max-width: 100%;
    height: auto
}

.detail__content .content-image, .detail__content .image-wrap {
    position: relative
}

.detail__content .content-image img, .detail__content .image-wrap img {
    display: block;
    margin: auto
}

.detail__content .content-image .image-caption, .detail__content .content-image .fig, .detail__content .image-wrap .image-caption, .detail__content .image-wrap .fig {
    font-style: italic;
    width: 90%;
    max-width: 640px;
    margin: 0.5rem auto 0px;
    text-align: center
}

.detail__content .content-image.pull-left, .detail__content .content-image.vertical-left, .detail__content .image-wrap.vertical-left, .detail__content .content-image.pull-right, .detail__content .content-image.vertical-right, .detail__content .image-wrap.vertical-right, .detail__content .content-image.align-right-image, .detail__content .content-image.align-left-image, .detail__content .image-wrap.pull-left, .detail__content .image-wrap.pull-right, .detail__content .image-wrap.align-right-image, .detail__content .image-wrap.align-left-image {
    margin-top: 16px;
    max-width: 50%;
    clear: none
}

.detail__content .content-image.pull-left .fig, .detail__content .content-image.vertical-left .fig, .detail__content .image-wrap.vertical-left .fig, .detail__content .content-image.pull-left .image-caption, .detail__content .content-image.vertical-left .image-caption, .detail__content .image-wrap.vertical-left .image-caption, .detail__content .content-image.pull-right .fig, .detail__content .content-image.vertical-right .fig, .detail__content .image-wrap.vertical-right .fig, .detail__content .content-image.pull-right .image-caption, .detail__content .content-image.vertical-right .image-caption, .detail__content .image-wrap.vertical-right .image-caption, .detail__content .content-image.align-right-image .fig, .detail__content .content-image.align-right-image .image-caption, .detail__content .content-image.align-left-image .fig, .detail__content .content-image.align-left-image .image-caption, .detail__content .image-wrap.pull-left .fig, .detail__content .image-wrap.pull-left .image-caption, .detail__content .image-wrap.pull-right .fig, .detail__content .image-wrap.pull-right .image-caption, .detail__content .image-wrap.align-right-image .fig, .detail__content .image-wrap.align-right-image .image-caption, .detail__content .image-wrap.align-left-image .fig, .detail__content .image-wrap.align-left-image .image-caption {
    max-width: calc(100% - 32px)
}

.detail__content .content-image.pull-left, .detail__content .content-image.vertical-left, .detail__content .image-wrap.vertical-left, .detail__content .content-image.align-left-image, .detail__content .image-wrap.pull-left, .detail__content .image-wrap.align-left-image {
    float: left;
    margin-right: 30px
}

.detail__content .content-image.pull-right, .detail__content .content-image.vertical-right, .detail__content .image-wrap.vertical-right, .detail__content .content-image.align-right-image, .detail__content .image-wrap.pull-right, .detail__content .image-wrap.align-right-image {
    float: right;
    margin-left: 30px
}

.detail__content .content-image.vertical-left, .detail__content .content-image.vertical-right, .detail__content .image-wrap.vertical-left, .detail__content .image-wrap.vertical-right {
    max-width: 40%
}

.detail__content .box-image {
    clear: both
}

.detail__content .box-image.twin {
    display: flex
}

.detail__content .box-image.twin .content-image {
    margin: 0 1px
}

.detail__content .box-image.triple, .detail__content .box-image.four, .detail__content .box-image.five, .detail__content .box-image.seven {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: flex-end
}

.detail__content .box-image.triple .item, .detail__content .box-image.four .item, .detail__content .box-image.five .item, .detail__content .box-image.seven .item {
    height: 230px;
    width: calc(33.33% - 2px);
    overflow: hidden;
    position: relative
}

.detail__content .box-image.triple .item {
    height: 154px
}

.detail__content .box-image.triple .item img {
    height: 100%;
    width: auto;
    max-width: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.detail__content .box-image.four .item {
    width: calc(50% - 2px);
    height: 95px;
    margin-bottom: 4px
}

.detail__content .box-image.five .item, .detail__content .box-image.seven .item {
    width: calc(40% - 2px);
    margin-bottom: 4px;
    height: 75px
}

.detail__content .box-image.five .item-sm, .detail__content .box-image.seven .item-sm {
    flex-basis: calc(20% - 2px)
}

.detail__content .box-image.five .item-sm img, .detail__content .box-image.seven .item-sm img {
    height: 100%;
    width: auto;
    max-width: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.detail__content .box-image.five .item-lg, .detail__content .box-image.seven .item-lg {
    width: calc(50% - 2px);
    height: 95px
}

.detail__content .box-image.grid, .detail__content .box-image.eight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: flex-end
}

.detail__content .box-image.grid .item, .detail__content .box-image.eight .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 190px;
    margin-bottom: 3px;
    flex-basis: calc(40% - 2px);
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

.detail__content .box-image.grid .item img, .detail__content .box-image.eight .item img {
    height: 100%;
    width: auto;
    max-width: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.detail__content .box-image.grid .item-lg, .detail__content .box-image.eight .item-lg {
    flex-basis: calc(50% - 2px)
}

.detail__content .box-image.grid .item-vertical, .detail__content .box-image.eight .item-vertical {
    flex-basis: calc(20% - 2px)
}

.detail__content .box-image .image-wrap {
    margin: 0
}

.detail__content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

.detail__content table th, .detail__content table td {
    padding: .5rem;
    vertical-align: top
}

.detail__content table.has-border th, .detail__content table.has-border td {
    border: 1px solid #dee2e6
}

.detail__content .first-letter::first-letter {
    font-weight: bold;
    text-transform: uppercase;
    color: #4483C4;
    font-size: 5.4rem;
    line-height: 4.2rem;
    padding-right: 8px;
    float: left;
    vertical-align: top
}

.detail__content .quotes {
    position: relative;
    padding: 1rem 1rem 0.5rem;
    line-height: 1.4;
    font-size: 1.125em;
    margin-bottom: 1rem;
    color: #121212;
    background-color: #4483C4;
    clear: both
}

.detail__content .quotes.w100percent {
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0
}

.detail__content .quotes.icon-quote {
    background: transparent;
    color: white;
    border: 4px solid #4483C4;
    padding-left: 44px;
    margin-left: 0
}

.detail__content .quotes.icon-quote::before {
    content: '';
    font-family: "Font Awesome 5 Free";
    left: -20px;
    top: -36px;
    border: none;
    background: #121212;
    color: #4483C4;
    bottom: auto;
    right: auto;
    padding: 10px;
    font-size: 40px;
    font-weight: 900
}

.detail__content .quotes.icon-quote.quotes-right {
    margin-right: 0;
    margin-left: 16px
}

.detail__content .detail__social {
    margin-top: 24px
}

.detail__content .zone-common {
    margin: 0 -1rem 1rem;
    padding: 1rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.detail__content .galleria {
    height: 420px
}

.detail__content .galleria a {
    color: #121212
}

.detail__content .galleria a:hover {
    text-decoration: underline
}

.detail__credit {
    text-align: right;
    font-weight: bold
}

.detail__relate .box.sidebar-box .box-heading {
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase
}

.detail__relate .box.sidebar-box .box-content {
    margin-top: 16px
}

.detail__relate .box.sidebar-box .box-content .rank-2-stories {
    margin-top: 0;
    padding-top: 0;
    border-top: none
}

.detail__relate .box.sidebar-box .box-content .rank-2-stories .story__thumb {
    float: left;
    margin-right: 1rem;
    width: 90px
}

.detail__relate .box-content {
    border: 1px solid #000;
    height: initial !important;
    padding: 16px !important
}

.detail__relate .box-content .rank-1-stories .story {
    margin-top: -30px !important
}

.detail__relate .box-content .rank-1-stories .story__thumb {
    width: 100% !important;
    height: initial !important;
    padding-bottom: 56.25%
}

.detail__relate .box-content .rank-1-stories .story__thumb img {
    transition: all 0.2s ease-in-out;
    transform-origin: top left
}

.detail__relate .box-content .rank-1-stories .story__thumb:hover a {
    transform: none
}

.detail__relate .box-content .rank-1-stories .story__thumb:hover img {
    transform: scale(1.05) translate(-50%, -50%)
}

.detail__relate.is-full .box-content {
    border: none;
    padding: 0 !important
}

.detail__relate.is-full .box-content .rank-2-stories .story__heading {
    margin-left: 0;
    padding-left: 24px;
    position: relative
}

.detail__relate.is-full .box-content .rank-2-stories .story__heading::before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #4483C4
}

.detail__tag {
    margin-top: 8px
}

.detail__tag .tag-label {
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 8px !important;
    margin-right: 4px;
    font-weight: bold;
    display: inline-block
}

.detail__tag .tag-item {
    color: #777;
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    padding: 0.25rem 0.5rem;
    background-color: #f0f0f0
}

.detail__tag .tag-item:hover {
    color: #4483C4
}

.detail__tag .tag-item+.tag-item {
    margin-left: 8px
}

.detail__comment {
    margin: 1.5rem 0;
    padding: 1rem;
    background-color: #fafafa;
    color: white
}

.detail__comment .title {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1.5rem
}

.detail__comment .comment-listing {
    padding-left: 0;
    list-style-type: none
}

.detail__comment .comment-item {
    margin-bottom: 1rem
}

.detail__comment .comment-item .user {
    font-weight: bold;
    margin-bottom: 0.5rem
}

.detail__comment .comment-item time {
    font-size: 0.8em;
    opacity: 0.8
}

.detail__comment .comment-item+.comment-item {
    padding-top: 1rem;
    border-top: 1px solid #ddd
}

.detail__footer {
    margin: 1.5rem auto 0;
    max-width: 650px
}

@media (min-width: 768px) {
    .detail__header {
        text-align: center
    }

    .detail__meta {
        text-align: right;
        margin-top: 0
    }

    .detail__tools {
        align-items: center
    }

    .detail__tools::after {
        margin-left: -20%;
        left: 50%;
        width: 40%;
        background-color: white
    }
}

@media (min-width: 1024px) {
    .detail__content .galleria {
        height: 562px
    }
}

@media (min-width: 1280px) {
    .detail__content .galleria {
        height: 704px
    }
}

.area--featured {
    margin-bottom: 2rem
}

.area--featured .detail-wrap {
    padding-top: 0
}

.area--featured .detail__header, .area--featured .detail__content {
    text-align: left;
    max-width: initial;
    margin-bottom: 0
}

.area--featured .detail__title {
    font-size: 1rem;
    margin-bottom: 0.5rem
}

.area--featured .detail__meta {
    text-align: left;
    opacity: 1;
    margin-top: 0
}

.area--featured .detail__meta time {
    opacity: 0.7
}

.area--featured .detail__author {
    display: block;
    margin-right: 0;
    margin-top: 0.5rem
}

.area--featured .detail__summary {
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    opacity: 0.8
}

.area--featured .detail__source {
    font-weight: bold;
    margin-bottom: 0.5rem
}

.area--featured .detail__content>p, .area--featured .detail__content>div, .area--featured .detail__content>h1, .area--featured .detail__content>h2, .area--featured .detail__content>h3, .area--featured .detail__content>h4, .area--featured .detail__content>h5 {
    margin-bottom: 1rem
}

.area--featured .detail__content .galleria, .area--featured .detail__content .content-image, .area--featured .detail__content .image-wrap {
    margin-left: 0px;
    margin-right: 0px
}

.area--featured .detail__footer {
    text-align: right;
    max-width: initial;
    margin-top: 0.5rem
}

.page-404 .site-header {
    margin-bottom: 0
}

.page-404 .site-content {
    padding: 1rem 0 2rem;
    position: relative;
    background: #2F3242;
    color: #121212
}

.page-404 svg {
    max-width: 100%
}

.page-404 .message-box {
    font-family: Roboto;
    font-weight: 300
}

.page-404 .message-box h1 {
    font-size: 60px;
    line-height: 46px;
    margin-bottom: 40px
}

.page-404 #Polygon-1, .page-404 #Polygon-2, .page-404 #Polygon-3, .page-404 #Polygon-4, .page-404 #Polygon-4, .page-404 #Polygon-5 {
    animation: float 1s infinite ease-in-out alternate
}

.page-404 #Polygon-2 {
    animation-delay: .2s
}

.page-404 #Polygon-3 {
    animation-delay: .4s
}

.page-404 #Polygon-4 {
    animation-delay: .6s
}

.page-404 #Polygon-5 {
    animation-delay: .8s
}

@keyframes float {
    100% {
        transform: translateY(20px)
    }
}

@media (min-width: 768px) {
    .page-404 .site-content {
        padding: 3rem 0
    }
}

.page-about .site-header {
    margin-bottom: 0
}

.page-about .letter-cap {
    font-size: 1.5rem
}

@media screen and (min-width: 1024px) {
    .page-about .letter-cap {
        font-size: 1.75rem
    }
}

@media screen and (min-width: 1280px) {
    .page-about .letter-cap {
        font-size: 2rem
    }
}

.page-about .zone__title::before {
    display: none
}

.page-about .zone__title--sm {
    font-size: 1.125rem
}

@media screen and (min-width: 1024px) {
    .page-about .zone__title--sm {
        font-size: 1.25rem
    }
}

@media screen and (min-width: 1280px) {
    .page-about .zone__title--sm {
        font-size: 1.5rem
    }
}

.page-about .card-text {
    font-size: 0.75rem
}

.text-normal, .normal-text {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: normal
}

.text-small {
    font-size: 1.25rem;
    line-height: 1.3
}

.text-link {
    color: #4483C4
}

.text-link:hover {
    text-decoration: underline
}

.text-white {
    font-weight: 900
}

[aria-expanded="false"] .short {
    display: none
}

[aria-expanded="true"] .full {
    display: none
}

[aria-expanded="true"] .short {
    display: block
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 20%);
    transform: translate(0, 20%)
}

a.btn {
    cursor: pointer
}

a.btn:not([href]):not([tabindex]) {
    color: #121212
}

.btn-round {
    border-radius: 30px;
    min-width: 100px
}

.form-control.error {
    border: 1px solid red
}

.form-control.error~.error {
    font-size: 0.875rem;
    margin-bottom: 0;
    color: red
}

.grecaptcha-badge {
    visibility: collapse !important;
    display: none !important
}

::-moz-selection {
    background: #faa61a;
    color: white
}

::selection {
    background: #faa61a;
    color: white
}

#gotop {
    position: fixed;
    bottom: 0.75rem;
    right: 0.75rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0;
    text-align: center;
    display: none;
    z-index: 9999;
}

.aDisable {
    cursor: auto
}

.aDisable:hover, .aDisable:active {
    color: white;
}
