@charset "UTF-8";
@import url("./fancybox.css");
main {
  display: block;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}

/* a:hover {
  text-decoration: none;
  color: #317fb3;
} */

input,
img,
button {
  border: none;
  outline: none;
}

select {
  outline: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

ul,
ol {
  list-style: none;
}

.hide,
.hidden {
  display: none !important;
}

.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.overflow-hidden {
  overflow: hidden;
}

.no-before::before {
  content: none !important;
}

.no-after::after {
  content: none !important;
}

.lt {
  float: left;
}

.rt {
  float: right;
}

.w100p,
.fw {
  width: 100%;
}

.pointer {
  cursor: pointer;
}

.btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.mt0 {
  margin-top: 0px !important;
}

.mt4 {
  margin-top: 4px;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.p0 {
  padding: 0px !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.mt-10 {
  margin-top: -10px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx5 {
  margin-left: 5px;
  margin-right: 5px;
}

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

.my5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

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

.px5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

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

.py5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-normal {
  font-weight: normal !important;
  font-weight: 400 !important;
}

.text-bold {
  font-weight: bold;
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.absolute-center-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.absolute-center-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flex-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-center-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-center-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hide-empty:empty {
  display: none !important;
}

.max-3lines {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
}

.max-4lines {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical;
}

.sticky-0 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.position-relative {
  position: relative;
}

.unset-line-clamp {
  -webkit-line-clamp: unset !important;
}

.full-banner img {
  width: 100%;
}

.article {
  width: 100%;
}

.article:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
  background: none !important;
}

.article-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  background: url("../images/no-image.jpg") center center no-repeat;
  background-size: cover;
}

.article-thumb::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.article-image {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-title {
  text-decoration: none;
  font-size: 16px;
  margin-top: 8px;
  line-height: 1.25;
}

.article-desc {
  margin-top: 5px;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.article-meta {
  margin-top: 10px;
  font-size: 12px;
  color: #999;
  font-weight: normal;
}

.article-publish-time::after {
  content: ' | ';
}

.article-publish-time:empty, .article-catname:empty {
  display: none;
}

.article-catname {
  font-size: 12px;
  color: #ed3237;
  text-transform: uppercase;
}

.no-thumb .article-thumb {
  display: none;
}

.no-thumb .article-title {
  margin-top: 0;
}

.no-desc .article-desc {
  display: none;
}

.no-meta .article-meta {
  display: none;
}

.no-catname .article-catname {
  display: none;
}

.no-publish-time .article-publish-time {
  display: none;
}

.title-normal .article-title {
  font-weight: normal;
}

.title-bold .article-title {
  font-weight: bold;
}

.thumb-ratio-43 .article-thumb::before {
  padding-top: 75%;
}

.thumb-ratio-169 .article-thumb::before {
  padding-top: 56.25%;
}

/* .thumb-ratio-85 .article-thumb::before {
  padding-top: 62.5%;
} */

.thumb-square .article-thumb::before {
  padding-top: 100%;
}

.thumb-epaper .article-thumb::before {
  padding-top: 144%;
}

.thumb-round .article-thumb {
  border-radius: 50%;
}

.thumb-round .article-thumb::before {
  padding-top: 100%;
}

.article-bdt-grey .article {
  border-top: 1px solid #ebebeb;
  padding-top: 14px;
  margin-top: 14px;
}

/* ico-type */
.ico-camera,
.icon-play-rounded,
.ico-photo,
.ico-infographic,
.ico-emag {
  display: block;
  position: absolute;
  z-index: 1;
  right: 5px;
  bottom: 5px;
  background-image: url(../images/mastercms/ico-type.png);
  background-repeat: no-repeat;
}

.ico-photo {
  width: 21px;
  height: 19px;
  background-position: 0 0;
}

.icon-play-rounded, .ico-camera {
  width: 23px;
  height: 23px;
  background-position: -26px 0;
  right: auto;
  left: 5px;
}

.ico-emag {
  width: 65px;
  height: 18px;
  background: url("../images/mastercms/icon-longform.svg") center center/contain no-repeat;
}

.ico-infographic {
  width: 20px;
  height: 20px;
  background-position: -53px -2px;
}

.ico-video,
.ico-image,
.ico-comment,
.ico-vote {
  display: inline-block;
  margin-left: 2px;
}

.ico-video {
  background: url(../images/mastercms/img-video.png) 0 0 no-repeat;
  width: 15px;
  height: 12px;
}

.ico-image {
  background: url(../images/mastercms/img-images.png) 0 0 no-repeat;
  width: 15px;
  height: 12px;
}

.ico-vote {
  background: url(../images/mastercms/img-vote.png) 0 0 no-repeat;
  width: 14px;
  height: 14px;
}

.ico-comment {
  background: url(../images/mastercms/ico-comment.png) 0 1px no-repeat;
  padding-left: 17px;
  font-size: 12px;
  font-family: inherit;
  color: #0065b3;
  font-weight: normal;
}

/* 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%;
}

/*custom*/
.show-first-article-only .article:nth-child(n+2) {
  display: none;
}

/* CSS cho chức năng rút gọn link nguồn bài viết trong trang bài viết chi tiết */
.post-source {
  text-align: right;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}

.link-wrapper {
  color: #333;
  background: #ebebeb;
  border-radius: 20px;
  display: inline-block;
  padding: 8px 15px 8px 15px;
  position: relative;
}

.link-wrapper:hover .full-url {
  opacity: 100;
  visibility: visible;
}

.short-url {
  cursor: pointer;
  font: 600 12px/14px Arial;
}

.short-url .fa-external-link-alt {
  color: #999;
}

.full-url {
  position: absolute;
  width: 300px;
  text-align: left;
  bottom: calc(100% + 10px);
  right: 20px;
  background-color: #333;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
}

.full-url .link {
  font: normal 11px/15px Arial;
  color: #fff !important;
  display: block;
  margin-top: 5px;
}

.full-url > div span {
  color: rgba(255, 255, 255, 0.8);
  font: normal 10px/15px Arial;
}

.full-url .text {
  float: left;
}

.full-url .icon-copy {
  float: right;
  cursor: pointer;
}

.full-url .icon-copy:hover {
  color: #fff;
}

.full-url::before {
  content: "";
  display: inline-block;
  position: absolute;
  border: 10px solid transparent;
  border-top-color: #333;
  bottom: -20px;
  right: 25px;
}

.full-url #copyURL {
  font-size: 1px;
  opacity: 0;
  position: absolute;
  color: transparent;
  background-color: transparent;
}

@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto/Roboto-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto/Roboto-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto/Roboto-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto/Roboto-Italic.ttf");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url("./fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url("./fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: 'Noto Serif';
  src: url("./fonts/NotoSerif/NotoSerif-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Serif';
  src: url("./fonts/NotoSerif/NotoSerif-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("./fonts/Noto_Sans/NotoSans-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("./fonts/Noto_Sans/NotoSans-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("./fonts/Noto_Sans/NotoSans-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("./fonts/Noto_Sans/NotoSans-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("./fonts/Noto_Sans/NotoSans-ExtraBold.ttf");
  font-weight: 800;
}

body {
  font-family: "Noto Sans";
}

.banner {
  text-align: center;
}

.banner-item {
  margin: 0px auto;
  text-align: center;
}

.banner img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.banner-item:not(:first-child) {
  margin-top: 16px;
}

/*mobile menu*/
#shortcut {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#shortcut .list-shortcut {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#shortcut.nav-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-box-shadow: 0 1px 3px rgba(80, 80, 80, 0.2), 0 3px 5px rgba(80, 80, 80, 0.15);
          box-shadow: 0 1px 3px rgba(80, 80, 80, 0.2), 0 3px 5px rgba(80, 80, 80, 0.15);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
          transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#shortcut.nav-up {
  -webkit-transform: translateY(-105%);
          transform: translateY(-105%);
}

#shortcut a:hover {
  color: inherit;
}

/*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;
}

.article-title {
  font-size: 16px;
}

.article-desc {
  font-size: 15px;
}

.title-18 .article-title {
  font-size: 16px;
}

.title-14 .article-title {
  font-size: 14px;
  line-height: 20px;
}

.title-22 .article-title {
  font-size: 22px;
  line-height: 1.2;
}

.title-24 .article-title {
  font-size: 24px;
  line-height: 1.2;
}

.title-25 .article-title {
  font-size: 25px;
  line-height: 1.2;
}

.title-26 .article-title {
  font-size: 26px;
  line-height: 1.2;
}

.title-32 .article-title {
  font-size: 32px;
  line-height: 1.18;
}

/* END BASE CSS */
.article-title {
  font-family: 'Arial';
}

.article-desc {
  font-family: 'Roboto';
}

.c-white {
  color: #fff !important;
}

.c-white {
  color: #fff;
}

.c-red {
  color: #ed3237;
}

.c-blue {
  color: #007bd9;
}

.bg-white {
  background-color: #fff;
}

.bg-pink {
  background-color: #fcf6f6 !important;
}

.bg-grey {
  background-color: #f6f6f6;
}

.bg-yellow {
  background-color: #fffeec;
}

.bg-dots {
  background: url("../images/dots-3.png") 0px 0px repeat-x;
}

.bg-dots-4 {
  background: url("../images/dots-4.png") 0px 0px repeat-x;
}

.bd-grey {
  border: 1px solid #ebebeb;
}

.bd-blue {
  border: 1px solid #c5e0fc;
}

.bdt-grey {
  border-top: 1px solid #ebebeb;
}

.bdt-grey-dark {
  border-top: 1px solid #bdbdbd;
}

.bdx-grey {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.article-bdt-17 .article {
  border-top: 1px solid #ebebeb;
  padding-top: 17px;
  margin-top: 17px;
}

.article-bdt-20 .article {
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
  margin-top: 20px;
}

.thumb-w80 .article-thumb {
  width: 80px !important;
}

.wrapper {
  padding: 0px 15px;
}

.top-bar {
  height: 32px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
  font-size: 12px;
}

.top-bar span {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  line-height: 31px;
}

.icon-clock {
  background: url("../images/icon-clock.png") 0px center no-repeat;
  padding-left: 20px;
}

.weather {
  position: relative;
  background-color: #fff;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  padding-left: 10px;
}

.weather-icon {
  float: right;
  width: 30px;
  height: 29px;
  margin-right: 3px;
}

.weather .weather-list {
  width: calc(100% + 2px);
  position: absolute;
  top: calc(100% + 1px);
  left: -1px;
  background: #fff;
  display: none;
  z-index: 2;
  border: 1px solid #ebebeb;
}

.weather .weather-item {
  padding: 0.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
}

.weather .btn-expand {
  width: 28px;
  background: url("../images/icon-caret-down-grey.png") center center no-repeat;
}

.btn-expand {
  width: 28px;
  background: url("../images/icon-caret-down-grey.png") center center no-repeat;
}

.logo {
  max-width: 190px;
  margin: 15px 0px 12px;
  text-align: center;
  line-height: 0;
}

.stock-bar {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 23px;
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
  max-height: 145px;
}

.stock-bar .slick-slider {
  margin: 0px -5px;
}

.stock-bar .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stock-bar .slick-slide {
  margin: 0px 5px;
  height: inherit;
}

.stock-bar .slick-slide > div {
  height: 100%;
}

.stock-bar .slick-dots {
  left: 50%;
}

.stock-bar-item {
  height: 100%;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  padding: 7px 9px;
  font-size: 12px;
}

.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/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/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/stock-rectangle.png") 0px center no-repeat;
  margin-right: 2px;
}

.stock-bar .icon-stock-down {
  display: inline-block;
  padding-left: 15px;
  background: url("../images/stock-arrow-down.png") 0px center no-repeat;
}

.stock-bar-item-head {
  font-size: 13px;
}

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

.slick-dots {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  background-color: #e1e1e1;
  width: 9px;
  height: 9px;
  margin: 2px;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
}

.slick-dots .slick-active button {
  background-color: #f00;
}

.slick-dots li button::before {
  content: none;
}

#shortcut {
  height: 37px;
  line-height: 37px;
  background: #007bd9;
  color: #fff;
  position: relative;
}

#shortcut .icon-home,
#shortcut .menu-button,
#shortcut .search-button {
  display: inline-block;
  width: 40px;
  height: 37px;
  text-align: center;
  font-size: 18px;
}

#shortcut .search-box {
  position: absolute;
}

/* #shortcut .icon-home {
  background: url("../images/menu-border-mb.png") right center no-repeat;
}

#shortcut .menu-button,
#shortcut .search-button {
  background: url("../images/menu-border-mb.png") left center no-repeat;
} */

.list-shortcut {
  display: block;
  width: calc(100% - 4 * 40px);
  height: 35px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
}

#frmSearch {
  display: none;
  padding: 10px;
  background-color: #f7f7f7;
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

#frmSearch input[type="text"] {
  width: calc(100% - 70px);
  float: left;
  background: #fff;
  height: 34px;
  padding: 0px 5px;
}

#frmSearch button[type="submit"] {
  color: #fff;
  border: none;
  border-left-color: #eee;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  float: right;
  width: 70px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #999;
}

.menu-list {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  z-index: 100;
  will-change: transform;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
}

.menu-header {
  border-bottom: 1px solid #eee;
}

.icon-close {
  display: inline-block;
  width: 22px;
  height: 30px;
  background: url("../images/icon-close.svg") right center no-repeat;
  background-size: contain;
}

.show_main_menu.menu-list {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.list-main-nav {
  color: #333;
}

.list-main-nav .menu-item {
  border-top: 1px solid #e7e7e7;
}

.list-main-nav .menu-link {
  font-weight: bold;
}

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

.gotop {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background: url("../images/icon-arrow-up.png") center center no-repeat;
  background-color: #00000030;
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 10;
}

.icon-play-big {
  display: inline-block;
  width: 92px;
  height: 92px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/icon-play-big.png") 0px 0px no-repeat;
}

.icon-play-small {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #007bd9 url(../images/icon-play-small.png) center center no-repeat;
}
.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;
}

.cat-cover .slick-dots {
  top: calc((100vw - 30px)*0.6668 - 15px);
  right: 0;
  z-index: 1;
}

.card .card-image img {
  vertical-align: bottom;
  width: 100%;
}

.card .card-body {
  background-color: #f9f4f4;
  padding: 12px 15px;
}

.card .card-title {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  text-align: center;
}

.card .card-name {
  margin-top: 6px;
  font-size: 18px;
  font-weight: bold;
  color: #ed3237;
  text-align: center;
}

.article-bdt-dots .article {
  padding-top: 12px;
  margin-top: 12px;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #797979), color-stop(25%, #e0e0e0), color-stop(50%, #fff)) 0px 0px/4px 1px repeat-x;
  background: linear-gradient(to right, #797979 25%, #e0e0e0 25% 50%, #fff 50%) 0px 0px/4px 1px repeat-x;
}

.cat-title {
  margin-bottom: 10px;
}

.cat-listing .article::after {
  content: '';
  display: block;
  clear: both;
}

.cat-listing .article-thumb {
  width: 34%;
  float: left;
  margin-right: 16px;
  margin-bottom: 0;
}

.cat-listing .article-title {
  margin-top: 0;
}

/* .cat-event .catname {
  display: inline-block;
  color: #eb2227;
  border-bottom: 1px solid #eb2227;
  font-size: 18px;
} */

.cat-event .article:first-child .article-thumb {
  display: block;
  margin-right: 12px;
  width: 155px;
}

.cat-event .article:first-child .article-title {
  font-weight: bold;
}

.cat-topic {
  width: 100%;
  padding: 12px;
  background-color: #feeff0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cat-topic .catname {
  float: left;
  width: 110px;
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #eb2327;
  white-space: nowrap;
}

.cat-topic .cat-content {
  font-size: 14px;
  width: calc(100% - 120px);
  overflow: hidden;
}

.cat-topic .topic-title {
  display: block;
}

.cat-topic .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cat-topic .slick-prev::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icon-caret-blue.png") center 12px no-repeat;
}

.cat-topic .slick-next::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icon-caret-blue.png") center -14px no-repeat;
}

.cat-topic .cat-topic-btn {
  width: 15px;
  margin-left: 5px;
  position: relative;
}

.cat-topic .slick-arrow {
  position: absolute;
  z-index: 1;
  font-size: 0;
}

.cat-topic .slick-next, .cat-topic .slick-prev {
  right: 0;
}

.cat-topic .btn-up {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icon-caret-blue.png") center 10px no-repeat;
  bottom: 0;
}

.cat-topic .btn-down {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icon-caret-blue.png") center -10px no-repeat;
  top: 100%;
}

.cat-media {
  background-color: #e9e9e9;
  padding: 15px;
  border-bottom: 1px solid #cfcfcf;
}

.cat-media .catname, .cat-media .catname-sub {
  display: inline-block;
}

.icon-video::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 21px;
  background: url("../images/icon-video-blue.png") center center no-repeat;
  margin-right: 8px;
  vertical-align: -2px;
}

.cat-title {
  margin-bottom: 10px;
}

.cat-title-underline {
  padding-bottom: 4px;
  border-bottom: 1px solid #e1e1e1;
}

.catname {
  font-weight: bold;
}

.catname-blue {
  font-weight: 800;
  color: #007bd9;
  font-size: 24px;
}

.catname-blue::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 16px;
  background-color: #eb2327;
  margin-right: 9px;
}

.cat-grid-slide .wrapper {
  overflow: hidden;
}

.cat-grid-slide .slick-slider {
  margin: 0 -10px;
  padding-bottom: 20px;
}

.cat-grid-slide .slick-slide {
  margin: 0px 10px;
}

.cat-grid-slide .slick-dots,.hna-grid-slide .slick-dots {
  bottom: 0px;
  left: 50%;
}

.icon-play {
  display: inline-block;
  width: 20px;
  height: 28px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: url("../images/icon-play.png") 0px 0px no-repeat;
}

.cat-grid-slide .slick-arrow, .cat-thumb-round .slick-arrow,.hna-grid-slide .slick-arrow, .hna-thumb-round .slick-arrow,.hna-cat-multimedia .slick-arrow {
  top: calc((100vw - 50px)/2 * 0.28);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cat-grid-slide .slick-arrow, .cat-thumb-round .slick-arrow,.hna-grid-slide .slick-arrow,.hna-cat-multimedia .slick-arrow {
  cursor: pointer;
  position: absolute;
  width: 27px;
  height: 70px;
  color: white;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 2;
  font-size: 0px;
}

.cat-grid-slide .slick-arrow:hover, .cat-thumb-round .slick-arrow:hover,.hna-grid-slide .slick-arrow:hover {
  background-color: rgba(26, 26, 26, 0.3);
}

.cat-grid-slide .slick-prev, .cat-thumb-round .slick-prev,.hna-grid-slide .slick-prev,.hna-cat-multimedia .slick-prev {
  left: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.hna-cat-multimedia .slick-prev{left: 0;top: calc((100vw - 50px)/2 * 0.5625) !important;}
.hna-cat-multimedia .slick-next{right: 0 !important;top: calc((100vw - 50px)/2 * 0.5625) !important;}

.cat-grid-slide .slick-next,.hna-grid-slide .slick-prev {
  right: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.cat-thumb-round .slick-next,.hna-cat-multimedia .slick-next {
  right: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.cat-grid-slide .slick-next,.hna-grid-slide .slick-next {
  right: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.cat-grid-slide .slick-arrow::before, .cat-thumb-round .slick-arrow::before,.hna-grid-slide .slick-arrow::before,.hna-cat-multimedia .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;
}

.cat-grid-slide .slick-prev::before, .cat-thumb-round .slick-prev::before,.hna-grid-slide .slick-prev::before,.hna-cat-multimedia .slick-prev::before {
  -webkit-transform: rotate(-45deg) translate(2px, -7px);
          transform: rotate(-45deg) translate(2px, -7px);
}

.cat-grid-slide .slick-next::before, .cat-thumb-round .slick-next::before,.hna-grid-slide .slick-next::before,.hna-cat-multimedia .slick-next::before {
  -webkit-transform: rotate(135deg) translate(2px, 12px);
          transform: rotate(135deg) translate(2px, 12px);
}

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

.widget-title {
  border-top: 1px solid #e1e1e1;
}

.widget-name {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  line-height: 36px;
  font-size: 20px;
}

.widget-name::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #f00;
  position: absolute;
  top: -1px;
  font-size: 20px;
}

.webpage:not(.mb-home) .widget-content {
  overflow-y: scroll;
}

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

.webpage:not(.mb-home) .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 10px;
}

.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: 30px;
  height: 30px;
  color: white;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  font-size: 0px;
  border-radius: 3px;
  top: -30px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.js-widget-slide .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.js-widget-slide .slick-prev {
  left: unset !important;
  right: 30px;
}

.js-widget-slide .slick-next {
  right: 0px;
}

.js-widget-slide .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;
}

.js-widget-slide .slick-prev::before {
  -webkit-transform: rotate(-45deg) translate(2px, -7px);
          transform: rotate(-45deg) translate(2px, -7px);
}

.js-widget-slide .slick-next::before {
  -webkit-transform: rotate(135deg) translate(2px, 12px);
          transform: rotate(135deg) translate(2px, 12px);
}

.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/icon-search-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/icon-trending-up.png") right center no-repeat;
}

.icon-money-bag {
  background: url("../images/icon-money-bag.png") right center no-repeat;
}

.icon-search-recycle {
  background: url("../images/icon-recycle.png") right center no-repeat;
}

.icon-chart-bar {
  background: url("../images/icon-chart-bar.jpg") right center no-repeat;
}

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


.widget-tsc .tab-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-tsc .tab-button {
  background-color: #f8f8f8;
  border-bottom: 1px solid #c5e0fc;
  padding: 5px 10px;
  font-size: 13px;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.widget-tsc .tab-button.active {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 4px 0px #fff, 0 -4px 0px #fff, -5px 0px 4px -3px #e6e6e6, 5px 0px 4px -3px #e6e6e6;
          box-shadow: 0 4px 0px #fff, 0 -4px 0px #fff, -5px 0px 4px -3px #e6e6e6, 5px 0px 4px -3px #e6e6e6;
  z-index: 1;
  position: relative;
}

.widget-tsc .tab-button.active::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  border-top: 3px solid #007bd9;
  top: -3px;
  left: 0;
}

.widget-tsc .article:not(:last-child) {
  border-bottom: 1px solid #c5e0fc;
}

.widget-tsc .article-title {
  position: relative;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  padding: 8px 10px 8px 20px;
  margin-top: 0;
}

.widget-tsc .article-title::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #ff1d1d;
  border-radius: 50%;
  left: 7px;
  position: absolute;
  top: 15px;
}

.widget-tsc .tab-body .article:nth-child(even) {
  background-color: #f5f9fe;
}

.vietlott .max-result tr {
  padding: 5px;
}

.vietlott .max-result .number {
  float: left;
  padding-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  border: 1px solid;
  border-radius: 3px;
  letter-spacing: 5px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}

.vietlott .max-result td {
  text-align: left;
}

.vietlott .max3d-result tr:nth-child(3) .number:nth-child(4) {
  clear: left;
}

.vietlott .max3d-result tr:nth-child(4) .number:nth-child(5) {
  clear: left;
}

.vietlott .max4d-result .number {
  letter-spacing: 2px;
  padding-right: 3px;
}

.vietlott {
  padding: 10px 20px 40px;
  background-color: #fffef3;
  border: 1px solid #f3f3f3;
}

.vietlott.vietlott-detail {
  padding: 0;
  background-color: initial;
  border: none;
}

.vietlott .vietlott-head {
  margin-bottom: 12px;
}

.vietlott .vietlott-title, .vietlott .vietlott-logo {
  float: left;
}

.vietlott .vietlott-title {
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 15px;
  margin-top: 5px;
}

.vietlott .vietlott-logo {
  float: left;
}

.vietlott .slick-dots {
  left: 50%;
  bottom: -25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.vietlott .slick-dots li button {
  width: 7px;
  height: 7px;
  margin: 2px;
  border-radius: 0;
}

.vietlott .slick-slide {
  margin: 0px 10px;
}

.vietlott .slick-list {
  margin: 0px -10px;
}

.vietlott .panel {
  padding: 15px;
  margin-right: 20px;
  border: 1px solid #d5d5d5;
  background-color: #f5f5f5;
  width: 100%;
  float: left;
  font-size: 11px;
  min-height: 178.5px;
  position: relative;
}

.vietlott .panel .panel-right {
  position: absolute;
  top: 10px;
  right: 10px;
}

.vietlott .panel:nth-child(even) {
  margin-right: 0;
}

.vietlott .jackpot-price {
  width: 160px;
}

.vietlott .number-rounded {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #db253b;
  border-radius: 50%;
  color: #333;
  font-size: 9px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
}

.vietlott .number-divider {
  position: relative;
  margin-left: 7px;
}

.vietlott .number-divider::before {
  position: absolute;
  top: 1px;
  left: -6px;
  content: '';
  height: 16px;
  border-left: 1px solid #000;
}

.vietlott .panel-info {
  padding: 3px 3px;
  margin: 3px 0px 3px 3px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background-color: #fff;
  font-size: 11px;
  text-align: right;
  font-weight: bold;
}

.vietlott td {
  text-align: right;
}

.vietlott .logo-vietlott-mega {
  width: 70px;
}

.vietlott .logo-vietlott-power {
  width: 48px;
}

.article-1-cover .article:first-child .article-thumb {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

.article-1-cover .article:not(:first-child) .article-title {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}

.footer {
  margin-top: 20px;
  border-top: 11px solid #007bd9;
  padding-top: 20px;
}

.footer-info {
  font-size: 14px;
}

.footer-info p {
  margin-bottom: 10px;
}

.footer-logo {
  width: 55%;
  min-width: 100px;
  max-width: 235px;
}

.dash-line {
  border-top: 1px dashed #909090;
}

.social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-link a.fab {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid #aaa;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-size: 17px;
  color: #aaa;
  margin-left: 5px;
}

.social-link a.zalo {
  background: url("../images/icon-zalo-mb.svg") center center/18px 18px no-repeat;
}

.mastercms {
  font-size: 14px;
  line-height: 52px;
  color: #dcdcdc;
}

.breadcrumb {
  padding: 5px 15px;
  font-size: 20px;
  line-height: 1.5;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 17px;
  font-weight: 800;
}

.breadcrumb .breadcrumb-list {
  display: none;
  white-space: nowrap;
  overflow-x: auto;
}

.breadcrumb .breadcrumb-list.active {
  display: block;
}

.breadcrumb .item:nth-child(2)::before {
  content: ' | ';
  margin: 0 5px;
}

.breadcrumb .item:nth-child(n+2) > a {
  font-size: 16px;
  margin-right: 5px;
}

.breadcrumb .item-link.active {
  color: #007bd9;
  -webkit-transition: 0s;
  transition: 0s;
}

.breadcrumb .breadcrumb-list-subcategory .item:nth-child(2)::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: -1px;
  color: #999;
}

.breadcrumb .breadcrumb-list-subcategory .item-link {
  color: #007bd9;
}

.breadcrumb .breadcrumb-list-subcategory .item:nth-child(n+2) .item-link:not(.active) {
  display: none;
}

.__MB_ARTICLE_PAGING a, .__MB_ARTICLE_PAGING span {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  margin-right: 1px;
  border-radius: 2px;
  background: #c2c2c2;
  color: #fff;
}

.__MB_ARTICLE_PAGING span:first-child {
  display: none;
}

.__MB_ARTICLE_PAGING a:hover, .__MB_ARTICLE_PAGING span.current {
  background: #c33;
}

/*page detail*/
.post {
  font-size: 18px;
}

.post-subtitle {
  margin-bottom: 10px;
  font-weight: bold;
}

.post-title {
  font-size: 30px;
  line-height: 1.25;
  color: #000;
  font-family: 'Noto Serif';
}

.post-desc {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: 'Noto Serif';
}

.post-meta {
  margin: 10px 0px;
}

.icon-google-new {
  height: 20px;
  padding-right: 83px;
  margin-left: 5px;
  line-height: 20px;
  background: url(../images/icon-google-new.png) right 2px no-repeat;
  font-size: 13px;
  background-size: contain;
}

.post-publish-time {
  color: #999;
  font-size: 12px;
}

.post-catname {
  font: normal 14px 'Noto Sans';
  color: #c33;
}

.post-content {
  color: #000;
}

.post-author {
  font-size: 14px;
  color: #666;
  text-align: right;
  font-weight: bold;
  display: none;
}

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

.post-share .post-share-item {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

.post-share .post-share-item:hover {
  color: #009cd7;
}

.post-share .post-share-divider {
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #454545;
  margin: 0 0px 0 15px;
}

.post-share .icon-zalo {
  width: 16px !important;
  height: 16px !important;
  background: url("../images/icon-zalo-share-mb.svg") center center no-repeat;
  background-size: contain;
}

.post-tag .tag-title {
  padding-left: 34px;
  background: url("../images/icon-tags.png") 0px center no-repeat;
  font-size: 24px;
  font-weight: 800;
  color: #666;
  border-bottom: 1px solid #d7d7d7;
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 6px;
}

.post-tag .tag-item {
  display: block;
  float: left;
  font-size: 14px;
  background-color: #e5e9ec;
  padding: 5px 10px;
  margin-right: 2px;
  margin-top: 10px;
  border-radius: 3px;
}

.post-tag .tag-item:hover {
  background-color: #c7ced3;
}

.post-tag .tag-local {
  background: url("../images/icon-place.png") left center no-repeat;
  padding: 5px 5px 5px 18px;
  float: left;
  margin-left: 5px;
  margin-top: 10px;
  color: #f00;
  text-transform: uppercase;
  font-weight: bold;
}

.bg-dark {
  background-color: #373737;
}

.bg-dark .bdt-grey {
  border-top: 1px solid #555;
}

.bg-dark .article-bdt-17 .article {
  border-top: 1px solid #555;
}

.bg-dark .article-bdt-20 .article {
  border-top: 1px solid #555;
}

.bg-dark .bg-line {
  background: -webkit-gradient(linear, left top, right top, to(#555)) 820px 0px/1px 1px repeat-y;
  background: linear-gradient(to right, #555 100%) 820px 0px/1px 1px repeat-y;
}

.bg-dark .icon-menu-video {
  border: 1px solid #2b2b2b;
  background: url("../images/icon-bars-red.png") center center no-repeat;
  background-color: #4c4c4c;
}

.bg-dark .video-title {
  font-weight: bold;
  color: #fff;
}

.bg-dark .video-views {
  color: #e5e9ec;
}

.bg-dark .video-desc {
  color: #e5e9ec;
}

.bg-dark .article-title {
  color: #e5e9ec;
}

.bg-dark .video-source, .bg-dark .video-author {
  color: #e5e9ec;
}

.bg-dark .tag-title {
  color: #e5e9ec;
  background-image: url("../images/icon-tags-white.png");
}

.bg-dark .tag-item {
  background-color: #959595;
}

.bg-dark .article-1-cover .article:not(:first-child) .article-title {
  color: #d9d9d9;
}

.video-title {
  font-family: 'Noto Serif';
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px;
}

.video-meta {
  margin: 10px auto;
  font-size: 12px;
  color: #999;
}

.video-views {
  padding-left: 25px;
  background: url("../images/icon-eye.png") 0px center no-repeat;
  color: #262626;
}

.video-catname {
  color: #ed1c24;
  text-transform: uppercase;
}

.video-catname::before {
  content: ' | ';
  color: #999;
}

.video-desc {
  font-family: 'Noto Serif';
  font-size: 18px;
}

.video-source, .video-author {
  text-align: right;
}

.video .catname {
  font-size: 22px;
  font-weight: 800;
}

.icon-menu-video {
  display: inline-block;
  width: 40px;
  height: 30px;
  border-radius: 4px;
  background: url("../images/icon-bars-blue.png") center center no-repeat;
  background-color: #007bd9;
  cursor: pointer;
  margin-right: 5px;
  vertical-align: -3px;
}

.mb-video .footer {
  margin-top: 0;
}

.mb-video .cat-listing .article-thumb {
  width: calc((100% - 20px) / 2);
}

.page-infographics .topbar {
  height: 66px;
  background-color: #007bd9;
}

.logo-white {
  line-height: 0;
  margin-left: 22px;
}

.logo-infographics {
  margin-bottom: 4px;
  padding: 7vw 0 7vw;
  line-height: 1;
  font-size: calc(14px + 10vw);
  font-weight: bold;
  color: #6a6a6a;
  text-align: center;
  text-shadow: 5px 9px #f0f0f0;
  border-bottom: 4px solid #b8b8b8;
}

.widget-note {
  color: #a1a1a1;
  font-size: 12px;
  font-style: italic;
}

/* 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;
}

/* Trang kết quả xổ số */
.kqxs {
  width: 100%;
  border-collapse: collapse;
}

.kqxs th {
  line-height: 1.5;
  padding: 6px;
  -webkit-box-shadow: inset 1px 1px #ccc, inset -1px -1px #ccc;
          box-shadow: inset 1px 1px #ccc, inset -1px -1px #ccc;
}

.kqxs .kqxs-head {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  background-color: #ebebeb;
  text-align: center;
}

.kqxs .kqxs-row:hover {
  background-color: #ffffde;
}

.kqxs .kqxs-row:first-child .number {
  color: red;
}

.kqxs .prize {
  font-size: 14px;
  width: 80px;
  text-align: center;
  -webkit-box-shadow: inset -1px -1px #ccc, inset 1px 0px #ccc;
          box-shadow: inset -1px -1px #ccc, inset 1px 0px #ccc;
  padding: 8px 8px;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
}

.kqxs .number-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.kqxs .number {
  display: inline-block;
  padding: 6px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.kqxs-filter .js-datepicker {
  background: url(../images/icon-calendar.png) right 12px center no-repeat;
  padding-left: 10px;
}

.kqxs-filter .filter-head {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.kqxs-filter .region {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1.5;
  color: #0388d1;
}

.filter-date {
  margin-top: 8px;
  width: 100px;
  height: 25px;
  float: none;
}

@media screen and (max-width: 395px) {
  .top-bar .icon-clock {
    display: none;
  }
}

.tacgia {
  display: none;
}

.hide-last-2-article .article:nth-last-child(-n+2) {
  display: none;
}

.hide-last-1-article .article:nth-last-child(-n+1) {
  display: none;
}

.hide-first-1-article .article:nth-child(-n+1) {
  display: none;
}

.icon-podcasts {
  display: inline-block;
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 25px;
  height: 25px;
  background-color: #007bd999;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  border-radius: 3px;
}

.cat-podcasts .catname {
  font-size: 18px;
  display: inline-block;
  border-bottom: 1px solid #007bd9;
  padding-bottom: 5px;
}

.cat-podcasts .js-slide-2{
  margin: 0 -10px;
}

.cat-podcasts .slick-slide{
  margin: 0 10px;
}

.cat-podcasts .article .article-thumb {
  float: left;
  width: 100%;
  /* height: 100px; */
  margin-bottom: 10px;
}

.cat-podcasts .article .article-title {
  margin-top: 0;
}

.cat-podcasts .article-publish-time::after {
  content: none;
}

.cat-podcasts .slick-dots {
  top: -40px;
  right: 0;
}

/*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 {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: 14px;
}

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

/* Pcast Player */
.pcast-play {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 40px;
  border-radius: 100%;
  background: #bfbfbf;
  border: 0;
  font-size: 24px;
  color: #fff;
  outline: none;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}

.pcast-pause {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 40px;
  border-radius: 100%;
  background: #bfbfbf;
  border: 0;
  font-size: 24px;
  color: #fff;
  outline: none;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}

._MB_PODCASTS_STATISTICS {
  display: none;
}

.pcast-rewind {
  display: none;
}

.pcast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-shadow: none;
          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: 40px;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  color: #c3c3c3;
  background: none;
}

.pcast-speed {
  display: block;
  position: absolute;
  right: 46px;
  bottom: 40px;
  border: 0;
  outline: none;
  cursor: pointer;
  color: #c3c3c3;
  background: none;
}

.svg-player-background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#paperSelect {
  width: 100%;
  height: 25px;
  border: 1px solid #999;
}

.article-desc .__MB_SITE_AUTHOR {
  display: none;
}

.cat-thumb-round .catname {
  display: inline-block;
  border-bottom: 1px solid #007bd9;
  padding-bottom: 5px;
}

.cat-thumb-round .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cat-thumb-round .slick-slide {
  height: auto;
  background-color: #f6f6f6;
  border: 1px solid #ebebeb;
  margin: 0 10px;
}

.cat-thumb-round .cat-content {
  overflow: hidden;
}

.cat-thumb-round .content-slide {
  margin: 0 -10px;
}

.cat-thumb-round .article {
  padding: 10px !important;
}

.cat-thumb-round .article-left {
  text-align: center;
}

.cat-thumb-round .article-thumb {
  width: 140px;
  margin: 0 auto;
  border-radius: 50%;
  background: none;
}

.cat-thumb-round .article-thumb::before {
  padding-top: 100%;
}

.cat-thumb-round .article-author {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

.cat-thumb-round .article-title {
  font-size: 16px;
  color: #333;
  text-align: justify;
}

.cat-thumb-round .article-publish-time {
  display: none;
}

.cat-thumb-round .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.05);
}

.cat-thumb-round .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.cat-listing-round .article::after {
  content: '';
  display: block;
  clear: both;
}

.cat-listing-round .article-left {
  width: 140px;
  float: left;
  text-align: center;
  margin-right: 15px;
}

.cat-listing-round .article-thumb {
  width: 80px;
  margin: 0 auto;
  border-radius: 50%;
}

.cat-listing-round .article-thumb::before {
  padding-top: 100%;
}

.cat-listing-round .article-author {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

.cat-listing-round .article-title {
  margin-top: 0;
  color: #333;
}

.cat-listing-round .article-desc {
  color: #666;
}
/* module */
.mb-home .widget-title {
  border-top: 1px solid #e1e1e1;
}

.mb-home .widget-name {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  line-height: 36px;
  font-size: 20px;
}
.mb-home .widget-name.active a {
  text-decoration: none;
  color: #fca604;
}

.mb-home .widget-box {
  display: none;
}

.mb-home .widget-box-active {
  display: block !important;
}

.mb-home .widget-content-item {
  /* overflow-y: scroll;
  height: 282px !important; */
  margin-bottom: 10px;
}

.mb-home .tbl-striped-grey {
  font-size: 12px;
  width: 100%;
  border-collapse: collapse;
}
.mb-home .bd-blue {
  border: 1px solid #c5e0fc;
}
.mb-home .tbl-striped-grey thead tr th {
  -webkit-box-shadow: inset 0px -1px #cae2fc;
  box-shadow: inset 0px -1px #cae2fc;
}

.mb-home .tbl-striped-grey thead {
  /* position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1; */
  background-color: #f8f8f8;
  font-weight: bold;
}

.mb-home .tbl-striped-grey th,
.mb-home .tbl-striped-grey td {
  padding: 8px 10px;
}

.mb-home .tbl-striped-grey tbody tr:nth-child(even) {
  background-color: #f8f8f8;
  height: 33px;
}

.mb-home .tbl-striped-grey tbody td:first-child {
  font-weight: bold;
}

.mb-home .tbl-striped-grey .h165 {
  height: 165px;
  overflow-y: scroll;
}

.mb-home .tbl-striped-grey.head-grid thead tr {
  border-bottom: none;
}

.mb-home .tbl-striped-grey.head-grid thead tr th.no-shadow-left {
  -webkit-box-shadow: inset 0 -1px #cae2fc;
  box-shadow: inset 0 -1px #cae2fc;
}

.mb-home .tbl-striped-grey.head-grid thead th {
  -webkit-box-shadow: inset 1px -1px #cae2fc;
  box-shadow: inset 1px -1px #cae2fc;
}

.mb-home .widget-title {
  border-top: 1px solid #e1e1e1;
  overflow-x: scroll;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
  width: 100%;
}

.mb-home .widget-name {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  line-height: 36px;
  font-size: 18px;
  /* margin-right: 15px; */
  white-space: nowrap;
  color: #007bd9;
}   
.mb-home .space {
    position: relative;
    top: 0;
    font-size: 18px;
    margin: 0 10px;
} 
/* .widget-bank-saving,
.world-stock,
.widget-content {
  overflow-y: scroll;
  height: 300px;
} */

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

.mb-home .tbl-striped-grey {
  font-size: 12px;
  width: 100%;
  border-collapse: collapse;
}

.mb-home .tbl-striped-grey thead tr th {
  -webkit-box-shadow: inset 0px -1px #cae2fc;
  box-shadow: inset 0px -1px #cae2fc;
}

.webpage:not(.mb-home) .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 10px;
}

.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.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;
}    
.widget-tsc .widget-name {
  font-size: 24px;
}
/* 
.widget .scroll {
  scrollbar-width: thin;
  overflow-y: scroll;
  height: 300px;
}

.scroll::-webkit-scrollbar {
  width: 2px;
}

.scroll::-webkit-scrollbar-track {
  background: #f8f8f8c0;
}

.scroll::-webkit-scrollbar-thumb {
  background: #d7d7d7;
}

.scroll::-webkit-scrollbar-thumb:hover {
  background: #797979;
} */
.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 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/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;
}
.mb-home .js-widget-slide .slick-arrow {
position: absolute;
top: unset;
right: unset;
bottom: -20px;
width: 25px;
height: 25px;
color: white;
-webkit-transition: 0.3s ease;
transition: 0.3s ease;
background-color: rgba(0, 0, 0, 0.2);
z-index: 2;
font-size: 0px;
border-radius: 3px;
border: none;
outline: none;
}
.mb-home .js-widget-slide .slick-arrow::before {
position: absolute;
top: 50%;
left: 50%;
content: '';
display: inline-block;
width: 10px;
height: 10px;
border-left: 2px solid #fff;
border-top: 2px solid #fff;
}

.mb-home .js-widget-slide .slick-prev {
left: 0 !important;
}
.mb-home .js-widget-slide .slick-prev::before {
-webkit-transform: rotate(-45deg) translate(1px, -8px);
transform: rotate(-45deg) translate(1px, -8px);
}
.mb-home .js-widget-slide .slick-next {
left: 25px;

}
.mb-home .js-widget-slide .slick-next::before {
-webkit-transform: rotate(135deg) translate(2px, 11px);
transform: rotate(135deg) translate(2px, 11px);
}
.widget-note-small {
  color: #a1a1a1;
  font-size: 10px;
  font-weight: normal;
  display: block !important;
  text-align: right;
}
.video-detail .jw-display-icon-container{
  margin: 0;
  left: 10px;
  bottom: 10px;
  top: unset;
  position: absolute;
  height: 2.5em;
  width: 2.5em;
  border: 2px solid #fff;
}
.video-detail .jw-skin-seven .jw-background-color{
  background: none;
}
.video-detail .jw-display-icon-container .jw-icon-display{
  font-size: 1em;
}
.hna-slider-right .slick-slide,.hna-slider-bottom .slick-slide{margin: 0 10px;}
/* hna-home-cover */
.hna-home-cover .article{
  width: 100% !important;
  float: left !important;
}
.hna-home-cover .article-thumb {
  width: 34%;
  float: right;
  margin-left: 16px;
  margin-bottom: 0;
}
.hna-home-cover .article-title{
  margin-top: 0;
}
/* hna-home-cover-first */
.hna-home-cover-first .article-title{
  font-size: 24px;
  margin-bottom: 10px;
}
.hna-home-cover-first .article-thumb{
  width: 100%;
  margin-bottom: 10px;
}
.hna-home-cover-first .article-desc{
  display: block;
  float: left;
  width: 100%;
}
/* hna-home-cover-first-slider */
/* .hna-home-cover-first-slider .article-title a{
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 90px;
} */
.hna-home-cover-first-slider .article-desc{
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.hna-home-cover-slider .article-title a{
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}
.tsc-podcasts .ico-player{

}
.tsc-podcasts .ico-player .icon-podcasts {
  display: inline-block;
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 25px;
  height: 25px;
  background-color: #007bd999;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  border-radius: 3px;
}
/* grayscale */
/* .logo,.footer-logo{filter: grayscale(1);} */

/* hna-multimedia */
.hna-multimedia{background: #007bd9;padding: 20px 0 0 0;color: #fff; }
.hna-multimedia .cat-title{display: flex;flex-direction: column;gap: 5px;color: #fff;margin-bottom: 20px;}
.hna-multimedia .cat-title span{vertical-align: 6px;}
.hna-multimedia .catname-sub{display: flex;flex-direction: row;align-items: center;font-weight: 400;gap: 10px;font-size: 15px !important;}
.hna-multimedia .catname-sub a{
  display: flex;
  align-items: center;
  color: #fff !important;
}
.hna-multimedia .catname-sub a:not(:first-child)::before{
content: '';
display: inline-flex;
width: 1px;
height: 20px;
background: #fff;
margin-right: 10px;
}
.hna-multimedia .article{float: left;width: calc(50% - 10px);margin-left: 20px;margin-bottom: 20px;}
.hna-multimedia .article:first-child{width: 100%;margin-left: 0;}
.hna-multimedia .article:nth-child(2n+2){
  margin-left: 0;
  clear: both;
}
.hna-multimedia .article:first-child .article-title{font-size: 22px;color: #fff !important;}
.hna-multimedia .article:first-child .article-desc,.hna-multimedia .article-title a{color: #fff !important;}
.hna-multimedia .article:not(:first-child) .article-title{color: #fff !important;}
.hna-multimedia .article:not(:first-child) .article-desc{display: none;}
.hna-multimedia .article-thumb{margin-bottom: 10px;}