@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: #FFF7F0;
    --body-color: #343a40;
    --font-size-base: 1.4rem;
    --font-family-sans-serif: "PoppinsZ",Arial,Helvetica,sans-serif;
    --font-family-second: "UTM-Alberta-Heavy",Arial,Helvetica,sans-serif;
    --primary: #A30000;
    --secondary: #F5A623;
    --title: #212529;
    --summary: #6c757d;
    --border-color: rgba(0, 0, 0, 0.10);
    --hover: #A30000;
    --text-color: #212529;
    --time: #6C757D;
    /*--container: 730px;*/
    --gutter-row: 80px;
    --gutter: 30px;
    --gutter-body: 20px;
    --widthScroll: 32px
}

@media (max-width: 1024px) {
    :root {
        --gutter-row: 60px
    }
}

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

@media (min-width: 1024px) {
    :root {
        --container: calc(100% - 40px)
    }
}

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

*, ::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
}

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

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

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
}

body {
    background-color: var(--body-bg);
    font-weight: 400;
    color: var(--text-color);
    line-height: 150%;
    font-family: var(--font-family-sans-serif)
}

    body * {
        font-weight: 400;
        /* color: var(--text-color); */
        line-height: 150%;
        font-family: var(--font-family-sans-serif)
    }

@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: UTM-Alberta-Heavy;
    src: url(../fonts/UTM-Alberta-Heavy/UTM-Alberta-Heavy.woff);
    font-weight: 400;
    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-21-01-2026.eot);
    src: url(../fonts/icomoon/icomoon-21-01-2026.eot#iefix) format("embedded-opentype"),url(../fonts/icomoon/icomoon-21-01-2026.ttf) format("truetype"),url(../fonts/icomoon/icomoon-21-01-2026.woff) format("woff"),url(../fonts/icomoon/icomoon-21-01-2026.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

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

.ic-back-top:before {
    content: "\e900"
}

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

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

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

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

.ic-nav-congress:before {
    content: "\e905"
}

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

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

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

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

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

.ic-drop:before {
    content: "\e90b"
}

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

.site-body {
    padding-bottom: var(--gutter-row)
}

.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
}

.site-body > :not(:first-child) {
    margin-top: var(--gutter-row)
}

.site-body > .container > :not(:first-child) {
    margin-top: var(--gutter-row)
}

.breadcrumbs + * {
    margin-top: -100px !important
}

.region-page .list-news {
    margin-top: 40px
}

.region-page .btn-see-more {
    margin-top: 30px
}

.error-page .site-header {
    background-color: rgba(0,0,0,.6)
}

.error-page .site-body {
    padding-top: 180px
}

.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
}

.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 a:hover {
        opacity: .85
    }

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

@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
}

.story__thumb::before {
    /* padding-bottom: 66.67%; */
}

.story__thumb a {
    /* width: 100%; */
    /* height: 100%; */
    background-color: #000000;
}

    .story__thumb a img {
        /* max-width: 100%; */
        /* max-height: 100%; */
        /* width: auto; */
        /* height: 100%; */
        /* top: 50%; */
        /* left: 50%; */
        /* transform: translate(-50%,-50%); */
        position: absolute;
        object-fit: cover;
        /* height: 100%; */
        width: 100%;
        left: 0;
        top: 0;
    }

.story__heading {
    display: block;
    margin-top: 10px
}

    .story__heading a {
        display: block;
        font-size: 18px;
        font-weight: var(--font-weight-medium)
    }

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

        .story__heading a i {
            display: inline-block;
            margin-right: 3px
        }

            .story__heading a i.ic-facebook, .story__heading a i.ic-tiktok, .story__heading a i.ic-youtube {
                width: 24px;
                height: 24px;
                position: relative;
                top: -4px
            }

            .story__heading a i.ic-tiktok {
                background: url(../img/icon/icon-tiktok.svg) no-repeat center center;
                background-size: 100% 100%
            }

            .story__heading a i.ic-facebook {
                background: url(../img/icon/icon-facebook.svg) no-repeat center center;
                background-size: 100% 100%
            }

            .story__heading a i.ic-youtube {
                background: url(../img/icon/icon-youtube.svg) no-repeat center center;
                background-size: 100% 100%
            }

.story__summary {
    display: block;
    color: var(--summary);
    font-size: 14px;
    line-height: 160%;
    margin-top: 8px
}

    .story__summary > * {
        display: block;
        color: var(--summary);
        font-size: 14px;
        line-height: 160%
    }

.story .cate {
    margin-top: 8px
}

    .story .cate a {
        color: var(--primary);
        font-size: 11px;
        font-weight: var(--font-weight-medium);
        text-transform: uppercase
    }

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

    .story .location .ic-pin:before {
        font-size: 16px;
        color: var(--primary)
    }

.story time {
    margin-top: 8px;
    color: var(--time);
    font-size: 13px;
    line-height: 140%;
    letter-spacing: .65px;
    text-transform: uppercase
}

    .story time * {
        color: var(--time);
        font-size: 13px;
        line-height: 140%;
        letter-spacing: .65px;
        text-transform: uppercase
    }

.story__meta {
    margin-top: 8px
}

    .story__meta .cate, .story__meta .location, .story__meta time {
        margin-top: 0
    }

a:hover {
    transition: .3s;
    color: var(--primary) !important
}

.back-to-top {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1px;
    background: var(--primary);
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: all .5s ease-in-out;
    cursor: pointer
}

    .back-to-top::before {
        content: "\e900";
        font-family: icomoon !important;
        display: block;
        color: #fff;
        font-size: 20px
    }

    .back-to-top.show {
        opacity: 1;
        pointer-events: all
    }

.btn-see-more {
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--primary);
    color: #fff;
    font-size: 14px;
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid var(--primary);
    transition: all .5s ease-in-out;
    margin-left: auto;
    margin-right: auto
}

    .btn-see-more:hover {
        background-color: #fff;
        color: var(--primary)
    }

.no-scroll {
    overflow: hidden
}

.site-header {
    width: 100%;
    padding: 15px 50px 0 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: all .3s ease-in-out
}

.site-header__top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,.2)
}

    .site-header__top .time time {
        color: #fff;
        font-size: 12px
    }

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

        .site-header__top .language a {
            color: #fff;
            font-size: 12px;
            transition: all .3s ease-in-out
        }

            .site-header__top .language a.active, .site-header__top .language a:hover {
                text-decoration: underline
            }

.site-header__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%
}

    .site-header__body .logo {
        display: block;
        width: 171px;
        aspect-ratio: 171/55;
        font-size: 0;
        background: url(../img/logo-quochoi.png) no-repeat center center;
        background-size: 100% 100%
    }

    .site-header__body .icon-menu {
        display: none;
        cursor: pointer
    }

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

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

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

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

    .site-header__body .menu {
        /* max-width: calc(100% - 171px - 30px); */
        display: flex;
        align-items: center;
        gap: 36px
    }

        .site-header__body .menu > li {
            display: flex;
            align-items: center;
            gap: 10px;
            position: relative;
            padding: 14.3px 0
        }

            .site-header__body .menu > li > a {
                color: #fff;
                font-size: 16px;
                line-height: 160%;
                text-transform: uppercase;
                transition: all .3s ease-in-out
            }

            .site-header__body .menu > li .ic-drop:before {
                font-size: 6px;
                color: #fff;
                opacity: .3;
                transition: all .3s ease-in-out
            }

            .site-header__body .menu > li .sub-menu {
                position: absolute;
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
                padding: 10px;
                min-width: 170px;
                background-color: #fff;
                border-radius: 5px;
                opacity: 0;
                pointer-events: none;
                transition: all .3s ease-in-out;
                box-shadow: rgba(100,100,111,.2) 0 7px 29px 0
            }

                .site-header__body .menu > li .sub-menu li a {
                    font-size: 14px;
                    line-height: 160%
                }

                .site-header__body .menu > li .sub-menu li:not(:last-child) {
                    margin-bottom: 10px;
                    padding-bottom: 10px;
                    border-bottom: 1px solid rgba(0,0,0,.1)
                }

            .site-header__body .menu > li.active > a, .site-header__body .menu > li:hover > a {
                color: #fff !important;
                text-decoration: underline
            }

            .site-header__body .menu > li.active .ic-drop:before, .site-header__body .menu > li:hover .ic-drop:before {
                opacity: 1
            }

            .site-header__body .menu > li.active .sub-menu, .site-header__body .menu > li:hover .sub-menu {
                opacity: 1;
                pointer-events: all
            }

            .site-header__body .menu > li .search {
                width: fit-content
            }

                .site-header__body .menu > li .search .btn-search {
                    width: fit-content;
                    cursor: pointer
                }

                    .site-header__body .menu > li .search .btn-search .ic-search::before {
                        font-size: 24px;
                        color: #fff
                    }

                .site-header__body .menu > li .search .form-search {
                    position: absolute;
                    top: calc(100% + 10px);
                    right: 0;
                    opacity: 0;
                    pointer-events: none;
                    transition: all .3s ease-in-out
                }

                    .site-header__body .menu > li .search .form-search input {
                        width: 210px;
                        height: 46px;
                        padding-left: 16px;
                        padding-right: 50px;
                        border: none;
                        background-color: #fff;
                        border-radius: 360px;
                        font-size: 16px;
                        color: var(--text-color);
                        box-shadow: rgba(100,100,111,.2) 0 7px 29px 0
                    }

                    .site-header__body .menu > li .search .form-search .submit {
                        position: absolute;
                        top: 50%;
                        right: 16px;
                        transform: translateY(-50%);
                        cursor: pointer
                    }

                        .site-header__body .menu > li .search .form-search .submit .ic-search::before {
                            font-size: 24px;
                            color: var(--text-color)
                        }

                    .site-header__body .menu > li .search .form-search.show {
                        opacity: 1;
                        pointer-events: all
                    }

.site-header.fixed {
    background-color: rgb(106 0 0 / 90%);
    /* padding-bottom: 6px; */
    top: -53px
}

@media (max-width: 1024px) {
    .site-header {
        padding: 15px 20px 0 20px
    }

        .site-header .site-header__body {
            position: relative
        }

            .site-header .site-header__body .icon-menu {
                display: inline-block
            }

            .site-header .site-header__body .menu {
                position: absolute;
                top: 100%;
                right: -20px;
                /* width: 50vw; */
                height: calc(100vh - 116px);
                flex-direction: column;
                background-color: rgba(0,0,0,.6);
                padding: 20px;
                align-items: flex-start;
                gap: 25px;
                transform: translateX(100%);
                transition: all .3s ease-in-out;
                min-width: 50%;
            }

                .site-header .site-header__body .menu > li {
                    width: 100%;
                    padding: 0;
                    flex-wrap: wrap;
                    column-gap: 10px;
                    row-gap: 0
                }

                    .site-header .site-header__body .menu > li.active a, .site-header .site-header__body .menu > li:hover a {
                        text-decoration: none
                    }

                    .site-header .site-header__body .menu > li > a {
                        width: 100%
                    }

                    .site-header .site-header__body .menu > li .ic-drop {
                        width: 24px;
                        height: 24px;
                        display: flex;
                        align-items: center;
                        justify-content: flex-end
                    }

                        .site-header .site-header__body .menu > li .ic-drop:before {
                            opacity: 1
                        }

                    .site-header .site-header__body .menu > li:has(.ic-drop) > a {
                        display: block;
                        width: calc(100% - 34px)
                    }

                    .site-header .site-header__body .menu > li .sub-menu {
                        height: 0;
                        overflow: hidden;
                        width: 100%;
                        position: relative;
                        top: unset;
                        left: unset;
                        transform: unset;
                        opacity: 1;
                        pointer-events: all;
                        padding: 0;
                        padding-left: 20px;
                        background-color: unset;
                        box-shadow: none;
                        transition: all .3s ease-in-out
                    }

                        .site-header .site-header__body .menu > li .sub-menu li {
                            width: 100%;
                            padding-top: 15px
                        }

                            .site-header .site-header__body .menu > li .sub-menu li:not(:last-child) {
                                border: none;
                                padding-bottom: 0;
                                margin-bottom: 0
                            }

                            .site-header .site-header__body .menu > li .sub-menu li a {
                                color: #fff
                            }

                        .site-header .site-header__body .menu > li .sub-menu.active {
                            height: fit-content;
                            overflow: unset
                        }

                    .site-header .site-header__body .menu > li .search {
                        width: 100%
                    }

                        .site-header .site-header__body .menu > li .search .btn-search {
                            display: none
                        }

                        .site-header .site-header__body .menu > li .search .form-search {
                            position: relative;
                            top: unset;
                            right: unset;
                            opacity: 1;
                            pointer-events: all;
                            width: 100%
                        }

                            .site-header .site-header__body .menu > li .search .form-search input {
                                width: 100%
                            }

                    .site-header .site-header__body .menu > li:has(.search) {
                        order: -1
                    }

                .site-header .site-header__body .menu.active {
                    transform: translateX(0)
                }

        .site-header.fixed .site-header__body .menu {
            height: calc(100vh - 67px);
        }
}

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

    .site-footer .networks {
        background: url(../img/bg-networks-footer.png) center center no-repeat;
        background-size: cover;
        padding: 20px 0;
        margin-bottom: 30px
    }

        .site-footer .networks .swiper {
            max-width: var(--container);
            width: var(--container);
            margin: 0 auto
        }

        .site-footer .networks .item {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 5px 10px;
            border-radius: 6px;
            max-width: fit-content;
            height: 40px;
            background: #fff;
            border: 1px solid #ced4da
        }

            .site-footer .networks .item img {
                max-width: 100%;
                max-height: 100%;
                height: auto;
                object-fit: contain
            }

    .site-footer .content {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 16px
    }

        .site-footer .content .logo {
            width: 200px;
            height: 60px;
            font-size: 0;
            background: url(../img/logo-ttx.png) center center no-repeat;
            background-size: cover
        }

        .site-footer .content .info > p {
            margin-bottom: 5px;
            font-size: 15px;
            line-height: 160%;
            text-align: center
        }

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

        .site-footer .content .info span {
            font-weight: var(--font-weight-medium);
            font-size: 15px;
            line-height: 160%
        }

.breadcrumbs {
    width: 100%;
    height: 480px;
    background: url(../img/bg-breadcrumb.png) no-repeat center center;
    background-size: cover;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px
}

    .breadcrumbs .main {
        position: relative
    }

        .breadcrumbs .main::before {
            content: "";
            position: absolute;
            top: 22px;
            left: 50%;
            transform: translateX(-50%);
            width: 400px;
            height: 93px;
            opacity: .25;
            background-color: #000;
            filter: blur(25px);
            z-index: 1;
            pointer-events: none
        }

        .breadcrumbs .main a {
            position: relative;
            z-index: 2;
            color: #fff;
            text-align: center;
            text-shadow: 0 4px 8px rgba(0,0,0,.24);
            font-size: 54px;
            font-weight: var(--font-weight-semibold);
            line-height: 120%;
            text-transform: uppercase
        }

    .breadcrumbs .wrap-link {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px
    }

        .breadcrumbs .wrap-link a {
            color: #fff;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 12px
        }

            .breadcrumbs .wrap-link a * {
                /* color: #fff; */
                font-size: 14px;
                font-weight: 400
            }

            .breadcrumbs .wrap-link a .ic-home:before {
                /* color: #fff; */
                font-size: 18px
            }

            .breadcrumbs .wrap-link a:not(:first-child)::before {
                content: "/";
                display: inline-block;
                color: #fff;
                font-size: 14px
            }

.error {
    text-align: center
}

    .error > * {
        margin-top: 16px !important
    }

    .error > :first-child {
        margin-top: 0
    }

    .error img {
        margin-bottom: 10px !important
    }

    .error .title {
        font-family: var(--font-family-sans-serif);
        font-size: 36px;
        font-weight: var(--font-weight-bold);
        line-height: 120%;
        margin-top: 30px !important
    }

    .error .des {
        font-size: 17px;
        line-height: 25px;
        max-width: 350px;
        margin: 0 auto
    }

    .error .home {
        color: var(--primary)
    }

        .error .home:hover {
            text-decoration: underline
        }

    .error .region-search {
        width: fit-content;
        margin: 0 auto;
        position: relative
    }

        .error .region-search input {
            border-radius: 4px;
            border: 1px solid var(--Gray-200);
            background: var(--Gray-100);
            width: 640px;
            height: 44px;
            padding: 0 0 0 120px
        }

        .error .region-search [class*=ic-] {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            padding: 8px;
            cursor: pointer
        }

            .error .region-search [class*=ic-]:before {
                font-size: 25px;
                color: #000
            }

            .error .region-search [class*=ic-]:hover::before {
                transition: .3s all;
                color: var(--primary)
            }

        .error .region-search .search {
            background: var(--primary);
            color: var(--Gray-100);
            font-family: var(--font-family-sans-serif);
            font-size: 16px;
            font-weight: var(--font-weight-medium);
            width: fit-content;
            height: 100%;
            padding: 10px 18px;
            border-radius: 4px 0 0 4px;
            position: absolute;
            left: 0;
            top: 0
        }

.search-tags {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: fit-content;
    margin: 0 auto;
    gap: 16px
}

    .search-tags .result {
        color: var(--Gray-600);
        font-family: var(--font-family-sans-serif);
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase
    }

        .search-tags .result span {
            color: var(--primary);
            font-weight: 700
        }

    .search-tags input {
        border-radius: 4px;
        border: 1px solid var(--Gray-200);
        background: var(--Gray-100);
        width: 640px;
        height: 44px;
        padding: 0 0 0 100px
    }

    .search-tags .region-search {
        width: fit-content;
        margin: 0 auto;
        position: relative
    }

        .search-tags .region-search input {
            border-radius: 4px;
            border: 1px solid var(--Gray-200);
            background: var(--Gray-100);
            width: 640px;
            height: 44px;
            padding: 0 0 0 120px
        }

        .search-tags .region-search [class*=ic-] {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            padding: 8px;
            cursor: pointer
        }

            .search-tags .region-search [class*=ic-]:before {
                font-size: 25px;
                color: var(--Gray-900)
            }

            .search-tags .region-search [class*=ic-]:hover::before {
                transition: .3s all;
                color: var(--primary)
            }

        .search-tags .region-search .search {
            background: var(--primary);
            color: var(--Gray-100);
            font-family: var(--font-family-sans-serif);
            font-size: 16px;
            font-weight: var(--font-weight-medium);
            width: fit-content;
            height: 100%;
            padding: 10px 18px;
            border-radius: 4px 0 0 4px;
            position: absolute;
            left: 0;
            top: 0
        }

.article {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

    .article .breadcrumb-detail {
        color: var(--primary);
        font-size: 14px;
        text-align: center;
        margin-bottom: 10px !important;
        line-height: 150%
    }

        .article .breadcrumb-detail .main a {
            color: var(--primary);
            font-size: 14px;
            text-align: center;
            margin-bottom: 10px !important;
            line-height: 150%
        }

    .article .article__title {
        text-align: center;
        font-size: 40px;
        font-weight: var(--font-weight-semibold);
        line-height: 130%;
        margin-bottom: 20px !important
    }

        .article .article__title * {
            text-align: center;
            font-size: 40px;
            font-weight: var(--font-weight-semibold);
            line-height: 130%
        }

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

        .article .article__meta .author, .article .article__meta .time {
            display: flex;
            align-items: center;
            gap: 6px;
            /* color: #6c757d; */
            /* font-size: 13px; */
            /* line-height: 140%; */
        }

            .article .article__meta .author::before, .article .article__meta .time::before {
                display: block;
                font-family: icomoon !important;
                font-size: 15px;
                color: #6c757d
            }

        .article .article__meta .author {
            text-transform: capitalize
        }

            .article .article__meta .author::before {
                content: "\e903"
            }

        .article .article__meta .time {
            letter-spacing: .65px;
            text-transform: uppercase
        }

            .article .article__meta .time::before {
                content: "\e902"
            }

    .article .article__sapo {
        padding-bottom: 30px;
        margin-bottom: 30px !important;
        border-bottom: 1px solid rgba(0,0,0,.1);
        text-align: center;
        font-size: 18px;
        font-weight: var(--font-weight-semibold);
        line-height: 160%
    }

        .article .article__sapo * {
            text-align: center;
            font-size: 18px;
            font-weight: var(--font-weight-semibold);
            line-height: 160%
        }

.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: 16px
}

    .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-size: 18px; */
    /* line-height: 1.6; */
    text-align: justify;
    /* margin-bottom: 24px !important; */
}

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

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

[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(--primary,#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: 30px 24px;
    border-top: 1px solid var(--primary);
    background: rgba(255,229,208,.3);
    font-size: 18px;
    font-weight: var(--font-weight-medium);
    line-height: 160%
}

    blockquote :not(.caption,figcaption) {
        font-size: 18px;
        font-weight: var(--font-weight-medium);
        line-height: 160%
    }

    blockquote > :not(:first-child) {
        margin-top: 16px
    }

    blockquote::before {
        position: absolute;
        content: "";
        width: 42px;
        height: 36px;
        left: 20px;
        top: -20px;
        background: url(../img/quote.svg) center center no-repeat;
        background-size: 100% 100%
    }

    blockquote .author {
        width: 100%;
        padding-left: 10px;
        color: #6c757d;
        font-size: 14px;
        line-height: 150%;
        position: relative
    }

        blockquote .author::before {
            content: "";
            position: absolute;
            left: 0;
            top: 3px;
            width: 2px;
            height: 16px;
            background-color: #c00f0c
        }

    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 {
    padding: 20px 24px;
    background: #ffe69c;
    font-size: 18px;
    font-weight: var(--font-weight-medium);
    line-height: 160%
}

    .notebox :not(.caption,figcaption) {
        font-size: 18px;
        font-weight: var(--font-weight-medium);
        line-height: 160%
    }

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

    .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(--primary)
            }

.related-news {
    padding: 20px;
    margin-bottom: 20px;
    background: rgba(255,229,208,.3)
}

    .related-news .box-heading .title {
        color: var(--primary);
        font-size: 14px;
        font-weight: var(--font-weight-medium);
        text-transform: uppercase
    }

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

    .related-news .story__heading {
        font-size: 16px;
        line-height: 150%;
        font-weight: 500;
        padding-left: 12px;
        position: relative
    }

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

        .related-news .story__heading a {
            color: var(--body-color);
            padding-top: 0;
            font-size: 16px;
            line-height: 150%;
            font-weight: 500
        }

            .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-size: 18px;
    font-weight: var(--font-weight-semibold);
    text-align: right
}

.article__tag {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

    .article__tag::before {
        content: "\e901";
        font-family: icomoon !important;
        font-size: 20px;
        color: var(--primary);
        display: block
    }

    .article__tag a {
        padding: 4px 10px;
        border: 1px solid rgba(0,0,0,.2);
        background: rgba(255,255,255,.5);
        color: #343a40;
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
        transition: all .3s ease
    }

        .article__tag a.active, .article__tag a:hover {
            border: 1px solid var(--primary);
            color: #fff !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(--primary)
            }

        .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 {
    margin-top: 20px;
    line-height: 160%;
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

    .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-family: var(--font-family-second);
        color: var(--primary);
        line-height: 150%;
        text-transform: uppercase
    }

        .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-family: var(--font-family-second);
            color: var(--primary);
            line-height: 150%;
            text-transform: uppercase
        }

        .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: 30px
}

.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: 16px;
    margin: 0 auto;
    padding: 0;
    padding-top: 10px;
    color: #6c757d;
    font-style: italic;
    line-height: 150%
}

@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__top {
    width: 100%;
    background: url(../img/bg-abf-homepage-top_v6.png) no-repeat bottom center;
    background-size: 100% 100%;
    padding-top: 150px;
    overflow: hidden;
    padding-bottom: 100px
}

    .abf-homepage__top .wrap-title {
        padding: 0 20px;
        margin-bottom: 40px
    }

        .abf-homepage__top .wrap-title .title {
            padding-top: 98px;
            display: flex;
            align-items: center;
            flex-direction: column;
            color: #fff;
            text-shadow: 0 4px 8px rgba(0,0,0,.24);
            text-align: center;
            font-size: 60px;
            font-weight: var(--font-weight-bold);
            line-height: 120%;
            text-transform: uppercase;
            position: relative
        }

            .abf-homepage__top .wrap-title .title::before {
                content: "";
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                width: 80px;
                aspect-ratio: 40/39;
                background: url(../img/quoc-huy.png) no-repeat center center;
                background-size: cover
            }

@media (max-width: 1024px) {
    .abf-homepage__top .wrap-title .title {
        font-size: 6.5vw
    }
}

.abf-homepage__top .wrap-title .desc {
    margin-top: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 0 4px 8px rgba(0,0,0,.24);
    font-size: 20px;
    font-weight: var(--font-weight-medium);
    line-height: 120%;
    text-transform: uppercase
}

.abf-homepage__top .box-slider {
    width: 100%;
    position: relative;
    overflow: hidden
}

    .abf-homepage__top .box-slider .story__thumb {
        width: 100%;
        padding: 5px;
        background: rgba(255,247,240,.1)
    }

        .abf-homepage__top .box-slider .story__thumb a {
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: calc(100% - 10px);
            height: calc(100% - 10px)
        }

    .abf-homepage__top .box-slider .story__heading {
        margin-top: 0
    }

        .abf-homepage__top .box-slider .story__heading a {
            color: #fff;
            font-size: 36px;
            font-weight: var(--font-weight-semibold);
            line-height: 140%
        }

    .abf-homepage__top .box-slider .story__summary {
        color: #fff;
        text-shadow: 0 2px 2px rgba(0,0,0,.16);
        font-size: 16px
    }

        .abf-homepage__top .box-slider .story__summary * {
            color: #fff;
            text-shadow: 0 2px 2px rgba(0,0,0,.16);
            font-size: 16px
        }

    .abf-homepage__top .box-slider .image-slider {
        width: 790px;
        position: relative;
        z-index: 2
    }

        .abf-homepage__top .box-slider .image-slider .story {
            margin: 0 5px
        }

        .abf-homepage__top .box-slider .image-slider .slick-dots {
            position: absolute;
            left: calc(100% + 10px);
            bottom: 138px;
            width: calc(var(--container) - 100% - 10px);
            display: flex;
            align-items: center;
            gap: 10px
        }

            .abf-homepage__top .box-slider .image-slider .slick-dots li {
                width: calc((100% - 40px)/ 5);
                height: 5px;
                font-size: 0;
                background: rgba(255,255,255,.1);
                transition: all .3s ease-in-out;
                cursor: pointer
            }

                .abf-homepage__top .box-slider .image-slider .slick-dots li.slick-active {
                    background: var(--primary)
                }

    .abf-homepage__top .box-slider .text-slider {
        width: 100%
    }

        .abf-homepage__top .box-slider .text-slider .story {
            margin: 0 5px;
            position: relative;
            z-index: 2
        }

@media (min-width: 1025px) {
    .abf-homepage__top .box-slider .text-slider {
        position: absolute;
        bottom: 0;
        left: 610px;
        width: 100%;
        z-index: 1
    }

        .abf-homepage__top .box-slider .text-slider .story {
            width: 180px;
            padding-left: 180px;
            height: 526.693px
        }

            .abf-homepage__top .box-slider .text-slider .story > :not(.story__thumb) {
                display: none
            }

        .abf-homepage__top .box-slider .text-slider .story__thumb {
            pointer-events: none;
            position: absolute;
            bottom: 0;
            left: 0;
            transition: all .5s ease-in-out
        }

            .abf-homepage__top .box-slider .text-slider .story__thumb::after {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                width: calc(100% - 10px);
                height: calc(100% - 10px);
                background: linear-gradient(0deg,rgba(0,0,0,.4) 0,rgba(0,0,0,.4) 100%);
                opacity: 1;
                transition: all .3s ease-in-out;
                pointer-events: none
            }

        .abf-homepage__top .box-slider .text-slider .story.slick-active {
            z-index: 3
        }

            .abf-homepage__top .box-slider .text-slider .story.slick-active .story__thumb {
                opacity: 0
            }

            .abf-homepage__top .box-slider .text-slider .story.slick-active > :not(.story__thumb) {
                display: block;
                width: calc(var(--container) - 790px);
                padding-left: 40px
            }
}

.abf-homepage__top .box-slider .wrap-arrow .slick-next, .abf-homepage__top .box-slider .wrap-arrow .slick-prev {
    position: absolute;
    bottom: 32px;
    left: 809px;
    z-index: 3;
    width: 18px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px 0 0 4px;
    background: rgba(255,247,240,.3);
    backdrop-filter: blur(2px)
}

    .abf-homepage__top .box-slider .wrap-arrow .slick-next i, .abf-homepage__top .box-slider .wrap-arrow .slick-prev i {
        font-size: 20px;
        color: #fff
    }

.abf-homepage__top .box-slider .wrap-arrow .slick-next {
    transform: rotate(180deg);
    left: unset;
    right: 4px
}

@media (max-width: 1024px) {
    .abf-homepage__top .box-slider .image-slider {
        width: 100%
    }

    .abf-homepage__top .box-slider .text-slider .story {
        background-color: rgba(0,0,0,.1);
        padding: 20px
    }

    .abf-homepage__top .box-slider .text-slider .story__thumb {
        display: none
    }

    .abf-homepage__top .box-slider .wrap-arrow .slick-next, .abf-homepage__top .box-slider .wrap-arrow .slick-prev {
        top: calc((100vw - 40px) * 66.67 / 100 * 50 / 100 - 53px);
        bottom: unset;
        width: 30px;
        height: unset;
        aspect-ratio: 18/58;
        box-shadow: rgba(100,100,111,.2) 0 7px 29px 0
    }

    .abf-homepage__top .box-slider .wrap-arrow .slick-prev {
        left: 5px
    }

    .abf-homepage__top .box-slider .wrap-arrow .slick-next {
        right: 5px
    }
}

.abf-homepage__body {
    width: 100%;
    background: url(../img/bg-abf-homepage-body.png) no-repeat top center;
    background-size: cover;
    position: relative;
    padding-top: 16px
}

    .abf-homepage__body::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: linear-gradient(180deg,rgba(255,247,240,0) 0,#fff7f0 100%);
        pointer-events: none
    }

    .abf-homepage__body .container .congress-slider {
        position: relative;
        width: 100%;
        padding-left: 70px;
        padding-right: 70px;
        padding-bottom: 52px;
        margin-bottom: 15px
    }

        .abf-homepage__body .container .congress-slider::before {
            content: "";
            position: absolute;
            top: 83px;
            left: 50%;
            transform: translateX(-50%);
            width: calc(100% - 124px);
            height: 2px;
            background: rgba(163,0,0,.3)
        }

        .abf-homepage__body .container .congress-slider .slick-track {
            transition: all .3s ease-in-out
        }

        .abf-homepage__body .container .congress-slider .slick-next, .abf-homepage__body .container .congress-slider .slick-prev {
            font-size: 0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 22px;
            height: 80px;
            background: url(../img/nav-congress_v2.svg) no-repeat center center;
            background-size: cover;
            cursor: pointer
        }

        .abf-homepage__body .container .congress-slider .slick-prev {
            left: 0;
            transform: translateY(-50%) rotate(180deg)
        }

        .abf-homepage__body .container .congress-slider .slick-next {
            right: 0
        }

        .abf-homepage__body .container .congress-slider .item-congress {
            min-height: 117px;
            margin-left: 52.5px;
            margin-right: 52.5px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex-direction: column;
            gap: 24px;
            position: relative
        }

            .abf-homepage__body .container .congress-slider .item-congress .name {
                color: #1a1a1a;
                text-align: center;
                font-family: var(--font-family-second);
                font-size: 20px;
                line-height: 140%;
                text-transform: uppercase;
                transition: all .3s ease-in-out;
                position: relative;
                z-index: 2
            }

                .abf-homepage__body .container .congress-slider .item-congress .name * {
                    color: #1a1a1a;
                    text-align: center;
                    font-family: var(--font-family-second);
                    font-size: 20px;
                    line-height: 140%;
                    text-transform: uppercase
                }

            .abf-homepage__body .container .congress-slider .item-congress .time {
                color: #1a1a1a;
                text-align: center;
                font-size: 15px;
                font-weight: var(--font-weight-medium);
                line-height: 140%;
                text-transform: uppercase;
                transition: all .3s ease-in-out;
                position: relative;
                z-index: 2
            }

                .abf-homepage__body .container .congress-slider .item-congress .time * {
                    color: #1a1a1a;
                    text-align: center;
                    font-size: 15px;
                    font-weight: var(--font-weight-medium);
                    line-height: 140%;
                    text-transform: uppercase
                }

            .abf-homepage__body .container .congress-slider .item-congress.slick-center .name {
                color: var(--primary);
                font-size: 26px;
                line-height: 140%;
                transition: all .3s ease-in-out
            }

                .abf-homepage__body .container .congress-slider .item-congress.slick-center .name * {
                    color: var(--primary);
                    font-size: 26px;
                    line-height: 140%
                }

            .abf-homepage__body .container .congress-slider .item-congress.slick-center .time {
                color: var(--primary);
                transition: all .3s ease-in-out
            }

                .abf-homepage__body .container .congress-slider .item-congress.slick-center .time * {
                    color: var(--primary)
                }

    .abf-homepage__body .container .timeline-slider .item-timeline .wrap-title {
        max-width: 100%;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        text-align: center;
        position: relative;
        padding-top: 41px;
        margin-bottom: var(--gutter-row)
    }

        .abf-homepage__body .container .timeline-slider .item-timeline .wrap-title::before {
            content: "";
            position: absolute;
            top: 18.5px;
            left: calc(50% - 44px - 55px);
            transform: translateX(-50%);
            display: block;
            width: 110px;
            height: 2px;
            background: linear-gradient(90deg,rgba(163,0,0,0) 0,#a30000 100%);
            opacity: .5
        }

        .abf-homepage__body .container .timeline-slider .item-timeline .wrap-title::after {
            content: "";
            position: absolute;
            top: 18.5px;
            left: calc(50% + 44px + 55px);
            transform: translateX(-50%);
            display: block;
            width: 110px;
            height: 2px;
            background: linear-gradient(90deg,#a30000 0,rgba(163,0,0,0) 100%);
            opacity: .5
        }

        .abf-homepage__body .container .timeline-slider .item-timeline .wrap-title .title {
            color: var(--primary);
            font-family: var(--font-family-second);
            font-size: 36px;
            line-height: 160%;
            text-transform: uppercase
        }

            .abf-homepage__body .container .timeline-slider .item-timeline .wrap-title .title::before {
                content: "";
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                width: 40px;
                height: 39px;
                background: url(../img/quoc-huy.png) no-repeat center center;
                background-size: 40px 39px
            }

        .abf-homepage__body .container .timeline-slider .item-timeline .wrap-title .title {
            line-height: 150% !important
        }

            .abf-homepage__body .container .timeline-slider .item-timeline .wrap-title .title .time {
                width: fit-content;
                height: 60px;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 20px auto 10px auto;
                padding: 0 24px;
                border-radius: 360px;
                border: 1px solid var(--primary);
                background: rgba(255,255,255,.5);
                color: var(--primary);
                text-align: center;
                font-family: var(--font-family-second);
                font-size: 32px;
                line-height: 150%;
                text-transform: uppercase
            }

    .abf-homepage__body .container .timeline-slider .item-timeline .box-countdown {
        width: fit-content;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 20px 24px;
        border-radius: 20px;
        border: 2px dashed var(--primary);
        backdrop-filter: blur(50px);
        margin-bottom: var(--gutter-row)
    }

        .abf-homepage__body .container .timeline-slider .item-timeline .box-countdown .title {
            margin-bottom: 16px;
            color: var(--primary);
            text-align: center;
            font-family: var(--font-family-second);
            font-size: 28px;
            line-height: 160%;
            text-transform: uppercase
        }

            .abf-homepage__body .container .timeline-slider .item-timeline .box-countdown .title * {
                color: var(--primary);
                text-align: center;
                font-family: var(--font-family-second);
                font-size: 28px;
                line-height: 160%;
                text-transform: uppercase;
                font-weight: 400
            }

        .abf-homepage__body .container .timeline-slider .item-timeline .box-countdown .countdown {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 16px;
            perspective: 400px
        }

        .abf-homepage__body .container .timeline-slider .item-timeline .box-countdown .countdown__segment {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center
        }

            .abf-homepage__body .container .timeline-slider .item-timeline .box-countdown .countdown__segment p {
                color: var(--primary);
                text-align: center;
                font-size: 16px;
                font-weight: 500;
                line-height: normal;
                text-transform: uppercase;
                margin-top: 8px
            }

        .abf-homepage__body .container .timeline-slider .item-timeline .box-countdown .countdown__flip {
            width: 100px;
            height: 78px;
            position: relative;
            overflow: visible;
            background: url(../img/bg-countdown-full.png) no-repeat center center;
            background-size: 100% 100%;
            perspective: 280px;
            transform-style: preserve-3d
        }

        .abf-homepage__body .container .timeline-slider .item-timeline .box-countdown .countdown__flip-inner {
            position: relative;
            width: 100%;
            height: 100%;
            background: url(../img/bg-countdown-full.png) no-repeat center center;
            background-size: 100% 100%;
            border-radius: 8px;
            perspective: 300px;
            transform-style: preserve-3d
        }

        .abf-homepage__body .container .timeline-slider .item-timeline .box-countdown .countdown__flip-bottom, .abf-homepage__body .container .timeline-slider .item-timeline .box-countdown .countdown__flip-top {
            position: absolute;
            left: 0;
            width: 100%;
            height: 38.235px;
            overflow: hidden
        }

        .abf-homepage__body .container .timeline-slider .item-timeline .box-countdown .countdown__flip-top {
            top: 0
        }

            .abf-homepage__body .container .timeline-slider .item-timeline .box-countdown .countdown__flip-top .countdown__num {
                visibility: hidden
            }

        .abf-homepage__body .container .timeline-slider .item-timeline .box-countdown .countdown__flip-view {
            height: 200%;
            display: flex;
            align-items: center;
            justify-content: center
        }

            .abf-homepage__body .container .timeline-slider .item-timeline .box-countdown .countdown__flip-view .countdown__num {
                transform: none
            }

        .abf-homepage__body .container .timeline-slider .item-timeline .box-countdown .countdown__flip-bottom {
            top: 50%
        }

        .abf-homepage__body .container .timeline-slider .item-timeline .box-countdown .countdown__num {
            font-size: 50px;
            font-weight: var(--font-weight-semibold);
            line-height: 1;
            color: #fff;
            font-variant-numeric: tabular-nums;
            position: relative;
            bottom: 36px
        }

            .abf-homepage__body .container .timeline-slider .item-timeline .box-countdown .countdown__num.countdown__num--front {
                bottom: unset;
                top: 29px
            }

        .abf-homepage__body .container .timeline-slider .item-timeline .box-countdown .countdown__flip-top-next {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 38.235px;
            z-index: 2;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            padding-bottom: 2px;
            background: url(../img/bg-countdown.png) no-repeat center center;
            background-size: 100% 100%;
            border-radius: 8px 8px 0 0;
            overflow: hidden
        }

            .abf-homepage__body .container .timeline-slider .item-timeline .box-countdown .countdown__flip-top-next .countdown__num {
                bottom: unset;
                top: 29px
            }

        .abf-homepage__body .container .timeline-slider .item-timeline .box-countdown .countdown__flip-fold {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 38.235px;
            transform-origin: center bottom;
            z-index: 3;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            padding-bottom: 2px;
            background: url(../img/bg-countdown.png) no-repeat center center;
            background-size: 100% 100%;
            border-radius: 8px 8px 0 0;
            box-shadow: 0 -1px 2px rgba(0,0,0,.1);
            overflow: hidden;
            transform-style: preserve-3d
        }

            .abf-homepage__body .container .timeline-slider .item-timeline .box-countdown .countdown__flip-fold.is-flipping {
                animation: countdownFlipDown .8s cubic-bezier(.4,0,.2,1) forwards;
                will-change: transform
            }

@keyframes countdownFlipDown {
    0% {
        transform: rotateX(0) translateY(0)
    }

    100% {
        transform: rotateX(-180deg) translateY(-2px)
    }
}

.abf-homepage__body .container .timeline-slider .item-timeline .box-countdown .countdown__sep {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 56px;
    margin: 0 4px;
    position: relative
}

.abf-homepage__body .container .timeline-slider .item-timeline .box-countdown .countdown__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary);
    display: block
}

.abf-homepage__body .container .timeline-slider .item-timeline .box-countdown .countdown__sep::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--primary);
    opacity: .5;
    transform: translateX(-50%)
}

.abf-homepage__body .container .timeline-slider .item-timeline .wrap-content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 170px;
    row-gap: 50px
}

    .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 70px;
        height: 100%;
        background: linear-gradient(0,rgba(163,0,0,0) 0,#a30000 50%,#a30000 100%)
    }

    .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content .item-content {
        height: 565px;
        overflow-y: auto;
        padding-right: 20px
    }

        .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content .item-content::-webkit-scrollbar {
            width: 1px
        }

        .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content .item-content::-webkit-scrollbar-track {
            background-color: rgba(0,0,0,.05)
        }

        .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content .item-content::-webkit-scrollbar-thumb {
            background-color: var(--primary);
            border-radius: 360px
        }

        .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content .item-content * {
            font-size: 18px;
            line-height: 30px
        }

        .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content .item-content > :not(:last-child) {
            margin-bottom: 5px
        }

        .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content .item-content ul {
            padding-left: 12px
        }

        .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content .item-content span {
            color: var(--primary)
        }

        .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content .item-content h2 {
            text-align: center;
            font-family: var(--font-family-second);
            font-size: 28px;
            line-height: 160%;
            text-transform: uppercase;
            margin-bottom: 40px;
            position: relative;
            padding-top: 7px;
            margin-bottom: 24px !important
        }

            .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content .item-content h2 * {
                text-align: center;
                font-family: var(--font-family-second);
                font-size: 28px;
                font-weight: 400;
                line-height: 160%;
                text-transform: uppercase
            }

            .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content .item-content h2::before {
                content: "";
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                width: 50px;
                height: 2px;
                background: var(--primary)
            }

        .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content .item-content .timeline {
            position: relative
        }

            .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content .item-content .timeline::before {
                content: "";
                position: absolute;
                top: 0;
                left: 12px;
                width: 0;
                height: 100%;
                border-left: 1px dashed rgba(0,0,0,.1)
            }

            .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content .item-content .timeline .tl-event {
                display: flex;
                flex-direction: column;
                gap: 8px;
                padding-left: 38px;
                position: relative
            }

                .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content .item-content .timeline .tl-event::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 25px;
                    height: 25px;
                    border-radius: 50%;
                    background: #f4f1ec
                }

                .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content .item-content .timeline .tl-event::after {
                    content: "";
                    position: absolute;
                    top: 8px;
                    left: 8px;
                    width: 9px;
                    height: 9px;
                    border-radius: 50%;
                    background: var(--primary)
                }

                .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content .item-content .timeline .tl-event:not(:first-child) {
                    margin-top: 20px
                }

                .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content .item-content .timeline .tl-event .tl-event-time {
                    color: var(--primary);
                    font-family: var(--font-family-second);
                    font-size: 16px;
                    line-height: 140%
                }

                    .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content .item-content .timeline .tl-event .tl-event-time * {
                        color: var(--primary);
                        font-weight: 400;
                        font-family: var(--font-family-second);
                        font-size: 16px;
                        line-height: 140%
                    }

                .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content .item-content .timeline .tl-event .tl-event-content {
                    font-size: 16px;
                    line-height: 150%
                }

                    .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content .item-content .timeline .tl-event .tl-event-content * {
                        font-size: 16px;
                        font-weight: 400;
                        line-height: 150%
                    }

@media (max-width: 1024px) {
    .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content {
        column-gap: 70px;
        row-gap: 30px
    }

        .abf-homepage__body .container .timeline-slider .item-timeline .wrap-content::before {
            width: 30px
        }
}

.abf-homepage__body .container .wrap-arrow {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

    .abf-homepage__body .container .wrap-arrow::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        height: 1px;
        background-color: rgba(0,0,0,.1);
        z-index: 1;
        pointer-events: none
    }

    .abf-homepage__body .container .wrap-arrow button {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #000;
        font-size: 14px;
        font-weight: var(--font-weight-medium);
        text-transform: uppercase;
        background-color: var(--body-bg);
        position: relative;
        z-index: 2
    }

        .abf-homepage__body .container .wrap-arrow button i:before {
            color: var(--primary);
            font-size: 12px
        }

        .abf-homepage__body .container .wrap-arrow button.slick-prev {
            padding-right: 20px
        }

        .abf-homepage__body .container .wrap-arrow button.slick-next {
            padding-left: 20px
        }

            .abf-homepage__body .container .wrap-arrow button.slick-next i {
                transform: rotate(180deg)
            }

    .abf-homepage__body .container .wrap-arrow .view-more {
        width: 150px;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 4px;
        color: var(--primary);
        font-size: 16px;
        font-weight: var(--font-weight-medium);
        text-transform: uppercase;
        background-color: var(--body-bg);
        position: absolute;
        top: -2px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        cursor: pointer
    }

        .abf-homepage__body .container .wrap-arrow .view-more .ic-drop:before {
            color: var(--primary);
            opacity: .3;
            font-size: 6px
        }

.abf-homepage__body .member-slider {
    margin-top: var(--gutter-row)
}

    .abf-homepage__body .member-slider .list-member:not(:first-child) {
        margin-top: 80px
    }

    .abf-homepage__body .member-slider .list-member .wrap-title {
        max-width: 100%;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        text-align: center;
        position: relative;
        padding-top: 41px
    }

        .abf-homepage__body .member-slider .list-member .wrap-title::before {
            content: "";
            position: absolute;
            top: 18.5px;
            left: calc(50% - 44px - 55px);
            transform: translateX(-50%);
            display: block;
            width: 110px;
            height: 2px;
            background: linear-gradient(90deg,rgba(163,0,0,0) 0,#a30000 100%);
            opacity: .5
        }

        .abf-homepage__body .member-slider .list-member .wrap-title::after {
            content: "";
            position: absolute;
            top: 18.5px;
            left: calc(50% + 44px + 55px);
            transform: translateX(-50%);
            display: block;
            width: 110px;
            height: 2px;
            background: linear-gradient(90deg,#a30000 0,rgba(163,0,0,0) 100%);
            opacity: .5
        }

        .abf-homepage__body .member-slider .list-member .wrap-title .title {
            color: var(--primary);
            font-family: var(--font-family-second);
            font-size: 36px;
            line-height: 160%;
            text-transform: uppercase
        }

            .abf-homepage__body .member-slider .list-member .wrap-title .title::before {
                content: "";
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                width: 40px;
                height: 39px;
                background: url(../img/quoc-huy.png) no-repeat center center;
                background-size: 40px 39px
            }

    .abf-homepage__body .member-slider .list-member .list .item-member {
        display: block
    }

        .abf-homepage__body .member-slider .list-member .list .item-member .wrap-avatar .avatar {
            aspect-ratio: 1;
            border-radius: 50%;
            overflow: hidden;
            background-color: #fff
        }

            .abf-homepage__body .member-slider .list-member .list .item-member .wrap-avatar .avatar img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: top
            }

        .abf-homepage__body .member-slider .list-member .list .item-member .wrap-avatar .name {
            text-transform: uppercase
        }

            .abf-homepage__body .member-slider .list-member .list .item-member .wrap-avatar .name * {
                text-transform: uppercase
            }

        .abf-homepage__body .member-slider .list-member .list .item-member .wrap-avatar .vote {
            color: var(--primary);
            font-style: italic
        }

            .abf-homepage__body .member-slider .list-member .list .item-member .wrap-avatar .vote * {
                color: var(--primary);
                font-style: italic
            }

        .abf-homepage__body .member-slider .list-member .list .item-member .wrap-info {
            margin-top: 20px
        }

            .abf-homepage__body .member-slider .list-member .list .item-member .wrap-info > * {
                font-size: 16px
            }

                .abf-homepage__body .member-slider .list-member .list .item-member .wrap-info > * * {
                    font-size: 16px
                }

                .abf-homepage__body .member-slider .list-member .list .item-member .wrap-info > * span {
                    font-size: 16px;
                    font-weight: var(--font-weight-medium)
                }

            .abf-homepage__body .member-slider .list-member .list .item-member .wrap-info > :not(:first-child) {
                margin-top: 6px
            }

    .abf-homepage__body .member-slider .list-member.main-member .list .item-member {
        max-width: 600px;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

        .abf-homepage__body .member-slider .list-member.main-member .list .item-member .wrap-avatar {
            display: flex;
            align-items: center;
            flex-direction: column
        }

            .abf-homepage__body .member-slider .list-member.main-member .list .item-member .wrap-avatar .avatar {
                width: 180px
            }

            .abf-homepage__body .member-slider .list-member.main-member .list .item-member .wrap-avatar .name {
                margin-top: 12px;
                text-align: center;
                font-size: 18px;
                font-weight: var(--font-weight-semibold)
            }

                .abf-homepage__body .member-slider .list-member.main-member .list .item-member .wrap-avatar .name * {
                    text-align: center;
                    font-size: 18px;
                    font-weight: var(--font-weight-semibold)
                }

            .abf-homepage__body .member-slider .list-member.main-member .list .item-member .wrap-avatar .vote {
                margin-top: 4px;
                font-size: 14px
            }

                .abf-homepage__body .member-slider .list-member.main-member .list .item-member .wrap-avatar .vote * {
                    font-size: 14px
                }

        .abf-homepage__body .member-slider .list-member.main-member .list .item-member .wrap-info > * {
            text-align: center
        }

    .abf-homepage__body .member-slider .list-member:not(.main-member) .list {
        display: flex;
        align-items: stretch;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 40px;
        column-gap: 61px
    }

        .abf-homepage__body .member-slider .list-member:not(.main-member) .list .item-member {
            width: calc((100% - 183px)/ 4);
            position: relative
        }

            .abf-homepage__body .member-slider .list-member:not(.main-member) .list .item-member::before {
                content: "";
                position: absolute;
                top: 0;
                right: -30px;
                width: 1px;
                height: 100%;
                background-color: rgba(0,0,0,.1)
            }

            .abf-homepage__body .member-slider .list-member:not(.main-member) .list .item-member:nth-child(4n+4)::before {
                display: none
            }

            .abf-homepage__body .member-slider .list-member:not(.main-member) .list .item-member .wrap-avatar {
                min-height: 70px;
                padding-left: 20px;
                position: relative;
                max-width: 100%;
                width: fit-content;
                display: flex;
                justify-content: center;
                flex-direction: column
            }

                .abf-homepage__body .member-slider .list-member:not(.main-member) .list .item-member .wrap-avatar .avatar {
                    position: absolute;
                    top: 0;
                    left: 20px;
                    width: 70px
                }

                .abf-homepage__body .member-slider .list-member:not(.main-member) .list .item-member .wrap-avatar .name {
                    font-size: 16px;
                    font-weight: var(--font-weight-medium)
                }

                    .abf-homepage__body .member-slider .list-member:not(.main-member) .list .item-member .wrap-avatar .name * {
                        font-size: 16px;
                        font-weight: var(--font-weight-medium)
                    }

                .abf-homepage__body .member-slider .list-member:not(.main-member) .list .item-member .wrap-avatar .vote {
                    margin-top: 2px;
                    font-size: 13px
                }

                    .abf-homepage__body .member-slider .list-member:not(.main-member) .list .item-member .wrap-avatar .vote * {
                        font-size: 13px
                    }

                .abf-homepage__body .member-slider .list-member:not(.main-member) .list .item-member .wrap-avatar:has(.avatar) {
                    padding-left: 102px
                }

@media (max-width: 1024px) {
    .abf-homepage__body .member-slider .list-member:not(.main-member) .list .item-member {
        width: calc((100% - 122px)/ 3)
    }

        .abf-homepage__body .member-slider .list-member:not(.main-member) .list .item-member:nth-child(4n+4)::before {
            display: block
        }

        .abf-homepage__body .member-slider .list-member:not(.main-member) .list .item-member:nth-child(3n+3)::before {
            display: none
        }
}

@media (max-width: 820px) {
    .abf-homepage__body .member-slider .list-member:not(.main-member) .list .item-member {
        width: calc((100% - 61px)/ 2)
    }

        .abf-homepage__body .member-slider .list-member:not(.main-member) .list .item-member:nth-child(3n+3)::before {
            display: block
        }

        .abf-homepage__body .member-slider .list-member:not(.main-member) .list .item-member:nth-child(2n+2)::before {
            display: none
        }
}

.three-cols .box-heading {
    max-width: 100%;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    padding-top: 41px
}

    .three-cols .box-heading::before {
        content: "";
        position: absolute;
        top: 18.5px;
        left: calc(50% - 44px - 55px);
        transform: translateX(-50%);
        display: block;
        width: 110px;
        height: 2px;
        background: linear-gradient(90deg,rgba(163,0,0,0) 0,#a30000 100%);
        opacity: .5
    }

    .three-cols .box-heading::after {
        content: "";
        position: absolute;
        top: 18.5px;
        left: calc(50% + 44px + 55px);
        transform: translateX(-50%);
        display: block;
        width: 110px;
        height: 2px;
        background: linear-gradient(90deg,#a30000 0,rgba(163,0,0,0) 100%);
        opacity: .5
    }

    .three-cols .box-heading .title {
        color: var(--primary);
        font-family: var(--font-family-second);
        font-size: 36px;
        line-height: 160%;
        text-transform: uppercase
    }

        .three-cols .box-heading .title::before {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 39px;
            background: url(../img/quoc-huy.png) no-repeat center center;
            background-size: 40px 39px
        }

.three-cols .box-content {
    display: grid;
    grid-template-columns: 260px 1fr 320px;
    gap: 30px
}

    .three-cols .box-content .story__meta {
        display: flex;
        align-items: center;
        gap: 8px
    }

        .three-cols .box-content .story__meta > :not(:first-child) {
            display: flex;
            align-items: center;
            gap: 8px
        }

            .three-cols .box-content .story__meta > :not(:first-child)::before {
                content: "";
                display: block;
                width: 3px;
                height: 3px;
                border-radius: 50%;
                background: rgba(0,0,0,.2)
            }

        .three-cols .box-content .story__meta time {
            font-size: 11px;
            line-height: 150%;
            letter-spacing: .55px
        }

            .three-cols .box-content .story__meta time * {
                font-size: 11px;
                line-height: 150%;
                letter-spacing: .55px
            }

    .three-cols .box-content .sub-col {
        height: fit-content;
        grid-column-start: 1
    }

        .three-cols .box-content .sub-col .story:not(:first-child) {
            margin-top: 30px
        }

        .three-cols .box-content .sub-col .story__meta {
            margin-top: 12px
        }

        .three-cols .box-content .sub-col .story .story__heading {
            margin-top: 8px
        }

    .three-cols .box-content .main-col {
        grid-column-start: 2;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        column-gap: 40px;
        position: relative;
        height: fit-content
    }

        .three-cols .box-content .main-col::before {
            content: "";
            width: 0;
            height: 100%;
            border-right: 1px dashed rgba(0,0,0,.1);
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%)
        }

        .three-cols .box-content .main-col .story {
            background-color: var(--body-bg);
            position: relative;
            z-index: 10
        }

            .three-cols .box-content .main-col .story:first-child {
                grid-column: span 2;
                padding-bottom: 40px
            }

                .three-cols .box-content .main-col .story:first-child::before {
                    content: "";
                    width: 100%;
                    height: 0;
                    border-bottom: 1px dashed rgba(0,0,0,.1);
                    position: absolute;
                    bottom: 20px;
                    left: 50%;
                    transform: translateX(-50%)
                }

                .three-cols .box-content .main-col .story:first-child .story__heading {
                    margin-top: 12px
                }

                    .three-cols .box-content .main-col .story:first-child .story__heading a {
                        font-size: 26px;
                        font-weight: var(--font-weight-semibold)
                    }

            .three-cols .box-content .main-col .story:not(:first-child) .story__thumb {
                display: none
            }

            .three-cols .box-content .main-col .story:not(:first-child) .story__heading {
                margin-bottom: 0
            }

@media (max-width: 1024px) {
    .three-cols .box-content {
        grid-template-columns: repeat(2,1fr)
    }

        .three-cols .box-content .main-col {
            grid-column: span 2;
            grid-row-start: 1
        }
}

.box-newest {
    width: 100%;
    background-color: rgba(255,229,208,.3);
    height: fit-content;
    padding: 20px 9px 20px 24px
}

    .box-newest .box-scroll {
        overflow: auto;
        height: fit-content;
        max-height: 823px;
        padding-right: 14px
    }

        .box-newest .box-scroll::-webkit-scrollbar {
            width: 1px
        }

        .box-newest .box-scroll::-webkit-scrollbar-track {
            background-color: rgba(0,0,0,.05)
        }

        .box-newest .box-scroll::-webkit-scrollbar-thumb {
            background-color: var(--primary);
            border-radius: 360px
        }

        .box-newest .box-scroll .title {
            display: block;
            width: 100%;
            color: var(--primary);
            font-size: 18px;
            font-weight: var(--font-weight-semibold);
            text-transform: uppercase;
            margin-bottom: 12px
        }

        .box-newest .box-scroll .list .story__heading {
            margin-top: 0
        }

            .box-newest .box-scroll .list .story__heading a {
                font-size: 16px
            }

        .box-newest .box-scroll .list .story__meta {
            display: flex;
            align-items: center;
            gap: 8px
        }

            .box-newest .box-scroll .list .story__meta > :not(:first-child) {
                display: flex;
                align-items: center;
                gap: 8px
            }

                .box-newest .box-scroll .list .story__meta > :not(:first-child)::before {
                    content: "";
                    display: block;
                    width: 3px;
                    height: 3px;
                    border-radius: 50%;
                    background: rgba(0,0,0,.2)
                }

            .box-newest .box-scroll .list .story__meta time {
                font-size: 11px;
                line-height: 150%;
                letter-spacing: .55px
            }

                .box-newest .box-scroll .list .story__meta time * {
                    font-size: 11px;
                    line-height: 150%;
                    letter-spacing: .55px
                }

        .box-newest .box-scroll .list .story:not(:last-child) {
            padding-bottom: 20px;
            border-bottom: 1px dashed rgba(0,0,0,.1);
            margin-bottom: 16px
        }

@media (max-width: 1024px) {
    .box-newest .box-scroll {
        max-height: 950px
    }
}

.box-type-news .wrap-heading {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px
}

    .box-type-news .wrap-heading .box-heading {
        max-width: 100%;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        text-align: center;
        position: relative;
        padding-top: 41px;
        margin-bottom: 0 !important
    }

        .box-type-news .wrap-heading .box-heading::before {
            content: "";
            position: absolute;
            top: 18.5px;
            left: calc(50% - 44px - 55px);
            transform: translateX(-50%);
            display: block;
            width: 110px;
            height: 2px;
            background: linear-gradient(90deg,rgba(163,0,0,0) 0,#a30000 100%);
            opacity: .5
        }

        .box-type-news .wrap-heading .box-heading::after {
            content: "";
            position: absolute;
            top: 18.5px;
            left: calc(50% + 44px + 55px);
            transform: translateX(-50%);
            display: block;
            width: 110px;
            height: 2px;
            background: linear-gradient(90deg,#a30000 0,rgba(163,0,0,0) 100%);
            opacity: .5
        }

        .box-type-news .wrap-heading .box-heading .title {
            color: var(--primary);
            font-family: var(--font-family-second);
            font-size: 36px;
            line-height: 160%;
            text-transform: uppercase
        }

            .box-type-news .wrap-heading .box-heading .title::before {
                content: "";
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                width: 40px;
                height: 39px;
                background: url(../img/quoc-huy.png) no-repeat center center;
                background-size: 40px 39px
            }

    .box-type-news .wrap-heading select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: 0 0;
        width: 205px;
        height: 45px;
        padding: 0 20px;
        border-radius: 360px;
        border: 1px solid rgba(0,0,0,.05);
        background-color: #fff;
        font-size: 15px;
        line-height: 140%;
        cursor: pointer
    }

.box-type-news .box-content {
    display: grid;
    grid-template-columns: 260px 1fr 400px;
    gap: 30px
}

    .box-type-news .box-content .sub-col {
        height: fit-content
    }

        .box-type-news .box-content .sub-col .story:not(:first-child) {
            margin-top: 30px
        }

        .box-type-news .box-content .sub-col.right .story {
            min-height: 120px
        }

            .box-type-news .box-content .sub-col.right .story .story__thumb {
                width: 180px;
                float: left;
                margin-right: 12px
            }

            .box-type-news .box-content .sub-col.right .story .story__heading {
                margin-top: 0
            }

                .box-type-news .box-content .sub-col.right .story .story__heading a {
                    font-size: 16px
                }

    .box-type-news .box-content .main-col .story__heading {
        margin-top: 12px
    }

        .box-type-news .box-content .main-col .story__heading a {
            font-size: 26px;
            font-weight: var(--font-weight-semibold)
        }

@media (max-width: 1024px) {
    .box-type-news .box-content {
        grid-template-columns: 1fr
    }

        .box-type-news .box-content .sub-col:not(.right) {
            display: grid;
            grid-template-columns: repeat(2,1fr);
            gap: 20px
        }

            .box-type-news .box-content .sub-col:not(.right) .story {
                margin-top: 0
            }

        .box-type-news .box-content .sub-col.right {
            grid-row-start: 2
        }

        .box-type-news .box-content .main-col {
            grid-row-start: 1
        }
}

.box-multimedia {
    background: url(../img/bg-multimedia.png) no-repeat center center;
    background-size: cover;
    padding: 60px 0
}

    .box-multimedia .container .wrap-heading {
        margin-bottom: 40px;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 16px
    }

        .box-multimedia .container .wrap-heading .box-heading {
            max-width: 100%;
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 40px;
            text-align: center;
            position: relative;
            padding-top: 41px;
            margin-bottom: 0 !important
        }

            .box-multimedia .container .wrap-heading .box-heading::before {
                content: "";
                position: absolute;
                top: 18.5px;
                left: calc(50% - 44px - 55px);
                transform: translateX(-50%);
                display: block;
                width: 110px;
                height: 2px;
                background: linear-gradient(90deg,rgba(163,0,0,0) 0,#a30000 100%);
                opacity: .5
            }

            .box-multimedia .container .wrap-heading .box-heading::after {
                content: "";
                position: absolute;
                top: 18.5px;
                left: calc(50% + 44px + 55px);
                transform: translateX(-50%);
                display: block;
                width: 110px;
                height: 2px;
                background: linear-gradient(90deg,#a30000 0,rgba(163,0,0,0) 100%);
                opacity: .5
            }

            .box-multimedia .container .wrap-heading .box-heading .title {
                color: var(--primary);
                font-family: var(--font-family-second);
                font-size: 36px;
                line-height: 160%;
                text-transform: uppercase
            }

                .box-multimedia .container .wrap-heading .box-heading .title::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 40px;
                    height: 39px;
                    background: url(../img/quoc-huy.png) no-repeat center center;
                    background-size: 40px 39px
                }

            .box-multimedia .container .wrap-heading .box-heading::before {
                background: linear-gradient(90deg,rgba(255,255,255,0) 0,#fff 100%) !important
            }

            .box-multimedia .container .wrap-heading .box-heading::after {
                background: linear-gradient(90deg,#fff 0,rgba(255,255,255,0) 100%) !important
            }

            .box-multimedia .container .wrap-heading .box-heading a {
                color: #fff !important
            }

        .box-multimedia .container .wrap-heading .subcate {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px
        }

            .box-multimedia .container .wrap-heading .subcate a {
                padding: 6px 18px;
                color: #fff;
                font-size: 15px;
                line-height: 160%;
                text-transform: capitalize;
                transition: all .3s ease-in-out
            }

                .box-multimedia .container .wrap-heading .subcate a.active, .box-multimedia .container .wrap-heading .subcate a:hover {
                    background-color: #fff;
                    border-radius: 360px;
                    color: var(--primary) !important
                }

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

        .box-multimedia .container .box-content .story:first-child {
            grid-row: span 2
        }

            .box-multimedia .container .box-content .story:first-child .story__heading {
                margin-top: 0
            }

                .box-multimedia .container .box-content .story:first-child .story__heading a {
                    padding-top: 10px;
                    font-size: 30px;
                    font-weight: var(--font-weight-semibold)
                }

            .box-multimedia .container .box-content .story:first-child .story__meta {
                margin-top: 10px
            }

        .box-multimedia .container .box-content .story:not(:first-child) .story__heading {
            margin-top: 0
        }

            .box-multimedia .container .box-content .story:not(:first-child) .story__heading a {
                padding-top: 8px
            }

@media (max-width: 1024px) {
    .box-multimedia .container .box-content {
        grid-template-columns: repeat(2,1fr)
    }

        .box-multimedia .container .box-content .story:first-child {
            grid-row: span 1;
            grid-column: span 2
        }
}

.box-multimedia .container .box-content .story__heading a {
    position: relative;
    color: #fff
}

    .box-multimedia .container .box-content .story__heading a i {
        position: absolute;
        top: unset !important;
        right: unset !important;
        bottom: 100% !important;
        left: 0;
        display: flex !important;
        align-items: center;
        justify-content: center;
        background-color: rgba(237,28,36,.8);
        color: #fff;
        margin: 0
    }

.box-multimedia .container .box-content .story__meta time {
    color: #dee2e6
}

    .box-multimedia .container .box-content .story__meta time * {
        color: #dee2e6
    }

.box-multimedia .container .box-content .story:first-child .story__heading a i {
    border-radius: 0 10px 0 0;
    width: 50px;
    height: 50px
}

    .box-multimedia .container .box-content .story:first-child .story__heading a i::before {
        font-size: 22px
    }

.box-multimedia .container .box-content .story:not(:first-child) .story__heading a i {
    border-radius: 0 8px 0 0;
    width: 36px;
    height: 36px
}

    .box-multimedia .container .box-content .story:not(:first-child) .story__heading a i::before {
        font-size: 14px
    }

.box-social {
    overflow: hidden !important;
    width: 100%;
    padding-left: calc((100vw - var(--container))/ 2);
    padding-right: calc((100vw - var(--container))/ 2)
}

    .box-social .box-heading {
        max-width: 100%;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        text-align: center;
        position: relative;
        padding-top: 41px
    }

        .box-social .box-heading::before {
            content: "";
            position: absolute;
            top: 18.5px;
            left: calc(50% - 44px - 55px);
            transform: translateX(-50%);
            display: block;
            width: 110px;
            height: 2px;
            background: linear-gradient(90deg,rgba(163,0,0,0) 0,#a30000 100%);
            opacity: .5
        }

        .box-social .box-heading::after {
            content: "";
            position: absolute;
            top: 18.5px;
            left: calc(50% + 44px + 55px);
            transform: translateX(-50%);
            display: block;
            width: 110px;
            height: 2px;
            background: linear-gradient(90deg,#a30000 0,rgba(163,0,0,0) 100%);
            opacity: .5
        }

        .box-social .box-heading .title {
            color: var(--primary);
            font-family: var(--font-family-second);
            font-size: 36px;
            line-height: 160%;
            text-transform: uppercase
        }

            .box-social .box-heading .title::before {
                content: "";
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                width: 40px;
                height: 39px;
                background: url(../img/quoc-huy.png) no-repeat center center;
                background-size: 40px 39px
            }

    .box-social .box-content .story {
        width: 300px !important
    }

    .box-social .wrap-button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin-top: 24px
    }

        .box-social .wrap-button .swiper-scrollbar {
            position: relative;
            top: unset;
            left: unset;
            right: unset;
            bottom: unset;
            max-width: 504px;
            width: calc(100% - 72px - 16px - 8px);
            height: 1px;
            background-color: rgba(0,0,0,.1)
        }

            .box-social .wrap-button .swiper-scrollbar .swiper-scrollbar-drag {
                background-color: var(--primary)
            }

        .box-social .wrap-button .navigation {
            display: flex;
            align-items: center;
            gap: 8px
        }

            .box-social .wrap-button .navigation .swiper-button-next, .box-social .wrap-button .navigation .swiper-button-prev {
                position: relative;
                top: unset;
                left: unset;
                right: unset;
                bottom: unset;
                width: 36px;
                height: 36px;
                border-radius: 50%;
                border: 1px solid rgba(163,0,0,.5);
                margin: 0;
                padding-right: 3px
            }

                .box-social .wrap-button .navigation .swiper-button-next::after, .box-social .wrap-button .navigation .swiper-button-prev::after {
                    content: "\e907";
                    font-family: icomoon !important;
                    font-size: 20px;
                    color: var(--primary)
                }

                .box-social .wrap-button .navigation .swiper-button-next.swiper-button-disabled, .box-social .wrap-button .navigation .swiper-button-prev.swiper-button-disabled {
                    opacity: 1;
                    border-color: rgba(0,0,0,.1)
                }

            .box-social .wrap-button .navigation .swiper-button-next {
                transform: rotate(180deg)
            }

.abf-cate > :not(:first-child) {
    margin-top: 40px
}

.abf-cate .main-news {
    display: grid;
    grid-template-columns: 1fr 290px 290px;
    gap: 30px
}

    .abf-cate .main-news .story:first-child {
        grid-row: span 2
    }

        .abf-cate .main-news .story:first-child .story__heading {
            margin-top: 0
        }

            .abf-cate .main-news .story:first-child .story__heading a {
                padding-top: 10px;
                font-size: 30px;
                font-weight: var(--font-weight-semibold)
            }

        .abf-cate .main-news .story:first-child .story__meta {
            margin-top: 10px
        }

    .abf-cate .main-news .story:not(:first-child) .story__heading {
        margin-top: 0
    }

        .abf-cate .main-news .story:not(:first-child) .story__heading a {
            padding-top: 8px
        }

@media (max-width: 1024px) {
    .abf-cate .main-news {
        grid-template-columns: repeat(2,1fr)
    }

        .abf-cate .main-news .story:first-child {
            grid-row: span 1;
            grid-column: span 2
        }
}

.abf-cate .btn-see-more {
    margin-top: 30px
}

.box-related-news .box-heading {
    max-width: 100%;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    padding-top: 41px
}

    .box-related-news .box-heading::before {
        content: "";
        position: absolute;
        top: 18.5px;
        left: calc(50% - 44px - 55px);
        transform: translateX(-50%);
        display: block;
        width: 110px;
        height: 2px;
        background: linear-gradient(90deg,rgba(163,0,0,0) 0,#a30000 100%);
        opacity: .5
    }

    .box-related-news .box-heading::after {
        content: "";
        position: absolute;
        top: 18.5px;
        left: calc(50% + 44px + 55px);
        transform: translateX(-50%);
        display: block;
        width: 110px;
        height: 2px;
        background: linear-gradient(90deg,#a30000 0,rgba(163,0,0,0) 100%);
        opacity: .5
    }

    .box-related-news .box-heading .title {
        color: var(--primary);
        font-family: var(--font-family-second);
        font-size: 36px;
        line-height: 160%;
        text-transform: uppercase
    }

        .box-related-news .box-heading .title::before {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 39px;
            background: url(../img/quoc-huy.png) no-repeat center center;
            background-size: 40px 39px
        }

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

    .box-related-news .box-content .story__heading {
        margin-top: 8px
    }

.box-related-news .btn-see-more {
    margin-top: 30px
}

.box-official .list-member:not(:first-child) {
    margin-top: 80px
}

.box-official .list-member .wrap-title {
    max-width: 100%;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    padding-top: 41px
}

    .box-official .list-member .wrap-title::before {
        content: "";
        position: absolute;
        top: 18.5px;
        left: calc(50% - 44px - 55px);
        transform: translateX(-50%);
        display: block;
        width: 110px;
        height: 2px;
        background: linear-gradient(90deg,rgba(163,0,0,0) 0,#a30000 100%);
        opacity: .5
    }

    .box-official .list-member .wrap-title::after {
        content: "";
        position: absolute;
        top: 18.5px;
        left: calc(50% + 44px + 55px);
        transform: translateX(-50%);
        display: block;
        width: 110px;
        height: 2px;
        background: linear-gradient(90deg,#a30000 0,rgba(163,0,0,0) 100%);
        opacity: .5
    }

    .box-official .list-member .wrap-title .title {
        color: var(--primary);
        font-family: var(--font-family-second);
        font-size: 36px;
        line-height: 160%;
        text-transform: uppercase
    }

        .box-official .list-member .wrap-title .title::before {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 39px;
            background: url(../img/quoc-huy.png) no-repeat center center;
            background-size: 40px 39px
        }

.box-official .list-member .list .item-member {
    display: block
}

    .box-official .list-member .list .item-member .wrap-avatar .avatar {
        aspect-ratio: 1;
        border-radius: 50%;
        overflow: hidden;
        background-color: #fff
    }

        .box-official .list-member .list .item-member .wrap-avatar .avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top
        }

    .box-official .list-member .list .item-member .wrap-avatar .name {
        text-transform: uppercase
    }

        .box-official .list-member .list .item-member .wrap-avatar .name * {
            text-transform: uppercase
        }

    .box-official .list-member .list .item-member .wrap-avatar .vote {
        color: var(--primary);
        font-style: italic
    }

        .box-official .list-member .list .item-member .wrap-avatar .vote * {
            color: var(--primary);
            font-style: italic
        }

    .box-official .list-member .list .item-member .wrap-info {
        margin-top: 20px
    }

        .box-official .list-member .list .item-member .wrap-info > * {
            font-size: 16px
        }

            .box-official .list-member .list .item-member .wrap-info > * * {
                font-size: 16px
            }

            .box-official .list-member .list .item-member .wrap-info > * span {
                font-size: 16px;
                font-weight: var(--font-weight-medium)
            }

        .box-official .list-member .list .item-member .wrap-info > :not(:first-child) {
            margin-top: 6px
        }

.box-official .list-member.main-member .list .item-member {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

    .box-official .list-member.main-member .list .item-member .wrap-avatar {
        display: flex;
        align-items: center;
        flex-direction: column
    }

        .box-official .list-member.main-member .list .item-member .wrap-avatar .avatar {
            width: 180px
        }

        .box-official .list-member.main-member .list .item-member .wrap-avatar .name {
            margin-top: 12px;
            text-align: center;
            font-size: 18px;
            font-weight: var(--font-weight-semibold)
        }

            .box-official .list-member.main-member .list .item-member .wrap-avatar .name * {
                text-align: center;
                font-size: 18px;
                font-weight: var(--font-weight-semibold)
            }

        .box-official .list-member.main-member .list .item-member .wrap-avatar .vote {
            margin-top: 4px;
            font-size: 14px
        }

            .box-official .list-member.main-member .list .item-member .wrap-avatar .vote * {
                font-size: 14px
            }

    .box-official .list-member.main-member .list .item-member .wrap-info > * {
        text-align: center
    }

.box-official .list-member:not(.main-member) .list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 61px
}

    .box-official .list-member:not(.main-member) .list .item-member {
        width: calc((100% - 183px)/ 4);
        position: relative
    }

        .box-official .list-member:not(.main-member) .list .item-member::before {
            content: "";
            position: absolute;
            top: 0;
            right: -30px;
            width: 1px;
            height: 100%;
            background-color: rgba(0,0,0,.1)
        }

        .box-official .list-member:not(.main-member) .list .item-member:nth-child(4n+4)::before {
            display: none
        }

        .box-official .list-member:not(.main-member) .list .item-member .wrap-avatar {
            min-height: 70px;
            padding-left: 20px;
            position: relative;
            max-width: 100%;
            width: fit-content;
            display: flex;
            justify-content: center;
            flex-direction: column
        }

            .box-official .list-member:not(.main-member) .list .item-member .wrap-avatar .avatar {
                position: absolute;
                top: 0;
                left: 20px;
                width: 70px
            }

            .box-official .list-member:not(.main-member) .list .item-member .wrap-avatar .name {
                font-size: 16px;
                font-weight: var(--font-weight-medium)
            }

                .box-official .list-member:not(.main-member) .list .item-member .wrap-avatar .name * {
                    font-size: 16px;
                    font-weight: var(--font-weight-medium)
                }

            .box-official .list-member:not(.main-member) .list .item-member .wrap-avatar .vote {
                margin-top: 2px;
                font-size: 13px
            }

                .box-official .list-member:not(.main-member) .list .item-member .wrap-avatar .vote * {
                    font-size: 13px
                }

            .box-official .list-member:not(.main-member) .list .item-member .wrap-avatar:has(.avatar) {
                padding-left: 102px
            }

@media (max-width: 1024px) {
    .box-official .list-member:not(.main-member) .list .item-member {
        width: calc((100% - 122px)/ 3)
    }

        .box-official .list-member:not(.main-member) .list .item-member:nth-child(4n+4)::before {
            display: block
        }

        .box-official .list-member:not(.main-member) .list .item-member:nth-child(3n+3)::before {
            display: none
        }
}

@media (max-width: 820px) {
    .box-official .list-member:not(.main-member) .list .item-member {
        width: calc((100% - 61px)/ 2)
    }

        .box-official .list-member:not(.main-member) .list .item-member:nth-child(3n+3)::before {
            display: block
        }

        .box-official .list-member:not(.main-member) .list .item-member:nth-child(2n+2)::before {
            display: none
        }
}

.box-member .box-heading {
    max-width: 100%;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    padding-top: 41px;
    margin-bottom: 30px !important
}

    .box-member .box-heading::before {
        content: "";
        position: absolute;
        top: 18.5px;
        left: calc(50% - 44px - 55px);
        transform: translateX(-50%);
        display: block;
        width: 110px;
        height: 2px;
        background: linear-gradient(90deg,rgba(163,0,0,0) 0,#a30000 100%);
        opacity: .5
    }

    .box-member .box-heading::after {
        content: "";
        position: absolute;
        top: 18.5px;
        left: calc(50% + 44px + 55px);
        transform: translateX(-50%);
        display: block;
        width: 110px;
        height: 2px;
        background: linear-gradient(90deg,#a30000 0,rgba(163,0,0,0) 100%);
        opacity: .5
    }

    .box-member .box-heading .title {
        color: var(--primary);
        font-family: var(--font-family-second);
        font-size: 36px;
        line-height: 160%;
        text-transform: uppercase
    }

        .box-member .box-heading .title::before {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 39px;
            background: url(../img/quoc-huy.png) no-repeat center center;
            background-size: 40px 39px
        }

.box-member .box-content {
    margin-top: 0 !important
}

    .box-member .box-content:not(:first-child) {
        margin-top: 80px
    }

    .box-member .box-content .wrap-title {
        max-width: 100%;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
        text-align: center;
        position: relative;
        padding-top: 41px
    }

        .box-member .box-content .wrap-title::before {
            content: "";
            position: absolute;
            top: 18.5px;
            left: calc(50% - 44px - 55px);
            transform: translateX(-50%);
            display: block;
            width: 110px;
            height: 2px;
            background: linear-gradient(90deg,rgba(163,0,0,0) 0,#a30000 100%);
            opacity: .5
        }

        .box-member .box-content .wrap-title::after {
            content: "";
            position: absolute;
            top: 18.5px;
            left: calc(50% + 44px + 55px);
            transform: translateX(-50%);
            display: block;
            width: 110px;
            height: 2px;
            background: linear-gradient(90deg,#a30000 0,rgba(163,0,0,0) 100%);
            opacity: .5
        }

        .box-member .box-content .wrap-title .title {
            color: var(--primary);
            font-family: var(--font-family-second);
            font-size: 36px;
            line-height: 160%;
            text-transform: uppercase
        }

            .box-member .box-content .wrap-title .title::before {
                content: "";
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                width: 40px;
                height: 39px;
                background: url(../img/quoc-huy.png) no-repeat center center;
                background-size: 40px 39px
            }

    .box-member .box-content .list .item-member {
        display: block
    }

        .box-member .box-content .list .item-member .wrap-avatar .avatar {
            aspect-ratio: 1;
            border-radius: 50%;
            overflow: hidden;
            background-color: #fff
        }

            .box-member .box-content .list .item-member .wrap-avatar .avatar img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: top
            }

        .box-member .box-content .list .item-member .wrap-avatar .name {
            text-transform: uppercase
        }

            .box-member .box-content .list .item-member .wrap-avatar .name * {
                text-transform: uppercase
            }

        .box-member .box-content .list .item-member .wrap-avatar .vote {
            color: var(--primary);
            font-style: italic
        }

            .box-member .box-content .list .item-member .wrap-avatar .vote * {
                color: var(--primary);
                font-style: italic
            }

        .box-member .box-content .list .item-member .wrap-info {
            margin-top: 20px
        }

            .box-member .box-content .list .item-member .wrap-info > * {
                font-size: 16px
            }

                .box-member .box-content .list .item-member .wrap-info > * * {
                    font-size: 16px
                }

                .box-member .box-content .list .item-member .wrap-info > * span {
                    font-size: 16px;
                    font-weight: var(--font-weight-medium)
                }

            .box-member .box-content .list .item-member .wrap-info > :not(:first-child) {
                margin-top: 6px
            }

    .box-member .box-content.main-member .list .item-member {
        max-width: 600px;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

        .box-member .box-content.main-member .list .item-member .wrap-avatar {
            display: flex;
            align-items: center;
            flex-direction: column
        }

            .box-member .box-content.main-member .list .item-member .wrap-avatar .avatar {
                width: 180px
            }

            .box-member .box-content.main-member .list .item-member .wrap-avatar .name {
                margin-top: 12px;
                text-align: center;
                font-size: 18px;
                font-weight: var(--font-weight-semibold)
            }

                .box-member .box-content.main-member .list .item-member .wrap-avatar .name * {
                    text-align: center;
                    font-size: 18px;
                    font-weight: var(--font-weight-semibold)
                }

            .box-member .box-content.main-member .list .item-member .wrap-avatar .vote {
                margin-top: 4px;
                font-size: 14px
            }

                .box-member .box-content.main-member .list .item-member .wrap-avatar .vote * {
                    font-size: 14px
                }

        .box-member .box-content.main-member .list .item-member .wrap-info > * {
            text-align: center
        }

    .box-member .box-content:not(.main-member) .list {
        display: flex;
        align-items: stretch;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 40px;
        column-gap: 61px
    }

        .box-member .box-content:not(.main-member) .list .item-member {
            width: calc((100% - 183px)/ 4);
            position: relative
        }

            .box-member .box-content:not(.main-member) .list .item-member::before {
                content: "";
                position: absolute;
                top: 0;
                right: -30px;
                width: 1px;
                height: 100%;
                background-color: rgba(0,0,0,.1)
            }

            .box-member .box-content:not(.main-member) .list .item-member:nth-child(4n+4)::before {
                display: none
            }

            .box-member .box-content:not(.main-member) .list .item-member .wrap-avatar {
                min-height: 70px;
                padding-left: 20px;
                position: relative;
                max-width: 100%;
                width: fit-content;
                display: flex;
                justify-content: center;
                flex-direction: column
            }

                .box-member .box-content:not(.main-member) .list .item-member .wrap-avatar .avatar {
                    position: absolute;
                    top: 0;
                    left: 20px;
                    width: 70px
                }

                .box-member .box-content:not(.main-member) .list .item-member .wrap-avatar .name {
                    font-size: 16px;
                    font-weight: var(--font-weight-medium)
                }

                    .box-member .box-content:not(.main-member) .list .item-member .wrap-avatar .name * {
                        font-size: 16px;
                        font-weight: var(--font-weight-medium)
                    }

                .box-member .box-content:not(.main-member) .list .item-member .wrap-avatar .vote {
                    margin-top: 2px;
                    font-size: 13px
                }

                    .box-member .box-content:not(.main-member) .list .item-member .wrap-avatar .vote * {
                        font-size: 13px
                    }

                .box-member .box-content:not(.main-member) .list .item-member .wrap-avatar:has(.avatar) {
                    padding-left: 102px
                }

@media (max-width: 1024px) {
    .box-member .box-content:not(.main-member) .list .item-member {
        width: calc((100% - 122px)/ 3)
    }

        .box-member .box-content:not(.main-member) .list .item-member:nth-child(4n+4)::before {
            display: block
        }

        .box-member .box-content:not(.main-member) .list .item-member:nth-child(3n+3)::before {
            display: none
        }
}

@media (max-width: 820px) {
    .box-member .box-content:not(.main-member) .list .item-member {
        width: calc((100% - 61px)/ 2)
    }

        .box-member .box-content:not(.main-member) .list .item-member:nth-child(3n+3)::before {
            display: block
        }

        .box-member .box-content:not(.main-member) .list .item-member:nth-child(2n+2)::before {
            display: none
        }
}

.box-member .box-content .list {
    margin-top: 30px;
    height: 1930px;
    overflow-y: auto;
    padding-right: 20px
}

    .box-member .box-content .list::-webkit-scrollbar {
        width: 1px
    }

    .box-member .box-content .list::-webkit-scrollbar-track {
        background-color: #ced4da
    }

    .box-member .box-content .list::-webkit-scrollbar-thumb {
        background-color: #d20d25
    }

.box-member .box-content .wrap-filter {
    width: 100%;
    height: 70px;
    padding: 0 20px;
    background-color: var(--primary);
    display: grid;
    grid-template-columns: 1fr 200px 200px 200px 200px 150px;
    gap: 10px;
    align-items: center
}

    .box-member .box-content .wrap-filter input, .box-member .box-content .wrap-filter select {
        width: 100%;
        height: 46px;
        border-radius: 360px;
        border: 1px solid rgba(255,255,255,.6);
        background-color: unset;
        color: #fff;
        font-size: 14px;
        padding-left: 16px
    }

        .box-member .box-content .wrap-filter input::placeholder, .box-member .box-content .wrap-filter select::placeholder {
            color: #fff
        }

    .box-member .box-content .wrap-filter input {
        padding-right: 16px
    }

    .box-member .box-content .wrap-filter .filter-select {
        position: relative
    }

        .box-member .box-content .wrap-filter .filter-select::before {
            content: "\e904";
            font-family: icomoon !important;
            position: absolute;
            top: 50%;
            right: 16px;
            transform: translateY(-50%);
            font-size: 16px;
            color: rgba(255,255,255,.85);
            pointer-events: none
        }

        .box-member .box-content .wrap-filter .filter-select select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            cursor: pointer;
            padding-right: 40px
        }

    .box-member .box-content .wrap-filter .btn-search {
        width: 100%;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        border-radius: 360px;
        background-color: #c00f0c;
        color: #fff;
        font-size: 14px;
        font-weight: var(--font-weight-medium);
        cursor: pointer
    }

        .box-member .box-content .wrap-filter .btn-search .ic-search:before {
            color: #fff;
            font-size: 20px
        }

.box-member .box-content .wrap-result {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(255,255,255,.9);
    height: 60px
}

    .box-member .box-content .wrap-result p {
        font-size: 14px;
        font-weight: var(--font-weight-medium);
        white-space: nowrap
    }

        .box-member .box-content .wrap-result p span {
            color: var(--primary);
            font-size: 14px;
            font-weight: var(--font-weight-medium)
        }

    .box-member .box-content .wrap-result .result-select {
        position: relative
    }

        .box-member .box-content .wrap-result .result-select::before {
            content: "\e904";
            font-family: icomoon !important;
            position: absolute;
            top: 50%;
            right: 16px;
            transform: translateY(-50%);
            font-size: 16px;
            color: rgba(33,37,41,.8);
            pointer-events: none
        }

        .box-member .box-content .wrap-result .result-select select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            cursor: pointer;
            width: 500px;
            height: 46px;
            border-radius: 360px;
            border: 1px solid rgba(0,0,0,.1);
            background: #fff;
            padding-left: 16px;
            padding-right: 40px;
            font-size: 14px
        }

.box-member .box-content .alphabet {
    margin-top: 30px;
    padding: 0 20px 10px 0;
    border-bottom: 1px solid rgba(0,0,0,.5);
    max-width: 1280px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .box-member .box-content .alphabet .item {
        font-size: 16px;
        font-weight: var(--font-weight-medium);
        line-height: 140%;
        transition: all .3s ease-in-out;
        cursor: pointer
    }

        .box-member .box-content .alphabet .item.active, .box-member .box-content .alphabet .item:hover {
            text-decoration: underline
        }

.box-member .box-content .btn-see-more {
    margin-top: 30px
}

@media (max-width: 1024px) {
    .box-member .box-content .wrap-filter {
        height: unset;
        padding: 10px 20px;
        grid-template-columns: repeat(3,1fr)
    }

    .box-member .box-content .wrap-result {
        height: unset;
        padding: 10px 20px;
        flex-direction: column
    }

        .box-member .box-content .wrap-result .result-select {
            width: 100%
        }

            .box-member .box-content .wrap-result .result-select select {
                width: 100%
            }
}

.box-profile .box-heading {
    max-width: 100%;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    padding-top: 41px
}

    .box-profile .box-heading::before {
        content: "";
        position: absolute;
        top: 18.5px;
        left: calc(50% - 44px - 55px);
        transform: translateX(-50%);
        display: block;
        width: 110px;
        height: 2px;
        background: linear-gradient(90deg,rgba(163,0,0,0) 0,#a30000 100%);
        opacity: .5
    }

    .box-profile .box-heading::after {
        content: "";
        position: absolute;
        top: 18.5px;
        left: calc(50% + 44px + 55px);
        transform: translateX(-50%);
        display: block;
        width: 110px;
        height: 2px;
        background: linear-gradient(90deg,#a30000 0,rgba(163,0,0,0) 100%);
        opacity: .5
    }

    .box-profile .box-heading .title {
        color: var(--primary);
        font-family: var(--font-family-second);
        font-size: 36px;
        line-height: 160%;
        text-transform: uppercase
    }

        .box-profile .box-heading .title::before {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 39px;
            background: url(../img/quoc-huy.png) no-repeat center center;
            background-size: 40px 39px
        }

.box-profile .box-content .item-member {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

    .box-profile .box-content .item-member .wrap-avatar {
        display: flex;
        align-items: center;
        flex-direction: column
    }

        .box-profile .box-content .item-member .wrap-avatar .avatar {
            width: 240px;
            aspect-ratio: 120/167;
            overflow: hidden;
            background-color: #fff
        }

            .box-profile .box-content .item-member .wrap-avatar .avatar img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: top
            }

        .box-profile .box-content .item-member .wrap-avatar .name {
            margin-top: 12px;
            text-align: center;
            font-size: 18px;
            font-weight: var(--font-weight-semibold);
            text-transform: uppercase
        }

            .box-profile .box-content .item-member .wrap-avatar .name * {
                text-align: center;
                font-size: 18px;
                font-weight: var(--font-weight-semibold);
                text-transform: uppercase
            }

        .box-profile .box-content .item-member .wrap-avatar .vote {
            margin-top: 4px;
            font-size: 14px;
            color: var(--primary);
            font-style: italic
        }

            .box-profile .box-content .item-member .wrap-avatar .vote * {
                font-size: 14px;
                color: var(--primary);
                font-style: italic
            }

    .box-profile .box-content .item-member .wrap-info {
        margin-top: 20px
    }

        .box-profile .box-content .item-member .wrap-info > * {
            font-size: 16px
        }

            .box-profile .box-content .item-member .wrap-info > * * {
                font-size: 16px
            }

            .box-profile .box-content .item-member .wrap-info > * span {
                font-size: 16px;
                font-weight: var(--font-weight-medium)
            }

        .box-profile .box-content .item-member .wrap-info > :not(:first-child) {
            margin-top: 6px
        }

        .box-profile .box-content .item-member .wrap-info ul {
            width: 100%;
            display: block;
            list-style: none !important;
            padding-left: 16px
        }

            .box-profile .box-content .item-member .wrap-info ul li {
                margin-top: 8px;
                padding-left: 12px;
                position: relative
            }

                .box-profile .box-content .item-member .wrap-info ul li::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 10px;
                    width: 4px;
                    height: 4px;
                    border-radius: 50%;
                    background-color: var(--primary)
                }

        .box-profile .box-content .item-member .wrap-info .timeline {
            padding-left: 16px
        }

            .box-profile .box-content .item-member .wrap-info .timeline .tl-event {
                margin-top: 6px
            }

                .box-profile .box-content .item-member .wrap-info .timeline .tl-event .tl-event-time {
                    font-size: 16px;
                    font-weight: var(--font-weight-medium)
                }

                .box-profile .box-content .item-member .wrap-info .timeline .tl-event .tl-event-content {
                    margin-top: 3px;
                    padding-left: 16px
                }

    .box-profile .box-content .item-member .wrap-timeline {
        margin-top: 40px
    }

        .box-profile .box-content .item-member .wrap-timeline .wrap-title {
            max-width: 100%;
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 40px;
            text-align: center;
            position: relative;
            padding-top: 41px
        }

            .box-profile .box-content .item-member .wrap-timeline .wrap-title::before {
                content: "";
                position: absolute;
                top: 18.5px;
                left: calc(50% - 44px - 55px);
                transform: translateX(-50%);
                display: block;
                width: 110px;
                height: 2px;
                background: linear-gradient(90deg,rgba(163,0,0,0) 0,#a30000 100%);
                opacity: .5
            }

            .box-profile .box-content .item-member .wrap-timeline .wrap-title::after {
                content: "";
                position: absolute;
                top: 18.5px;
                left: calc(50% + 44px + 55px);
                transform: translateX(-50%);
                display: block;
                width: 110px;
                height: 2px;
                background: linear-gradient(90deg,#a30000 0,rgba(163,0,0,0) 100%);
                opacity: .5
            }

            .box-profile .box-content .item-member .wrap-timeline .wrap-title .title {
                color: var(--primary);
                font-family: var(--font-family-second);
                font-size: 36px;
                line-height: 160%;
                text-transform: uppercase
            }

                .box-profile .box-content .item-member .wrap-timeline .wrap-title .title::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 40px;
                    height: 39px;
                    background: url(../img/quoc-huy.png) no-repeat center center;
                    background-size: 40px 39px
                }

        .box-profile .box-content .item-member .wrap-timeline .timeline {
            position: relative
        }

            .box-profile .box-content .item-member .wrap-timeline .timeline::before {
                content: "";
                position: absolute;
                top: 15px;
                left: 2.5px;
                width: 0;
                height: calc(100% - 15px);
                border-right: 1px dashed rgba(0,0,0,.1)
            }

            .box-profile .box-content .item-member .wrap-timeline .timeline .tl-event .tl-event-time {
                font-size: 18px;
                font-family: var(--font-family-second);
                color: var(--primary);
                padding-left: 20px;
                position: relative
            }

                .box-profile .box-content .item-member .wrap-timeline .timeline .tl-event .tl-event-time::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 14px;
                    width: 6px;
                    height: 6px;
                    border-radius: 50%;
                    background-color: var(--primary)
                }

            .box-profile .box-content .item-member .wrap-timeline .timeline .tl-event .tl-event-content {
                margin-top: 8px;
                font-size: 16px;
                padding-left: 20px
            }

            .box-profile .box-content .item-member .wrap-timeline .timeline .tl-event:not(:first-child) {
                margin-top: 20px
            }

.box-profile .box-content .wrap-arrow {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

    .box-profile .box-content .wrap-arrow a {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #000;
        font-size: 14px;
        font-weight: var(--font-weight-medium);
        text-transform: uppercase;
        background-color: var(--body-bg);
        position: relative;
        z-index: 2
    }

        .box-profile .box-content .wrap-arrow a i {
            color: var(--primary);
            font-size: 12px
        }

        .box-profile .box-content .wrap-arrow a.slick-prev {
            padding-right: 20px
        }

        .box-profile .box-content .wrap-arrow a.slick-next {
            padding-left: 20px
        }

            .box-profile .box-content .wrap-arrow a.slick-next i {
                transform: rotate(180deg)
            }

.list-news {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    position: relative;
    padding-top: 79px
}

    .list-news .story__heading {
        margin-top: 8px
    }

    .list-news::before {
        content: "";
        position: absolute;
        top: 19px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 1px;
        background-color: rgba(0,0,0,.1)
    }

    .list-news::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 72px;
        height: 39px;
        background: url(../img/quoc-huy.png) no-repeat center center;
        background-size: 40px 39px;
        background-color: var(--body-bg);
        display: flex;
        align-items: center;
        justify-content: space-between
    }

.abf-region {
    background: url(../img/bg-abf-region.png) no-repeat top center;
    background-size: 100% 100%;
    padding-top: 165px;
    padding-bottom: 40px
}

    .abf-region .wrap-heading {
        margin-bottom: 50px;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 16px
    }

        .abf-region .wrap-heading .box-heading {
            text-align: center
        }

            .abf-region .wrap-heading .box-heading .title {
                color: #fff;
                text-align: center;
                font-family: var(--font-family-second);
                font-size: 46px;
                line-height: 160%;
                text-transform: uppercase
            }

        .abf-region .wrap-heading select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: 0 0;
            width: 205px;
            height: 45px;
            padding: 0 20px;
            border-radius: 360px;
            border: 1px solid rgba(0,0,0,.05);
            background-color: #fff;
            font-size: 15px;
            line-height: 140%;
            cursor: pointer
        }

    .abf-region .box-content {
        display: grid;
        grid-template-columns: 410px 1fr;
        gap: 20px;
        height: 273px
    }

        .abf-region .box-content .img {
            width: 100%;
            height: 100%;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center
        }

            .abf-region .box-content .img img {
                max-width: 100%;
                max-height: 100%;
                object-fit: cover
            }

        .abf-region .box-content .content {
            height: 273px;
            overflow-y: auto;
            padding-right: 12px
        }

            .abf-region .box-content .content > :not(:first-child) {
                margin-top: 16px
            }

            .abf-region .box-content .content::-webkit-scrollbar {
                width: 1px
            }

            .abf-region .box-content .content::-webkit-scrollbar-track {
                background: rgba(255,255,255,.1)
            }

            .abf-region .box-content .content::-webkit-scrollbar-thumb {
                background-color: #fff;
                border-radius: 360px
            }

            .abf-region .box-content .content * {
                color: #fff;
                font-size: 16px;
                line-height: 150%
            }

@media (max-width: 1024px) {
    .abf-region .box-content {
        grid-template-columns: 300px 1fr
    }

        .abf-region .box-content .img {
            height: 200px
        }
}

.box-member-text {
    margin-top: var(--gutter-row);
    background: rgba(255,229,208,.3);
    backdrop-filter: blur(20px);
    padding: 30px 80px 30px 100px;
    overflow: hidden;
    border: 1px solid var(--primary)
}

    .box-member-text .box-scroll {
        max-height: 565px;
        overflow-y: auto
    }

        .box-member-text .box-scroll::-webkit-scrollbar {
            width: 1px
        }

        .box-member-text .box-scroll::-webkit-scrollbar-track {
            background-color: rgba(0,0,0,.05)
        }

        .box-member-text .box-scroll::-webkit-scrollbar-thumb {
            background-color: var(--primary);
            border-radius: 360px
        }

        .box-member-text .box-scroll > * {
            position: relative;
            z-index: 2;
            padding-right: 20px
        }

        .box-member-text .box-scroll > :not(:last-child) {
            margin-bottom: 5px
        }

    .box-member-text::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 1300px;
        height: 1301.111px;
        background: url(../img/trongdong.png) no-repeat center center;
        background-size: 100% 100%;
        opacity: .8;
        pointer-events: none
    }

    .box-member-text h2 {
        max-width: 100%;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px !important;
        text-align: center;
        position: relative;
        padding-top: 41px;
        color: var(--primary);
        font-family: var(--font-family-second);
        font-size: 36px;
        line-height: 160%;
        text-transform: uppercase;
        padding-left: 20px
    }

        .box-member-text h2::before {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 308px;
            height: 39px;
            background: url(../img/bf-heading.png) no-repeat center center;
            background-size: 308px 39px
        }

        .box-member-text h2::after {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 39px;
            background: url(../img/quoc-huy.png) no-repeat center center;
            background-size: 40px 39px
        }

    .box-member-text * {
        font-size: 18px;
        font-weight: var(--font-weight-normal);
        color: var(--text-color);
        line-height: 160%
    }

    .box-member-text b {
        font-size: 18px;
        color: var(--primary);
        font-weight: var(--font-weight-medium);
        line-height: 160%
    }

@media (max-width: 1024px) {
    .box-member-text {
        padding: 20px 10px 20px 20px
    }

        .box-member-text .box-scroll {
            max-height: 300px
        }

            .box-member-text .box-scroll > * {
                padding-right: 10px
            }

            .box-member-text .box-scroll h2 {
                padding-left: 10px
            }
}

.embed-box {
    display: grid;
    grid-template-columns: 1fr 150px;
    align-items: center;
    margin-top: 10px;
    color: #7f5612;
    background-color: #fdedd3;
    border-color: #fce6c1;
    position: relative;
    padding: 20px;
    margin-bottom: 16px;
    border: 1px solid transparent;
    border-radius: 4px;
    gap: 12px
}

    .embed-box textarea#txtframe {
        width: 100%;
        padding-top: 20px
    }

    .embed-box .alert-secondary {
        color: #7f5612;
        border-color: #fce6c1
    }

    .embed-box .alert {
        position: relative;
        padding: 12px 20px;
        border-radius: 4px
    }

    .embed-box .btn-embed-copy {
        color: #fff;
        background-color: #d20d25;
        border-color: #d20d25;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
        padding: 8px 16px;
        font-size: 16px;
        line-height: 1.5;
        border-radius: 4px;
        transition: .3s all
    }

        .embed-box .btn-embed-copy:hover {
            opacity: .8
        }

.fixed {
    position: fixed
}

.ads_close, .banner_hidden, .hidden, .login-fb, .rennab_hidden, .title-hidden {
    display: none !important
}

div[data-position*=AdsAnchor], div[data-position*=AdsBalloon], div[data-position*=AdsPopup], div[data-position*=SdaAnchor], div[data-position*=SdaBalloon], div[data-position*=SdaPopup] {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100
}

.banner img, .rennab img {
    max-width: 100%;
    overflow: hidden
}

video.thumb-gif {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.congress-slider, .image-slider, .text-slider, .timeline-slider {
    visibility: hidden
}

.slick-initialized {
    visibility: visible
}
