:root {
    --gray-100: #F2F4F7;
    --gray-200: #E4E7EC;
    --gray-300: #D0D5DD;
    --gray-400: #9A9A9A;
    --gray-500: #667085;
    --gray-600: #475467;
    --gray-700: #344054;
    --gray-800: #1D2939;
    --gray-900: #101828;
    --gutter-row: 20px;
    --gutter: 30px;
    --gutter-comp: 24px;
}
.page-wrapper {
    position: relative;
    overflow: hidden;
}
body {
    margin: 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #343a40;
    text-align: left;
    background-color: #fff;
}
.site-overlay {
    z-index: 9;
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.with--sidebar .site-overlay {
    background-color: rgba(0, 0, 0, .6);
    display: block;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section{
    display: block;
}
figure {
    margin: 0;
}
a {
    color: #343a40;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    transition: all .1s ease-in-out;
}
header{
    background: #fff;
    z-index: 2;
    position: relative;
    border-bottom: 1px solid #ddd;
}
header .header-middle {
    padding: 20px 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    height: 150px;
    z-index: 99;
}
.main-nav .main-navbar {
    margin: 0 auto;
    max-width: 1170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-nav .main-navbar li{
    list-style: none;
    position: relative;
}
.main-navbar .navLink{
    text-transform: uppercase;
    color: var(--gray-500);
    font-size: 15px;
    font-weight: 600;
    line-height: 33px;
    display: block;
    padding: 8px 20px;
    position: relative;
    height: 48px;
    letter-spacing: 1.25px;
}
.main-nav .main-navbar .nav-item:before {
    content: "";
    background: #b5b6b8;
    width: 1px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.main-nav .main-navbar .nav-item:first-child::before{
    display: none;
}
.main-nav .main-navbar .nav-item.active .navLink, .main-nav .main-navbar .nav-item:hover .navLink {
    color: #212529;
}
.main-nav .main-navbar .nav-item.active::after, .main-nav .main-navbar .nav-item:hover::after {
    position: absolute;
    content: "";
    bottom: -1px;
    width: 40px;
    height: 4px;
    background: #be1e2d;
    border-radius: 2px 2px 0 0;
    left: 50%;
    transform: translateX(-50%);
}
.main-nav .nav-item .nav-link.home{
    height: 50px;
    width: 60px;
    background: url(../img/home.svg) center center no-repeat;
    background-size: 24px 20px;
}
.main-nav .home span {
    display: none;
}
.site-body .container>* {
    margin-bottom: var(--gutter-row);
}
.left-contents{
    padding-right: 14px;
    border-right: 1px solid #ddd;
}
.right-contents{
    padding-left: 14px;
    border-left: 1px solid #ddd;
}
.abf-homepage .left-contents .story {
    margin-bottom: 20px;
}
.abf-homepage .left-contents .story:last-child, .abf-homepage .right-contents .story:last-child{
    border: none;
}
.story__heading {
    display: flex;
}
.story__heading {
    margin-bottom: 5px;
    display: flex;
}
.story>:last-child {
    margin-bottom: 0;
}
.story__heading a {
    transition: .5s;
    font-size: 16px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    color: #212529;
}
.related-news .box-heading{
    font-family: "Playfair Display", serif;
    transition: .5s;
}
.story.most-view .story__thumb {
    flex: 0 0 20%;
    margin-right: 10px;
    max-height: 55px;
}
.story.most-view .story__thumb a {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    padding-bottom: 100%;
}
.story.most-view {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}
.story.most-view:last-child {
    border: none;
}
.abf-homepage .center-content .story__heading {
    line-height: 1.5;
}
.abf-homepage .left-contents .story__heading a, .abf-homepage .right-contents .story__heading a, .abf-homepage .four-pack .story__heading a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}
.abf-homepage .center-content .story__heading a{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
}
.story__thumb {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}
.abf-homepage .center-content .story__thumb {
    margin-bottom: 10px;
}
.story__thumb a {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}
.abf-homepage .center-content .story__thumb a, .abf-homepage .right-contents .story__thumb a, .abf-homepage .four-pack .story__thumb a {
    padding-bottom: 56.25%;
}
.story__thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    transition: transform .5s ease-out .1s;
    object-fit: cover;
}
.abf-homepage .right-contents .story {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}
.abf-homepage .right-contents .story__thumb, .abf-homepage .four-pack .story__thumb {
    margin-bottom: 10px;
}
.story>:last-child {
    margin-bottom: 0;
}

.abf-homepage .center-content.story>* {
    text-align: center;
}
.abf-homepage .center-content .story__summary {
    font-size: 16px;
    color: var(--gray-500);
}
.story__summary>* {
    font-size: 16px;
    font-weight: 400;
    color: var(--gray-600, #6c757d);
}
.banner {
    justify-content: center;
    display: grid;
    gap: var(--gutter) 0;
}
.abf-homepage .four-pack{
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ddd;
}
.abf-homepage .four-pack .story {
    position: relative;
}
.abf-homepage .four-pack .story::before {
    content: "";
    background: #ddd;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}
.abf-homepage .four-pack .col-md-3:first-child .story::before{
    display: none;
}
.main-col {
    padding-right: 19px;
    border-right: 1px solid #ddd;
}
.main-col>* {
    margin-bottom: var(--gutter-row);
}
.timeline .story__thumb a {
    padding-bottom: 66.667%;
}
.timeline .story {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.story__heading a:hover {
    color: #be1e2d;
}
.abf-homepage .left-contents .story {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}
.abf-homepage .left-contents .story>:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.timeline .story__thumb {
    margin-top: 6px;
}
.story__thumb a {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}
.timeline .story__thumb a {
    padding-bottom: 66.667%;
}
.story__thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    transition: transform .5s ease-out .1s;
    object-fit: cover;
}
.timeline .story__heading a{
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    transition: .5s;
}
.timeline .story__meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
    margin-top: 0;
}
.timeline .story__meta .title-cate {
    color: #208edb;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}
.timeline .story__summary {
    font-size: 16px;
    color: var(--gray-500);
    line-height: 22px;
    max-height: 88px;
    overflow: hidden;
    letter-spacing: normal;
}
.story__summary {
    margin-bottom: 10px;
    display: flex;
}
.timeline .story__relate {
    display: flex;
    flex-direction: column;
}
.timeline .story::after {
    display: block;
    clear: both;
    content: "";
}
.timeline .story__relate a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 4px;
    color: #343a40;
}
.timeline .story__relate a::before {
    content: "•";
    display: inline-block;
    margin-right: 6px;
    color: #208edb;
}
.timeline .story__relate a:last-child {
    margin-bottom: 0;
}
.timeline .story:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.box-special {
    background: url(../img/bg-special.jpg) 0 0 / cover no-repeat;
    padding-bottom: 50px;
    margin-bottom: var(--gutter-row);
}
.box-special .title {
    display: block;
    width: 250px;
    padding: 10px 0;
    margin: 0 auto 50px;
    text-align: center;
    border-radius: 0 0 20px 20px;
    border: 1px solid #ddd;
    background: #fff;
    color: #208edb;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
    transition: all .3s;
}
.box-special .box-content .story {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.box-special .box-content .story__thumb {
    border-radius: 10px;
    width: 100%;
    height: 360px;
}
.box-special .box-content .story__heading {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    right: 50%;
    transform: translateX(50%);
    padding: 20px;
}
.box-special .box-content .story__heading a {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
}
.box-special .box-content .story::after {
    position: absolute;
    content: "";
    top: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.58%, #262525 80.73%);
    width: 100%;
    height: 360px;
}
.show-more {
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #208edb;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 auto;
}
.show-more:hover {
    background-color: #1971af;
    color: #fff;
}
.site-footer {
    gap: 30px;
    padding: 30px 0;
}
.site-footer .logo {
    display: block;
    margin: 0 auto 20px;
    height: 85px;
    font-size: 0;
    width: 250px;
    background: url(/cskd-media/logo/logo-cskd.svg) center center / 250px no-repeat;
}
.site-footer .menu-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-top: 8px;
    border-top: 1px solid #ddd;
}
.site-footer .menu-footer li {
    padding-left: 30px;
    position: relative;
    list-style: none;
}
.site-footer .menu-footer li:first-child {
    padding-left: 0;
}
.site-footer .row {
    align-items: start;
    justify-content: center;
    justify-content: space-between;
}
.site-footer .row .right {
    text-align: center;
}
.site-footer .row p {
    font-size: 14px;
    margin-bottom: 4px;
}
.site-footer .menu-footer a {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}
.navbar-top {
    background-color: #fff;
}
.navbar-top.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
}
.navbar-header {
    position: relative;
    z-index: 1;
    float: left;
}
.navbar-brand {
    padding: 0;
}
.logo-mobile {
    display: none;
}
.hashtag-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    justify-content: center;
}
.hashtag-list .main a{
    color: #212529;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}
.abf-cate .center .story>* {
    text-align: center;
}
.abf-cate .left .story__thumb a {
    padding-bottom: 66.667%;
}
.abf-cate .left .story__heading a, .abf-cate .right .story__heading a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}
.abf-cate .center .story__thumb a {
    padding-bottom: 56.25%;
}
.abf-cate .center .story__heading a {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
}
.abf-cate-center{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.article-page .breadcrumb, .longform-page .breadcrumb {
    margin-bottom: 4px !important;
}
.article time {
    color: var(--gray-500);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    margin-bottom: var(--gutter-row);
}
.article__title {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #212529;
    margin-bottom: 15px;
}
.article__sapo {
    line-height: 1.4;
    width: 80%;
    color: var(--gray-500);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
}
.zce-content-body>* {
    color: #343a40;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px !important;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 500;
}
.zce-content-body h1, .zce-content-body h2, .zce-content-body h3, .zce-content-body h4, .zce-content-body h5, .zce-content-body ins, .zce-content-body p, .zce-content-body strong, .zce-content-body>div, .zce-content-body>img {
    margin: 0 auto 16px;
}
.article__source {
    display: flex;
    align-items: center;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.article__source span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray-500);
}
.related-news {
    padding: 20px;
    border: 1px dashed #be1e2d;
}
.related-news .box-heading .title {
    font-weight: 700;
    font-family: PlayfairDisplay, Arial, Helvetica, sans-serif;
    color: #be1e2d !important;
    text-transform: uppercase;
    font-size: 22px;
}
.related-news .box-content {
    margin-top: 16px;
}
.related-news .story {
    padding-left: 16px;
    position: relative;
    margin-top: 12px;
}
.related-news .story:first-child {
    margin-top: 0;
}
.related-news .story::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #be1e2d;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 0;
}
.related-news .story__heading a {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
}
.timeline .box-heading {
    margin-bottom: 20px;
    text-align: center;
}
.timeline .box-heading span {
    display: block;
    color: var(--gray-500);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.timeline .box-heading a {
    display: block;
    color: #208edb;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}
.site-body>.social {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 8px;
    width: 60px;
    padding: 24px 12px;
    z-index: 100;
}
.social>* {
    display: block;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px dashed #343a40;
    color: #6c757d;
    cursor: pointer;
}
.social {
    display: grid;
    gap: 10px;
    margin-left: auto;
}
.article__tag {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.article__tag .title {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}
.article__tag .box-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-left: 16px;
}
.article__tag .box-content>* {
    color: var(--gray-500);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding: 4px 12px;
    border-radius: 16px;
    border: 1px solid #ddd;
    transition: .3s;
}
.blog-details-share{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 20px;
}
@media (max-width: 468px) {
    header .header-middle, .abf-homepage .four-pack .story::before {
        display: none;
    }
    .navbar-top {
        width: 100%;
        height: 55px;
        padding: 0 15px;
        margin: 0;
    }
    .logo-mobile {
        display: block;
    }
    .navbar-brand {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navbar-brand img {
        max-width: 150px;
    }
    .left-contents, .right-contents, .main-col, .abf-homepage .four-pack{
        border: 0;
        padding: 0;
    }
    .abf-homepage .four-pack .story{
        margin-bottom: 15px;
    }
    .timeline .story__summary{
        max-height: 100%;
    }
    .timeline .story__summary{
        margin-bottom: 0.25rem;
    }
    .sub-col.sidebar-right{
        display: inline-block;
    }
    .dnse-market-index{
        margin: 0 auto;
    }
    .box-special .box-content .row{
        flex-flow: nowrap;
        overflow: scroll;
    }
    .site-footer {
        border-top: 4px solid #be1e2d;
        background: #fff;
        padding: 20px;
        font-size: 13px;
        color: #343a40;
        text-align: center;
    }
    .site-footer .menu-footer{
        display: none;
    }
    .site-footer .row{
        display: inline-block;
        padding: 0 15px;
        text-align: center;
    }
    .site-footer .row p{
        font-size: 13px;
    }
    .abf-homepage .row{
        margin-bottom: 0 !important;
    }
    .abf-homepage .right-contents .story__thumb, .abf-homepage .four-pack .story__thumb {
        float: left;
        width: 110px;
        margin-top: 4px;
        margin-right: 10px;
    }
    .abf-homepage .right-contents .story__heading a, .abf-homepage .four-pack .story__heading a{
        font-size: 15px;
    }
    .abf-homepage .four-pack{
        margin-top: 0;
        padding-top: 0;
    }
    .abf-homepage .center-content .story__heading a{
        font-size: 22px;
    }
    .abf-homepage .right-contents .story, .abf-homepage .four-pack .story{
        display: inline-block;
        margin-bottom: 5px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #ddd;
    }
    .main-nav .nav-item .nav-link.home{
        width: 100%;
        background: transparent;
        height: auto;
    }
    .main-nav .home span{
        display: block;
    }
}
@media (max-width: 767px) {
    header{
        padding: 8px 0;
    }
    .main-menu-toggle {
        font-size: 30px;
        color: #0d0d0d;
        margin-top: 4px;
        float: right;
    }
    .main-nav {
        position: absolute;
        right: 0;
        top: 0;
        background-color: #fff;
        width: 280px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100vh;
        z-index: 9;
    }
    .with--sidebar .main-nav {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .mobile-nav-heading {
        padding: 10px;
        border-bottom: 1px solid #e5e5e5;
    }
    .mobile-nav-heading a.close {
        color: #000;
        font-size: 40px;
        opacity: .2;
    }
    .main-navbar {
        list-style: none;
        padding: 0 12px;
        display: block !important;
    }
    .main-navbar .nav-item {
        position: relative;
    }
    .main-navbar .nav-link {
        font-size: 16px;
        font-weight: 700;
        padding: 9px 0;
        display: block;
        border-bottom: #e0e0e0 1px dashed;
        color: #444;
    }
    .main-navbar .dropdown-menu {
        position: relative;
        box-shadow: none;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        margin-bottom: 10px;
        padding: 20px;
        width: 100%;
    }
}