@charset "UTF-8";

html {
    font-size: 62.5% !important
}

:root {
    --Gray-White: #fff;
    --Gray-100: #f8f9fa;
    --Gray-200: #e9ecef;
    --Gray-300: #dee2e6;
    --Gray-400: #ced4da;
    --Gray-500: #adb5bd;
    --Gray-600: #6c757d;
    --Gray-700: #495057;
    --Gray-800: #343a40;
    --Gray-900: #212529;
    --Gray-Black: #000;
    --font-weight-thin: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-semibolder: 800;
    --font-weight-extrabold: 900
}

:root {
    --body-bg: #fff;
    --body-color: #343a40;
    --font-size-base: 1.4rem;
    --font-family-sans-serif: "PoppinsZ",Arial,Helvetica,sans-serif;
    --font-family-second: "Barlow-Condensed",Arial,Helvetica,sans-serif;
    --primary: #D20D25;
    --secondary: #F5A623;
    --title: #212529;
    --summary: #6c757d;
    --border-color: rgba(0, 0, 0, 0.10);
    --background-light-color: #343a40;
    --background-dark-color: #1a2f49;
    --hover: #D20D25;
    /*--container: 730px;*/
    --gutter-row: 30px;
    --gutter: 30px;
    --gutter-body: 20px;
    --widthScroll: 32px
}

@media (min-width:768px) {
    :root {
        /*--container: 730px*/
    }
}

@media (min-width:1024px) {
    :root {
        --container: 980px;
        --gutter: 20px
    }
}

@media (min-width:1280px) {
    :root {
        --container: 1200px;
        --gutter: 30px;
        --widthScroll: 17px
    }
}

@media (min-width:1360px) {
    :root {
        --container: 1300px;
        --gutter: 30px;
        --widthScroll: 17px
    }
}

@media (max-width:1023.98px) {
    :root {
        --gutter: 15px;
        /*--container: 980px;*/
        --gutter-row: 20px
    }
}



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

html {
    font-family: var(--font-family-sans-serif);
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

.html-product-details-page .multimedia-body {
    background: var(--Gray-800);
    margin-top: 0px;
    /*padding-top: 30px;*/
}

body.no-scroll {
    overflow-y: hidden
}


@-ms-viewport {
    width: device-width
}

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

.story__thumb i::before {
    font-size: 18px;
}

body {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--Gray-800,#343a40);
    text-align: left;
    background-color: var(--Gray-White,#fff);
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    print-color-adjust: exact !important
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

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

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0
}

p {
    margin: 0
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin: 0;
    padding: 0
}

li {
    list-style-type: none
}

    li::marker {
        display: none
    }

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
    list-style-type: none
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}


a {
    color: var(--body-color);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: var(--body-color);
        text-decoration: none
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0
}

img {
    vertical-align: middle;
    border-style: none;
    width: auto;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #555;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    border: none;
    border-radius: 0;
    outline: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
        border: none;
        border-radius: 0;
        outline: 0
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    /*font-size: inherit;*/
    line-height: inherit;
    outline: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

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

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

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

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

@media (max-width:1023.98px) {
    .element-list {
        font-size: 12px;
        position: fixed;
        left: 0;
        bottom: 0;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-template-rows: repeat(9,20px);
        grid-auto-flow: column;
        gap: 0 30px;
        padding: 8px 8px 8px 30px;
        background: var(--Gray-White);
        z-index: 10;
        opacity: .9;
        border: 1px solid var(--Gray-Black);
        margin-left: 0 !important;
        width: 100%
    }

        .element-list a {
            color: var(--primary);
            font-size: 12px
        }
}

@media (min-width:1024px) {
    .element-list {
        font-size: 16px;
        width: 200px;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 1;
        list-style: auto
    }
}

.scroll-page {
    font-size: 18px !important;
    color: var(--primary) !important;
    font-weight: var(--font-weight-bold) !important;
    text-transform: uppercase !important
}

#__bs_notify__ {
    display: none !important
}

@font-face {
    font-family: PoppinsZ;
    src: url(../fonts/PoppinsZ/PoppinsZ-SemiBold.woff);
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: PoppinsZ;
    src: url(../fonts/PoppinsZ/PoppinsZ-Medium.woff);
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: PoppinsZ;
    src: url(../fonts/PoppinsZ/PoppinsZ-Regular.woff);
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Barlow-Condensed;
    src: url(../fonts/Barlow-Condensed/BarlowCondensed-Bold.woff);
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: Barlow-Condensed;
    src: url(../fonts/Barlow-Condensed/BarlowCondensed-SemiBold.woff);
    font-weight: 600;
    font-display: swap
}

[class*=" ic-"], [class^=ic-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    align-items: center;
    justify-content: center
}

.story__heading [class*=ic-] {
    display: inline-block !important;
    position: relative;
    top: 2px
}

    .story__heading [class*=ic-]::before {
        font-size: inherit
    }

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon/icomoon-07-06-25.eot);
    src: url(../fonts/icomoon/icomoon-07-06-25.eot#iefix) format("embedded-opentype"),url(../fonts/icomoon/icomoon-07-06-25.ttf) format("truetype"),url(../fonts/icomoon/icomoon-07-06-25.woff) format("woff"),url(../fonts/icomoon/icomoon-07-06-25.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class^=ic-]::before {
    font-size: 20px
}


.ic-chevron-normal:before {
    content: "\e90t"
}

.ic-file-text:before {
    content: url('data:image/svg+xml,<svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 3v4a1 1 0 0 1-1 1H5m4 8h6m-6-4h6m4-8v16a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V7.914a1 1 0 0 1 .293-.707l3.914-3.914A1 1 0 0 1 9.914 3H18a1 1 0 0 1 1 1Z"/></svg>');
}

.ic-textandimage:before {
    content: "\e901"
}

.ic-emagazine:before {
    content: "\e901"
}

.ic-facebook:before {
    content: "\e902"
}

.ic-infographic:before {
    content: "\e903"
}

.ic-location:before {
    content: "\e904"
}

.ic-photo:before {
    content: "\e905"
}

.ic-search:before {
    content: "\e906"
}

.ic-triangle:before {
    content: "\e907"
}

.ic-video:before {
    content: "\e908"
}

.ic-youtube:before {
    content: "\e909"
}

.ic-arrow:before {
    content: "\e90a"
}

.ic-chevron-light:before {
    content: "\e90b"
}

.ic-tiktok {
    width: 20px;
    height: 20px;
    background: url(../img/tiktok-logo.svg) center center no-repeat
}

.container {
    width: var(--container);
    min-width: var(--container);
    margin-right: auto;
    margin-left: auto;
    max-width: 90%;
}

.site-body {
    /*margin-top: var(--gutter-row);*/
    padding-bottom: var(--gutter-row)
}

    .site-body .container {
        padding-top: var(--gutter-row);
    }

    .site-body > * {
        /*margin-bottom: var(--gutter-row)*/
    }

    .site-body > :last-child {
        margin-bottom: 0
    }

    .site-body .container > :not(.breadcrumbs) {
        margin-bottom: var(--gutter-row)
    }

        .site-body .container > :not(.breadcrumbs):last-child {
            margin-bottom: 0
        }

.col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px
}

@media (min-width:1024px) {
    .col {
        grid-template-columns: 1fr 300px
    }
}

.col .main-col:not(.article) > * {
    margin-bottom: var(--gutter-row)
}

.col .main-col:not(.article) > :last-child {
    margin-bottom: 0
}

.col .sub-col {
    display: none
}

    .col .sub-col > * {
        margin-bottom: var(--gutter-row)
    }

    .col .sub-col > :last-child {
        margin-bottom: 0
    }

@media (min-width:1024px) {
    .col .sub-col {
        display: block
    }
}

.grid-1 {
    display: grid;
    grid-template-columns: 578px 562px
}

@media (min-width:1024px) {
    .grid-1 {
        gap: var(--gutter)
    }
}

@media (min-width:1024px) and (max-width:1219.98px) {
    .grid-1 {
        grid-template-columns: repeat(2,480px);
        gap: 20px
    }
}

@media (max-width:1023.98px) {
    .grid-1 {
        display: block
    }
}

.frame-intro {
    width: 970px;
    margin: 0 auto
}

.banner, .rennab, .sda {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 0 !important
}

    .banner .banner_show, .banner .rennab_show, .banner .sda_show, .rennab .banner_show, .rennab .rennab_show, .rennab .sda_show, .sda .banner_show, .sda .rennab_show, .sda .sda_show {
        width: 100%;
        text-align: center;
        margin-bottom: var(--gutter)
    }

    .banner img, .rennab img, .sda img {
        max-width: 100%;
        margin: 0 auto
    }

.banner_group, .rennab_group, .sda_group {
    display: flex;
    justify-content: space-between;
    flex-direction: initial;
    min-height: 90px;
    gap: 0 var(--gutter)
}

    .banner_group .banner_show, .banner_group .rennab_show, .banner_group .sda_show, .rennab_group .banner_show, .rennab_group .rennab_show, .rennab_group .sda_show, .sda_group .banner_show, .sda_group .rennab_show, .sda_group .sda_show {
        margin-bottom: 0;
        display: flex;
        align-items: center
    }

.fyi-position {
    margin-bottom: var(--gutter)
}

    .fyi-position + div {
        margin-bottom: var(--gutter)
    }

#adsMobile_AdsTop .banner_show, #adsMobile_AdsTop .rennab_show, #adsMobile_AdsTop .sda_show, #adsWeb_AdsTop .banner_show, #adsWeb_AdsTop .rennab_show, #adsWeb_AdsTop .sda_show, #sdaMobile_SdaTop .banner_show, #sdaMobile_SdaTop .rennab_show, #sdaMobile_SdaTop .sda_show, #sdaWeb_SdaTop .banner_show, #sdaWeb_SdaTop .rennab_show, #sdaWeb_SdaTop .sda_show {
    margin-bottom: 0
}

/*------------------------------Pagination---------------------*/
#pagination {
    margin: 30px 0;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    border-radius: .25rem;
}

#pagination .pagination {
    margin: 0;
    padding: 0;
    justify-content: center;
    -webkit-justify-content: center;
}

    #pagination .pagination > li {
        display: inline-block;
        vertical-align: middle;
    }

        #pagination .pagination > li:not(:last-child) {
            margin-right: 8px;
        }

        #pagination .pagination > li > span, #pagination .pagination > li a {
            position: relative;
            float: left;
            line-height: 1.5;
            text-decoration: none;
            color: #333e48;
            background-color: #fff;
            border: 1px solid #dee2e6;
            min-width: 35px;
            height: 35px;
            text-align: center;
            border-radius: 0 !important;
            font-weight: 600;
            padding: 0;
            cursor: pointer;
            padding: 5px;
        }

            #pagination .pagination > li > span.current, #pagination .pagination > li a.current {
                background-color: var(--primary);
                border-color: var(--primary);
                color: #fff;
            }

            #pagination .pagination > li > a:hover,
            #pagination .pagination > li > a:focus,
            #pagination .pagination > li > span:hover,
            #pagination .pagination > li > span:focus {
                z-index: 2;
                background: var(--Gray-White);
                color: var(--primary);
                border: 1px solid var(--primary)
            }


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

.story__thumb {
    overflow: hidden;
    position: relative;
    /*margin-bottom: 10px*/
}

@media (max-width:767.98px) {
    .story__thumb {
        margin-bottom: 8px
    }
}

.story__thumb::before {
    /*padding-bottom: 66.667%;*/
    content: "";
    display: block
}

.story__thumb a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.story__thumb img {
    position: absolute;
    object-fit: cover;
    /*height: 100%;*/
    width: 100%;
    left: 0;
    top: 0
}

.story__thumb:hover a {
    opacity: .85
}

@media (max-width:1023.98px) {
    .story__thumb {
        height: inherit
    }
}

.story__heading {
    display: flex
}

    .story__heading a [class*=ic-] {
        display: inline;
        vertical-align: middle;
        margin-left: 2px
    }

.story__shorten {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.story figure {
    /*margin: 0 0 10px;*/
}

.story__thumb {
    /*border-radius: 6px*/
}

    .story__thumb::before {
        /*aspect-radio: 3 / 2*/
    }

.story__heading {
    display: flex;
    padding: 5px 0;
}

    .story__heading a {
        display: block;
        transition: .5s;
        color: var(--title,#212529);
        font-family: var(--font-family-sans-serif);
        font-size: 16px;
        font-weight: var(--font-weight-medium);
        /*padding-top: 8px;*/
        line-height: 1.5
    }

        .story__heading a:hover {
            color: var(--secondary) !important
        }

.story__summary {
    display: flex;
    font-weight: var(--font-weight-normal);
    font-family: var(--font-family-sans-serif);
    color: var(--summary,#6c757d);
    font-size: 14px;
    margin-top: 8px;
    line-height: 1.5
}

    .story__summary > * {
        display: block;
        overflow: hidden;
        margin-bottom: 0;
        font-weight: var(--font-weight-normal);
        font-size: 14px;
        color: var(--summary,#6c757d)
    }

.story_detail {
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
}
.story__meta {
    margin-top: 5px;
    display: flex;
    gap: 15px;
    align-items: center
}

    .story__meta a:hover {
        color: var(--secondary)
    }

.story .title-cate {
    display: flex;
    color: var(--primary);
    font-family: var(--font-family-sans-serif);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.story time {
    display: block;
    color: var(--summary,#6c757d);
    font-family: var(--font-family-sans-serif);
    font-size: 13px;
    letter-spacing: .65px;
    line-height: 1.5;
    /*margin-top: 10px;*/
}

.story__heading + time {
    /*margin-top: 8px;*/
    margin-bottom: 5px;
    display: block
}

.story__heading + .title-cate {
    margin-top: 8px
}

.story__sub-heading a:hover {
    color: var(--secondary) !important
}

a:hover {
    color: var(--secondary) !important
}

.box-heading .title {
    transition: all .3s;
    display: block
}

    .box-heading .title:hover {
        color: var(--primary) !important
    }

        .box-heading .title:hover [class*=ic-]:before {
            transition: all .3s;
            color: var(--primary)
        }

.back-to-top {
    transition: background-color .3s,opacity .5s,visibility .5s;
    opacity: 0;
    visibility: hidden;
    width: 60px;
    background: var(--primary);
    height: 60px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.3)
}

    .back-to-top:hover {
        background: var(--Gray-White);
        border: 1px solid var(--primary)
    }

        .back-to-top:hover::before {
            color: var(--primary)
        }

    .back-to-top::before {
        position: absolute;
        content: "\e900";
        font-family: icomoon;
        color: #fff;
        font-size: 20px;
        font-weight: var(--font-weight-normal);
        transform: rotate(-90deg)
    }

    .back-to-top.show {
        opacity: 1;
        visibility: visible;
        z-index: 10
    }
.wrap-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.view-more {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    /*max-width: 180px;*/
    height: 40px;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    font-size: 14px;
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
    transition: .3s;
    cursor: pointer;
    margin: 15px auto;
    padding: 0 15px;
}

    .view-more:hover {
        background: var(--Gray-White);
        color: var(--primary);
        border: 1px solid var(--primary)
    }

.home-page .abf-dhd {
    background: url(../img/dhd_caccap-bg.png) center center/1920px no-repeat;
    padding: 40px 0;
    max-width: calc(100vw - 17px);
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    display: table;
    min-height: 880px
}

    .home-page .abf-dhd .box-heading {
        display: flex;
        justify-content: center;
        margin-bottom: 16px !important
    }

        .home-page .abf-dhd .box-heading .title {
            color: var(--primary);
            font-family: var(--font-family-second);
            font-size: 36px;
            font-weight: var(--font-weight-semibold);
            line-height: 1.5;
            text-transform: uppercase
        }

    .home-page .abf-dhd .box-content {
        display: grid;
        gap: var(--gutter);
        grid-template-columns: 260px 1fr 400px
    }

.site-header__top {
    padding: 5px 0
}

    .site-header__top .container {
        display: flex;
        justify-content: space-between
    }

    .site-header__top .time {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: var(--font-family-sans-serif);
        font-size: 12px;
        font-style: normal;
        font-weight: var(--font-weight-normal);
        line-height: 1.5;
        color: var(--Gray-600)
    }

    .site-header__top .language {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px
    }

        .site-header__top .language > * {
            font-family: var(--font-family-sans-serif);
            font-size: 12px;
            font-style: normal;
            font-weight: var(--font-weight-normal);
            line-height: 1.5;
            color: var(--Gray-600)
        }

    .site-header__top .header-links {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px
    }

        .site-header__top .header-links > * {
            font-family: var(--font-family-sans-serif);
            font-size: 12px;
            font-style: normal;
            font-weight: var(--font-weight-normal);
            line-height: 1.5;
            color: var(--Gray-600)
        }

.site-header__body .banner-header {
    display: block;
    background: #d20d25 url(../img/bg-banner.png) center center/1920px no-repeat;
    height: 160px;
    font-size: 0;
}

    .site-header__body .banner-header .container {
        display: flex;
        align-items: center;
        justify-content: right;
        height: 100%;
    }

    .site-header__body .banner-header img {
        max-width: 70%;
        font-size: 0;
    }




@media (min-width: 768px) {
    .site-header .navigation ul > li > a > span {
        white-space: nowrap;
    }
    
    
    .site-header__body .banner-header {
        background: #d20d25 url(../img/bg-banner.png) center center / 1440px no-repeat;
        height: 100px;
    }

        .site-header__body .banner-header img {
            max-width: 70%;
        }
}

@media (min-width: 1024px) {
    .site-header__body .banner-header {
        background: #d20d25 url(../img/bg-banner.png) center center / 1920px no-repeat;
        height: 132px;
    }
}

@media (min-width: 1280px) {
    .site-header__body .banner-header {
        display: block;
        background: #d20d25 url(../img/bg-banner.png) center center/2400px no-repeat;
        height: 168px;
        font-size: 0;
    }
}

@media (min-width: 1320px) {
    .site-header__body .banner-header {
        display: block;
        background: #d20d25 url(../img/bg-banner.png) center center/2560px no-repeat;
        height: 180px;
        font-size: 0;
    }
}

@media (min-width:1024px) {
    .site-header .navigation {
        /*height: 60px;*/
        background-color: #f5a623;
        display: flex;
        align-items: center
    }

        .site-header .navigation .menu-heading {
            text-align: center;
            vertical-align: middle;
        }

        .site-header .navigation .menu-heading img {
            max-height: 40px;
        }

        .site-header .navigation .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            /*height: 60px;*/
            gap: 0px;
        }

        .site-header .navigation .home-vi {
            width: 190px;
            height: 60px;
            background: url(../img/home-vi.png) 10px 10px / 170px 40px no-repeat;
            font-size: 0 !important;
        }

        .site-header .navigation .home-en {
            width: 190px;
            height: 60px;
            background: url(../img/home-en.png) 10px 10px / 170px 40px no-repeat;
            font-size: 0 !important
        }

        .site-header .navigation .home-ru {
            width: 190px;
            height: 60px;
            background: url(../img/home-ru.png) 10px 10px / 170px 40px no-repeat;
            font-size: 0 !important
        }

        .site-header .navigation .home-fr {
            width: 190px;
            height: 60px;
            background: url(../img/home-fr.png) 10px 10px / 170px 40px no-repeat;
            font-size: 0 !important
        }

        .site-header .navigation .home-zh {
            width: 190px;
            height: 60px;
            background: url(../img/home-zh.png) 10px 10px / 170px 40px no-repeat;
            font-size: 0 !important
        }

        .site-header .navigation .home-es {
            width: 190px;
            height: 60px;
            background: url(../img/home-es.png) 10px 10px / 170px 40px no-repeat;
            font-size: 0 !important
        }

        .site-header .navigation .home::before {
            display: none
        }

        .site-header .navigation .home a {
            display: block;
            font-size: 0 !important;
            width: 100% !important
        }

        .site-header .navigation .main {
            position: relative;
            width: 100%;
        }

            .site-header .navigation .main:first-child a {
                width: 100%;
                min-width: 120px;
            }

            .site-header .navigation .main:hover a:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                transform: skew(-14deg);
                background: #000;
                display: flex;
                height: 100%;
                width: 100%;
                background-color: #f7b445;
                z-index: 0
            }

            .site-header .navigation .main:hover .submenu {
                display: block;
                transform: initial
            }

                .site-header .navigation .main:hover .submenu a::after {
                    display: none
                }

            .site-header .navigation .main:first-child:before {
                content: "";
                font-size: 0
            }

            .site-header .navigation .main:not(:first-child):before {
                content: "/";
                position: absolute;
                left: -4px;
                top: 19px;
                color: #fff;
                font-family: var(--font-family-sans-serif);
                font-size: 16px
            }

            .site-header .navigation .main a {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: 60px;
                padding: 0 15px;
            }

                .site-header .navigation .main a span {
                    display: block;
                    font-family: var(--font-family-second);
                    font-size: 20px;
                    font-weight: var(--font-weight-semibold);
                    line-height: 1.3;
                    text-shadow: 1px 1px 0 #ac751b;
                    text-transform: uppercase;
                    color: var(--Gray-White);
                    text-align: center;
                    position: relative;
                    z-index: 10
                }



                .site-header .navigation .main a:hover {
                    color: var(--Gray-White) !important
                }

            .site-header .navigation .main.active a:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                transform: skew(-14deg);
                background: #000;
                display: flex;
                height: 100%;
                width: 100%;
                background-color: #f7b445;
                z-index: 0
            }

            .site-header .navigation .main .submenu {
                display: none;
                position: relative;
                left: -8px;
                position: absolute;
                z-index: 20
            }

                .site-header .navigation .main .submenu a {
                    background-color: #f7b445;
                    padding: 0 10px;
                    color: var(--Gray-White);
                    text-transform: uppercase;
                    justify-content: start;
                    border-bottom: 1px solid rgba(255,255,255,.2);
                    height: 50px;
                    width: 100%;
                    min-width: 200px
                }

                    .site-header .navigation .main .submenu a:hover {
                        background-color: #f5a623
                    }

                    .site-header .navigation .main .submenu a:last-child {
                        border-bottom: none
                    }

        .site-header .navigation .search {
            position: relative;
            min-width: 150px;
            height: 36px;
            background: var(--Gray-White);
            display: flex;
            align-items: center;
            margin: auto 0;
            /*padding-left: 8px*/
        }

            .site-header .navigation .search::before {
                display: none
            }

            .site-header .navigation .search input {
                outline: 0;
                border: none;
                width: 114px;
                height: 36px;
                font-size: 12px
            }

            .site-header .navigation .search ::placeholder {
                color: var(--Gray-500)
            }

            .site-header .navigation .search .btn-search {
                font-size: 0;
                position: absolute;
                width: 36px;
                height: 36px;
                right: 0;
                color: #de951c
            }

                .site-header .navigation .search .btn-search:hover {
                    background: var(--Gray-100)
                }
}


@media (min-width:768px) {

    .site-header .navigation .main a span {
        display: block;
        font-family: var(--font-family-second);
        font-size: 16px;
        font-weight: var(--font-weight-semibold);
        line-height: 1.3;
        text-shadow: 1px 1px 0 #ac751b;
        text-transform: uppercase;
        color: var(--Gray-White);
        text-align: center;
        position: relative;
        z-index: 10
    }
}

@media (min-width:1024px) {
    .site-header .navigation .main a span {
        display: block;
        font-family: var(--font-family-second);
        font-size: 16px;
        font-weight: var(--font-weight-semibold);
        line-height: 1.3;
        text-shadow: 1px 1px 0 #ac751b;
        text-transform: uppercase;
        color: var(--Gray-White);
        text-align: center;
        position: relative;
        z-index: 10
    }
}

@media (min-width:1360px) {
    .site-header .navigation .main a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 60px
    }

        .site-header .navigation .main a span {
            display: block;
            font-family: var(--font-family-second);
            font-size: 20px;
            font-weight: var(--font-weight-semibold);
            line-height: 1.3;
            text-shadow: 1px 1px 0 #ac751b;
            text-transform: uppercase;
            color: var(--Gray-White);
            text-align: center;
            position: relative;
            z-index: 10
        }
}

@media (min-width:1280px) {
    .site-header .navigation .main a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 60px
    }

        .site-header .navigation .main a span {
            display: block;
            font-family: var(--font-family-second);
            font-size: 20px;
            font-weight: var(--font-weight-semibold);
            line-height: 1.3;
            text-shadow: 1px 1px 0 #ac751b;
            text-transform: uppercase;
            color: var(--Gray-White);
            text-align: center;
            position: relative;
            z-index: 10
        }
}

@media (max-width:1023.98px) {

    html site-body {
        max-width: 730px;
        width: 100vw;
        margin: 0 auto;
        width: 90%;
    }

    html site-body {
        padding-top: 70px;
    }

    .html-mutimedia-page {
        back-ground: var(--Gray-800);
    }

    .container {
        max-width: 720px;
        /*width: 95%*/
    }

    main {
        margin-top: 100px;
    }

    .site-header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999
    }

    .site-header__top {
        display: none;
    }

    .site-header__body .banner-header .container {
        display: flex;
        align-items: center;
        justify-content: right;
        height: 100%;
        width: 100%;
        max-width: 100%;
    }

        .site-header__body .banner-header img {
            max-width: 60%;
            font-size: 0;
            margin-right: 60px;
        }

    .site-header .navigation {
        position: absolute;
        font-size: 0;
        /* background: #d20d25 url(../img/bg-banner.png) center center / 540px no-repeat; */
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 16px;
        top: 0;
        left: 0;
        width: 100%;
    }

        .site-header .navigation .container {
            display: flex;
            align-items: center;
            position: absolute;
            top: 100%;
            right: 0;
            flex-direction: column;
            background-color: #f5a623;
            padding: 10px 16px;
            height: 100vh;
            transform: translateX(100%);
            opacity: 0;
            transition: all .3s linear;
        }

            .site-header .navigation .container.show {
                opacity: 1;
                transform: translateX(0);
                width: 300px;
                overflow-y: auto;
                padding-bottom: 76px;
            }

        .site-header .navigation .home {
            width: 190px;
            height: 60px;
            background: url(../img/logo-14.png) 10px 10px/220px 307px no-repeat;
            font-size: 0 !important
        }

            .site-header .navigation .home::before {
                display: none
            }

            .site-header .navigation .home a {
                display: block;
                font-size: 0 !important;
                width: 100% !important
            }

        .site-header .navigation .main {
            position: relative;
            width: 100%
        }

            .site-header .navigation .main a {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                padding: 10px 0;
                width: 100%;
                border-top: 1px solid #fff;
                font-size: 18px;
            }

                .site-header .navigation .main a span {
                    display: block;
                    font-family: var(--font-family-second);
                    font-weight: var(--font-weight-semibold);
                    line-height: 1.3;
                    text-shadow: 1px 1px 0 #ac751b;
                    text-transform: uppercase;
                    color: var(--Gray-White);
                    position: relative;
                    z-index: 10;
                    text-align: center;
                }

                .site-header .navigation .main a:hover {
                    color: var(--Gray-White) !important
                }

            .site-header .navigation .main .submenu {
                padding-left: 16px
            }

                .site-header .navigation .main .submenu a {
                    color: var(--Gray-White);
                    font-size: 15px;
                    border-top: 1px solid #fff !important
                }

            .site-header .navigation .main.active a:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                transform: skew(-14deg);
                background: #000;
                display: flex;
                width: 100%;
                background-color: #f7b445;
                z-index: 0
            }

            .site-header .navigation .main:first-child a {
                border: none
            }

        .site-header .navigation .search {
            position: relative;
            height: 36px;
            background: var(--Gray-White);
            display: flex;
            align-items: center;
            order: -1;
            width: 100%
        }

            .site-header .navigation .search::before {
                display: none
            }

            .site-header .navigation .search input {
                outline: 0;
                border: none;
                width: 100%;
                height: 36px;
                font-size: 14px;
                padding-left: 8px
            }

            .site-header .navigation .search ::placeholder {
                color: var(--Gray-500)
            }

            .site-header .navigation .search .btn-search {
                font-size: 0;
                position: absolute;
                width: 36px;
                height: 36px;
                right: 0;
                color: #de951c
            }

                .site-header .navigation .search .btn-search:hover {
                    background: var(--Gray-100)
                }

        .site-header .navigation .language {
            order: -1;
            display: flex;
            gap: 30px;
            align-items: center;
            justify-content: center;
            border-bottom: 1px solid #fff !important
        }

            .site-header .navigation .language a {
                font-size: 14px;
                width: initial;
                color: var(--Gray-White)
            }

                .site-header .navigation .language a:has([class*=ic-]) {
                    font-size: 0;
                    border: none
                }

            .site-header .navigation .language .ic-en {
                background: url(../img/en.png) center center/100% no-repeat;
                height: 15px;
                width: 22px
            }

            .site-header .navigation .language .ic-fr {
                background: url(../img/fr.png) center center/100% no-repeat;
                height: 15px;
                width: 22px
            }

            .site-header .navigation .language .ic-cn {
                background: url(../img/cn.png) center center/100% no-repeat;
                height: 15px;
                width: 22px
            }

            .site-header .navigation .language .ic-es {
                background: url(../img/es.png) center center/100% no-repeat;
                height: 15px;
                width: 22px
            }

            .site-header .navigation .language .ic-ru {
                background: url(../img/ru.png) center center/100% no-repeat;
                height: 15px;
                width: 22px
            }


        .site-header .navigation .menu-heading img {
            max-height: 40px;
        }

        .site-header .navigation .logo-mobile {
            position: relative
        }

            .site-header .navigation .logo-mobile a {
                display: block;
                font-size: 0 !important;
                width: 100% !important;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 160px;
                height: 60px
            }

                .site-header .navigation .logo-mobile a span {
                    width: 190px;
                    height: 60px;
                    background: url(../img/logo-14.png) 10px 10px/220px 307px no-repeat;
                    font-size: 0 !important;
                    display: block;
                    font-family: var(--font-family-second);
                    font-size: 20px;
                    font-weight: var(--font-weight-semibold);
                    line-height: 1.3;
                    text-shadow: 1px 1px 0 #ac751b;
                    text-transform: uppercase;
                    color: var(--Gray-White);
                    text-align: center;
                    position: relative;
                    z-index: 10
                }

                .site-header .navigation .logo-mobile a::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    transform: skew(-14deg);
                    background: #000;
                    display: flex;
                    height: 100%;
                    width: 100%;
                    background-color: #f7b445;
                    z-index: 0
                }

                .site-header .navigation .logo-mobile a:hover {
                    color: var(--Gray-White) !important
                }

        .site-header .navigation .icon-menu {
            display: inline-block;
            cursor: pointer
        }

            .site-header .navigation .icon-menu .bar1, .site-header .navigation .icon-menu .bar2, .site-header .navigation .icon-menu .bar3 {
                width: 30px;
                height: 3px;
                background-color: #fff;
                margin: 6px 0;
                transition: .4s;
                border-radius: 360px
            }

            .site-header .navigation .icon-menu.change .bar1 {
                transform: translate(0,11px) rotate(-45deg)
            }

            .site-header .navigation .icon-menu.change .bar2 {
                opacity: 0
            }

            .site-header .navigation .icon-menu.change .bar3 {
                transform: translate(0,-7px) rotate(45deg)
            }

    .site-footer {
        padding-bottom: 20px
    }

        .site-footer .networks {
            background: var(--primary);
            padding: 16px 0;
            margin-bottom: 20px
        }

            .site-footer .networks .container {
                display: flex;
                justify-content: start;
                gap: 15px;
                padding: 0 16px;
                overflow-x: auto
            }

                .site-footer .networks .container .item {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding: 0 10px;
                    border-radius: 6px;
                    background: var(--Gray-White);
                    width: 100%;
                    height: 40px
                }

                    .site-footer .networks .container .item img {
                        max-width: fit-content
                    }

        .site-footer .content {
            display: grid;
            grid-template-columns: 1fr;
            gap: 15px;
            padding: 0 16px
        }
}

@media (max-width:767.98px) {
    .container {
        max-width: 540px;
        padding: 0 var(--gutter);
        /*width: 95%*/
    }

    .site-header__body .banner-header {
        display: block;
        background: #d20d25 url(../img/bg-banner.png) center center / 1024px no-repeat;
        height: 72px;
        font-size: 0;
    }


        .site-header__body .banner-header img {
            max-width: 65%;
            font-size: 0;
            margin-right: 40px;
        }

    .site-header .navigation {
        position: absolute;
        font-size: 0;
        /* background: #d20d25 url(../img/bg-banner.png) center center / 540px no-repeat; */
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 16px;
        top: 0;
        left: 0;
        width: 100%;
    }

    main {
        margin-top: 72px;
    }
    
}

@media (max-width:429.98px) {
    .container {
        max-width: 100%;
        padding: 0 var(--gutter);
        /*width: 95%*/
    }


    .site-header__body .banner-header {
        display: block;
        background: #d20d25 url(../img/bg-banner.png) center center / 680px no-repeat;
        height: 48px;
        font-size: 0;
    }


        .site-header__body .banner-header img {
            max-width: 65%;
            font-size: 0;
            margin-right: 40px;
        }

    .site-header .navigation {
        position: absolute;
        font-size: 0;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 16px;
        top: 0;
        left: 0;
        width: 100%;
    }

    .site-header .navigation .container.show {
        opacity: 1;
        transform: translateX(0);
        width: 100%;
        overflow-y: auto;
        padding-bottom: 76px;
    }

        .site-header .navigation .icon-menu .bar1, .site-header .navigation .icon-menu .bar2, .site-header .navigation .icon-menu .bar3 {
            width: 30px;
            height: 3px;
            background-color: #fff;
            margin: 6px 0;
            transition: .4s;
            border-radius: 360px;
        }
}

.site-footer {
    padding-bottom: 20px
}

    .site-footer .networks {
        background: var(--primary);
        padding: 20px 0;
        margin-bottom: 20px
    }

@media (max-width:1023.98px) {
    .site-footer .networks {
        padding: 16px 0
    }

}

.site-footer .networks .container {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

@media (max-width:1219.98px) {
    .site-footer .networks .container {
        gap: 10px
    }
}

.site-footer .networks .container .item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 6px;
    background: var(--Gray-White);
    max-width: fit-content;
    height: 40px
}

@media (max-width:1023.98px) {
    .site-footer .networks .container .item {
        padding: 0 4px;
        height: 28px;
        border-radius: 4px
    }
}

.site-footer .content {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 150px
}

@media (max-width:1023.98px) {
    .site-footer .content {
        gap: 80px
    }

    .site-footer .content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 16px;
    }
}

.login-password {
    position: relative;
    width: max-content;
    width: 100%;
    display: inline-block;
}

.password-eye {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    background-image: url('../themes/2025/content/icon/eye-closed.png');
    position: absolute;
    top: calc(50% - 12px);
    right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    cursor: pointer;
    opacity: .75
}


.site-footer .content .logo {
    width: 250px;
    height: 75px;
    font-size: 0;
    background: url(../img/ttx-logo.png) center center/100% no-repeat
}

.site-footer .content .info > p {
    margin-bottom: 4px
}

    .site-footer .content .info > p:last-child {
        margin-bottom: 0
    }

.site-footer .content .info span {
    font-weight: var(--font-weight-medium)
}

@media (max-width:1023.98px) {

    .site-footer .content .logo {
        font-size: 0;
        background: url(../img/ttx-logo.png) center center / 100% no-repeat;
        width: 150px;
        aspect-ratio: 250 / 75;
    }
}

.breadcrumbs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px
}

    .breadcrumbs .main {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        .breadcrumbs .main h2 {
            display: flex;
            justify-content: center;
            padding-top: 3.25rem;
            position: relative;
            margin-bottom: 0;
            align-items: center;
            justify-content: center;
        }

        .breadcrumbs .main a {
            color: var(--primary);
            font-family: var(--font-family-second);
            font-weight: var(--font-weight-semibold);
            text-transform: uppercase;
            text-decoration: none;
            margin-top: 2rem;
        }

            .breadcrumbs .main a:hover {
                color: var(--primary) !important
            }

        .breadcrumbs .main .icon {
            position: absolute;
            top: 0;
            width: 200px;
            height: 2rem;
            background: url(../img/dhd-icon.png) center no-repeat;
        }

            .breadcrumbs .main .icon::after {
                content: "";
                display: flex;
                width: 3.25rem;
                height: 0.063rem;
                background-color: #d30d26;
                position: absolute;
                top: 0.75rem;
                right: 0;
            }

            .breadcrumbs .main .icon::before {
                content: "";
                display: flex;
                width: 3.25rem;
                height: 0.063rem;
                background-color: #d30d26;
                position: absolute;
                top: 0.75rem;
                left: 0;
            }

    .breadcrumbs .second {
        color: var(--Gray-White);
        font-family: var(--font-family-second);
        font-weight: var(--font-weight-semibold);
        font-size: 24px;
        background-color: var(--primary);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        height: 40px;
        padding: 0 30px;
        text-transform: uppercase
    }

        .breadcrumbs .second a {
            color: var(--Gray-White)
        }

            .breadcrumbs .second a:hover {
                color: var(--Gray-White) !important
            }

        .breadcrumbs .second::after {
            content: "";
            background: url(../img/title-after.png) center center/100% no-repeat;
            width: 104px;
            height: 40px;
            left: 100%;
            position: absolute;
        }

        .breadcrumbs .second::before {
            content: "";
            background: url(../img/title-before.png) center center/100% no-repeat;
            width: 104px;
            height: 40px;
            right: 100%;
            position: absolute;
        }

.article .article__sub-title {
    font-size: 18px;
    color: var(--Gray-900);
    font-family: var(--font-family-sans-serif);
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center
}

@media (min-width:1024px) {
    .article .article__sub-title {
        /*width: 800px;*/
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px
    }
}

.article .article__title {
    color: var(--Gray-900);
    font-family: var(--font-family-second);
    font-size: 32px;
    font-weight: var(--font-weight-semibold);
    line-height: 1.3;
    text-align: center;
    max-width: 100%;
}

@media (min-width:1024px) {
    .article .article__title {
        /*width: 800px;*/
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px
    }
}

.article .article__meta {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 100%;
}

    .article .article__meta .author {
        color: var(--primary);
        font-size: 16px;
        font-weight: var(--font-weight-medium);
        line-height: 1.5
    }

    .article .article__meta .time {
        font-size: 16px;
        font-weight: var(--font-weight-normal);
        line-height: 1.5
    }

    .article .article__meta .author + .time {
        position: relative
    }

        .article .article__meta .author + .time::before {
            position: absolute;
            content: "";
            width: 6px;
            height: 1px;
            background: #000;
            left: -13px;
            top: 50%;
            transform: translateY(-50%)
        }

.article .article__sapo {
    text-align: justify;
    font-family: var(--font-family-sans-serif);
    font-size: 16px;
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
    max-width: 100%;
}

@media (min-width:1024px) {
    .article .article__sapo {
        /*width: 800px;*/
        margin-left: auto;
        margin-right: auto
    }
}

.zce-mobile .zce-content-body {
    width: 360px
}

.zce-mobile [data-display=desktop], .zce-mobile [data-display=mobile] {
    display: none
}

    .zce-mobile [data-display=desktop] .zce-Visibility, .zce-mobile [data-display=mobile] .zce-Visibility {
        display: none
    }

.zce-mobile .zce-content-body .full-width {
    max-width: 100%
}

.zce-content-body h1, .zce-content-body h2, .zce-content-body h3, .zce-content-body h4, .zce-content-body h5, .zce-content-body h6 {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #000b1d;
    text-rendering: optimizeLegibility;
    letter-spacing: -.01em
}

    .zce-content-body h1 a, .zce-content-body h2 a, .zce-content-body h3 a, .zce-content-body h4 a, .zce-content-body h5 a, .zce-content-body h6 a {
        text-decoration: none
    }

        .zce-content-body h1 a:hover, .zce-content-body h2 a:hover, .zce-content-body h3 a:hover, .zce-content-body h4 a:hover, .zce-content-body h5 a:hover, .zce-content-body h6 a:hover {
            transition: all .2s linear;
            opacity: .7;
            text-decoration: none
        }

.zce-content-body h1 {
    font-size: 36px;
    line-height: 1.1
}

.zce-content-body h2 {
    font-size: 28px;
    line-height: 1.3
}

.zce-content-body h3 {
    font-size: 21px;
    line-height: 1.4
}

.zce-content-body h4 {
    font-size: 16px;
    line-height: 1.5
}

.zce-content-body ol, .zce-content-body ul {
    margin-left: 20px
}

.zce-content-body li {
    list-style-type: inherit
}

    .zce-content-body li li {
        font-size: 1em
    }

.zce-content-body hr {
    position: relative;
    line-height: 1;
    background: 0 0;
    border: none;
    text-align: left;
    margin-top: 16px;
    margin-bottom: 16px;
    height: 10px
}

    .zce-content-body hr:before {
        content: "";
        position: absolute;
        top: 50%;
        width: 100%;
        max-width: 100%;
        margin-top: -.5px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgba(217,219,221,.6)
    }

.zce-content-body a {
    color: #dc3545;
    text-decoration: none;
    background-color: transparent
}

.zce-content-body embed, .zce-content-body img, .zce-content-body object, .zce-content-body video {
    max-width: 100%;
    height: auto
}

.zce-content-body .table-responsive {
    max-width: 100%;
    overflow-x: auto
}

.zce-content-body table {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-collapse: collapse;
    display: table
}

    .zce-content-body table.max-width {
        display: block
    }

        .zce-content-body table.max-width:has(.twentytwenty) {
            display: table
        }

    .zce-content-body table:not([class]):not([align]), .zce-content-body table[data-zce-type] {
        width: 100%
    }

        .zce-content-body table:not([class]):not([align]) td, .zce-content-body table:not([class]):not([align]) th, .zce-content-body table[data-zce-type] td, .zce-content-body table[data-zce-type] th {
            padding: 5px;
            text-align: left;
            vertical-align: top;
            font-size: 95%;
            line-height: 1.5;
            border: 1px solid rgba(0,0,0,.15)
        }

            .zce-content-body table:not([class]):not([align]) td:empty:after, .zce-content-body table:not([class]):not([align]) th:empty:after, .zce-content-body table[data-zce-type] td:empty:after, .zce-content-body table[data-zce-type] th:empty:after {
                content: "Empty cell";
                visibility: hidden;
                speak: none;
                font-size: 0
            }

.zce-content-body img, .zce-content-body video {
    display: flex;
    margin: 0 auto
}

.zce-content-body .caption, .zce-content-body figcaption {
    text-align: center;
    font-size: 16px;
    margin: 0 auto
}

.margin-10 {
    margin: 10px
}

.margin-10-lr {
    margin-left: 10px;
    margin-right: 10px
}

.margin-10-tb {
    margin-top: 10px;
    margin-bottom: 10px
}

.padding-10 {
    padding: 10px
}

.padding-10-lr {
    padding-left: 10px;
    padding-right: 10px
}

.padding-10-tb {
    padding-top: 10px;
    padding-bottom: 10px
}

.margin-20 {
    margin: 20px
}

.margin-20-lr {
    margin-left: 20px;
    margin-right: 20px
}

.margin-20-tb {
    margin-top: 20px;
    margin-bottom: 20px
}

.padding-20 {
    padding: 20px
}

.padding-20-lr {
    padding-left: 20px;
    padding-right: 20px
}

.padding-20-tb {
    padding-top: 20px;
    padding-bottom: 20px
}

.margin-30 {
    margin: 30px
}

.margin-30-lr {
    margin-left: 30px;
    margin-right: 30px
}

.margin-30-tb {
    margin-top: 30px;
    margin-bottom: 30px
}

.padding-30 {
    padding: 30px
}

.padding-30-lr {
    padding-left: 30px;
    padding-right: 30px
}

.padding-30-tb {
    padding-top: 30px;
    padding-bottom: 30px
}

.margin-40 {
    margin: 40px
}

.margin-40-lr {
    margin-left: 40px;
    margin-right: 40px
}

.margin-40-tb {
    margin-top: 40px;
    margin-bottom: 40px
}

.padding-40 {
    padding: 40px
}

.padding-40-lr {
    padding-left: 40px;
    padding-right: 40px
}

.padding-40-tb {
    padding-top: 40px;
    padding-bottom: 40px
}

.margin-50 {
    margin: 50px
}

.margin-50-lr {
    margin-left: 50px;
    margin-right: 50px
}

.margin-50-tb {
    margin-top: 50px;
    margin-bottom: 50px
}

.padding-50 {
    padding: 50px
}

.padding-50-lr {
    padding-left: 50px;
    padding-right: 50px
}

.padding-50-tb {
    padding-top: 50px;
    padding-bottom: 50px
}

.dropcap::first-letter {
    font-size: 48px;
    font-weight: 700;
    float: left;
    line-height: 17px
}

.zce-content-body {
    font-size: 15px;
    text-align: justify;
}

    .zce-content-body > * {
        margin-bottom: 16px
    }

    .zce-content-body > :last-child {
        margin-bottom: 0
    }

@media screen and (min-width:1024px) {
    .zce-content-body > .full-width {
        position: relative;
        width: calc(100vw - 17px);
        transform: translateX(-50%);
        left: 50%
    }
}

@media screen and (min-width:1024px) {
    .zce-content-body > .max-width {
        position: relative;
        transform: translateX(-50%);
        left: 50%;
        width: calc(100vw - 17px);
        max-width: 1300px
    }
}

.zce-content-body .align-left {
    width: 50%;
    float: left;
    margin-right: 16px
}

.zce-content-body [align=left] {
    width: 50%;
    float: left;
    margin-right: 16px
}

.zce-content-body .align-right {
    width: 50%;
    float: right;
    margin-left: 16px
}

.zce-content-body [align=right] {
    width: 50%;
    float: right;
    margin-left: 16px
}

.zce-content-body .outset-left {
    width: 50%;
    float: left;
    margin-right: 16px
}

.zce-content-body .outset-right {
    width: 50%;
    float: right;
    margin-left: 16px
}

@media screen and (min-width:1024px) {
    .zce-content-body > .outset-left {
        margin-left: -25%
    }

    .zce-content-body > .outset-right {
        margin-right: -25%
    }
}

.detail-normal .zce-content-body > .full-width, .detail-normal .zce-content-body > .max-width {
    width: 100%
}

@media screen and (min-width:1024px) {
    .detail-normal .zce-content-body > .outset-left {
        margin-left: 0
    }
}

@media screen and (min-width:1024px) {
    .detail-normal .zce-content-body > .outset-right {
        margin-right: 0
    }
}

@media screen and (min-width:768px) {
    .detail-no-sidebar .article__avatar {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
        max-width: var(--container)
    }
}

@media screen and (min-width:768px) {
    .detail-no-sidebar .zce-content-body [class^=layout-image-], .detail-no-sidebar .zce-content-body > .article__slider:not(.align-left,.align-right,.outset-left,.outset-right), .detail-no-sidebar .zce-content-body > .twentytwenty:not(.align-left,.align-right,.outset-left,.outset-right) {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: var(--container)
    }
}

@media screen and (min-width:768px) {
    .detail-no-sidebar .zce-content-body > .full-width, .detail-no-sidebar .zce-content-body > .max-width, .detail-no-sidebar .zce-content-body > figure:not(.align-left,.align-right,.outset-left,.outset-right) {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
        max-width: var(--container)
    }
}

.article > *, .article__footer > * {
    margin-bottom: 16px
}

.article > :last-child, .article__footer > :last-child {
    margin-bottom: 0
}

.dropcap::first-letter {
    font-family: var(--font-family-serif);
    color: var(--Gray-900);
    margin-right: 6px;
    float: left;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: .8
}

.zce-content-body > * {
    font-family: var(--font-family-body);
    font-size: 15px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 20px !important
}

.zce-content-body a {
    color: var(--primary,#d72027);
    display: initial
}

    .zce-content-body a:hover {
        text-decoration: underline;
        opacity: 1 !important
    }

.zce-content-body .caption, .zce-content-body figcaption {
    font-size: 16px;
    color: var(--Gray-600,#6c757d);
    text-align: center;
    padding: 10px 20px
}

[class^=layout-image-] {
    display: grid !important;
    gap: 2px;
    justify-content: center
}

    [class^=layout-image-] figure {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        cursor: pointer;
        width: fit-content
    }

        [class^=layout-image-] figure:hover figcaption {
            opacity: 1
        }

        [class^=layout-image-] figure figcaption {
            transition: .5s;
            position: absolute;
            font-size: 16px;
            color: #fff;
            bottom: 0;
            left: 0;
            padding: 10px;
            opacity: 0
        }

.layout-image-2 {
    grid-template-columns: repeat(2,auto)
}

@media (min-width:768px) {
    .layout-image-2 figure figcaption {
        opacity: 1
    }
}

.layout-image-2 > figcaption {
    grid-column: 1/3
}

.layout-image-3 {
    grid-template-columns: repeat(2,auto)
}

@media (min-width:768px) {
    .layout-image-3 figure figcaption {
        opacity: 1
    }
}

.layout-image-3 figure:first-child {
    grid-column: 1/3
}

.layout-image-3 > figcaption {
    grid-column: 1/3
}

.layout-image-3-horizontal {
    grid-template-columns: repeat(3,auto)
}

    .layout-image-3-horizontal > figcaption {
        grid-column: 1/4
    }

.layout-image-4 {
    grid-template-columns: repeat(2,auto)
}

@media (min-width:768px) {
    .layout-image-4 figure figcaption {
        opacity: 1
    }
}

.layout-image-4 > figcaption {
    grid-column: 1/3
}

.layout-image-horizontal {
    grid-template-columns: repeat(4,auto)
}

    .layout-image-horizontal > figcaption {
        grid-column: 1/5
    }

[class^=layout-image-] + [class^=layout-image-] {
    margin-top: -14px
}

[class^=layout-image-]:has(>figcaption) + [class^=layout-image-] {
    margin-top: var(--gutter-body)
}

.article__slider .swiper-button-next, .article__slider .swiper-button-prev {
    color: var(--primary)
}

.article-relate {
    padding: 20px;
    background: var(--Gray-100,#f8f9fa)
}

    .article-relate .story__thumb {
        margin-bottom: 10px
    }

@media (min-width:768px) {
    .article-relate .story__thumb {
        width: 200px;
        height: 130px;
        float: left;
        margin: 0 20px 0 0
    }
}

@media (max-width:768px) {
    .article-relate .story__thumb a {
        display: block;
        padding-bottom: 66.667%
    }
}

.article-relate .story__heading {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 6px
}

    .article-relate .story__heading a {
        color: var(--Gray-800,#343a40);
        padding-top: 0
    }

        .article-relate .story__heading a:hover {
            color: var(--secondary,#d72027)
        }

.article-relate .story__summary {
    font-size: 14px;
    line-height: 1.5
}

@media (max-width:768px) {
    .article-relate .story__summary {
        display: none
    }
}

related-content {
    line-height: 150%;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 20px;
    padding: 20px;
    background: var(--Gray-100,#f8f9fa)
}

@media (min-width:768px) {
    related-content {
        grid-template-columns: 200px 1fr
    }
}

related-content .img {
    width: 120px;
    height: 80px;
    overflow: hidden
}

@media (min-width:768px) {
    related-content .img {
        width: 200px;
        height: 130px
    }
}

related-content .info {
    text-align: left;
    overflow: hidden
}

    related-content .info a {
        color: var(--Gray-800);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 6px;
        display: block
    }

        related-content .info a:hover {
            color: var(--primary);
            text-decoration: none
        }

    related-content .info .date {
        color: var(--summary);
        font-size: 13px;
        letter-spacing: .65px
    }

    related-content .info .summary {
        font-size: 14px;
        line-height: 1.5
    }

@media (min-width:768px) {
    related-content .info .summary {
        display: block
    }
}

blockquote {
    position: relative;
    padding: 20px;
    border-radius: 6px;
    border: 1px dashed var(--primary)
}

    blockquote::before {
        position: absolute;
        content: "";
        width: 48px;
        height: 48px;
        left: -27px;
        top: -24px;
        background: url(../img/quote.svg) 0 0 no-repeat
    }

    blockquote .author {
        font-size: 16px;
        color: var(--primary);
        font-style: italic;
        text-align: right;
        display: block
    }

    blockquote.align-left, blockquote.outset-left, blockquote[align=left] {
        margin-right: 32px !important
    }

    blockquote.align-right, blockquote.outset-right, blockquote[align=right] {
        margin-left: 32px !important
    }

.notebox {
    position: relative;
    padding: 20px;
    background: var(--yellow-100,#fff3cd);
    border: 1px dashed var(--yellow-500,#ffc107);
    border-radius: 6px
}

    .notebox > * {
        margin-bottom: 16px
    }

    .notebox > :last-child {
        margin-bottom: 0
    }

@media screen and (min-width:1024px) {
    .zce-content-body > .full-width {
        width: calc(100vw - var(--widthScroll))
    }
}

@media screen and (min-width:1024px) {
    .zce-content-body > .max-width {
        width: calc(100vw - var(--widthScroll))
    }
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/audio/icomoon.eot?9yo1tm);
    src: url(../fonts/audio/icomoon.eot?9yo1tm#iefix) format("embedded-opentype"),url(../fonts/audio/icomoon.ttf?9yo1tm) format("truetype"),url(../fonts/audio/icomoon.woff?9yo1tm) format("woff"),url(../fonts/audio/icomoon.svg?9yo1tm#bm-player) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class^=ic-audio-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    [class^=ic-audio-]::before {
        font-size: 16px
    }

.ic-audio-waveform:before {
    content: "🕐"
}

.ic-audio-microphone:before {
    content: "🕑"
}

.ic-audio-volume:before {
    content: "🕒"
}

.ic-audio-volume-slash:before {
    content: "🕓"
}

.ic-audio-pause:before {
    content: "🕔";
    font-size: 13px
}

.ic-audio-play:before {
    content: "🕕"
}

.audio:has(.left) {
    border: 1px solid var(--Gray-300);
    background: var(--Gray-100);
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr max-content;
    gap: 10px
}

@media (min-width:768px) {
    .audio:has(.left) {
        gap: 67px
    }
}

@media (max-width:767.98px) {
    .audio:has(.left) {
        margin-left: -16px;
        margin-right: -16px;
        padding: 8px 16px;
        border: none;
        background: var(--Gray-200)
    }
}

.audio:has(.left) .left {
    display: flex;
    grid-template-columns: auto auto auto;
    align-items: center;
    gap: 15px
}

@media (min-width:768px) {
    .audio:has(.left) .left {
        display: grid;
        grid-template-columns: auto auto auto 1fr
    }
}

.audio:has(.left) .play-button {
    border: 1px solid #ced4da;
    border-radius: 50%;
    background: #fff;
    width: 40px;
    height: 40px
}

.audio:has(.left) .ic-audio-volume {
    min-width: 20px
}

.audio:has(.left) .time-display > * {
    color: var(--Gray-700);
    font-family: var(--font-family-primary);
    font-size: 16px
}

.audio:has(.left) .progress-bar {
    display: none;
    position: relative
}

@media (min-width:768px) {
    .audio:has(.left) .progress-bar {
        display: block
    }
}

.audio:has(.left) .progress-bar .bg {
    width: 100%;
    display: block;
    background: var(--Gray-400);
    height: 3px
}

.audio:has(.left) .progress-bar .fill-recent {
    color: #28a5fa;
    position: absolute;
    height: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    height: 3px;
    width: 40%
}

.audio:has(.left) .progress-bar .current-time {
    position: absolute;
    top: 0;
    font-size: 0;
    display: block;
    background: #28a5fa;
    height: 3px
}

    .audio:has(.left) .progress-bar .current-time::after {
        position: absolute;
        content: "";
        background: #fff;
        width: 8px;
        height: 8px;
        filter: drop-shadow(0 0 4px rgba(0, 0, 0, .5));
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        right: 0
    }

.audio:has(.left) .mute-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer
}

    .audio:has(.left) .mute-wrap:hover .volume-slider {
        width: 62px
    }

        .audio:has(.left) .mute-wrap:hover .volume-slider .volume-slider-handle::after {
            display: block
        }

    .audio:has(.left) .mute-wrap .volume-slider {
        display: none;
        width: 0;
        position: relative;
        height: 3px;
        background: rgba(0,0,0,.1);
        transition: all .15s linear
    }

@media (min-width:768px) {
    .audio:has(.left) .mute-wrap .volume-slider {
        display: block
    }
}

.audio:has(.left) .mute-wrap .volume-slider-handle {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    background: #555
}

    .audio:has(.left) .mute-wrap .volume-slider-handle::after {
        display: none;
        position: absolute;
        content: "";
        background: #555;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        right: 0
    }

.audio:has(.left) .right {
    position: relative
}

.audio:has(.left) .select-voice {
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
    padding: 4px 10px 4px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--Gray-700);
    font-family: var(--font-family-primary);
    font-size: 13px;
    position: relative
}

@media (max-width:767.98px) {
    .audio:has(.left) .select-voice {
        height: 40px
    }
}

@media (min-width:768px) {
    .audio:has(.left) .select-voice {
        font-size: 16px;
        padding: 4px 30px 4px 14px
    }
}

.audio:has(.left) .select-voice::before {
    position: absolute;
    top: 15px;
    width: 12px;
    height: 6px;
    border-top: solid 6px #495057;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    right: 8px
}

@media (min-width:768px) {
    .audio:has(.left) .select-voice::before {
        content: ""
    }
}

.audio:has(.left) .select-voice [class*=ic-]:before {
    font-size: 16px;
    color: var(--Gray-700)
}

@media (min-width:768px) {
    .audio:has(.left) .select-voice [class*=ic-]:before {
        font-size: 20px
    }
}

.audio:has(.left) .voice-board {
    display: none;
    width: 170px;
    position: absolute;
    background: var(--Gray-White);
    border: 1px solid #ddd;
    border-radius: 5px;
    top: 42px;
    right: 0;
    z-index: 1
}

@media (min-width:1024px) {
    .audio:has(.left) .voice-board {
        width: 100%
    }
}

.audio:has(.left) .voice-board .voice-name {
    display: flex;
    gap: 6px;
    align-items: center;
    height: 44px;
    padding: 0 16px;
    font-size: 14px;
    cursor: pointer;
    transition: .3s
}

    .audio:has(.left) .voice-board .voice-name.active, .audio:has(.left) .voice-board .voice-name:hover {
        background: #ededed;
        color: #bd1723
    }

.related-topic {
    padding: 20px;
    background: var(--Gray-100);
    border-top: 1px solid var(--primary)
}

    .related-topic .box-heading {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 6px 12px;
        background: var(--primary);
        width: fit-content;
        margin-top: -20px
    }

        .related-topic .box-heading * {
            color: #fff
        }

    .related-topic .story {
        margin-top: 12px
    }

    .related-topic .story__heading {
        font-size: 16px;
        line-height: 1.4;
        font-weight: 500;
        display: flex
    }

        .related-topic .story__heading:before {
            content: "";
            min-width: 4px;
            height: 4px;
            background: var(--primary);
            border-radius: 50%;
            top: 10px;
            position: relative;
            margin-right: 12px
        }

        .related-topic .story__heading a {
            color: var(--body-color);
            padding-top: 0
        }

            .related-topic .story__heading a:hover {
                color: var(--secondary)
            }

.related-news {
    padding: 20px;
    margin-bottom: 20px;
    background: var(--Gray-100,#f8f9fa)
}

    .related-news .box-heading .title {
        font-size: 20px;
        line-height: 1.3;
        font-weight: var(--font-weight-medium);
        font-family: var(--font-family-second);
        color: var(--primary);
        text-transform: uppercase;
        margin-bottom: 10px
    }

    .related-news .story {
        margin-top: 12px
    }

    .related-news .story__heading {
        font-size: 16px;
        line-height: 1.4;
        font-weight: 500;
        display: flex
    }

        .related-news .story__heading:before {
            content: "";
            min-width: 4px;
            height: 4px;
            background: var(--primary);
            border-radius: 50%;
            top: 10px;
            position: relative;
            margin-right: 12px
        }

        .related-news .story__heading a {
            color: var(--body-color);
            padding-top: 0
        }

            .related-news .story__heading a:hover {
                color: var(--primary)
            }

.poll-box {
    padding: 20px;
    background: var(--blue-100,#e7f1ff);
    border-top: 1px solid var(--blue-200,#9ec5fe);
    text-align: left
}

    .poll-box .box-heading {
        font-size: 13px;
        line-height: 1.3;
        font-weight: var(--font-weight-semibold);
        color: var(--Gray-900);
        text-transform: uppercase;
        margin-bottom: 10px
    }

    .poll-box .box-content > * {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: var(--font-weight-normal);
        color: var(--Gray-900)
    }

    .poll-box .box-content > :last-child {
        margin: 0
    }

    .poll-box .box-content label {
        cursor: pointer;
        display: block
    }

        .poll-box .box-content label input {
            margin-right: 6px
        }

            .poll-box .box-content label input[type=radio] {
                accent-color: var(--primary)
            }

    .poll-box .wrap-button > * {
        font-size: 13px;
        padding: 3px 12px;
        border: 0 none;
        cursor: pointer
    }

    .poll-box .wrap-button .btn-send {
        color: #fff;
        font-weight: 600;
        height: 28px;
        background: var(--primary);
        font-weight: var(--font-weight-normal)
    }

        .poll-box .wrap-button .btn-send:hover {
            background: var(--primary)
        }

    .poll-box .wrap-button .btn-see {
        color: #0d6efd;
        background: 0 0
    }

        .poll-box .wrap-button .btn-see:hover {
            text-decoration: underline
        }

.article__author {
    font-weight: 700;
    text-transform: uppercase;
    text-align: right
}

.article__tag {
    position: relative;
    display: flex;
    gap: 8px
}

@media (max-width:1024px) {
    .article__tag {
        overflow: scroll
    }
}

@media (min-width:1024px) {
    .article__tag {
        flex-wrap: wrap
    }
}

.article__tag a {
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid var(--Gray-400);
    color: var(--Gray-800);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    background-color: var(--Gray-White);
    transition: all .3s ease
}

    .article__tag a.active, .article__tag a:hover {
        border: 1px solid var(--primary);
        color: var(--Gray-White) !important;
        background-color: var(--primary)
    }

.zce-content-body .pCaption {
    font-size: 16px;
    color: var(--gray-600,#6c757d);
    text-align: center !important
}

    .zce-content-body .pCaption a {
        padding: 10px 0;
        display: block
    }

.zce-content-body .pSource {
    font-weight: 700;
    text-transform: uppercase;
    text-align: right
}

.zce-content-body .related {
    padding: 20px;
    margin-bottom: 20px;
    background: var(--gray-100,#f8f9fa)
}

.zce-content-body .drelated > strong {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase
}

.zce-content-body .title-thumb-and-sapo {
    font-size: 14px;
    line-height: 1.5;
    color: var(--gray-600,#6c757d);
    list-style: none;
    padding-top: 10px;
    margin: 0
}

    .zce-content-body .title-thumb-and-sapo::after {
        display: block;
        clear: both;
        content: ""
    }

    .zce-content-body .title-thumb-and-sapo li > * {
        display: block
    }

    .zce-content-body .title-thumb-and-sapo li > a {
        float: left;
        margin-right: 16px
    }

    .zce-content-body .title-thumb-and-sapo li a {
        font-size: 18px;
        line-height: 1.4;
        color: var(--gray-800);
        display: block;
        margin-bottom: 6px
    }

        .zce-content-body .title-thumb-and-sapo li a:hover {
            color: var(--primary);
            text-decoration: none
        }

.zce-content-body .pInterTitle {
    font-family: var(--font-family-sans-serif);
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700
}

.zce-content-body .boxleft, .zce-content-body .boxright {
    width: 50%
}

    .zce-content-body .boxleft img, .zce-content-body .boxright img {
        width: -webkit-fill-available !important;
        height: auto !important
    }

.zce-content-body .boxleft {
    float: left;
    margin: 0 24px 24px 0
}

.zce-content-body .boxright {
    float: right;
    margin: 0 0 24px 24px
}

body:not(.longform-page):not(.emagazine-page):not(.lens-page) .zce-content-body .pImage img, body:not(.longform-page):not(.emagazine-page):not(.lens-page) .zce-content-body img.iCenter, body:not(.longform-page):not(.emagazine-page):not(.lens-page) .zce-content-body img.oldmb, body:not(.longform-page):not(.emagazine-page):not(.lens-page) .zce-content-body img.oldpc {
    width: auto !important;
    height: auto !important
}

.emagazine-page .zce-content-body .dtbln, .lens-page .zce-content-body .dtbln, .longform-page .zce-content-body .dtbln {
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.emagazine-page .zce-content-body .oldmb, .emagazine-page .zce-content-body .oldpc, .emagazine-page .zce-content-body .pImage img, .emagazine-page .zce-content-body img.iCenter, .lens-page .zce-content-body .oldmb, .lens-page .zce-content-body .oldpc, .lens-page .zce-content-body .pImage img, .lens-page .zce-content-body img.iCenter, .longform-page .zce-content-body .oldmb, .longform-page .zce-content-body .oldpc, .longform-page .zce-content-body .pImage img, .longform-page .zce-content-body img.iCenter {
    max-width: calc(100vw - 17px);
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    right: auto;
    display: table;
    width: max-content
}

.emagazine-page .zce-content-body .boxleft, .emagazine-page .zce-content-body .boxright, .lens-page .zce-content-body .boxleft, .lens-page .zce-content-body .boxright, .longform-page .zce-content-body .boxleft, .longform-page .zce-content-body .boxright {
    width: 65%
}

    .emagazine-page .zce-content-body .boxleft img, .emagazine-page .zce-content-body .boxright img, .lens-page .zce-content-body .boxleft img, .lens-page .zce-content-body .boxright img, .longform-page .zce-content-body .boxleft img, .longform-page .zce-content-body .boxright img {
        width: -webkit-fill-available !important;
        height: auto !important
    }

.emagazine-page .zce-content-body .boxleft, .lens-page .zce-content-body .boxleft, .longform-page .zce-content-body .boxleft {
    margin-left: -25%
}

@media (max-width:1024px) {
    .emagazine-page .zce-content-body .boxleft, .lens-page .zce-content-body .boxleft, .longform-page .zce-content-body .boxleft {
        margin-left: -10%
    }
}

.emagazine-page .zce-content-body .boxright, .lens-page .zce-content-body .boxright, .longform-page .zce-content-body .boxright {
    margin-right: -25%
}

@media (max-width:1024px) {
    .emagazine-page .zce-content-body .boxright, .lens-page .zce-content-body .boxright, .longform-page .zce-content-body .boxright {
        margin-right: -10%
    }
}

.emagazine-page .zce-content-body .related img, .lens-page .zce-content-body .related img, .longform-page .zce-content-body .related img {
    max-width: 100% !important
}

.longform-page .zce-content-body .dtbln, .longform-page .zce-content-body .oldmb, .longform-page .zce-content-body .oldpc, .longform-page .zce-content-body .pImage img, .longform-page .zce-content-body img.iCenter {
    max-width: var(--container)
}

.longform-page .zce-content-body > .pBody {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: var(--container)
}

.emagazine-page .zce-content-body > .full-width:has(.oldpc) .oldpc {
    transform: translateX(0);
    left: auto
}

.camnhat, .camtren, .xanhnhat {
    line-height: 1.5;
    border-collapse: separate;
    padding: 20px
}

    .camnhat > :not(:last-child), .camtren > :not(:last-child), .xanhnhat > :not(:last-child) {
        margin-bottom: 12px
    }

    .camnhat br, .camtren br, .xanhnhat br {
        content: "";
        margin: 12px;
        display: block
    }

.xanhnhat {
    background: #e4f5fa;
    border: 0
}

.camnhat {
    background: #eee;
    border-left: solid 3px #f60
}

.zce-content-body table.camnhat td, .zce-content-body table.camtren td, .zce-content-body table.xanhnhat td {
    padding: 20px
}

.zce-content-body table.camnhat p:not(:last-child), .zce-content-body table.camtren p:not(:last-child), .zce-content-body table.xanhnhat p:not(:last-child) {
    margin-bottom: 12px
}

.zce-content-body table.camtren td {
    background: #eee
}

.zce-content-body table.camtren tr:first-child > td:first-child {
    width: 183px;
    border-top: solid 3px #f60
}

.zce-content-body table.camtren tr:last-child > td {
    border-radius: 0 0 10px 10px
}

#tinymce table.camtren tr:first-child {
    height: 1px;
    min-height: 1px
}

    #tinymce table.camtren tr:first-child > td:first-child {
        width: 183px;
        border-top: solid 3px #f60
    }

.article__topic {
    padding: 12px 20px;
    margin-bottom: 20px;
    background: var(--Gray-100,#f8f9fa)
}

    .article__topic .box-heading {
        font-size: 14px;
        font-weight: 400;
        display: flex;
        align-items: center
    }

        .article__topic .box-heading .title {
            font-size: 16px;
            color: var(--Gray-White);
            font-family: var(--font-family-second);
            font-weight: 600;
            text-transform: uppercase;
            padding: 3px 8px;
            margin-left: 10px;
            background: var(--primary);
            border-radius: 4px
        }

            .article__topic .box-heading .title:hover {
                background: var(--primary);
                color: var(--Gray-White) !important
            }

    .article__topic .box-content {
        margin-top: 16px;
        position: relative
    }

        .article__topic .box-content::before {
            content: "";
            display: block;
            width: 1px;
            height: calc(100% - 20px);
            background: var(--border-color);
            position: absolute;
            top: 12px;
            left: 8px
        }

    .article__topic .story {
        display: flex;
        margin-bottom: 16px
    }

    .article__topic .story__heading {
        font-weight: 400;
        display: flex
    }

        .article__topic .story__heading a {
            font-size: 16px;
            color: var(--title);
            transition: all .5s;
            padding-top: 0
        }

            .article__topic .story__heading a:hover {
                color: var(--secondary)
            }

        .article__topic .story__heading::before {
            content: "";
            min-width: 17px;
            height: 17px;
            background: var(--primary);
            margin-right: 10px;
            border-radius: 50%;
            position: relative;
            top: 2px;
            border: 5px solid var(--Gray-100)
        }

.zce-content-body {
    color: var(--body-color);
    line-height: 1.6;
}

@media (min-width:1024px) {
    .zce-content-body {
        /*width: 800px;*/
        margin: 0 auto
    }
}

.zce-content-body h1 a:hover, .zce-content-body h2 a:hover, .zce-content-body h3 a:hover, .zce-content-body h4 a:hover, .zce-content-body h5 a:hover, .zce-content-body h6 a:hover {
    opacity: 1
}

.zce-content-body .time {
    display: block;
    text-align: right
}

.zce-content-body b, .zce-content-body strong {
    font-weight: 700
}

.article > * {
    margin-bottom: 10px
}

.article > :last-child {
    margin-bottom: 0
}

.article__footer > * {
    margin-bottom: 20px
}

.article__footer > :last-child {
    margin-bottom: 0
}

.container > .full-width, .container > .max-width {
    position: relative;
    width: calc(100vw - var(--widthScroll));
    transform: translateX(-50%);
    left: 50%
}

.container > .max-width {
    max-width: 1300px
}

.container .caption, .container figcaption {
    text-align: center;
    font-size: 15px;
    margin: 10px auto;
    line-height: 1.6;
}

@media (max-width:1023.98px) {
    .element-list {
        font-size: 12px;
        position: fixed;
        left: 0;
        bottom: 0;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-template-rows: repeat(8,20px);
        grid-auto-flow: column;
        gap: 0 30px;
        padding: 8px 8px 8px 30px;
        background: var(--Gray-White);
        z-index: 10;
        opacity: .9;
        border: 1px solid var(--Gray-Black);
        margin-left: 0 !important
    }

        .element-list a {
            color: var(--primary)
        }
}

@media (min-width:1024px) {
    .element-list {
        font-size: 16px;
        width: 200px;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 1;
        list-style: auto
    }
}

.scroll-page {
    font-size: 18px;
    color: var(--primary);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase
}

#__bs_notify__ {
    display: none !important
}

.abf-homepage {
    position: relative
}

    .abf-homepage .main-swiper {
        background: var(--Gray-White)
    }

        .abf-homepage .main-swiper .story {
            height: 534px;
            opacity: 0 !important
        }

        .abf-homepage .main-swiper .story__thumb {
            float: left;
            /*width: 800px;*/
            height: 534px;
            margin-right: 30px
        }

        .abf-homepage .main-swiper .story__heading a {
            font-size: 32px;
            line-height: 1.3;
            font-weight: var(--font-weight-semibold);
            padding-top: 0
        }

        .abf-homepage .main-swiper .swiper-slide-active {
            opacity: 1 !important
        }

    .abf-homepage .thumb-swiper {
        width: 470px;
        height: 147px;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 2
    }

        .abf-homepage .thumb-swiper .story {
            width: 220px;
            height: 147px
        }

    .abf-homepage .swiper-pagination {
        width: 470px;
        position: absolute;
        right: 0;
        left: initial;
        bottom: 170px;
        display: flex;
        justify-content: space-between
    }

        .abf-homepage .swiper-pagination .swiper-pagination-bullet {
            width: 70px;
            height: 5px;
            border-radius: 0;
            margin: 0
        }

        .abf-homepage .swiper-pagination .swiper-pagination-bullet-active {
            background: var(--primary)
        }

    .abf-homepage .swiper-button-next, .abf-homepage .swiper-button-prev {
        border-radius: 999px;
        background: rgba(0,0,0,.4);
        width: 48px;
        height: 48px;
        color: var(--Gray-White)
    }

        .abf-homepage .swiper-button-next:hover, .abf-homepage .swiper-button-prev:hover {
            opacity: .8;
            transition: .3s all
        }

        .abf-homepage .swiper-button-next::after, .abf-homepage .swiper-button-prev::after {
            display: none
        }

    .abf-homepage .swiper-button-next {
        left: 741px
    }

        .abf-homepage .swiper-button-next::before {
            content: "\e900";
            font-family: icomoon;
            font-size: 24px
        }

    .abf-homepage .swiper-button-prev::before {
        content: "\e900";
        font-family: icomoon;
        font-size: 24px;
        transform: scaleX(-1)
    }


.detail-page {
    position: relative
}

    .detail-page .main-swiper {
        background: var(--Gray-White)
    }

        .detail-page .main-swiper .story {
            height: 534px;
            opacity: 0 !important
        }

        .detail-page .main-swiper .story__thumb {
            float: left;
            /*width: 800px;*/
            height: 534px;
            margin-right: 30px
        }

        .detail-page .main-swiper .story__heading a {
            font-size: 32px;
            line-height: 1.3;
            font-weight: var(--font-weight-semibold);
            padding-top: 0
        }

        .detail-page .main-swiper .swiper-slide-active {
            opacity: 1 !important
        }

    .detail-page .thumb-swiper {
        width: 470px;
        height: 147px;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 2
    }

        .detail-page .thumb-swiper .story {
            width: 220px;
            height: 147px
        }

    .detail-page .swiper-pagination {
        width: 470px;
        position: absolute;
        right: 0;
        left: initial;
        bottom: 170px;
        display: flex;
        justify-content: space-between
    }

        .detail-page .swiper-pagination .swiper-pagination-bullet {
            width: 70px;
            height: 5px;
            border-radius: 0;
            margin: 0
        }

        .detail-page .swiper-pagination .swiper-pagination-bullet-active {
            background: var(--primary)
        }

    .detail-page .swiper-button-next, .detail-page .swiper-button-prev {
        border-radius: 999px;
        background: rgba(0,0,0,.4);
        width: 48px;
        height: 48px;
        color: var(--Gray-White)
    }

        .detail-page .swiper-button-next:hover, .detail-page .swiper-button-prev:hover {
            opacity: .8;
            transition: .3s all
        }

        .detail-page .swiper-button-next::after, .detail-page .swiper-button-prev::after {
            display: none
        }

    .detail-page .swiper-button-next {
        left: 741px
    }

        .detail-page .swiper-button-next::before {
            content: "\e900";
            font-family: icomoon;
            font-size: 24px
        }

    .detail-page .swiper-button-prev::before {
        content: "\e900";
        font-family: icomoon;
        font-size: 24px;
        transform: scaleX(-1)
    }

.abf-dhd {
    display: grid;
    gap: var(--gutter);
    grid-template-columns: 260px 1fr 400px
}

    .abf-dhd .left .story {
        margin-bottom: 30px
    }

        .abf-dhd .left .story:last-child {
            margin-bottom: 0
        }

        .abf-dhd .left .story .location {
            margin-top: 8px;
            display: flex;
            align-items: center;
            color: var(--primary,#ec1c24);
            font-size: 14px;
            font-weight: var(--font-weight-medium);
            gap: 4px
        }

            .abf-dhd .left .story .location i::before {
                font-size: 18px
            }

    .abf-dhd .left .story__heading a {
        padding-top: 8px;
        font-size: 18px
    }

    .abf-dhd .center .story__heading a {
        font-size: 26px;
        font-weight: var(--font-weight-bold);
        line-height: 1.5;
        padding-top: 12px
    }

    .abf-dhd .center .story .location {
        margin-top: 8px;
        display: flex;
        align-items: center;
        color: var(--primary,#ec1c24);
        font-size: 14px;
        font-weight: var(--font-weight-medium);
        gap: 4px
    }

        .abf-dhd .center .story .location i::before {
            font-size: 18px
        }

    .abf-dhd .right .story {
        margin-bottom: 30px
    }

        .abf-dhd .right .story:last-child {
            margin-bottom: 0
        }

    .abf-dhd .right .story__thumb {
        width: 180px;
        float: left;
        margin-right: 12px
    }

        .abf-dhd .right .story__thumb::before {
            aspect-radio: 3 / 2
        }

    .abf-dhd .right .story .location {
        margin-top: 8px;
        display: flex;
        align-items: center;
        color: var(--primary,#ec1c24);
        font-size: 14px;
        font-weight: var(--font-weight-medium);
        gap: 4px
    }

        .abf-dhd .right .story .location i::before {
            font-size: 18px
        }

    .abf-dhd .right .story__heading a {
        padding-top: 0
    }

.abf-cate {
    display: grid;
    gap: var(--gutter);
    background: url(../img/line-decor.png?210923) bottom center no-repeat;
    padding-bottom: 64px
}

@media (min-width:1024px) {
    .abf-cate {
        grid-template-columns: 1fr 340px
    }
}

.abf-cate .rank-1 .story__thumb::before {
    padding-bottom: 56.25%
}

.abf-cate .rank-1 .story__heading {
    display: block !important
}

    .abf-cate .rank-1 .story__heading a {
        font-size: 32px;
        font-weight: var(--font-weight-bold,700);
        line-height: 130%;
        text-align: center;
        padding-top: 30px
    }

.abf-cate .rank-1 .story .time {
    text-align: center
}

.abf-cate .rank-2 {
    border-left: 1px solid var(--border-color,#e9ecef);
    padding-left: var(--gutter)
}

    .abf-cate .rank-2 .story {
        margin-top: var(--gutter);
        padding-top: var(--gutter);
        border-top: 1px solid var(--border-color,#e9ecef)
    }

        .abf-cate .rank-2 .story:first-child {
            margin-top: 0;
            padding-top: 0;
            border-top: none
        }

    .abf-cate .rank-2 .story__thumb {
        width: 80px;
        float: right;
        margin-left: 20px
    }

        .abf-cate .rank-2 .story__thumb::before {
            padding-bottom: 100%
        }

    .abf-cate .rank-2 .story__heading a {
        padding-top: 0
    }

.box-default .box-content {
    margin-top: 15px
}

.box-default .story:first-child .story__heading a {
    font-size: 18px;
    font-weight: var(--font-weight-semibold,600)
}

.box-default .story:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--border-color,#e9ecef)
}

    .box-default .story:not(:first-child) .story__thumb {
        width: 80px;
        float: right;
        margin-left: 20px
    }

        .box-default .story:not(:first-child) .story__thumb::before {
            padding-bottom: 100%
        }

    .box-default .story:not(:first-child) .story__heading a {
        padding-top: 0
    }

.timeline .box-content {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px
}

    .timeline .box-content .story__thumb::before {
        aspect-radio: 3 / 2
    }

    .timeline .box-content .story__heading a {
        padding-top: 10px;
        font-size: 18px;
        line-height: 1.5
    }

    .timeline .box-content .story .location {
        margin-top: 8px;
        display: flex;
        align-items: center;
        color: var(--primary,#ec1c24);
        font-size: 14px;
        font-weight: var(--font-weight-medium);
        gap: 4px
    }

        .timeline .box-content .story .location i::before {
            font-size: 18px
        }

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gutter);
}


@media (min-width:768px) {
    .grid-4 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: var(--gutter);
    }
}

@media (min-width:1024px) {
    .grid-4 {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--gutter);
    }
}

@media (min-width:1280px) {
    .grid-4 {
        grid-template-columns: repeat(4, 1fr);
        gap: var(--gutter);
    }
}


@media (max-width:767.99px) {
    .grid-4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: var(--gutter);
    }
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: var(--gutter);
}

@media (min-width:768px) {
    .products-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (min-width:1024px) {
    .products-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

@media (min-width:1220px) {
    .products-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }
}


.products-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.section-index-featured-news {
    display: grid;
    gap: var(--gutter);
    grid-template-columns: 33.33% 1fr;
}

    .section-index-featured-news .featured-news {
        display: block;
    }


    .section-index-featured-news .image-items, .section-index-featured-news .video-items, .section-index-featured-news .infographic-items {
        display: grid;
        gap: var(--gutter);
        grid-template-columns: repeat(1, 1fr);
    }

    .section-index-featured-news .textandimage-items {
        display: grid;
        gap: var(--gutter);
        grid-template-columns: repeat(2, 1fr);
    }

@media (max-width: 767.98px) {
    .section-index-featured-news {
        display: grid;
        gap: var(--gutter);
        grid-template-columns: repeat(1, 1fr);
    }

        .section-index-featured-news .image-items {
            display: grid;
            gap: var(--gutter);
            grid-template-columns: repeat(2, 1fr);
        }

        .section-index-featured-news .video-items, .section-index-featured-news .infographic-items {
            display: grid;
            gap: var(--gutter);
            grid-template-columns: auto auto;
        }

            .section-index-featured-news .video-items article:first-child, .section-index-featured-news .infographic-items article:first-child {
                grid-column: 1 / span 2;
            }

        .section-index-featured-news .textandimage-items {
            display: grid;
            gap: var(--gutter);
            grid-template-columns: repeat(1, 1fr);
        }
}

@media (min-width: 768px) {
    .section-index-featured-news {
        display: grid;
        gap: var(--gutter);
        grid-template-columns: repeat(1, 1fr);
    }

        .section-index-featured-news .image-items, .section-index-featured-news .video-items, .section-index-featured-news .infographic-items {
            display: grid;
            gap: var(--gutter);
            grid-template-columns: repeat(3, 1fr);
        }

        .section-index-featured-news .textandimage-items {
            display: grid;
            gap: var(--gutter);
            grid-template-columns: repeat(2, 1fr);
        }
}

@media (min-width: 1024px) {
    .section-index-featured-news {
        display: grid;
        gap: var(--gutter);
        grid-template-columns: 33.33% 1fr;
    }

        .section-index-featured-news .image-items, .section-index-featured-news .video-items, .section-index-featured-news .infographic-items {
            display: grid;
            gap: var(--gutter);
            grid-template-columns: repeat(3, 1fr);
        }

        .section-index-featured-news .textandimage-items {
            display: grid;
            gap: var(--gutter);
            grid-template-columns: repeat(2, 1fr);
        }
}

@media (min-width: 1280px) {
    .section-index-featured-news {
        display: grid;
        gap: var(--gutter);
        grid-template-columns: 33.33% 1fr;
    }
}


.category-details .item {
    margin-bottom: 10px;
}

.category-details .box-heading {
    margin-bottom: 20px;
    position: relative
}

    .category-details .box-heading .title {
        text-transform: uppercase;
        font-size: 36px;
        font-family: var(--font-family-second);
        font-weight: var(--font-weight-semibold);
        color: var(--primary);
        position: relative;
        background: var(--Gray-White);
        z-index: 3;
        width: fit-content;
        padding-right: 24px
    }

    .category-details .box-heading::after {
        position: absolute;
        content: "";
        background: var(--Gray-200);
        height: 8px;
        width: 100%;
        top: 24px;
        z-index: 1
    }

.category-details .box-content {
    display: grid;
    grid-template-columns: 660px 1fr;
    gap: 30px
}


    .category-details .box-content .story__heading a {
        padding-top: 0;
        font-size: 26px;
        font-weight: var(--font-weight-semibold);
        line-height: 1.5
    }

    .category-details .box-content .story__thumb {
        margin-bottom: 16px
    }

    .category-details .box-content .story__summary {
        margin-bottom: 8px
    }

    .category-details .box-content .story .title-cate {
        display: block;
        font-size: 18px;
        font-weight: var(--font-weight-medium);
        line-height: 1.4;
        margin-bottom: 8px
    }

    .category-details .box-content .right {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 30px
    }

        .category-details .box-content .right .title-cate {
            display: block;
            font-size: 14px;
            font-weight: var(--font-weight-medium);
            line-height: 1.4;
            margin-bottom: 4px
        }

        .category-details .box-content .right .story__thumb {
            margin-bottom: 10px
        }

        .category-details .box-content .right .story__heading a {
            font-size: 18px
        }

/*.item-list .item-box {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}*/

.item-list .item-box {
    display: grid;
    grid-template-columns: 33.33333333% 1fr;
    gap: 10px
}

.item-list li {
    margin-bottom: 10px;
    border-bottom: solid 1px var(--Gray-300);
}

    .item-list li:last-child {
        margin-bottom: 0;
        /*padding-bottom: 0;*/
        border-bottom: none;
    }


.image-box, .video-box, .infographic-box, .textandimage-box {
    border: solid 1px var(--Gray-300);
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

    .image-box .story_detail, .video-box .story_detail, .infographic-box .story_detail, .textandimage-box .story_detail {
        margin-top: 10px;
        /*margin-bottom: 10px;*/
    }

    .textandimage-item-content .story__thumb::before,
    .textandimage-box .story__thumb::before,
    .image-item-content .story__thumb::before,
    .image-box .story__thumb::before {
        /*aspect-ratio: 4/3;*/
        margin-bottom: 66.67%;
    }

    .infographic-item-content .story__thumb::before,
    .infographic-box .story__thumb::before {
        aspect-ratio: 1/1;
    }

    .video-item-content .story__thumb::before,
    .video-box .story__thumb::before {
        aspect-ratio: 16/9;
    }

.featured-news .item {
    margin-bottom: 10px;
}

.featured-news .box-heading {
    margin-bottom: 20px;
    position: relative
}

    .featured-news .box-heading .title {
        text-transform: uppercase;
        font-size: 36px;
        font-family: var(--font-family-second);
        font-weight: var(--font-weight-semibold);
        color: var(--primary);
        position: relative;
        background: var(--Gray-White);
        z-index: 3;
        width: fit-content;
        padding-right: 24px
    }

    .featured-news .box-heading::after {
        position: absolute;
        content: "";
        background: var(--Gray-300);
        height: 8px;
        width: 100%;
        top: 24px;
        z-index: 1;
        opacity: 0.5;
    }

.featured-news .box-content {
    display: grid;
    grid-template-columns: 660px 1fr;
    gap: 30px
}

    .featured-news .box-content .story__heading a {
        padding-top: 0;
        font-size: 26px;
        font-weight: var(--font-weight-semibold);
        line-height: 1.5
    }

    .featured-news .box-content .story__thumb {
        margin-bottom: 16px
    }

    .featured-news .box-content .story__summary {
        margin-bottom: 8px
    }

    .featured-news .box-content .story .title-cate {
        display: block;
        font-size: 18px;
        font-weight: var(--font-weight-medium);
        line-height: 1.4;
        margin-bottom: 8px
    }

    .featured-news .box-content .right {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 30px
    }

        .featured-news .box-content .right .title-cate {
            display: block;
            font-size: 14px;
            font-weight: var(--font-weight-medium);
            line-height: 1.4;
            margin-bottom: 4px
        }

        .featured-news .box-content .right .story__thumb {
            margin-bottom: 10px
        }

        .featured-news .box-content .right .story__heading a {
            font-size: 18px
        }

.multimedia {
    background: url(../img/multimedia-bg.png) center center/1920px no-repeat;
    padding: 40px 0;
    max-width: calc(100vw - 17px);
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    display: table
}

    .multimedia .box-heading {
        margin-bottom: 16px !important
    }

        .multimedia .box-heading .title {
            text-align: center;
            text-transform: uppercase;
            font-size: 36px;
            font-family: var(--font-family-second);
            font-weight: var(--font-weight-semibold);
            line-height: 1.5;
            color: var(--Gray-White)
        }

            .multimedia .box-heading .title:hover {
                color: var(--Gray-White) !important
            }

    .multimedia .tabs {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 36px;
        margin-bottom: 30px !important
    }

        .multimedia .tabs .tablinks {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 20px;
            font-weight: var(--font-weight-normal);
            white-space: nowrap;
            color: var(--Gray-500)
        }

            .multimedia .tabs .tablinks:hover {
                color: var(--Gray-White) !important
            }

        .multimedia .tabs .active {
            color: var(--Gray-White)
        }

    .multimedia .box-content .tabcontent {
        display: none
    }

        .multimedia .box-content .tabcontent .rank-1 .story__thumb i {
            position: absolute;
            height: 50px;
            width: 50px;
            color: var(--Gray-White);
            background: var(--primary);
            border-radius: 0 6px 0 0;
            bottom: 0
        }

            .multimedia .box-content .tabcontent .rank-1 .story__thumb i::before {
                font-size: 24px
            }

        .multimedia .box-content .tabcontent .rank-1 .story__heading a {
            font-size: 30px;
            font-weight: var(--font-weight-semibold);
            color: var(--Gray-White)
        }

        .multimedia .box-content .tabcontent .rank-1 .time {
            color: rgba(255,255,255,.6)
        }

        .multimedia .box-content .tabcontent .rank-2 {
            display: grid;
            grid-template-columns: repeat(2,1fr);
            gap: 30px
        }

            .multimedia .box-content .tabcontent .rank-2 .story__thumb i {
                position: absolute;
                height: 36px;
                width: 36px;
                color: var(--Gray-White);
                background: var(--primary);
                border-radius: 0 6px 0 0;
                bottom: 0
            }

                .multimedia .box-content .tabcontent .rank-2 .story__thumb i::before {
                    font-size: 18px
                }

            .multimedia .box-content .tabcontent .rank-2 .story__heading a {
                font-size: 18px;
                font-weight: var(--font-weight-semibold);
                color: var(--Gray-White)
            }

            .multimedia .box-content .tabcontent .rank-2 .time {
                color: rgba(255,255,255,.6)
            }

    .multimedia .box-content .active {
        display: grid;
        grid-template-columns: 660px 1fr;
        gap: 30px
    }

.section-parallax {
    /*padding: 40px 0;*/
    /*max-width: calc(100vw - 17px);*/
    /*width: 100vw;*/
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    display: table;
    /*padding-top: 30px;*/
}

    .section-parallax::after {
        position: absolute;
        content: "";
        width: calc(100vw - 17px);
        height: 1px;
        background: var(--border-color);
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .section-parallax .box-heading {
        margin-bottom: 16px !important
    }

        .section-parallax .box-heading .title {
            text-align: center;
            text-transform: uppercase;
            font-size: 42px;
            font-family: var(--font-family-second);
            font-weight: var(--font-weight-semibold);
            line-height: 1.5;
            color: var(--primary)
        }

            .section-parallax .box-heading .title:hover {
                color: var(--primary) !important
            }

    .section-parallax .navs {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: var(--gutter);
        margin-bottom: var(--gutter-row) !important
    }

        .section-parallax .navs .navlinks {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 18px;
            font-weight: var(--font-weight-normal);
            white-space: nowrap;
            color: var(--Gray-600)
        }

        @media(max-width: 429.98px){
            .section-parallax .navs .navlinks {
                display: block;
                align-items: center;
                gap: 10px;
                font-size: 15px;
                line-height: 1.5;
                font-weight: var(--font-weight-normal);
                white-space: nowrap;
                color: var(--Gray-600)
            }
        }

            .section-parallax .navs .navlinks:hover {
                color: var(--primary) !important
            }

        .section-parallax .navs .active {
            color: var(--primary);
            /*font-weight:600;*/
        }

    .section-parallax .tabs {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 36px;
        margin-bottom: 30px !important
    }

        .section-parallax .tabs .tablinks {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 20px;
            font-weight: var(--font-weight-normal);
            white-space: nowrap;
            color: var(--body-color)
        }

            .section-parallax .tabs .tablinks:hover {
                color: var(--primary) !important
            }

        .section-parallax .tabs .active {
            color: var(--primary)
        }

    .section-parallax .box-content .tabcontent {
        display: none
    }

        .section-parallax .box-content .tabcontent .rank-1 .story__thumb i {
            position: absolute;
            height: 50px;
            width: 50px;
            color: var(--Gray-White);
            background: var(--primary);
            border-radius: 0 6px 0 0;
            bottom: 0
        }

            .section-parallax .box-content .tabcontent .rank-1 .story__thumb i::before {
                font-size: 24px
            }

        .section-parallax .box-content .tabcontent .rank-1 .story__heading a {
            font-size: 30px;
            font-weight: var(--font-weight-semibold);
            color: var(--Gray-White)
        }

        .section-parallax .box-content .tabcontent .rank-1 .time {
            color: rgba(255,255,255,.6)
        }

        .section-parallax .box-content .tabcontent .rank-2 {
            display: grid;
            grid-template-columns: repeat(2,1fr);
            gap: 30px
        }

            .section-parallax .box-content .tabcontent .rank-2 .story__thumb i {
                position: absolute;
                height: 36px;
                width: 36px;
                color: var(--Gray-White);
                background: var(--primary);
                border-radius: 0 6px 0 0;
                bottom: 0
            }

                .section-parallax .box-content .tabcontent .rank-2 .story__thumb i::before {
                    font-size: 18px
                }

            .section-parallax .box-content .tabcontent .rank-2 .story__heading a {
                font-size: 18px;
                font-weight: var(--font-weight-semibold);
                color: var(--Gray-White)
            }

            .section-parallax .box-content .tabcontent .rank-2 .time {
                color: rgba(255,255,255,.6)
            }

    .section-parallax .box-content .active {
        display: grid;
        grid-template-columns: 660px 1fr;
        gap: 30px
    }

.oneMain-fourSub {
    display: grid;
    grid-template-columns: 660px 1fr
}

    .oneMain-fourSub .rank-2 {
        display: grid;
        grid-template-columns: repeat(2,1fr)
    }

.box-social {
    position: relative
}

    .box-social .box-heading {
        margin-bottom: 20px;
        position: relative
    }

        .box-social .box-heading .title {
            text-transform: uppercase;
            font-size: 36px;
            font-family: var(--font-family-second);
            font-weight: var(--font-weight-semibold);
            color: var(--primary);
            position: relative;
            background: var(--Gray-White);
            z-index: 3;
            width: fit-content;
            padding-right: 24px
        }

        .box-social .box-heading::after {
            position: absolute;
            content: "";
            background: var(--Gray-200);
            height: 8px;
            width: 100%;
            top: 24px;
            z-index: 1
        }

        .box-social .box-heading .title {
            color: #233f81
        }

        .box-social .box-heading::before {
            position: absolute;
            content: "";
            background: #fff;
            right: 0;
            height: 48px;
            width: 78px;
            top: 5px;
            z-index: 2
        }

    .box-social .box-content .story__heading a {
        font-size: 18px
    }

        .box-social .box-content .story__heading a [class*=ic-] {
            top: -3px;
            margin-right: 2px;
            margin-left: 0
        }

            .box-social .box-content .story__heading a [class*=ic-]::before {
                font-size: 24px
            }

        .box-social .box-content .story__heading a .ic-youtube {
            color: #cd201f
        }

        .box-social .box-content .story__heading a .ic-facebook {
            color: #1877f2
        }

    .box-social .swiper-button-next, .box-social .swiper-button-prev {
        position: absolute;
        top: 29px;
        color: #233f81
    }

    .box-social .swiper-button-next {
        right: -5px
    }

        .box-social .swiper-button-next::after {
            font-family: icomoon;
            content: "\e907";
            font-size: 28px
        }

    .box-social .swiper-button-prev {
        right: 32px;
        left: inherit
    }

        .box-social .swiper-button-prev::after {
            font-family: icomoon;
            content: "\e907";
            transform: scaleX(-1);
            font-size: 28px
        }

.box-filter {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px !important
}

    .box-filter select {
        padding: 10px 20px;
        border-radius: 999px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 1px solid var(--border-color);
        font-size: 14px;
        transition: .3s all
    }

        .box-filter select:hover {
            cursor: pointer;
            border: 1px solid var(--Gray-600)
        }

.box-related-news .box-heading {
    margin-bottom: 20px;
    position: relative
}

    .box-related-news .box-heading .title {
        text-transform: uppercase;
        font-size: 36px;
        font-family: var(--font-family-second);
        font-weight: var(--font-weight-semibold);
        color: var(--primary);
        position: relative;
        background: var(--Gray-White);
        z-index: 3;
        width: fit-content;
        padding-right: 24px
    }

    .box-related-news .box-heading::after {
        position: absolute;
        content: "";
        background: var(--Gray-200);
        height: 8px;
        width: 100%;
        top: 24px;
        z-index: 1
    }

.box-related-news .box-content {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px
}

    .box-related-news .box-content .story__thumb::before {
        aspect-radio: 3 / 2
    }

    .box-related-news .box-content .story__heading a {
        padding-top: 10px;
        font-size: 18px;
        line-height: 1.5
    }

    .box-related-news .box-content .story .location {
        margin-top: 8px;
        display: flex;
        align-items: center;
        color: var(--primary,#ec1c24);
        font-size: 14px;
        font-weight: var(--font-weight-medium);
        gap: 4px
    }

        .box-related-news .box-content .story .location i::before {
            font-size: 18px
        }

.executive-list .box-heading {
    display: flex;
    justify-content: center;
    margin-bottom: 30px !important
}

    .executive-list .box-heading .title {
        text-transform: uppercase;
        font-size: 36px;
        font-family: var(--font-family-second);
        font-weight: var(--font-weight-semibold);
        color: var(--primary)
    }

.executive-list .wrap-content .box-heading {
    display: flex;
    justify-content: center;
    margin-bottom: 30px
}

    .executive-list .wrap-content .box-heading .title {
        font-size: 28px;
        font-family: var(--font-family-second);
        font-weight: var(--font-weight-semibold);
        line-height: 1.5;
        text-transform: uppercase;
        color: var(--title)
    }

        .executive-list .wrap-content .box-heading .title:hover {
            color: var(--title) !important
        }

.executive-list .wrap-content .box-content {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 100px;
    justify-content: center
}

    .executive-list .wrap-content .box-content .story {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 120px
    }

    .executive-list .wrap-content .box-content .story__thumb {
        width: 100px;
        border: 1px solid var(--Gray-400);
        padding: 3px;
        border-radius: 0
    }

        .executive-list .wrap-content .box-content .story__thumb a {
            height: calc(100% - 6px);
            width: calc(100% - 6px);
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%)
        }

        .executive-list .wrap-content .box-content .story__thumb::before {
            padding-bottom: 125%
        }

    .executive-list .wrap-content .box-content .story__heading {
        margin-bottom: 4px
    }

        .executive-list .wrap-content .box-content .story__heading a {
            font-size: 14px;
            font-weight: var(--font-weight-medium);
            white-space: nowrap
        }

    .executive-list .wrap-content .box-content .story__meta .time {
        font-size: 13px;
        font-weight: var(--font-weight-normal);
        white-space: nowrap
    }

    .executive-list .wrap-content .box-content .main .story__thumb {
        width: 200px;
        border: 1px solid var(--Gray-400);
        padding: 3px;
        background-color: #fff
    }

    .executive-list .wrap-content .box-content .main .story__heading a {
        font-size: 16px;
        font-weight: var(--font-weight-medium)
    }

.box-info {
    min-height: 375px;
    padding-right: 16px;
    border: 1px solid rgba(0,0,0,.1);
    background: var(--Gray-White);
    box-shadow: 6px 6px 0 0 rgba(0,0,0,.1)
}

    .box-info .story__thumb {
        float: left;
        width: 300px;
        height: 375px;
        margin-bottom: 0;
        margin-right: 20px;
        border-radius: 0
    }

        .box-info .story__thumb::before {
            padding-bottom: 125%
        }

    .box-info .cate {
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: var(--font-weight-medium);
        color: var(--primary);
        margin-top: 20px
    }

    .box-info .story__heading a {
        font-family: var(--font-family-second);
        font-size: 32px;
        line-height: 1.4;
        padding-top: 4px
    }

    .box-info .story__summary {
        font-size: 15px;
        font-weight: var(--font-weight-normal);
        color: var(--title);
        line-height: 1.6;
        max-height: 240px;
        overflow: auto
    }

        .box-info .story__summary::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 4px #fff;
            border-radius: 6px;
            background-color: #fff
        }

        .box-info .story__summary::-webkit-scrollbar {
            width: 2px;
            background: #ced4da
        }

        .box-info .story__summary::-webkit-scrollbar-thumb {
            border-radius: 6px;
            background-color: #ced4da
        }

.box-document .box-heading {
    margin-bottom: 20px;
    position: relative
}

    .box-document .box-heading .title {
        text-transform: uppercase;
        font-size: 36px;
        font-family: var(--font-family-second);
        font-weight: var(--font-weight-semibold);
        color: var(--primary);
        position: relative;
        background: var(--Gray-White);
        z-index: 3;
        width: fit-content;
        padding-right: 24px
    }

    .box-document .box-heading::after {
        position: absolute;
        content: "";
        background: var(--Gray-200);
        height: 8px;
        width: 100%;
        top: 24px;
        z-index: 1
    }

.box-document .box-content {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 35px
}

    .box-document .box-content .story {
        background: var(--Gray-White);
        box-shadow: 0 2px 8px 0 rgba(0,0,0,.12);
        border-radius: 6px;
        overflow: hidden
    }

    .box-document .box-content .story__heading {
        justify-content: center;
        align-items: center;
        height: 60px;
        background: url(../img/decor-trongdong.png) center center/100% no-repeat
    }

        .box-document .box-content .story__heading a {
            font-size: 22px;
            font-weight: var(--font-weight-semibold);
            text-transform: uppercase;
            padding-top: 0
        }

    .box-document .box-content .story__thumb {
        border-radius: 0
    }
/*# sourceMappingURL=../maps/desktop.css.map */

