@charset "utf-8";
@import "../fancybox.css";

@font-face {
    font-family: 'Inter';
    font-weight: 300;
    src: url('fonts/Inter/Inter-Light.ttf');
}
@font-face {
    font-family: 'Inter';
    font-weight: 400;
    src: url('fonts/Inter/Inter-Regular.ttf');
}


@font-face {
    font-family: 'Inter';
    font-weight: 500;
    src: url('fonts/Inter/Inter-Medium.ttf');
}
@font-face {
    font-family: 'Inter';
    font-weight: 600;
    src: url('fonts/Inter/Inter-SemiBold.ttf');
}
@font-face {
    font-family: 'Inter';
    font-weight: 700;
    src: url('fonts/Inter/Inter-Bold.ttf');
}

@font-face {
    font-family: 'Merriweather';
    font-weight: 700;
    src: url('fonts/Merriweather/Merriweather-Bold.ttf');
}

@font-face {
    font-family: 'Playfair_Display';
    font-weight: 700;
    src: url('fonts/Playfair_Display/PlayfairDisplay-Bold.ttf');
}

@font-face {
    font-family: 'Playfair_Display';
    font-weight: 400;
    src: url('fonts/Playfair_Display/PlayfairDisplay-Regular.ttf');
}
@font-face {
    font-family: 'Noto_Serif';
    font-weight: 700;
    src: url('fonts/Noto_Serif/NotoSerif-Bold.ttf');
}

@font-face {
    font-family: 'Noto_Serif';
    font-weight: 400;
    src: url('fonts/Noto_Serif/NotoSerif-Regular.ttf');
}
* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
}
.hidden-body {
    overflow: hidden;
    height: 100vh;
}
.siteCenter {
    padding: 0 12px;
}

a {
    text-decoration: none;
    border: none;
    color: inherit;
    transition: .3s ease all;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

input,
button {
    border: 0;
    outline: 0;
}

ul,
ol {
    list-style: none;
}

strong {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.fw {
    width: 100%;
}

.lt {
    display: block;
    float: left;
}

.rt {
    display: block;
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
}

/* gotop */
.gotop {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #2e3192;
    border-radius: 50%;
    display: none;
    position: fixed;
    bottom: 90px;
    right: 12px;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    transition: .3s ease all;
    opacity: 1;
}

.gotop>svg {
    vertical-align: -6px;
}

.gotop:hover {
    opacity: 0.7;
}
/* header */
.system-date {
    display: block;
    padding-block: 5px;
}
#header {
    background-color: #fff;
    transition: .2s ease;
}

.header-top {
    padding-block: 8px 18px;
    background: url(../../images/ldcd/line-menu.png) 0 bottom repeat-x;
    background-color: #fff;
    position: relative;
}
.header-top > .siteCenter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 5px;
}
/* #header.hd-expand .header-top {
    position: unset;
} */
.header-left {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.bars {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 3px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    /* border: 2px solid #ed1c24;
    border-radius: 50%; */
}

.bar-icon {
    background-color: #ed1c24;
    height: 2px;
    width: 28px;
    transition: all 0.3s ease;
}

/* Khi mở menu, chuyển sang dấu X */
.bars.open .bar-icon:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 5px;
}

.bars.open .bar-icon:nth-child(2) {
    opacity: 0;
}

.bars.open .bar-icon:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}
.ico-search {
    background: url(../../images/ldcd/ico-search.png) center center no-repeat;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    flex-grow: 0;
}
#frmSearch {
    height: 45px;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 5px #ebebeb;
    justify-content: space-between;
    margin-block: 15px;
}

#frmSearch input[type="text"] {
    outline: none;
    border: 0;
    padding-left: 15px;
    background: transparent;
    height: 100%;
    color: #444;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 43px;
    width: calc(100% - 45px);
}

#frmSearch button[type="submit"] {
    cursor: pointer;
    outline: none;
    border: 0;
    background: url(../../images/ldcd/ico-search.png) center center no-repeat;
    width: 43px;
    height: 43px;
    flex-grow: 0;
    flex-shrink: 0;
}

#frmSearch input[type="text"]::placeholder {
    color: #444;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
#frmSearch input[type="text"]::-webkit-input-placeholder {
    color: #444;
}

#frmSearch input[type="text"]:-ms-input-placeholder {
    color: #444;
}

#frmSearch input[type="text"]::-ms-input-placeholder {
    color: #444;
}

.more-site {
    display: flex;
    column-gap: 7px;
    align-items: center;
}
.more-site a {
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
}

.more-site .space {
    color: #ccc;
}
#header.hd-expand .header-top,
#header-main.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 1px 10px #ebebeb;
    background-image: unset;
    padding-bottom: 15px;
}
.logo img {
    transition: .2s ease width;
}
#header.hd-expand .logo img,
.header-top.fixed-top .logo img {
    width: 95px;
}
#header.hd-expand {
    overflow: hidden;
    height: 100vh;
}
.menuBarsTop {
    display: none;
}
.menuBarsTop.open-nav {
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    background-color: #fff;
    z-index: 9;
}

.menuHome {
    margin-bottom: 10px;
    color: #2e2e2e;
    font-weight: 700;
    font-style: normal;
    display: block;
}
.list-main-nav {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.sub-menuLink.active,
.list-sub-nav>.sub-menu-item.active .sub-menuLink,
.list-main-nav>.menu-item.active .menuLink,
.menuLink.active {
    color: #ca3c3c;
}
.list-main-nav .menu-item {
    width: 100%;
    border-top: 1px solid #ebebeb;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.list-main-nav .menu-item:first-child {
    border-top: 0;
}
.menuLink {
    font-size: 16px;
    color: inherit;
    display: block;
    width: calc(100% - 50px);
    padding: 15px 0;
    font-style: normal;
    flex-grow: 0;
    flex-shrink: 0;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

.sub-menu-button {
    display: block;
    width: 50px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.sub-menu-button {
    line-height: 50px;
    color: #ec1a23;
}

.icon-plus {
    background: url(../../images/ldcd/down.png) center center no-repeat;
    background-size: 12px;
    height: 50px;
    transition: .3s ease;
}
.icon-minus {
    transform: rotate(180deg);
}
.sub-common a {
    width: calc((100% - 10px) / 2);
    float: left;
    margin-left: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.sub-common a:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}
.direct-page img {
    height: 38px;
    display: block;
    margin: 0 auto;
}
.direct-page span {
    display: block;
    font-size: 14px;
    color: #333;
    margin: 10px 0;
    font-family: 'RobotoCondensed-Regular', sans-serif;
}
.icon-desktop {
    width: calc(100% - 30px);
    display: block;
    margin: 10px auto 20px;
    background: #ebebeb;
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    color: #474999;
    text-transform: uppercase;
    text-align: center;
}
.list-sub-nav {
    width: 100%;
    display: none;
}

.sub-menu-item {
    /* border-top: 1px solid #dfdfdf; */
    width: 100%;
}

.sub-menuLink {
    font-size: 16px;
    color: inherit;
    display: block;
    width: 100%;
    padding-bottom: 16px;
}
#main {
    margin-top: 20px;
}
.col-10 {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
}
.col-30 {
    display: flex;
    row-gap: 30px;
    flex-direction: column;
}

.article-image {
    position: relative;
    display: block;
    border-radius: 5px;
    background: url(../../images/ldcd/images.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.article-image::before {
    padding-top: 100%;
    content: '';
    display: block;
}

.article-image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    border: 1px solid #cdcdcd;
}

.article-meta {
    display: flex;
    justify-content: flex-start;
}

.article-cat {
    color: #2e3192;
    background-color: #f6f6fb;
    display: block;
    padding: 7px 15px;
    font-size: 14px;
}
.article-cat:empty {
    display: none;
}
.article-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    color: #444;
    transition: 0.25s ease;
}

.article-desc {
    color: #333;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 300;
}

.article-author {
    padding-left: 25px;
    background: url(../../images/ldcd/ico-author.png) 0 0 no-repeat;
    font-size: 18px;
    font-weight: 400;
}
.icoComment,.icoVideo,.icoPhoto,.icoVote{
    display:inline-block;
    margin-left:2px;
    font-size:12px;
    color:#333;
    font-family:inherit;
    line-height:18px;
}
.icoComment {
    background: url(../../images/icons/img-comment.png) left 3px no-repeat;
    padding-left: 15px;
    line-height: 18px;
}
.icoVideo{
    background: url(../../images/icons/img-video.png) 0 0 no-repeat;
    width:15px;
    height:12px;
}
.icoPhoto{
    background: url(../../images/icons/img-images.png) 0 0 no-repeat;
    width:15px;
    height:12px;
}
.icoVote{
    background: url(../../images/icons/img-vote.png) 0 0 no-repeat;
    width:14px;
    height:14px;
}
.article-link > span + span {
    margin-left: 5px;
}
.bx-page-list .article {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 12px;
    padding-top: 20px;
    border-top: 1px solid #a1a1a1;
    width: 100%;
}
.bx-page-list .article-image {
    width: 94px;
    flex-grow: 0;
    flex-shrink: 0;
}
.bx-page-list .article-content {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    align-items: flex-start;
}
.bx-page-list .article:nth-child(-n+3) {
    width: calc((100% - 20px) / 2);
    flex-direction: column;
    row-gap: 15px;
    padding-top: 0;
    border-top: 0;
}


.bx-page-list .article:first-child {
    width: 100%;
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 20px;
}

.bx-page-list .article:nth-child(-n+3) .article-image {
    min-width: 141px;
    width: 75%;
}
.bx-page-list .article:first-child .article-image {
    min-width: 100%;
    width: 100%;
}
.bx-page-list .article-content {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
} 

.bx-coverange {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}


.bx-coverange .article:first-child {
    width: 100%;
    /* position: relative;
    padding-bottom: 85px; */
    border-bottom: 1px solid #a1a1a1;
}

/* .bx-coverange .article:first-child .article-content {
    position: absolute;
    left: 38px;
    right: 38px;
    top: calc(100% - 220px);
    background-color: #fff;
    z-index: 1;
    padding: 10px 20px 0;
    border-radius: 5px 5px 0 0;
    min-height: 195px;
    max-height: 320px;
    height: auto;
} */
.bx-coverange .article:first-child .article-title {
    font-family: 'Playfair_Display', sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #000;
    line-height: 1.4;
}
/* .bx-coverange .article:first-child .article-link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
} */
.bx-item .article {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 12px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #a1a1a1;
}

.bx-item .article:first-child {
    margin-top: 0;
}
.bx-item .article-image {
    width: 94px;
    flex-grow: 0;
    flex-shrink: 0;
}
.bx-item .article-content {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    align-items: flex-start;
}
.bd-full {
    position: relative;
    margin-top: 20px;
    border: 2px solid #5c5c5c;

}
.bx-cat-link {
    font-size: 40px;
    font-family: 'Playfair_Display', sans-serif;
    font-weight: 700;
    background-color: #fff;
}
.bd-full .bx-cat-link {
    position: absolute;
    top: -35px;
    left: 25px;
    padding: 0 15px;
}
.bd-full::before {
    content: '';
    position: absolute;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    border: 1px solid #8b8b8b;
    z-index: -1;
}

.slick-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots li.slick-active button {
    background-color: #ec1a23;
}
.slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    display: inline-block;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: #7d7d7d;
    border-radius: 50%;
    font-size: 0;
    display: block;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: #ed145b;
}

.bx-cafe .bx-cat-content {
    overflow: hidden;
    margin: 0 5px;
    padding: 40px 20px 60px;
}
.slick-cafe-cat {
    margin: 0 -18px;
}
.slick-slide{
    float: left;

}
.bx-cafe .article {
    margin: 0 18px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 25px;
}
.bx-cafe .article-image {
    width: 114px;
    border-radius: 50%;
    flex-shrink: 0;
    flex-grow: 0;
}
.bx-cafe .article-content {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.bx-cafe .article-title {
    font-family: 'Playfair_Display', sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.bx-cafe .slick-dots {
    bottom: 25px;
}

.bd-top {
    position: relative;
    border-top: 2px solid #5c5c5c;
}
.bd-top::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    right: 0;
    border-top: 1px solid #8b8b8b;
}
.bd-top a.bx-cat-link {
    padding-left: 0;
    padding-block: 10px 20px;
    display: block;
    background-color: inherit;
}
.bx-cat .bx-cat-link {
    font-size: 32px;
}
.bx-cat-one .bx-cat-content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.bx-cat-one .article {
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: flex-start;
    padding-top: 20px;
    border-top: 1px solid #a1a1a1;
}
.bx-cat-one .article:first-child {
    flex-direction: column;
    row-gap: 10px;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.bx-cat-one .article:nth-child(-n+2) {
    border-top: 0;
    padding-top: 0;
}
.bx-cat-one .article-image {
    width: 93px;
    flex-shrink: 0;
    flex-grow: 0;

}
.bx-cat-one .article:first-child .article-image {
    width: 100%;
}
.bx-cat-one .article:first-child .article-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}
.bx-title-small .bx-cat-link,
.bx-cat-one .bx-cat-link[title="Talk công đoàn"],
.bx-talk-cd .bx-cat-link,
.bx-tags-home .bx-cat-link {
    font-size: 32px;
    font-weight: 400;
    top: -28px;
}
.bx-tags-home {
    padding: 30px 15px;
}
.bx-tags-home .bx-cat-content {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 15px;
}
.bx-tags-home .item-tag {
    display: block;
    padding: 10px 10px;
    background-color: #f6f6fb;
    color: #2e3192;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.bx-talk-cd {
    padding: 40px 5px 60px;
}
.bx-talk-cd .bx-cat-content {
    overflow: hidden;
    padding-inline: 20px;
}
.slick-talk {
    margin: 0 -32px;
}

.slick-talk .article {
    float: left;
    margin: 0 32px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.slick-talk .article-image {
    /* min-width: 256px;
    width: 75%; */
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
}
.slick-talk .article-image::before {
    padding-top: 56.25%;
}
.slick-talk .article-title {
    font-size: 22px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 1.5;
}

.slick-slider .topic-link,
.slick-slider .article-link,
.slick-talk .article-link {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.slick-talk .ic-arrow {
    position: absolute;
    width: 20px;
    height:86px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ebebeb;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}

.slick-talk .ic-arrow:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    transition: .3s ease;
    background: url(../../images/ldcd/ic-arrow.png) center center no-repeat;
}

.slick-talk .ic-arrow:hover:before {
    opacity: .75;
}

.slick-talk .talk-prev {
    left: 5px;

}

.slick-talk .talk-next {
    right: 5px;
    transform: translateY(-50%) rotate(180deg);
}

.slick-talk .pic-prev:before {
    transform: scaleX(-1);
}

.bx-cat-two {
    margin-bottom: -20px;
}
.bx-cat-two .bx-cat-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.bx-cat-two .article {
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: flex-start;
    padding-top: 20px;
    border-top: 1px solid #a1a1a1;
}
.bx-cat-two .article:nth-child(-n+2) {
    width: calc((100% - 20px) / 2);
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}
.bx-cat-two .article:nth-child(3) {
    border-top: 0;
    padding-top: 10px;
}
.bx-cat-two .article-image {
    width: 93px;
    flex-shrink: 0;
    flex-grow: 0;
}
.bx-cat-two .article:nth-child(-n+2) .article-image {
    min-width: 141px;
    width: 75%;
}
.special-slick {
    background-color: #000;
    position: relative;
    overflow: hidden;
}
.special-slick .link-sub-journey,
.special-slick .journey-desc,
.special-slick .article-link {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.special-slick .ic-arrow {
    position: absolute;
    width: 20px;
    height:60px;
    z-index: 2;
    top: 10%;
    /* transform: translateY(-50%); */
    /* background-color: #ebebeb; */
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}
.special-slick .ic-arrow.slick-disabled {
    display: none !important;
}
.special-slick .ic-arrow:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    transition: .3s ease;
    background: url(../../images/ldcd/ic-arrow.png) center center no-repeat;
    background-size: contain;
}

.special-slick .ic-arrow:hover:before {
    opacity: .75;
}

.special-slick .spl-prev {
    left: 5px;

}

.special-slick .spl-next {
    right: 5px;
    transform: rotate(180deg);
}
.bx-journey {
    background: #1e1f29 url(../../images/topics/bg-cover.png) center 0 no-repeat;
    padding-bottom: 30px;
    color: #fff;
}
.bx-journey.cm-a80 {
    background: url(../../images/topics/bg-a80.webp) center center no-repeat;
    background-size: cover;
    position: relative;
}
.bx-journey.cm-a80::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 60%);
}
.bx-journey.cm-a80::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    min-height: 200px;
    /* z-index: -1; */
}

.bx-journey.mai-am-db {
    background: url(../../images/topics/madb.webp) center center no-repeat;
    background-size: cover;
    position: relative;
}
.bx-journey.mai-am-db::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 70%);
}
.bx-journey.mai-am-db::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    min-height: 200px;
    /* z-index: -1; */
}

.bx-journey.nu-doan-vien {
    background: url(../../images/topics/bg-nu-dv.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
.bx-journey.nu-doan-vien::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 75%);
}
.bx-journey.nu-doan-vien::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    min-height: 200px;
    /* z-index: -1; */
}
.bx-journey.tdyn {
    background: url(../../images/topics/bg-tdyn.png) center center no-repeat;
    background-size: cover;
    position: relative;
}
.bx-journey.tdyn::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 70%);
}

.bx-journey .siteCenter {
    position: relative;
    z-index: 99;
}
.journey-title {
    text-align: center;
}
.journey-link  {
    font-size: 30px;
    font-family: 'Playfair_Display', sans-serif;
    text-align: center;
    padding: 30px 0 15px;
    display: block;
    line-height: 1.3;
}
.journey-link:hover {
    color: #ed1c24;
}
.journey-desc {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.sub-journey {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 25px;
    overflow-x: scroll;
    white-space: nowrap;
}
.link-sub-journey {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}
.link-sub-journey:hover {
    color: #ffc7c9 !important;
}
.sub-journey .link-sub-journey:not(:first-child)::before {
    content: '|';
    padding-right: 15px;
    color: #fff !important;
}
.journey-content {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.journey-main {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.journey-main .article {
    width: calc((100% - 24px) / 2);
    float: left;
    display: flex;
    row-gap: 10px;
    flex-direction: column;
}
.journey-main .article:first-child{
    width: 100%;
}
.journey-list .article-title,
.journey-main .article-title {
    color: #fff;
    font-size: 18px;
}
.journey-main .article:first-child .article-title {
    font-family: 'Playfair_Display', sans-serif;
    font-size: 30px;
    line-height: 1.4;
    color: #fff;
}

.journey-list .article {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 12px;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #a1a1a1;
}
.journey-list .article:first-child {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}
.journey-list .article-image {
    width: 94px;
    flex-grow: 0;
    flex-shrink: 0;
}
.bx-cat-three .bx-cat-content {
    counter-reset: section;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    align-items: flex-start;
}
.bx-cat-three .article {
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 25px;
    width: 100%;
}
.bx-cat-three .article:not(:first-child) .article-image {
    display: none;
}
.bx-cat-three .article:first-child {
    display: flex;
    row-gap: 40px;
    flex-direction: column;
}
.bx-cat-three .article:first-child .article-image {
    min-width: 280px;
    width: 80%;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0 auto;
}
.bx-cat-three .article-title {
    padding-left: 40px;
    position: relative;
}
.bx-cat-three .article-title::before {
    content: counter(section);
    counter-increment: section;
    font-family: 'Playfair_Display', sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: -15px;
}
.bx-cat-three .article:first-child .article-title {
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    padding-left: 40px;
    position: relative;
}
.bx-cat-three .article:first-child .article-title::before {
    font-size: 68px;
    top: -20px;
}

.layout-multimedia {
    background-color: #1f1f29;
    /* background-color: #2e3192; */
    padding-block: 15px 28px;
    border-top: 1px solid #f1eff7;
    border-bottom: 1px solid #f1eff7;
}
.multi-heading {
    text-align: center;
}
.multi-link {
    font-size: 40px;
    font-family: 'Playfair_Display', sans-serif;
    font-weight: 700;
    color: #fff;
}
.sub-multi {
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    color: #fff;
}
.sub-multi:not(:first-child)::before {
    content: '|';
    color: #fff;
    padding-inline: 15px;
}
/* .multi-container {
    background-color: #6750a4;
    color: #fff;
    padding: 20px 20px 30px;
} */
.multi-name {
    text-align: center;
    padding-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: scroll;
    white-space: nowrap;
}

.multi-content {
    display: flex;
    gap: 30px 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.bx-multi .article {
    width: calc((100% - 15px) / 2);
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.bx-multi .article:first-child {
    width: 100%;
}
.bx-multi .article:first-child .article-image {
    border-radius: 0;
}
.bx-multi .article-image::before {
    padding-top: 56.25%;
}
.bx-multi .article-content {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
/* .bx-multi .article-title {
    color: #fff;
} */
.bx-multi .article:first-child .article-title {
    font-size: 20px;
    font-weight: 700;
}
.bx-multi .article-title {
    color: #fff;
}
.bx-multi .article-meta,
.bx-multi .article-desc {
    display: none;
}

.bx-multi .article:first-child .article-meta {
    display: flex;
    
}
.bx-multi .article:first-child .article-cat {
    color: #2e3192;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
}
.bx-multi .article:first-child .article-desc {
    color: #fff;
    display: block;
}

.layout-life {
    background-color: #ffd9da;
}
.bx-cat-four .bx-cat-link {
    color: #ee3940;
}
.bx-cat-four .bx-cat-content {
    overflow: hidden;
    position: relative;
    padding-bottom: 70px;
}
.slick-blue {
    margin: 0 -15px;
}

.bx-cat-four .article {
    padding: 0 15px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 10px;
    column-gap: 30px;
    width: calc((100% - 30px) / 2);
}
.bx-cat-four .article-content {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.bx-topic-home .bx-cat-content {
    position: relative;
    padding-block: 40px 50px;
    margin: 0 5px;
    overflow: hidden;
}
.bx-topic-home .slick-slide {
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
.bx-topic-home .topic-title {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.7;
    padding-left: 35px;
    position: relative;
}
.bx-topic-home .topic-title::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e1e1e1;
    position: absolute;
    left: 0;
    top: 6px;
}
.bx-topic-home .slick-dots {
    bottom: 20px;
}

.bx-newspaper .bx-cat-content {
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.slick-newspaper {
    margin: 0 -15px;
}
.bx-newspaper .article {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.bx-newspaper .article-image {
    border-radius: 0;
}
.bx-newspaper .article-image::before {
    padding-top: 137.1%;
}
.bx-newspaper .article-title {
    font-weight: 700;
    font-size: 16px;
}
.bx-newspaper .slick-dots {
    bottom: 0;
}
/* category */
.layout-breadcrumb {
    background-color: #f2f2f2;
    padding-top: 42px;
    margin-bottom: 20px;
}
.bx-breadcrumb {
    background-color: #fff;
    padding-top: 25px;
    border-radius: 10px 10px 0 0;
    display: flex;
    row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    padding: 10px;
    text-align: center;
}
.bread-item {
    font-weight: 700;
    font-size: 12px;
}
.bread-item:not(:first-child):before {
    content: '/';
    padding-right: 3px;
}
.bre-main {
    font-weight: 700;
    font-size: 28px;
}

.bre-main[name="Micro"] {
  width: 200px;
  height: 60px;
  background: url('../../images/ldcd/micro.png') no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}
.bx-cat-two .bx-cat-link[title="Micro"] {
    width: 120px;
    height: 54px;
    z-index: 7;
    background: #e5e5e5 url(../../images/ldcd/micro.png) no-repeat center center;
    position: relative;
    top: -25px;
    background-size: 120px 54px;
    text-indent: -9999px;
    overflow: hidden;
}
/* category */
.bx-listing .bx-cat-content,
.bx-cover-cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.bx-cover-cat .article:first-child .article-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
}
/* .bx-page-list .article:first-child .article-link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
} */
.bx-page-list .article:not(:first-child) .article-desc {display: none;}
.bx-listing .article:first-child .article-title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
}
.bx-page-list .article:nth-child(n+4) .article-meta {
    display: none;
}
.__PC_ARTICLE_PAGING,
.__MB_ARTICLE_PAGING {
    display: flex;
    justify-content: center;
    margin-block: 30px 20px;
    align-items: center;
    width: 100%;
    column-gap: 10px;
}

.__PC_ARTICLE_PAGING>a,
.__PC_ARTICLE_PAGING>div,
.__PC_ARTICLE_PAGING span,
.__MB_ARTICLE_PAGING>a,
.__MB_ARTICLE_PAGING>div,
.__MB_ARTICLE_PAGING span {
    padding: 10px 15px 8px;
    background-color: #2e3192;
    border-radius: 46px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    cursor: pointer;
}

.__PC_ARTICLE_PAGING>a:hover,
.__PC_ARTICLE_PAGING span.current,
.__MB_ARTICLE_PAGING>a:hover,
.__MB_ARTICLE_PAGING span.current {
    background-color: #eb3940;
}

.__PC_ARTICLE_PAGING span:first-child,
.__MB_ARTICLE_PAGING span:first-child {
    display: none;
}

/* loading more */

.loader-ellips {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 48px auto 0;
}

.loader-ellips__dot {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
    left: 3em;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }

    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em);
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

/* detail */
.bx-detail .article-image {
    width: 100%;
}

.article-detail .article-content {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
}
.article-detail {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
}
.article-detail-meta {
    display: flex;
}
.article-detail-meta .article-cat {
    text-transform: uppercase;
    font-weight: 400;
}
.article-detail-subtitle {
    font-size: 20px;
    font-weight: 300;
}
.article-detail-subtitle:empty {
    display: none;
}
.article-detail-title {
    font-size: 42px;
    line-height: 1.4;
    font-weight: 700;
}
.article-detail-desc {
    font-size: 18px;
    font-family: 'Noto_Serif', sans-serif;
    font-weight: 700;
    line-height: 1.6;
}
.author-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.author-image::before {
    padding-top: 100%;
    content: '';
    display: block;
}
.author-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.article-detail-info,
.article-detail-author {
    display: flex;
    flex-wrap: wrap-reverse;
    gap: 5px 10px;
    align-items: center;
}
.article-detail-info {padding-top: 5px;}
.author-title{
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.author-link {
    font-weight: 700;
    color: #ee3940;
}
.article-date{
    color: #c4c3c3;
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px;
}
.__MASTERCMS_CONTENT {
    font-size: 18px;
    font-family: 'Noto_Serif', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
}
.__MASTERCMS_CONTENT strong {
    font-weight: 700;
    font-family: 'Noto_Serif', sans-serif;
}
.__MASTERCMS_CONTENT p {
    font-size: inherit;
    line-height: 1.5;
    margin: 15px 0;
    color: #000;
}

.__MASTERCMS_CONTENT p:empty,
.__MASTERCMS_CONTENT_MOBILE p:empty {
    display: none;
}

.__MASTERCMS_CONTENT img,
.__MASTERCMS_CONTENT_MOBILE img {
    cursor: zoom-in;
}

.__MASTERCMS_CONTENT .cms-caption {
    font-size: 16px;
    font-style: italic;
    font-family: inherit;
}

.MASTERCMS_TPL_TABLE tbody tr:nth-child(even) td {
    background-color: #ebebeb;
    color: #000;
    padding: 10px;
    font-weight: 400;
    text-align: center;
    font-size: inherit;
    font-style: normal;
    font-family: inherit;
}

/* .video-container,  */
.mb_embed_3rd_html {
    position: relative;
}

.mb_embed_3rd_html tr td:first-child {
    padding-top: 56.25%;
    display: block;
}

.video-container iframe,
.mb_embed_3rd_html tr td:first-child iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.YTB_IFRAME,
.videoWrapper,
.ldcd-widescreen {
    position: relative;
}
.YTB_IFRAME::before,
.videoWrapper:not(.audioWrapper):before,
.ldcd-widescreen:not(.audioWrapper):before {
    content: '';
    padding-top: 56.25%;
    display: block;
}
.YTB_IFRAME iframe,
.videoWrapper:not(.audioWrapper) .jwplayer,
.ldcd-widescreen .jwplayer {
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    left: 0;
}

.__MASTERCMS_CONTENT .___widget_video_article .ldcd-widescreen  video,
.__MASTERCMS_CONTENT_MOBILE .___widget_video_article .ldcd-widescreen video,
.___widget_video_article .ldcd-widescreen  .jwplayer video {
    width: 100% !important;
    object-fit: fill !important;
    height: 100% !important;
    transform: none !important;
}
.__MASTERCMS_CONTENT .___widget_video_article .videoWrapper.audioWrapper + .videoWrapper {
    display: none;
}
.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 15px;
    align-items: center;
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
}

.article-tags span {
    display: block;
    color: #000;
    font-size: 21px;
    padding-left: 45px;
    height: 40px;
    line-height: 40px;
    font-family: 'Playfair_Display', sans-serif;
    font-weight: 700;
    background: url(../../images/ldcd/ico-tags.png) 0 center no-repeat;
}
.article-tags a{
    display: block;
    padding: 10px 10px;
    background-color: #f6f6fb;
    color: #2e3192;
}
.bx-four-item .bx-cat-content {
    display: flex;
    column-gap: 17px;
    flex-wrap: wrap;
    gap: 25px 10px;
}
.bx-four-item .article {
    width: calc((100% - 25px) / 2);
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
   
}
.bx-four-item .article-image {
    display: none;
}
.bx-four-item .article-content {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
}
#user-comment {
    padding: 15px 15px !important;
    background-color: #eee !important;

}
.bx-comments-heading {
    margin-bottom: 20px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

.comments-reply{
    padding-left: 65px;
}

.article-comment .box-comment .content {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 20px;
}
#user-comment .box-comment textarea {
    border: 0;
    border-radius: 5px;
    padding: 15px;
    max-width: unset;
    min-width: unset;
}
#user-comment .box-comment textarea::-webkit-input-placeholder {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#user-comment .box-comment textarea:-ms-input-placeholder {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#user-comment .box-comment textarea::-ms-input-placeholder {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
#user-comment .box-comment textarea::placeholder {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#user-comment button {
    text-transform: uppercase;
    padding: 8px 30px 5px;
    height: auto;
    border-radius: 3px;
    background: #2e3192;
    font-family: 'UTMAvo-Bold', sans-serif;
    font-weight: 700;
    float: right;
    transition: .3s ease;
}

#user-comment button:hover {
    background: #242779;
    cursor: pointer;
}

#user-comment .box-comment textarea::-webkit-input-placeholder {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#user-comment .box-comment textarea:-ms-input-placeholder {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#user-comment .box-comment textarea::-ms-input-placeholder {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

#user-comment .box-comment textarea::placeholder {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.btnDislike>span,
.btnLike>span {
    margin-right: 3px;
}

.bx-readest {
    background-color: #fff4f4;
    padding: 25px;
    border-radius: 10px;
}
.cat-link {
    font-size: 37px;
    font-family: 'Playfair_Display', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    position: relative;
    padding-bottom: 10px;
}
.cat-link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 125px;
    height: 1px;
    background-color: #ee3940;
}
.bx-others .article:first-child,
.bx-readest .article:first-child {
    padding-top: 0;
    border-top: 0;
}

.bx-item .article-desc {
    display: none;
}
.bx-detail-item {
    padding-top: 40px;
    margin-top: 30px;
}
.bx-detail-item .bx-cat-link {
    position: absolute;
    top: -25px;
    left: 0;
    padding-right: 15px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 30px;
}
.bx-detail-talk {
    padding: 50px 15px;
}
.bx-detail-talk .bx-cat-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 40px;
}
.bx-detail-talk .article-image {
    border-radius: 50%;
    min-width: 114px;
    width: 80%;
    margin: 0 auto;
}
.bx-detail-talk .article-title{
    display: none;
}
.bx-detail-talk .article {
    width: 50%;
}
/* bx-newspaper-list */
.bx-newspaper-list .bx-cat-content {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
.bx-newspaper-list .article-image {
    border: 1px solid #e1e1e1;
}

.bx-newspaper-list .article {
    width: calc((100% - 20px) / 2);
}

/* .bx-newspaper .article-image::before, */
.bx-newspaper-list .article-image::before {
    padding-top: 141%;
}
.bx-newspaper-list .article-title {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
    font-weight: 700;
}
.bx-newspaper-list .article-link {
    color: #222;
}
/* bx-list-items */
.bx-list-items .bx-cat-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bx-list-items .article {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #a1a1a1;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.bx-list-items .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.bx-list-items .article-image {
    min-width: 100%;
    width: 100%;
}
.bx-list-items .article-content {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
} 
.bx-list-items .article-title {
    font-weight: 700;
}
/* bx-item-listing */
.bx-item-listing .bx-cat-content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.bx-item-listing .article {
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: flex-start;
    padding-top: 20px;
    border-top: 1px solid #a1a1a1;
}
.bx-item-listing .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.bx-item-listing .article-image {
    width: 93px;
    flex-shrink: 0;
    flex-grow: 0;
}
.bx-item-listing .article-content {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
}
.bx-item-listing .article-desc {display: none;}
/* search */
.results-title {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.results-title .keyword {
    font-size: 16px;
    color: #999;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.results-title .info-key {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    margin-left: 8px;
    color: #000;
}

.results-title .result {
    font-size: 12px;
    color: #fff;
    height: 30px;
    padding: 6px 15px;
    background: #ec1a23;
    border-radius: 20px;
    margin-left: auto;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    align-items: center;
}

.highlight {
    background-color: yellow;
}
/* liên hệ  */
.bx-contact-list {
    padding: 0 5px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.info-contact {
    width: 29%;
    float: left;
    padding: 50px 0;
    background: #f7f7f7;
    -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
    margin-left: 4.33%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #3e4095;
    margin-bottom: 30px;
}
.info-contact:nth-child(3n+1) {
    margin-left: 2.16%;
}
.info-contact a, 
.info-contact i {
    color: #3e4095;
    font-size: 14px;
    display: block;
}
.info-contact i.fa-usd {
    width: 36px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #3e4095;
    border-radius: 50%;
    margin: 0 auto 10px;
}
.info-contact i {
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
}
@media screen and (max-width: 700px) {
    .info-contact:nth-child(3n+1),
    .info-contact {
        width: 48%;
        margin-left: 4%;
        word-break: break-all;
    }
    .info-contact:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }
}

@media screen and (max-width: 600px) {
    .info-contact {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 500px) {
    .ldcd-portrait {
        max-width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .info-contact {
        margin-bottom: 15px;
    }
}
/* bx-article-send-body */
.bx-article-send-list button {background: #ed1c24 !important;color: #fff !important;padding: 10px;border: 0 !important;outline: 0;cursor: pointer;}
/* .article-detail .videoWrapper,
.article-detail .videoWrapper-o {position: relative;padding-bottom: 56.25%; }
.article-detail .videoWrapper iframe,
.article-detail .videoWrapper #myElement,
.article-detail .videoWrapper-o iframe,
.article-detail .videoWrapper-o .jwplayer {position: absolute;top: 0;left: 0;width: 100% !important;height: 100% !important;} */
/* .___widget_video_article {
    position: relative;
}

.___widget_video_article::before {
    content: '';
    padding-top: 56.25%;
    display: block;
}

.___widget_video_article .jwplayer {
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    left: 0;
} */
/* footer */
.footer-body {
    background-color: #f4f6f9;
    padding: 45px 0;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-info {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 60px;
}

.footer-menu {
    display: flex;
    column-gap: 55px;
    overflow: hidden;
}

.half-ft-menu {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

.footer-social {
    display: flex;
    column-gap: 10px;
    margin-top: 10px;
}
.footer-text {
    line-height: 1.86;
    color: #444;
}
.ft-menu-link {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
}
.ft-icon {
    background-image: url(../../images/ldcd/ico-social.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
}
.ic-xt {
    background-position: 0 0;
}
.ic-wa {
    background-position: -40px 0;
}
.ic-tt {
    background-position: -81px 0;
}
.ic-fb {
    background-position: -122px 0;
}
.footer-body .siteCenter > div:not(:first-child) {
    margin-top: 25px;
    border-top: 1px solid #ebebeb;
    padding-top: 25px;
}
.footer-contact {
    display: flex;
    column-gap: 2px;
    margin-top: 25px;
}
.footer-contact a {
    display: block;
    background-color: #2c2f8f;
    color: #fff;
    padding: 2px 25px;
    border-radius: 3px;
}
.footer-cms a {
    color: #7a7a7a;
    display: block;
    padding: 20px 0;
}
@media screen and (max-width: 480px) {
    .bx-coverange .article:first-child .article-title {
        font-size: 28px;
    }
}
@media screen and (max-width: 400px) {
    .header-left {
        column-gap: 15px;
    }
    /* .bars {
        width: 38px;
        height: 38px;
    } */
    .bar-icon {
        width: 24px;
    }
    .bx-coverange .article:first-child .article-title {
        font-size: 28px;
    }
    /* .bx-multi .article {
        width: calc((100% - 15px) / 2);
    } */
    .article-detail-title {
        font-size: 36px;
    }
}
@media screen and (max-width: 380px) {
    .header-left {
        column-gap: 20px;
    }
    .space,
    .more-site .link-site {
        display: none;
    }
    .bx-cat .bx-cat-link {
        font-size: 28px;
    }
    /* .bx-coverange .article:first-child .article-title {
        font-size: 24px;
    } */
}
@media screen and (max-width: 320px) {
    .bx-coverange .article:first-child {
        padding-bottom: 55px;
    }
    .bx-coverange .article:first-child .article-title {
        font-size: 24px;
    }
}