@import "fancybox.css";

:root {
    --white-color: #fff;
    --black-color: #000;
    --main-color: #1a5056;
    --red-color: #d90001;
    --font-main: 'Inter', sans-serif;
}

@font-face {
    font-family: 'Merriweather';
    font-weight: 400;
    src: url(../css/fonts/Merriweather/Merriweather-Regular.ttf);
}
@font-face {
    font-family: 'Merriweather';
    font-weight: 700;
    src: url(../css/fonts/Merriweather/Merriweather-Bold.ttf);
}

@font-face {
    font-family: 'Inter';
    font-weight: 700;
    src: url(../css/fonts/Inter/Inter-Bold.ttf);
}
@font-face {
    font-family: 'Inter';
    font-weight: 400;
    src: url(../css/fonts/Inter/Inter-Regular.ttf);
}
@font-face {
    font-family: 'Playfair_Display';
    font-weight: 700;
    src: url(../css/fonts/Playfair_Display/PlayfairDisplay-Bold.ttf);
}
@font-face {
    font-family: 'Noto_Sans';
    font-weight: 400;
    src: url(../css/fonts/Noto_Sans/NotoSans-Regular.ttf);
}
* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}

.siteCenter {
    padding: 0 12px;
}

.fw {
    width: 100%;
}

a {
    text-decoration: none;
    border: none;
    color: inherit;
    transition: 0.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;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

b,
strong {
    font-weight: 700;
}
.flex-0 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.flex-1 {
    display: flex;
    flex-direction: column;
    row-gap: 35px;
}
.flex-3 {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
.fw {
    width: 100%;
}

.lt {
    display: block;
    float: left;
}

.rt {
    display: block;
    float: right;
}
.hide, .hidden {
    display: none;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
}

.article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
}
.article-content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 10px;
}

.article-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: url(../images/no-image.jpg) 0 0 no-repeat;
    background-size: cover;
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
}
.article-image::before {
    padding-top: 62.5%;
    content: "";
    display: block;
}
.article-image:hover {
    opacity: .85;
}
.article-image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

/* .article-image:hover {
    opacity: .85;
} */

.article-title {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    transition: .3s ease;
}
.article-link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.article-desc {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    color: #666;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.article-cat {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Noto_Sans', sans-serif;
    font-weight: 400;
    display: inline-flex;
    color: #ed1c24;
    margin-right: 5px;
}
.article-cat:hover {
    color: #f00;
}
.article-publish:empty,
.article-cat:empty {
    display: none;
}
.article-publish {
    color: #5d5d5d;
    font-size: 12px;
}
.article-publish-time+.article-cat::before,
.article-cat+.article-publish::before {
    content: '-';
    padding-right: 5px;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 0;
}
.gotop {
    width: 39px;
    height: 39px;
    background: url(../images/pc/gotop.png) 0 0 no-repeat;
    display: none;
    position: fixed;
    bottom: 40px;
    right: 12px;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    transition: .3s ease all;
    opacity: 1;
}
.gotop:hover {
    opacity: .8;
}
.header-info {
    padding: 6px 0;
    border-bottom: 1px solid #f2f2f2;
}
.header-top {
    align-items: center;
}
.calendar {
    background: url(../images/pc/ico-calendar.png) 0 0 no-repeat;
    padding-left: 26px;
}
.header-weather {
    align-items: center;
    column-gap: 8px;
    margin-left: 5px;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
}
.bx-weather {
    align-items: center;
    column-gap: 12px;
    border: 1px solid #dadada;
    padding: 5px 10px 5px 16px;
}
.weather-info {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.temp-info {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

.hd-caret-down {
    width: 16px;
    height: 16px;
    position: relative;
    cursor: pointer;
}

.hd-caret-down::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #555;
}
.hd-caret-down.active::before {
    border-bottom: 8px solid #555;
    border-top: unset;
}
.weather-icon {
    height: 44px;
    display: none;
}
.weather-list .weather-icon {
    display: block;
    height: 32px;
}
.weather-list {
    display: none;
    min-width: 198px;
    width: 100%;
    position: absolute;
    top: calc(100% + 7px);
    right: 0;
    background: #fff;
    display: none;
    z-index: 2;
    padding-top: 5px;
    border: 1px solid #ebebeb;
}

.weather-list.show {
    display: block;
}

.weather-item-sub {
    cursor: pointer;
    padding: 5px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}

.hd-weather-item:not(:first-child),
.weather-item-sub.active-weather {
    display: none;
}
.weather-more {
    border-top: 1px solid #ebebeb;
    color: #007bd9;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
}
.scroll {
    scrollbar-width: thin;
}

.scroll::-webkit-scrollbar {
    width: 2px;
}

.scroll::-webkit-scrollbar-track {
    background: #f8f8f8c0;
}

.scroll::-webkit-scrollbar-thumb {
    background: #d7d7d7;
}

.scroll::-webkit-scrollbar-thumb:hover {
    background: #797979;
}
.header-logo {
    padding: 18px 0;
    display: flex;
    justify-content: center;
}
.header-logo img {
    max-width: 296px;
}
.logo > span {
    display: block;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 17px;
    margin-top: -1px;
}
.stock-bar {
    overflow: hidden;
    /* margin-bottom: 10px; */
    /* padding-bottom: 23px; */
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
    padding-bottom: 10px;
    /* max-height: 54px; */
}

.stock-bar .slick-slider {
    /* margin: 0px -7px; */
    padding-bottom: 20px;
    margin-bottom: 0;
}

.stock-bar .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.stock-bar .slick-slide {
    margin: 0px 16px;
    height: inherit;
}
.stock-bar .slick-dots {
    left: 50%;
}
.stock-bar-item {
    /* background-color: #f8f8f8;
    min-height: 70px;*/
    /* border: 1px solid #eee; */
    font-size: 12px;
    display: inline-block;
    margin-left: 20px;
    /* padding: 7px 16px; */
    /* border-radius: 7px; */
}

.stock-bar-item .up {
    color: #2be72c;
}

.stock-bar-item .up .arrow::before {
    content: '';
    display: inline-block;
    background: url("../images/stock-arrow-up-small.png") center center no-repeat;
    width: 8px;
    height: 9px;
}

.stock-bar-item .down {
    color: #f03;
}

.stock-bar-item .down .arrow::before {
    content: '';
    display: inline-block;
    background: url("../images/stocks/stock-arrow-down-small.png") center center no-repeat;
    width: 8px;
    height: 9px;
}

.stock-bar .icon-stock-up {
    display: inline-block;
    padding-left: 15px;
    background: url("../images/stocks/stock-arrow-up.png") 0px center no-repeat;
    margin-right: 2px;
}

.stock-bar .icon-stock-rect {
    display: inline-block;
    padding-left: 15px;
    background: url("../images/stocks/stock-rectangle.png") 0px center no-repeat;
    margin-right: 2px;
}

.stock-bar .icon-stock-down {
    display: inline-block;
    padding-left: 15px;
    background: url("../images/stocks/stock-arrow-down.png") 0px center no-repeat;
}

.stock-bar-item {
    white-space: nowrap;
}

.stock-bar-item-head {
    font-size: 13px;
}
.stock-bar-item > div:not(.stock-bar-item-head) {
    display: none;
}
.stock-bar-item-body {
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 8px;
    padding-top: 5px;
    border-top: 1px solid #e1e1e1;
}

.c-orange {
    color: #f90;
}

.stock-slick .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

.stock-slick .slick-dots li {
    width: 12px;
    height: 3px;
    margin: 0 3px;
    display: inline-block;
}

.stock-slick .slick-dots li button {
    width: 12px;
    height: 3px;
    font-size: 0;
    display: block;
    cursor: pointer;
    padding: 0;
    background-color: #ccc;
}
.slick-dots li button:before {
    content: unset;
}
.stock-slick .slick-dots li.slick-active button {
    background-color: #ed1c24;
}
.logo-vietlott span {
    font-size: 12px;
}

.flash-container {
    overflow: hidden;
}

.flash {
    padding-left: 28px;
    /* background: url(../images/pc/ico-flash.png) 0 center no-repeat; */
    position: relative;
    height: 48px;
    overflow: hidden;
}
.flash::before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #f00;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.flash .article-title {
    font-weight: 400;
    position: relative;
    float: left;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    padding: 12px 0;
}
.flash .article-link {
    line-clamp: 1;
    -webkit-line-clamp: 1;
}

.system-menu {
    background: #ED2F38;
    background: linear-gradient(90deg, rgba(237, 47, 56, 1) 0%, rgba(237, 47, 56, 1) 40%, rgba(252, 187, 113, 1) 100%);
    position: relative;
}
.system-menu.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 1px 10px #ebebeb;
}

.header-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 6px 0;
    line-height: 47px;
}
.main-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    column-gap: 5px;
}
.main-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 15px;
}
.link-menu {
    display: block;
    padding: 0 10px;
}
.ico-bars::before {
    content: '';
    width: 21px;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    transition: .3s transform ease;
    z-index: 999;
}

.ico-bars {
    width: 21px;
    height: 11px;
    border-top: 1px solid #fff;
    display: block;
    position: relative;
    cursor: pointer;
    z-index: 9999999;
    transition: .3s ease all;
    cursor: pointer;
}

.ico-bars::after {
    content: '';
    width: 21px;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    z-index: 999;
}

.ico-bars-close {
    /* position: absolute;
    right: 9px;
    top: 31px; */
    border-top: 0;
}

.ico-bars-close::before {
    transform: rotate(45deg);
}

.ico-bars-close::after {
    transform: rotate(-45deg) translate(3px, -4px);
}

.item-menu {
    position: relative;
    line-height: 36px;
}
.link-menu {
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    display: block;
    color: #fff;
    padding-inline: 6px;
    white-space: nowrap;
}
.menu-buttons {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.bx-search {
    display: none;
    position: absolute;
    right: 40px;
}
#frmSearch {
    width: 100%;
    max-width: 200px;
    height: 33px;
    border-radius: 33px;
    border: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    background-color: #fff;
}
#frmSearch .search-input {
    display: inline-block;
    font-size: 14px;
    width: calc(100% - 32px);
    padding-left: 15px;
    line-height: 32px;
}

#frmSearch .search-input::-webkit-input-placeholder {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
}

#frmSearch .search-input:-ms-input-placeholder {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
}

#frmSearch .search-input::-ms-input-placeholder {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
}

#frmSearch .search-input::placeholder {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
}

#frmSearch .search-btn {
    display: block;
    margin-left: 5px;
    width: 32px;
    height: 32px;
    background: url("../images/mb/ico-search-m.png") center center no-repeat;
    cursor: pointer;
}
.icon-search {
    width: 20px;
    height: 20px;
    background: url("../images/mb/ico-search-white-m.png") center center no-repeat;
    cursor: pointer;
    position: relative;
}


.bx-search.active {
    display: block;
}
.icon-search.search-active {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    background: none;
    flex-shrink: 0;
    flex-grow: 0;
}
.icon-search.search-active::before, .icon-search.search-active::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #fff;
    transform: rotate(45deg);
    left: 50%;
}
.icon-search.search-active::after {
    content: '';
    transform: rotate(-45deg);
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #fff;
    left: 50%;
}
/* Nút mở */
#fontBtn {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    border: 0;
    background: #ffffff;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s;
}
/* Popup */
.font-popup{
    position:absolute;
    top:55px;
    right:10px;
    width:calc(100% - 20px);
    /* max-width: 360px; */
    padding:14px;
    border-radius:14px;
    background: #fff;
    backdrop-filter:blur(12px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
    opacity:0;
    transform:translateY(-10px) scale(.97);
    pointer-events:none;
    transition:.25s ease;
    z-index:999;
}

.font-popup.show{
    opacity:1;
    transform:translateY(0) scale(1);
    pointer-events:auto;
}

/* Top */
.font-popup .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    align-items: center;
}


#closeFont{
    background:none;
    border:0;
    font-size:20px;
    cursor:pointer;
    opacity:.6;
}
#closeFont:hover{ opacity:1; }

/* Slider */
#fontRange{
    width:100%;
    margin:10px 0 15px;
    appearance:none;
    height:6px;
    border-radius:10px;
    background:#e5e5e5;
    outline:none;
}

#fontRange::-webkit-slider-thumb{
    appearance:none;
    width:18px;
    height:18px;
    border-radius:50%;
    background:#007bd9;
    cursor:pointer;
    box-shadow:0 3px 8px rgba(0,0,0,.2);
}
.font-bars {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

.font-controls{
    display:flex;
    align-items:center;
    gap:8px;
    flex-shrink: 1;
    flex-grow: 1;
}

#decreaseFont,
#increaseFont{
    width:32px;
    height:32px;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius:50%;
    border:0;
    background:#f1f3f5;
    cursor:pointer;
    font-size:18px;
    font-weight:bold;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.25s;
}

#decreaseFont:hover,
#increaseFont:hover{
    background:#007bd9;
    color:#fff;
}
/* Reset icon button */
#resetFont{
    width:36px;
    height:36px;
    border-radius:50%;
    border:0;
    background:#f1f3f5;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.25s;
}

#resetFont:hover{
    background:#007bd9;
    color:#fff;
}

.header-right {
    column-gap: 12px;
    align-items: center;
}
.hna-user-link {
    display: block;
}
.hna-user-link > svg {
    top: 2px;
    display: block;
    position: relative;
}
.show-overlay {
  height: 100%;
  overflow: hidden;
}

.menu-list {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2247483647;
  will-change: transform;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  -o-transform: translate(-100%);
  transform: translate(-100%);
}

.menu-list .logo {
  padding: 10px 0;
}

.menu-list .logo img {
  height: 45px;
}

.menu-list ul,
.menu-list ol {
  list-style: none;
  margin: 0;
}

.show_main_menu.menu-list {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

.menu-header {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}

.head-logo {
  display: inline-block;
  font-size: inherit;
  padding: 0 10px;
}

.menu-header .button {
  padding: 0 15px;
  line-height: 1;
  cursor: pointer;
}

.menu-header .close-button {
  padding: 0;
  width: 28px;
  height: 28px;
  position: relative;
}
.menu-header .close-button::before, 
.menu-header .close-button::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 28px;
    background-color: #ca3c3c;
    transform: rotate(45deg);
}
.menu-header .close-button::after {
    transform: rotate(-45deg);
}

.menu-list .menu-body {
  scroll-behavior: smooth;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow: scroll;
  z-index: 9999;
  height: calc(100% - 55px);
  width: 100%;
  text-align: left;
  background-color: #f7f7f7;
}

.list-main-nav {
    color: #333;
    padding: 0 10px;
  }
  
  .list-main-nav .menu-item {
    border-top: 1px solid #e7e7e7;
  }
  
  .list-main-nav .menu-link {
    font-weight: 700;
  }
  
  .list-main-nav .menu-link,
  .list-main-nav .sub-menu-link {
    display: block;
    padding: 10px 0;
    color: #666;
  }
  
  .list-main-nav .sub-menu-link {
    font-size: 14px;
    padding-left: 10px;
    border-top: 1px solid #e7e7e7;
    position: relative;
  }
  
  .list-main-nav .sub-menu-link::after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    background-color: #e91d26;
  }
  
  .list-main-nav .menu-item:nth-child(-n + 1) {
    border-top: none;
  }
  
/* bx-cover */
.bx-cover {
    display: flex;
    flex-direction: column;
}
.bx-cover .article {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
    align-items: stretch;
}

.bx-cover .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.bx-cover .article:first-child .article-image {
    margin: 0 -12px;
    width: auto;
}
.bx-cover .article:first-child .article-title {
    font-size: 22px;
    line-height: 1.3125;
}
.bx-cover .article:not(:first-child) .article-desc,
.bx-cover .article:not(:first-child) .article-image {
    display: none;
}
/* bx-finance */
.fi-title {
    background-color: #ed3236;
    text-align: center;
}
.fi-name {
    text-transform: uppercase;
    font-size: 18px;
    padding: 6px 0;
    color: #fff;
}
.banner-finance img {
    width: 100%;
}
.bx-finance .article {
    display: flex;
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #ebebeb;
    flex-direction: column-reverse;
    row-gap: 15px;
}
.bx-finance .article:first-child {
    padding-top: 0;
    border-top: 0;
}
.bx-finance .article-title {
    font-size: 18px;
    line-height: 1.5;
}
.banner {
    text-align: center;
}

/* bx-cat */
.ico-cat-sub {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    cursor: pointer;
}
.ico-cat-sub::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #898989;
}
.cat-title,
.bx-cat-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.cat-sub-list {
    position: relative;
}
.cat-sub-item {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0px 0px 2px #666;
    display: none;
    width: 230px;
}

.cat-sub-item .cat-item {
    width: 100%;
    float: left;
    clear: both;
    text-align: right;
    border-top: 1px dotted #e0e0e0;
    padding: 8px 10px;
    font-size: 13px;
}

.cat-sub-item .cat-item:first-child {
    border-top: 0;
}

.cat-sub-list .cat-sub-item.active {
    display: block;
}

.bx-cat-name {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    padding-left: 42px;
    position: relative;
}
.bx-cat-name::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 32px;
    height: 17px;
    background: #FCBB71;
    background: linear-gradient(90deg, rgba(252, 187, 113, 1) 0%, rgba(237, 47, 56, 1) 100%);
}
.cat-name {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
}
/* bx-cat-one */
.bx-cat-two .bx-cat-content,
.bx-cat-one .bx-cat-content {
    display: flex;
    flex-direction: column;
}
.bx-cat-two .article,
.bx-cat-one .article {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
    align-items: stretch;
}
.bx-cat-two .article:first-child,
.bx-cat-one .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.bx-cat-two .article-title,
.bx-cat-one .article-title {
    font-weight: 400;
}
.bx-cat-two .article:first-child .article-title,
.bx-cat-one .article:first-child .article-title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
}

.bx-cat-two .article:not(:first-child) .article-desc,
.bx-cat-two .article:not(:first-child) .article-image,
.bx-cat-one .article-desc,
.bx-cat-one .article:not(:first-child) .article-image {
    display: none;
}
.bx-multimedia {
    background-color: #fee7c7;
    padding: 25px 0;
}
.multi-heading {
    margin-bottom: 30px;
}
.multi-title {
    display: flex;
    flex-direction: column;
}
.multi-name {
    font-size: 28px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #ed1c24;
    padding-bottom: 10px;
}

.multi-subcat {
    display: flex;
    column-gap: 15px;
    margin-top: 15px;
    overflow-x: scroll;
    scrollbar-width: thin;
}

.multi-sublink {
    font-size: 16px;
    font-family: 'Merriweather', sans-serif;
    display: inline-block;
    padding-left: 12px;
    position: relative;
}
.multi-sublink::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ed1c24;
}
.bx-multimedia .article {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #cdcaa5;
    flex-direction: row-reverse;
    column-gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
}

.bx-multimedia .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.bx-multimedia .article-image {
    width: 162px;
}
.bx-multimedia .article:first-child .article-image {
    width: 100%;
}
.bx-multimedia .article:first-child .article-content {
    display: flex;
    flex-flow: column;
    row-gap: 10px;
    align-items: flex-start;
}
.bx-multimedia .article-title {
    font-size: 16px;
    line-height: 1.75;
}
.bx-multimedia .article-link {
    display: block;
}
.bx-multimedia .article:first-child .article-title {
    font-size: 22px;
    line-height: 1.25;
}

.bx-multimedia .article:not(:first-child) .article-desc,
.bx-multimedia .article-cat {
    display: none;
}
.bx-printer .article-image {
    border: 1px solid #ebebeb;
}

.bx-printer .article-image::before {
    padding-top: 144%;
}
/* layout-voices */
.layout-voices .bx-cat-content {
    overflow: hidden;
}
.layout-voices .content-slide {
    margin: 0 -10px;
}
.layout-voices .slick-track {
    display: flex;
}
.layout-voices .article {
    height: auto;
    background-color: #f6f6f6;
    border: 1px solid #ebebeb;
    margin: 0 10px;
    padding: 10px;
    text-align: center;
}
.layout-voices .article-image {
    width: 140px;
    margin: 0 auto;
    border-radius: 50%;
    background: none;
}
.layout-voices .article-image::before {
    padding-top: 100%;
}
.layout-voices .article-author{
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}
.layout-voices .article-title {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}
.layout-voices .slick-arrow {
    cursor: pointer;
    position: absolute;
    width: 27px;
    height: 70px;
    color: white;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.05);
    z-index: 2;
    font-size: 0px;
}
  
.layout-voices .slick-arrow:hover {
    background-color: rgba(26, 26, 26, 0.3);
}
  
.layout-voices .slick-prev {
    left: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
  
.layout-voices .slick-next {
    right: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
  
.layout-voices .slick-arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
}
  
.layout-voices .slick-prev::before {
    -webkit-transform: rotate(-45deg) translate(2px, -7px);
            transform: rotate(-45deg) translate(2px, -7px);
}
  
.layout-voices .slick-next::before {
    -webkit-transform: rotate(135deg) translate(2px, 12px);
            transform: rotate(135deg) translate(2px, 12px);
}
.widget-title {
    border-top: 1px solid #e1e1e1;
    position: relative;
}

.widget-name {
    position: relative;
    display: inline-block;
    padding-right: 40px;
    line-height: 35px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Merriweather', sans-serif;
}

.red-text {
    color: #ed3236;
}

.widget-name::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #ed1c24;
    position: absolute;
    top: -1px;
    font-size: 20px;
}

.widget-name a,
.widget-name span {
    display: inline-block;
    padding-top: 8px;
}

.widget-content {
    overflow-y: scroll;
}

.widget-dot {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 8px;
    background-color: #959595;
}

.bd-blue {
    border: 1px solid #c5e0fc;
}

.tbl-striped-grey {
    font-size: 12px;
    width: 100%;
    border-collapse: collapse;
}

.tbl-striped-grey thead tr th {
    -webkit-box-shadow: inset 0px -1px #cae2fc;
    box-shadow: inset 0px -1px #cae2fc;
}

.tbl-striped-grey thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #f8f8f8;
    font-weight: bold;
}

.tbl-striped-grey th,
.tbl-striped-grey td {
    padding: 8px;
}

.tbl-striped-grey tbody tr:nth-child(even) {
    background-color: #f8f8f8;
    height: 33px;
}

.tbl-striped-grey tbody td:first-child {
    font-weight: bold;
}

.tbl-striped-grey .h165 {
    height: 165px;
    overflow-y: scroll;
}

.tbl-striped-grey.head-grid thead tr {
    border-bottom: none;
}

.tbl-striped-grey.head-grid thead tr th.no-shadow-left {
    -webkit-box-shadow: inset 0 -1px #cae2fc;
    box-shadow: inset 0 -1px #cae2fc;
}

.tbl-striped-grey.head-grid thead th {
    -webkit-box-shadow: inset 1px -1px #cae2fc;
    box-shadow: inset 1px -1px #cae2fc;
}

.js-widget-slide .slick-dots {
    top: -20px;
    right: 0;
}

.js-widget-slide .slick-arrow {
    cursor: pointer;
    position: absolute;
    width: 8px;
    height: 17px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 2;
    font-size: 0px;
    border-radius: 3px;
    top: -30px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(../images/pc/widget-arrow.png) center center no-repeat;
}

.js-widget-slide .slick-arrow:hover {
    opacity: .8;
}

.js-widget-slide .slick-prev {
    left: unset !important;
    right: 20px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.js-widget-slide .slick-next {
    right: 0px;
}

.scroll {
    scrollbar-width: thin;
}

.scroll::-webkit-scrollbar {
    width: 2px;
}

.scroll::-webkit-scrollbar-track {
    background: #f8f8f8c0;
}

.scroll::-webkit-scrollbar-thumb {
    background: #d7d7d7;
}

.scroll::-webkit-scrollbar-thumb:hover {
    background: #797979;
}

.icon-search-gold {
    background: url("../images/pc/ic-gold.png") right center no-repeat;

}

/* .icon-good-price {
    background: url("../images/icon-good-price.png") right 4px no-repeat;
} */

.icon-trending-up {
    background: url("../images/pc/icon-trending-up.png") right center no-repeat;
}

.icon-money-bag {
    background: url("../images/pc/icon-money-bag.png") right center no-repeat;
}

/* .icon-search-recycle {
    background: url("../images/icon-recycle.png") right center no-repeat;
} */

.icon-tvsi-bar {
    background: url("../images/pc/ic-ck.png") right center no-repeat;
    padding-right: 40px;
}

.icon-chart-bar {
    background: url("../images/pc/ic-ckqt.png") right center no-repeat;
    padding-right: 40px;
}

.widget-kqxs {
    padding: 6px 20px 20px;
}

.widget-kqxs .widget-kqxs-title {
    padding-left: 32px;
    font-size: 14px;
    background: url("../images/icon-xo-so.png") 0px center no-repeat;
    line-height: 32px;
    text-transform: uppercase;
}

.widget-kqxs .widget-kqxs-item {
    margin-top: 1px;
    padding: 10px;
    padding-left: 35px;
    background: url("../images/icon-xo-so-small.png") 10px center no-repeat;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    cursor: pointer;
}

.cat-listing .tab-button.active {
    color: #ed3237;
}

.widget-bank-saving .tbl-striped-grey th:nth-child(n+2) {
    display: none;
}

.widget-bank-saving .tbl-striped-grey td:nth-child(n+2) {
    display: none;
}

.widget-bank-saving .tbl-striped-grey th:nth-child(6),
.widget-bank-saving .tbl-striped-grey th:nth-child(9),
.widget-bank-saving .tbl-striped-grey th:nth-child(11) {
    display: table-cell;
}

.widget-bank-saving .tbl-striped-grey td:nth-child(6),
.widget-bank-saving .tbl-striped-grey td:nth-child(9),
.widget-bank-saving .tbl-striped-grey td:nth-child(11) {
    display: table-cell;
}

.world-stock table {
    border-collapse: collapse;
}

.world-stock .widget-content.scroll {
    overflow-y: scroll;
    scrollbar-width: thin;
}

.world-stock .widget-content.scroll::-webkit-scrollbar {
    width: 3px;
}

.world-stock .widget-content.scroll::-webkit-scrollbar-thumb {
    background: #888;
}

.world-stock td>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.world-stock .world-stock-item {
    border-top: 1px solid #e9e9e9;
}

.world-stock .world-stock-item:first-child {
    border-top: none;
}

.world-stock .world-stock-item-head {
    font-size: 12px;
    margin-bottom: 3px;
}

.world-stock .world-stock-date {
    background: url("../images/pc/icon-clock.png") left center no-repeat;
    padding-left: 20px;
    color: #999;
    font-weight: normal;
    font-style: 12px;
}

.world-stock .world-stock-date+span {
    font-style: 12px;
    font-weight: normal;
}

.world-stock .percent-change .symbol_green~* {
    color: #2be72c;
}

.world-stock .percent-change .symbol_red~* {
    color: #f33;
}

.widget-note-small {
    color: #a1a1a1;
    font-size: 10px;
    font-weight: normal;
    display: block !important;
    text-align: right;
    margin-top: 5px;
}

/* category */
.bre-name {
    width: 100%;
    max-width: 85vw;
    position: relative;
    text-align: center;
    margin: 15px auto;
}
.bre-name::before {
    content: '';
    position: absolute;
    top: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: #000;
    z-index: -1;
}
.bre-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: 'Merriweather', sans-serif;
    background-color: #fff;
    display: inline-block;
    padding-inline: 10px;
}
.bx-listing .bx-cat-content {
    display: flex;
    flex-direction: column;
}
.bx-listing .article {
    display: flex;
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #ebebeb;
    flex-direction: column-reverse;
    row-gap: 15px;
}
.bx-listing .article:first-child {
    /* padding-top: 0;
    border-top: 0; */
    margin-top: -10px;
}
.bx-listing .article-title {
    font-size: 18px;
    line-height: 1.5;
}
.__MB_ARTICLE_PAGING {
    display: flex;
    justify-content: center;
    margin-top: 48px;
    align-items: center;
    width: 100%;
    column-gap: 10px;
}

.__MB_ARTICLE_PAGING>a,
.__MB_ARTICLE_PAGING>div,
.__MB_ARTICLE_PAGING span {
    padding: 15px 40px;
    background-color: #e7e7e7;
    border-radius: 42px;
    display: inline-flex;
    font-size: 12px;
    color: #cd1c1c;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    cursor: pointer;
    transition: .3s all ease;
}

.__MB_ARTICLE_PAGING>div:hover,
.__MB_ARTICLE_PAGING>a:hover,
.__MB_ARTICLE_PAGING span.current {
    background: #EC1C24;
    background: linear-gradient(90deg, rgb(129, 2, 2) 0%, rgba(236, 28, 36, 1) 100%);
    color: #fff;
}

.__MB_ARTICLE_PAGING span:first-child {
    display: none;
}

/* loading more */

.loader-ellips:not(.__mbloading) {
    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(--red-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 */
.article-detail-subtitle {
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}

.article-detail-subtitle:empty {
    display: none;
}

.article-detail-title {
    font-size: 24px;
    line-height: 1.25;
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    transition: font-size .25s ease;
}
.article-detail-main .article-publish {
    color: #c3c2c2;
}
.article-detail-intro {
    display: flex;
    align-items: baseline;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 7px;
    justify-content: space-between;
}
.ico-google-news {
    font-size: 12px;
    color: #999;
    display: block;
}

.article-detail-desc {
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.7;
    margin-top: 10px;
    transition: font-size .25s ease;
}
.article-detail-author {
    font-family: "Merriweather", sans-serif;
    font-weight: 700;
    text-align: right;
    font-style: italic;
}

.article-detail-source {
    text-align: right;
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
}

.article-detail-author {
    display: none;
}

.article-detail-subtitle:empty,
.article-detail-source:empty,
.article-detail-author:empty {
    display: none;
}

.article-detail-content.detail-content-special style#css_tpl_box_in_db:first-child+p,
.article-detail-content.detail-content-special> :first-child {
    margin-top: 0;
}

.article-detail-content {
    font-size: 16px;
    line-height: 1.875;
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
    transition: font-size .25s ease;
}

.__MASTERCMS_CONTENT_MOBILE p {
    font-size: inherit;
    line-height: 1.6;
    margin: 15px 0;
    color: #000;
}
.__MASTERCMS_CONTENT_MOBILE>p:first-child {
    margin-top: 0;
}

.__MASTERCMS_CONTENT p:empty,
.__MASTERCMS_CONTENT_MOBILE p:empty {
    display: none;
}

.__MASTERCMS_CONTENT img,
.__MASTERCMS_CONTENT_MOBILE img {
    cursor: zoom-in;
}

.__MASTERCMS_CONTENT_MOBILE .cms-caption {
    font-size: 16px;
    font-style: italic;
    font-family: inherit;
}

.MASTERCMS_TPL_TABLE tbody tr:nth-child(even) td {
    background-color: transparent;
    color: #8f8f8f;
    padding: 10px 0 0;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    font-family: inherit;
}
.bx-detail.smallFont .article-detail-title {
    font-size: 20px;
}
.bx-detail.smallFont .article-detail-desc {
    font-size: 14px;
}
.bx-detail.smallFont .article-detail-content {
    font-size: 14px;
}

.bx-detail.mediumFont .article-detail-title{
    font-size: 24px;
}
.bx-detail.mediumFont .article-detail-desc{
    font-size: 16px;
}
.bx-detail.mediumFont .article-detail-content{
    font-size: 16px;
}

.bx-detail.largeFont .article-detail-title{
    font-size: 28px;
}
.bx-detail.largeFont .article-detail-desc{
    font-size: 18px;
}
.bx-detail.largeFont .article-detail-content{
    font-size: 18px;
}
/* .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;
}

/* .__MB_ARTICLE_A */

.__MB_ARTICLE_A td a {
    font-size: 16px;
    line-height: 1.5;
    color: #007bd9;
    position: relative;
    width: 100%;
    float: left;
    margin: 5px 0;
    padding-left: 18px;
    padding-right: 10px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
}

.__MB_ARTICLE_A td:first-child a:first-child {
    margin-top: 0;
}

.__MB_ARTICLE_A td a:before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c2c2c2;
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
}
/* 
.MASTERCMS_TPL_TABLE,
.__MASTERCMS_CONTENT table,
.__MASTERCMS_CONTENT_MOBILE table {
    margin-bottom: 0;
} */

.bx-detail-news {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-block: 15px;
}

.bx-detail-news a {
    color: #007bd9;
    position: relative;
    padding-left: 20px;
    line-height: 1.4;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}
.bx-detail-news a::before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
}
.bx-detail-news a::before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
}
.topic-event .bx-cat-title {
    margin-bottom: 10px;
}
.topic-link {
    font-size: 18px;
    text-transform: initial;
    color: #f00;
}

.topic-link::before {
    content: '[';
}
.topic-link::after {
    content: ']';
}
.topic-event .article-title {
    line-height: 1.4;
    color: #069;
    position: relative;
    width: 100%;
    float: left;
    margin: 5px 0;
    padding-left: 25px;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}
.topic-event .article-title:before {
    width: 15px;
    height: 2px;
    background: grey;
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
}
.post-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 8px;
    border-radius: 3px;
    background-color: #f2f2f2;
    color: #666;
    font-size: 14px;
    margin-top: -20px;
  }
  
  .post-share .post-share-item {
    width: 20px;
    height: 20px;
    margin: 0 5px;
  }
  
  .post-share .post-share-item:hover {
    color: #009cd7;
  }
.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 6px;
}

.article-tags span {
    display: block;
    color: #000;
    font-size: 21px;
    padding-left: 32px;
    height: 39px;
    line-height: 39px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    background: url(../images/pc/ico-tags.png) 0 center no-repeat;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 16px;
}

.tag-item {
    background-color: #f7f7f7;
    border: 1px solid #f0f0f0;
    padding: 7px 20px;
    border-radius: 4px;
    font-size: 16px;
    color: #007bd9;
}
.tag-local {
    background: url("../images/pc/icon-place.png") left center no-repeat;
    padding: 10px 5px 6px 18px;
    margin-left: 5px;
    font-size: 14px;
    color: #f00;
    text-transform: uppercase;
    font-weight: bold;
  }
  
#user-comment {
    padding: 25px 28px;
    background-color: #eee;
    margin-bottom: 0;
}

#user-comment .bx-cat-head span {
    display: inline-block;
    text-indent: -9999px;
}

#user-comment .bx-cat-title {
    display: block;
    margin-bottom: 10px;
}
#user-comment .title {
    float: none;
    width: 100%;
}
#user-comment .title::before,
#user-comment .bx-cat-head::before {
    content: "Bình luận";
    font-family: "Merriweather", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 26px;
}

#user-comment .bx-cat-link {
    padding-left: 0;
}

#user-comment .bx-cat-link::before {
    content: unset;
}
#user-comment .box-comment a.__MB_ACTION_POST_COMMENT:before {
    content: "gửi";
    text-indent: none;
    visibility: visible;
    background: #EC1C24;
    background: linear-gradient(90deg, rgba(236, 28, 36, 1) 0%, rgba(129, 2, 2, 1) 100%);
    float: right;
    padding: 0 32px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
}

.comments-reply,
.box-comment {
    padding-left: 65px;
}

.box-comment {
    background: url(../images/pc/ico-user.png) 0 10px no-repeat;
}
.comment-actions .reply textarea,
#user-comment .box-comment textarea {
    border: 0;
    border-radius: 5px;
    padding: 15px;
}

#user-comment button {
    text-transform: uppercase;
    padding: 9px 15px;
    border-radius: 3px;
    background: #EC1C24;
    background: linear-gradient(90deg, rgba(236, 28, 36, 1) 0%, rgba(129, 2, 2, 1) 100%);
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

#user-comment button:hover {
    background: #EC1C24;
    background: linear-gradient(90deg, rgba(129, 2, 2, 1) 0%, rgba(236, 28, 36, 1) 100%);
    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-cat-five .bx-cat-content{
    display: flex;
    gap: 28px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.bx-cat-five .article {
    width: calc((100% - 28px) / 2);
}
/* search */
.results-title {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    background: #ED2F38;
    padding: 10px;
    border-radius: 10px;
    flex-wrap: wrap;
}

.results-title .keyword {
    font-size: 16px;
    color: #999;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.results-title .info-key {
    font-size: 16px;
    color: #fff;
    font-family: 'Inter-Bold', sans-serif;
    font-weight: 700;
    margin-left: 8px;
}

.results-title .result {
    font-size: 12px;
    color: #fff;
    height: 30px;
    padding: 6px 15px;
    margin-left: auto;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}
.highlight {
    background: yellow;
}

/* error */
.bx-error-page {
    margin: 20px auto;
    text-align: center;
    color: #8892a0;
}

.bx-error-page h2 {
    margin: 15px auto;
    color: #f00;
}

.bx-error-page .back-home {
    display: inline-block;
    border: 2px solid;
    padding: 8px 16px;
    border-radius: 30px;
    text-transform: uppercase;
}
/* bao in */
#paperSelect {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 180px;
    height: 25px;
    border-color: #999;
}

.cat-grid-4 .article {
    width: calc((100% - (2 - 1) * 20px - 1px) / 2);
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    align-items: stretch;
}

.cat-grid-4 .article:nth-child(2n + 1) {
    margin-left: 0;
    clear: left;
}

.cat-grid-4 .article:nth-child(-n + 2) {
    margin-top: 0;
}
.thumb-epaper .article-image::before {
    padding-top: 144%;
}
.thumb-epaper .article-title {
    font-family: 'Arial', sans-serif;
    text-align: center;
    font-size: 16px;
}
.paging-square {
    text-align: center;
    display: block;
    margin: 20px auto 0;
}
.paging-square a,
.paging-square span {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    margin-right: 1px;
    border-radius: 2px;
    background: #c2c2c2;
    color: #fff;
}

.paging-square span:first-child {
    display: none;
}

.paging-square a:hover,
.paging-square span.current {
    background: #c33;
}

.js-datepicker {
    width: 210px;
    height: 32px;
    padding-left: 38px;
    background: url("../images/pc/icon-calendar.png") 12px center no-repeat;
    border: 1px solid #e6e6e6;
    line-height: 32px;
    color: #000;
}
.search-by-date {margin-top: -30px;}

/* static */
.bx-static {
    padding: 10px;
    border: 1px solid #ebebeb;
    font-size: 16px;
}
/* phong van */
.cat-listing-round .article {
    display: block;
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #ebebeb;
    float: left;
}
.cat-listing-round .article-interviewer {
    width: 180px;
    text-align: center;
    float: left;
    margin-right: 20px;
}
.cat-listing-round .article-image {
    width: 80px;
    margin: 0 auto;
    border-radius: 50%;
}
.cat-listing-round .article-image::before {
    padding-top: 100%;
}

.cat-listing-round .article-info-interview {
    margin-top: 5px;
    font-size: 14px;
    color: #666;
}
.cat-listing-round .article-link {
    display: block;
}

/* hoi dap chinh sach */
.bd-grey {
    border: 1px solid #ebebeb;
}
.bdt-grey {
    border-top: 1px solid #ebebeb;
}
.bg-yellow {
    background-color: #fffeec;
}

.cat-title {
    margin-bottom: 10px;
}

.catname {
    font-weight: 700;
    font-size: 22px;
    color: #007bd9;
}

.qa-check>div {
    margin-top: 5px;
}

.qa-article .article-title {
    font-size: 16px;
}
/* price-search */
.price-search {
    height: 124px;
    padding: 12px 18px;
    background-color: #f9f4f4;
    font-size: 14px;
}

.price-search .price-search-title {
    font-weight: bold;
}

.price-search .price-search-input {
    padding: 0px 35px 0px 15px;
    width: 300px;
    height: 31px;
    border: 1px solid #dadada;
    background: url("../images/icon-calendar-grey.png") right 9px center no-repeat;
    background-color: #fff;
}

.price-search .price-search-button {
    width: 94px;
    height: 31px;
    color: #fff;
    font-weight: bold;
    background-color: #007bd9;
}

.cat-price .cat-price-item {
    padding: 5px 12px;
    height: 39px;
    border: 1px solid #c5e0fc;
    background-color: #fbfbfb;
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: bold;
}

.cat-price .icon::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 25px;
    margin-right: 5px;
    vertical-align: -5px;
}

.cat-price .icon-tieu-dung::before {
    background: url("../images/icon-gia-hang-tieu-dung.png") 0px center no-repeat;
}

.cat-price .icon-building::before {
    background: url("../images/icon-building.png") 0px center no-repeat;
}

.cat-price .icon-gasoline::before {
    background: url("../images/icon-gasoline.png") 0px center no-repeat;
}

.cat-price .icon-thi-truong-tg::before {
    background: url("../images/icon-thi-truong-tg.png") 0px center no-repeat;
}

.cat-price .icon-kqxs {
    background: url("../images/icon-xo-so.png") 0px center/21px 21px no-repeat;
    display: inline-block;
    line-height: 27px;
}

.cat-xo-so-item {
    background: url("../images/bg-xo-so.png") right top no-repeat;
}

/* FORM GỬI CÂU HỎI QA */
.form-ask .title-qa,
.question-filter .head {
  font-size: 16px;
  text-transform: uppercase;
}

.form-ask input[type="text"] {
  width: 100%;
  padding: 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 5px 0;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.form-ask textarea {
  width: 100%;
  padding: 3px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 5px 0;
  height: 150px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.form-ask .qa-check {
  margin-top: 5px;
}

.form-ask button {
  border: none;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  background: #0388d1;
  margin-bottom: 20px;
}
/* infographics */
.m-page-infographics .topbar {
    height: 66px;
    background: #ED2F38;
    background: linear-gradient(90deg, rgba(237, 47, 56, 1) 0%, rgba(237, 47, 56, 1) 40%, rgba(252, 187, 113, 1) 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo-white {
    line-height: 0;
    margin-left: 22px;
}

.logo-infographics {
    margin-bottom: 4px;
    padding: 30px 0;
    /* line-height: 82px; */
    font-size: 42px;
    font-weight: 700;
    color: #6a6a6a;
    text-align: center;
    text-shadow: 5px 9px #f0f0f0;
    border-bottom: 4px solid #b8b8b8;
}
.cat-cover .article {
    display: flex;
}
.cat-cover .article-content {
    padding: 0 10px;
}
.cat-cover .article-title {
    font-size: 20px;
    line-height: 1.2;
}
/*end mobile menu*/
.cat-grid-2 .article {
  width: calc((100% - (2 - 1) *19px - 1px) / 2);
  float: left;
  margin-left: 19px;
  margin-top: 19px;
}

.cat-grid-2 .article:nth-child(2n + 1) {
  margin-left: 0;
  clear: left;
}

.cat-grid-2 .article:nth-child(-n + 2) {
  margin-top: 0;
}
/* video */
/* fix jw-player video 16:9*/
.video-frame img,
.video-frame iframe {
    width: 100%;
    height: 100%;
}

.video-frame {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    margin-bottom: 15px;
}

.video-frame .videoWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.jw-video {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    -webkit-transform: none !important;
    transform: none !important;
    top: 0;
    left: 0;
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.__MB_YOUTUBE_VIDEO_EMBED {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-title {
    font-weight: bold;
    font-family: 'Merriweather';
    font-size: 32px;
    margin-top: 10px;
}

.video-desc {
    font-family: 'Merriweather';
    font-size: 18px;
}

.video-meta {
    margin: 10px auto;
    font-size: 12px;
    color: #999;
}

.video-views {
    padding-left: 25px;
    background: url("../images/video/icon-eye.png") 0px center no-repeat;
    color: #262626;
}

.video-catname {
    color: #ed1c24;
    text-transform: uppercase;
}

.video-catname::before {
    content: ' | ';
    color: #999;
}

.video .catname {
    font-size: 30px;
    font-weight: 800;
}
.share-post {
    margin-left: 5px;
}
.video-email {
    color: #fff;
    padding: 2px 10px;
    border-radius: 3px;
    vertical-align: -1px;
    background: #007bd9 url(../images/video/ico-mail-white.png) 6px 4px no-repeat;
    padding-left: 26px;
    background-size: 15px;
}
.bdt-grey {
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
}
.catname-blue::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 16px;
    background-color: #eb2327;
    margin-right: 9px;
}
.cat-grid-2 .hidden {
    display: none;
}
.cat-grid-2 .article-meta, .cat-grid-2 .article-desc {
    display: none;
}
.cat-grid-2 .article-title {
    font-size: 16px;
}
.icon-play-small {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #007bd9 url(../images/video/ico-video.png) center center no-repeat;
    background-size: 12px;
}
.icon-podcasts {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #007bd9 url(../images/video/ico-podcast.png) center center no-repeat;
    background-size: 18px;
}

.ico-duration {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 24px;
    background: #959595;
    font-size: 14px;
}
/*podcast detail */
  
 .podcast-detail .podcast-thumb {
  position: relative;
}

.podcast-detail .podcast-thumb::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.podcast-detail .podcast-thumb .podcast-image {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.podcast-detail .podcast-content {
  padding: 15px;
  padding-bottom: 100px;
  background-color: #f2f2f2;
  position: relative;
}
  .podcast-detail .podcast-player {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  
  .podcast-detail .svg-player-background {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .podcast-detail .podcast-title {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .podcast-detail .podcast-desc {
    overflow-y: auto;
    font-size: 14px;
    height: 97px;
  }
  
  .podcast-detail .podcast-meta {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
  }
  
  .visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
  }
  
.bx-podcasts-player{position: absolute;left: 0;bottom: 0;}
.pcast-play {width: 60px;height: 60px;display: block;position: absolute;left: 20px;bottom: 40px;border-radius: 100%;border: 0;font-size: 24px;color: #fff;outline: none;text-align: center;line-height: 60px;cursor: pointer;background: #bfbfbf url(../images/podcast/pod-play.png) center center no-repeat;background-size: 20px;}
.pcast-pause{width: 60px;height: 60px;display: block;position: absolute;left: 20px;bottom: 40px;border-radius: 100%;border: 0;font-size: 24px;color: #fff;outline: none;text-align: center;line-height: 60px;cursor: pointer;background: #bfbfbf url(../images/podcast/pod-pause.png) center center no-repeat;background-size: 20px;}
._MB_PODCASTS_STATISTICS{display: none;}
.pcast-rewind{display: none;}
.pcast-progress {position: absolute;left: 0;bottom: 0;width: 100%;box-shadow: none;outline: none;vertical-align: unset;height: 6px;z-index: 9;line-height: 0;border-radius: 0;}
.pcast-progress::-webkit-progress-bar{background: #ebebeb;}
.pcast-progress::-webkit-progress-value{background: #c3c3c3;}
.pcast-currenttime {color: #c3c3c3;position: absolute;left: 20px;bottom: 10px;}
.pcast-duration{color: #c3c3c3;position: absolute;right: 20px;bottom: 10px;}
.pcast-mute {display: block;position: absolute;right: 20px;bottom: 36px;border: 0;outline: none;cursor: pointer;font-size: 16px;color: #c3c3c3;background: none;width: 24px;height: 24px;}
.pcast-mute-on {background: url(../images/podcast/pod-mute-on.png) center center no-repeat;background-size: 20px;}
.pcast-mute-off {background: url(../images/podcast/pod-mute-off.png) center center no-repeat;background-size: 20px;}
.pcast-speed {display: block;position: absolute;right: 50px;bottom: 40px;border: 0;outline: none;cursor: pointer;color: #c3c3c3;background: none;}
.svg-player-background{position: absolute;bottom: 0;left: 0;width: 100%;}
.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}
.pt10 {
    padding-top: 10px;
}
.mt5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: -10px;
}

.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}
.grid-events {border-top: 1px solid #ebebeb;background-color: #f6f6f6;padding: 15px 0;margin-top: 20px;margin-bottom: -40px;}
.bx-events .cat-name {border-bottom: 0;color: #007bd9;padding-bottom: 0;}
.event-slides {overflow: hidden;}
.event-slides.slick-dotted {margin: 0px -10px;padding-bottom: 30px;}
.event-slides .article-title {font-size: 14px;margin-top: 10px;}
.event-slides .slick-slide {margin: 0px 10px;}
.event-slides .slick-dots {left: 50%;bottom: 0;position: absolute;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.event-slides .slick-dots li {
    width: 9px;
    height: 9px;
}
.event-slides .slick-dots li button {
    background-color: #e1e1e1;
    width: 9px;
    height: 9px;
    margin: 2px;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
}

.event-slides .slick-dots .slick-active button {
    background-color: #f00;
}

.event-slides .slick-dots li button::before {
    content: none;
}
/* footer */
.footer-body {
    margin-top: 40px;
    background-color: #f3f3f3;
    padding: 22px 0 30px;
    position: relative;
}
.footer-body::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 7px;
    background: #810202;
    background: linear-gradient(90deg, rgba(129, 2, 2, 1) 0%, rgba(236, 28, 36, 1) 100%);
}
.link-navigation {
    font-weight: 700;
}
.footer-main {
    border-top: 1px solid #e1e1e1;
    margin-top: 30px;
    padding-top: 20px;
}

.footer-menu {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
    align-items: flex-start;
}

.footer-menu > div {
    display: flex;
    flex-direction: column;
}
.part-ft-menu,
.navigation {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    flex-shrink: 0;
    flex-grow: 0;
}
/* .navigation {
    width: calc(100% / 5);
} */

.part-ft-menu {
    border-left: 1px solid #ebebeb;
    padding-left: 30px;
}
.footer-logo img {
    mix-blend-mode: multiply;
    /* width: 268px;
    height: auto; */
}
.footer-text {
    margin-top: 10px;
}
.footer-text p {
    margin-top: 5px;
    line-height: 1.6;
    overflow-wrap: break-word;
}
.footer-right {
    border-top: 1px solid #e1e1e1;
    margin-top: 20px;
    padding-top: 5px;
}
.footer-share {
    border-top: 1px solid #e1e1e1;
    margin-top: 20px;
    padding-top: 15px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.list-social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px;
}
.list-social a {
    background: url(../images/pc/social.png) 0 0 no-repeat;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.list-social a:first-child {
    background-position: 0 0;
}
.list-social a:nth-child(2) {
    background: url(../images/pc/social-zalo.png) 0 0 no-repeat;
}
.list-social a:nth-child(3) {
    background-position: -33px 0;
}
/* .list-social a:nth-child(3) {
    background-position: -66px 0;
}
.list-social a:nth-child(4) {
    background-position: -99px 0;
} */
.footer-contact {
    margin-top: 10px;
}
.footer-contact a, .footer-contact span {
    text-transform: uppercase;
    line-height: 1.6;
}
.footer-contact a {
    color: #c33;
}
.footer-contact span::before {
    content: '|';
    padding-right: 5px;
}
.footer-more {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px 15px;
    margin-top: 15px;
}
.footer-more img {
    height: 26px;
    mix-blend-mode: multiply;
}
.footer-cms a {
    display: block;
    padding: 20px 0;
}
@media screen and (max-width: 850px) {
    .part-ft-menu {
        padding-left: 20px;
    }
}
@media screen and (max-width: 780px) {
    .part-ft-menu {
        padding-left: 30px;
    }
}
@media screen and (max-width: 520px) {
    .footer-menu {gap: 20px 10px;}
    .part-ft-menu {padding-left: 10px;}
}
@media screen and (max-width: 430px) {
    /* .calendar {display: none;}
    .header-top {
        justify-content: flex-end;
    } */
    .tit-weather {
        display: none;
    }
    .footer-menu {gap: 12px 5px;}
    .part-ft-menu {padding-left: 5px;}
    .footer-menu > div {font-size: 13px;}
}
@media screen and (max-width: 360px) {
    .calendar {display: none;}
    .header-top {
        justify-content: flex-end;
    }
    .tit-weather {
        display: block;
    }
    .bx-multimedia .article{
        flex-direction: column-reverse;
    }
    .bx-multimedia .article-image {
        width: 100%;
    }
    .footer-menu {
        gap: 20px 10px;
    }
    .footer-menu > div {
        font-size: 13px;
    }
    .part-ft-menu {
        padding-left: 10px;
    }
    .footer-menu > div {
        font-size: 12px;
        letter-spacing: -0.5px;
    }
    .__MB_ARTICLE_PAGING>a, .__MB_ARTICLE_PAGING>div, .__MB_ARTICLE_PAGING span {
        padding: 15px 25px;
    }

}
.article-title .icon-live::after {
    content: 'Trực tiếp';
    margin: 5px;
}
  
.icon-live {
    display: inline-block;
    padding: 3px 5px;
    border-radius: 5px;
    background-color: #fff;
    color: #ed3237;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    line-height: 1em;
    font-size: 14px;
    vertical-align: middle;
}
  
.icon-live::after {
    content: 'Trực tiếp';
    margin: 5px;
}
  
.icon-live::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #f00;
    border-radius: 50%;
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;
}
  
@-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(231, 141, 141, 0.4);
              box-shadow: 0 0 0 0 rgba(231, 141, 141, 0.4);
    }
    70% {
      -webkit-box-shadow: 0 0 0 10px rgba(231, 141, 141, 0);
              box-shadow: 0 0 0 10px rgba(231, 141, 141, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(231, 141, 141, 0);
              box-shadow: 0 0 0 0 rgba(231, 141, 141, 0);
    }
}
  
@keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(231, 141, 141, 0.4);
              box-shadow: 0 0 0 0 rgba(231, 141, 141, 0.4);
    }
    70% {
      -webkit-box-shadow: 0 0 0 10px rgba(231, 141, 141, 0);
              box-shadow: 0 0 0 10px rgba(231, 141, 141, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(231, 141, 141, 0);
              box-shadow: 0 0 0 0 rgba(231, 141, 141, 0);
    }
}