@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: 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');
}

* {
    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;
    min-width: 1200px;
}

.siteCenter {
    width: 1180px;
    margin: 0 auto;
}

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: 180px;
    right: 42px;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    transition: .3s ease all;
    opacity: 1;
}

.gotop>svg {
    vertical-align: -6px;
}

.gotop:hover {
    opacity: 0.7;
}

.mobile-button {
    display: none;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background: #ed1b24;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 12px;
    z-index: 9999;
}

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.7);
}
/* header */
/* #nav.nav-expand {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    
    z-index: 10;
}
#header.hd-expand #nav{
    display: none;
}
#header.hd-expand ~ * {
    display: none;
} */
#header {
    transition: .3s ease all;
}
#header.hd-expand{
    overflow: hidden;
    height: 100vh;
}
.main-menu-special.open-nav {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    overflow-y: scroll;
    background-color: #ebebeb;
    z-index: 9;
}
.system-date {
    display: block;
    padding-block: 5px;
}
.header-top {
    padding-block: 25px 40px;
    background: url(../../images/ldcd/line-menu.png) 0 bottom repeat-x;
    position: relative;
}
.header-top .siteCenter{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-left {
    display: flex;
    align-items: center;
    column-gap: 65px;
}
.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;
}
#frmSearch {
    height: 45px;
    width: 275px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 5px #ebebeb;
    justify-content: space-between;
}

#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: 36px;
}
.more-site a {
    display: block;
}
.main-menu-special {
    display: none;
    transition: .3s ease;
}
.header-menu {
    background-color: #fff;
    margin-bottom: 50px;
    position: relative;
}
.header-menu.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 1px 10px #ebebeb;
}
.header-menu .siteCenter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-main {
    display: flex;
}
.item-menu {
    position: relative;
}
.link-menu {
    text-transform: uppercase;
    font-weight: 500;
    padding-right: 15px;
    padding-block: 20px;
    display: block;
}
.header-menu .item-menu:not(:first-child) .link-menu::before {
    content: '|';
    padding-right: 15px;
    color: #000;
}
.sub-menu {
    position: absolute;
    z-index: 100;
    left: 0;
    border-radius: 5px;
    background-color: #ebebeb;
    padding: 0 15px;
    list-style: none;
    margin: 0;
    top: 58px;
    min-width: 250px;
    pointer-events: none;
    display: none;
    animation: showMenu .3s ease;
}
.item-menu.has-submn:hover::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 46px;
    width: 10px;
    height: 12px;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    border-bottom: 12px solid #ebebeb;
    animation: showMenu .3s ease;
}
@keyframes showMenu {
    0% {
        margin-top: 15px;
    }

    100% {
        margin-top: 0;
    }
}

.item-menu:hover>.sub-menu {
    pointer-events: all;
    display: block;
}

.sub-item-menu {
    padding: 10px 0;
    border-top: 1px dashed #acacac;
    font-size: 14px;
    font-weight: 500;
}

.sub-menu>.sub-item-menu:first-child {
    border-top: 0;
}

.navigation {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px 20px;
    align-items: flex-start;
    overflow-y: scroll;
}
.footer-menu a.active,
.footer-menu a:hover,
.article-title:hover,
.header-main a.active,
.navigation a.active,
.header-main a:hover,
.navigation a:hover {
    color: #ed1c24 !important;
}
.navigation::-webkit-scrollbar {
    width: 4px;
}

.navigation::-webkit-scrollbar-track {
    background: transparent;
}

.navigation::-webkit-scrollbar-thumb {
    background: #d7d7d7;
}

.navigation::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.main-menu-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: calc((100% - 3*25px) / 4);
}

.main-menu-item a {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    font-weight: 400;
    color: #333;
}

.main-menu-item .navigation-link {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
/* main */
.f-24 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 24px;
}

.col-30 {
    display: flex;
    row-gap: 30px;
    flex-direction: column;
}

.article-image {
    position: relative;
    display: block;
    background: url(../../images/ldcd/images.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 5px;
}

.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.6;
    font-weight: 300;
    color: #444;
    transition: 0.25s ease;
}

.article-desc {
    color: #333;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.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:not(.highlight) + span {
    margin-left: 5px;
}
.bx-coverange {
    width: 822px;
    flex-shrink: 0;
    flex-grow: 0;
}

.bx-coverange .article {
    width: 200px;
    float: left;
    margin-top: 15px;
}

.bx-coverange .article:nth-child(-n+2) {
    margin-top: 0;
}
.bx-coverange .article:first-child {
    width: 598px;
    float: right;
    margin-left: 24px;
    position: relative;
    margin-bottom: 95px;
}

.bx-coverange .article-image {
    margin-bottom: 15px;
}
.bx-coverange .article-content {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
} 
.bx-coverange .article:first-child .article-content {
    position: absolute;
    left: 0;
    right: 175px;
    top: 70%;
    background-color: #fff;
    z-index: 1;
    padding: 20px 10px;
    border-radius: 0 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: 42px;
    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 {
    width: 334px;
    flex-shrink: 0;
    flex-grow: 0;
}

.bx-item .article {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 12px;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #a1a1a1;
}
.bx-item .article:first-child {
    margin-top: 0;
    border-top: 0;
    padding-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;
}
.slick-cafe-cat {
    margin: 0 -18px;
}
.bd-full {
    position: relative;
    margin-top: 40px;
    border: 2px solid #5c5c5c;

}
.bx-cat-link {
    font-size: 40px;
    font-family: 'Playfair_Display', sans-serif;
    font-weight: 700;
    position: absolute;
    top: -35px;
    left: 25px;
    padding: 0 15px;
    background-color: #fff;
}
.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 25px 60px;
}
.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;
    margin-top: 40px;
    padding-top: 50px;
    border-top: 2px solid #5c5c5c;
}
.bd-top::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    right: 0;
    border-top: 1px solid #8b8b8b;
}
.bd-top .bx-cat-link {
    left: 0;
    padding-left: 0;
}
.bx-cat-one .bx-cat-content {
    display: flex;
    column-gap: 17px;
    flex-wrap: wrap;
}
.bx-cat-one .article {
    width: 282px;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.layout-half {
    display: flex;
    column-gap: 36px;
    align-items: stretch;
    justify-content: space-between;
}
.layout-half .bx-cat-link{
    font-weight: 400;

}
.bx-tags-home {
    padding: 30px;
    width: 572px;
}
.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 {
    width: 572px;
    padding: 50px 5px 90px;
}
.bx-talk-cd .bx-cat-content {
    overflow: hidden;
    padding-inline: 27px;
}
.slick-talk {
    margin: 0 -32px;
}

.slick-talk .article {
    float: left;
    margin: 0 32px;
    display: flex;
    column-gap: 30px;
}
.slick-talk .article-image {
    width: 256px;
    flex-shrink: 0;
    flex-grow: 0;
}
.slick-talk .article-title {
    font-size: 22px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    padding-right: 20px;
}
.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 .article {
    width: 357px;
    float: left;
    margin-left: 54px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.bx-cat-two .article:first-child {
    margin-left: 0;
}
.bx-cat-two .article:nth-child(n+3) {
    padding-block: 20px;
    border-bottom: 1px solid #a1a1a1;
    flex-direction: row;
    column-gap: 20px;
}
.bx-cat-two .article:nth-child(-n+3) {
    padding-top: 0;
}
.bx-cat-two .article:nth-child(-n+2) .article-title{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
}
.bx-cat-two .article:nth-child(n+3) .article-image {
    width: 94px;
    flex-shrink: 0;
    flex-grow: 0;
}
.bx-cat-three .bx-cat-content {
    counter-reset: section;
    display: flex;
    column-gap: 65px;
    align-items: flex-start;
}
.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: -10px;
}
.three-main {
    width: 300px;
    flex-shrink: 0;
    flex-grow: 0;
}
.three-main .article {
    display: flex;
    row-gap: 40px;
    flex-direction: column;
}
.three-main .article-image::before {
    padding-top: 56.25%;
}
.three-main .article-title {
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    padding-left: 40px;
    position: relative;
}
.three-main .article-title::before {
    font-size: 68px;
    top: -20px;

}
.three-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 65px;
    width: 815px;
    flex-shrink: 0;
    flex-grow: 0;

}
.three-list .article {
    width: 375px;
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 25px;

}
.three-list .article-image {
    display: none;
}
.layout-multimedia {
    background-color: #f9f8fc;
    padding-block: 15px 28px;
    border-top: 1px solid #f1eff7;
    border-bottom: 1px solid #f1eff7;
}
.multi-heading {
    text-align: center;
    padding-bottom: 15px;
}
.multi-link {
    font-size: 40px;
    font-family: 'Playfair_Display', sans-serif;
    font-weight: 700;
}
.sub-multi {
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}
.sub-multi:not(:first-child)::before {
    content: '|';
    color: #363636;
    padding-inline: 15px;
}
/* .multi-container {
    background-color: #6750a4;
    color: #fff;
    padding: 20px 55px 70px;
} */
.multi-name {
    text-align: center;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.multi-content {
    display: flex;
    gap: 30px 15px;
    flex-wrap: wrap;
}
.bx-multi .article {
    width: 256px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.bx-multi .article:first-child {
    width: 100%;
    padding-inline: 210px;
}
.bx-multi .article:first-child .article-image {
    border-radius: 0;
}
.bx-multi .article:first-child .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-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;
    margin: 0 -135px;
    display: block;
    text-align: center;
}

.bx-cat-four {
    background-color: #f3f6fb;
    padding: 0 30px;
}
.bx-cat-four .bx-cat-link {
    color: #ee3940;
    background-color: #f3f6fb;
}
.bx-cat-four .bx-cat-content {
    overflow: hidden;
    position: relative;
    padding-bottom: 70px;
}
.slick-blue {
    margin: 0 -26px;
}

.bx-cat-four .article {
    padding: 0 26px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 10px;
    column-gap: 25px;
}
.bx-cat-four .article-content {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.bx-topic-home {
    padding: 55px 40px;
}
.bx-topic-home .bx-cat-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 30px;


}
.bx-topic-home .topic-group {
    display: flex;
    row-gap: 30px;
    flex-direction: column;
}
.bx-topic-home .topic-title {
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 35px;
    position: relative;
    width: 345px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
}

.bx-topic-home .topic-title::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e1e1e1;
    position: absolute;
    left: 0;
    top: 6px;

}
.bx-newspaper .bx-cat-content {
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.slick-newspaper {
    margin: 0 -20px;
}
.bx-newspaper .article {
    padding: 0 20px;
    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: 50px;
}
.bx-breadcrumb {
    background-color: #fff;
    padding-top: 30px;
    border-radius: 10px 10px 0 0;
    display: flex;
    row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: 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: 40px;
    padding-bottom: 20px;
}
.bx-cover-cat {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 17px;
}
.bx-cover-cat .article-content,
.bx-cover-cat .article{
    display: flex;
    row-gap: 10px;
    flex-direction: column;
}

.bx-cover-cat .article {
    width: 282px;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.bx-cover-cat .article:first-child {
    width: 100%;
    column-gap: 35px;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}


.bx-cover-cat .article:first-child .article-image {
    width: 567px;
    flex-shrink: 0;
    flex-grow: 0;
}
.bx-cover-cat .article:first-child .article-title {
    font-size: 42px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
}

.bx-cover-cat .article-desc {
    display: none;
}
.bx-cover-cat .article:first-child .article-desc,
.bx-cat-list .article:nth-child(-n+2) .article-desc {
    display: block;
}
.bx-listing .bx-cat-content {
    display: flex;
    gap: 35px 50px;
    flex-wrap: wrap;
}
.bx-listing .article {
    width: 360px;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.bx-listing .article-content, .bx-listing .article {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
}
.bx-listing .article-title {
    font-weight: 700;
    line-height: 1.4;
    font-size: 26px;
}
.bx-cat-list .article:nth-child(-n+2) {
    width: 567px;
}
.bx-cat-list .article:nth-child(-n+2) .article-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4;
    color: #000;
}
.bx-cat-list .article:nth-child(2) {
    margin-left: -4px;
}
.__PC_ARTICLE_PAGING,
.__MB_ARTICLE_PAGING {
    display: block;
    margin-block: 48px 20px;
    width: 100%;
    text-align: center;
    /* justify-content: center;
    align-items: center;
    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 20px 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: 359px;
}

.article-detail .article-content {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
}
.article-detail {
    display: flex;
    column-gap: 52px;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 30px;
}
.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: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 1.6;
}
.author-image {
    width: 56px;
    height: 56px;
    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;
    gap: 10px;
    align-items: center;
}
.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;
}

.bx-four-item .bx-cat-content {
    display: flex;
    column-gap: 17px;
    flex-wrap: wrap;
    gap: 35px 10px;
}
.bx-four-item .article {
    width: 282px;
    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;
}
.w822,
.bx-comments,
.bx-detail-content {
    width: 822px;
}
.w334 {
    width: 334px;
}
.__MASTERCMS_CONTENT {
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.45;
    text-align: justify;
}
.__MASTERCMS_CONTENT p {
    font-size: inherit;
    line-height: 1.45;
    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%;
}

.___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;
}

.__MASTERCMS_CONTENT .___widget_video_article video,
.__MASTERCMS_CONTENT_MOBILE .___widget_video_article video,
.___widget_video_article .jwplayer video {
    width: 100% !important;
    object-fit: fill !important;
    height: 100% !important;
    transform: none !important;
}


.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;
}


.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 15px;
    margin-bottom: 36px;
    align-items: center;
}

.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;
}

#user-comment {
    padding: 25px 28px;
    background-color: #eee;
    margin-bottom: 36px;

}
.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 36px 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 .__comment::-webkit-input-placeholder {
    color: #b7b7b7;
}

#user-comment .__comment:-ms-input-placeholder {
    color: #b7b7b7;
}

#user-comment .__comment::-ms-input-placeholder {
    color: #b7b7b7;
}

#user-comment .__comment::placeholder {
    color: #b7b7b7;
}

.btnDislike>span,
.btnLike>span {
    margin-right: 3px;
}
/* bx-newspaper-list */
.bx-newspaper-list .bx-cat-content {
    display: flex;
    gap: 25px;
    flex-direction: row;
    flex-wrap: wrap;
}
.bx-newspaper-list .article-image {
    border: 1px solid #e1e1e1;
}

.bx-newspaper-list .article {
    width: calc((100% - 3 * 25px) / 4);
}

/* .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-listing-item */
.bx-listing-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-listing-item .article:first-child {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}
.bx-listing-item .article-image {
    width: 300px;
    flex-grow: 0;
    flex-shrink: 0;
}
.bx-listing-item .article-content {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
}
.bx-listing-item .article-title {
    font-weight: 700;
}
/* search */
.results-title {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 32px;
}

.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: 50px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.info-contact {
    width: 316px;
    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: 25px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #3e4095;
}
.info-contact:nth-child(-n+3) {
    margin-top: 0;
}
.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;
}

.item-ads {
    padding-top: 38px;
}
/* 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;}
/* footer */
.footer-body {
    background-color: #f4f6f9;
    padding: 45px 0;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-info {
    width: 300px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 60px;
}

.footer-body .siteCenter {
    display: flex;
}

.footer-left {
    display: flex;
    flex-wrap: wrap;
}

.footer-menu {
    display: flex;
    column-gap: 55px;
}

.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;
}
.copyright {
    margin-top: 30px;
    border-top: 1px solid #ebebeb;
    padding-top: 25px;
}
.footer-right {
    width: 450px;
    flex-grow: 0;
    flex-shrink: 0;
}
.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: 900px) {
    .mobile-button {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}