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

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

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

.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: calc((100% - 20px)/2);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 11px;
  height: 160px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  float: left;
}

.vietlott .panel table {
  line-height: 1.2;
}

.vietlott .panel .panel-left .opening-info {
  margin-top: 5px;
}

.vietlott .panel .panel-right {
  margin-left: 5px;
}

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

.vietlott .price-name {
  padding: 5px 5px 5px 0px;
}

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

.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 .separate-last-ball .number-rounded:nth-last-child(2) {
  border: none;
  width: 7px;
  font-size: 16px;
  vertical-align: bottom;
}

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

.vietlott .max-result {
  margin-top: -8px;
}

.vietlott .max-result .price-name {
  max-width: 70px;
  padding-right: 5px;
}

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

.vietlott .max3d-result tr:nth-child(3) .price-name {
  vertical-align: top;
}

.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: -1px;
  padding-right: 3px;
}

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

@font-face {
  font-family: 'simple-line-icons';
  src: url("./fonts/Simple-Line-Icons/Simple-Line-Icons.ttf");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  min-width: 1230px;
}

body {
  font-family: "Noto Sans", Roboto, Verdana;
}

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

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

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

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

.c-white {
  color: #fff;
}

.c-red {
  color: #ed3237;
}

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

.banner {
  text-align: center;
}

.banner-item {
  margin: 0px auto;
  text-align: center;
  line-height: 0;
  margin-bottom: 20px;
}

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

.w799 {
  width: 799px;
}

.w650 {
  width: 650px;
}

.w700 {
  width: 700px;
}

.w535 {
  width: 535px;
}

.w321 {
  width: 321px;
}

.w300 {
  width: 300px;
}

.w265 {
  width: 265px;
}

.w215 {
  width: 215px;
}

.cat-grid-4 .article {
  width: calc((100% - (4 - 1) * 20px - 1px) / 4);
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.cat-grid-4 .article:nth-child(4n + 1) {
  margin-left: 0;
  clear: left;
}

.cat-grid-4 .article:nth-child(-n + 4) {
  margin-top: 0;
}

.cat-grid-3 .article {
  width: calc((100% - (3 - 1) * 20px - 1px) / 3);
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.cat-grid-3 .article:nth-child(3n + 1) {
  margin-left: 0;
  clear: left;
}

.cat-grid-3 .article:nth-child(-n + 3) {
  margin-top: 0;
}

.cat-grid-5 .article {
  width: calc((100% - (5 - 1) * 20px - 1px) / 5);
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.cat-grid-5 .article:nth-child(5n + 1) {
  margin-left: 0;
  clear: left;
}

.cat-grid-5 .article:nth-child(-n + 5) {
  margin-top: 0;
}

.wrapper {
  width: 1140px;
  margin: 0px auto;
  display: block;
}

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

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

/* ------------header--------------- */
.topbar {
  color: #999;
  font-size: 12px;
  line-height: 30px;
  font-weight: 300;
  height: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.topbar-text {
  border-right: 1px solid #e6e6e6;
  padding-right: 15px;
}

.topbar-widget {
  margin-left: 13px;
  font-size: 14px;
  color: #000;
  border-right: 1px solid #e6e6e6;
}

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

.weather {
  position: relative;
}

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

.weather .weather-list {
  width: calc(100% + 15px);
  position: absolute;
  top: 100%;
  left: -14px;
  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;
}

.weather .w-desc:first-letter {
  text-transform: uppercase;
}

#frmSearch {
  width: 188px;
  height: 26px;
  border-radius: 13px;
  border: 1px solid #ededed;
  margin-top: 2px;
  padding-right: 5px;
  padding-left: 10px;
}

#frmSearch .search-input {
  display: inline-block;
  font-size: 14px;
  width: calc(100% - 25px);
}

#frmSearch .search-input::-webkit-input-placeholder {
  color: #999;
}

#frmSearch .search-input:-ms-input-placeholder {
  color: #999;
}

#frmSearch .search-input::-ms-input-placeholder {
  color: #999;
}

#frmSearch .search-input::placeholder {
  color: #999;
}

#frmSearch .search-btn {
  display: block;
  margin-left: 5px;
  width: 20px;
  height: 24px;
  background: url("../images/icon-search.png") center center no-repeat;
  float: right;
}

.logo-bar {
  padding: 10px 0px;
}

.logo {
  max-width: 325px;
  max-height: 86px;
  line-height: 0;
  margin-top: 5px;
}

.logo-bar-banner {
  max-width: 728px;
  padding: 3px 0px;
}

.stock-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.stock-bar-item {
  background-color: #f8f8f8;
  border: 1px solid #eee;
  width: calc((100% - 32px) / 5);
  min-height: 70px;
  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 {
  white-space: nowrap;
}

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

.navbar {
  background-color: #007bd9;
  color: #fff;
  height: 40px;
  font-family: 'Roboto';
  font-size: 12px;
}

.nav-item {
  float: left;
  position: relative;
}

.nav-item.active .nav-link {
  background-color: #0560a5;
}

.nav-item .icon-home {
  font-size: 16px;
}

.nav-item .icon-home:hover {
  color: #fff;
}

.nav-item .nav-link {
  display: inline-block;
  padding: 0px 5px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 40px;
}

.nav-item .nav-link:hover {
  background-color: #0560a5;
  color: #fff;
}

.nav-item:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  min-width: 160px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #007bd9;
  display: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 2;
}

.dropdown-menu .dropdown-item {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0px 20px;
}

.dropdown-menu .dropdown-item a {
  display: block;
  line-height: 44px;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  border-bottom: 1px solid #ffffff26;
}

.dropdown-menu .dropdown-item a:hover {
  color: #92d2ff;
}

.dropdown-menu .dropdown-item:last-child a {
  border-bottom: none;
}

.icon-bars::before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 10px;
  background: url("../images/icon-bars.png") 0 center no-repeat;
}

.marquee {
  height: 36px;
  background: #f9f4f4;
  border-bottom: 1px solid #ededed;
}

.marquee .marquee-head {
  float: left;
  width: 20px;
  height: 35px;
  background: url("../images/icon-caret-right.png") left center no-repeat;
}

.marquee .marquee-links {
  float: left;
  width: calc(100% - 20px);
  color: #666;
  font-size: 12px;
  overflow: hidden;
}

.marquee .marquee-links a {
  margin-right: 10px;
  line-height: 35px;
}

.marquee .marquee-links a::before {
  content: '- ';
}

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

.article-bdt-17 .article:nth-child(6),.article-bdt-17 .article:nth-child(7){
  display: none;
}

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

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

.article-bdt-dots-10 .article {
  padding-top: 10px;
  margin-top: 10px;
  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;
}

.bg-light-grey {
  background-color: #fbfbfb;
}

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

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

.thumb-w250 .article-thumb {
  width: 250px !important;
}

.thumb-w108 .article-thumb {
  width: 108px;
}

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

.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;
  font-weight: normal;
}

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

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

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

.cat-slide .slick-dots {
  top: 320px;
  right: -15px;
}

.cat-slide .slick-slider {
  overflow: hidden;
}
.cat-slide .slick-slider .article-thumb::before{
  padding-top: 67%;
}

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

.card .card-image {
  display: block;
  text-align: center;
  background-color: #ffeec5;
}

.card .card-image img {
  vertical-align: bottom;
  height: auto;
}

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

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

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

/* .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%;
  height: 54px;
  padding: 12px;
  background-color: #feeff0;
}

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

.cat-topic .cat-content {
  font-size: 14px;
  width: 995px;
  overflow: hidden;
  height: 20px;
}

.cat-topic .cat-topic-btn {
  width: 20px;
  position: relative;
}

.cat-topic .group-item {
  display: inline-block;
}

.cat-topic .group-item .topic-title:not(:first-child)::before {
  content: ' / ';
  margin: 0px 5px;
}

.cat-topic .slick-arrow::before {
  content: none;
}

.cat-topic .slick-arrow:hover {
  background-color: inherit;
}

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

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

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

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

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

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

.cat-media .col-left {
  width: 430px;
}

.cat-media .col-right {
  width: 670px;
}

.cat-media .col-left .article-desc{
  display: none;
}

.cat-media .col-right .article {
  width: calc((100% - 40px) / 2);
  float: left;
  margin-left: 20px;
}

.cat-media .col-right .article:nth-child(n+3) {
  margin-top: 20px;
}

.cat-media .col-right .article:nth-child(2n+1) {
  clear: left;
}

.cat-media .col-right .article-thumb{
  width: 175px;
  float: left;
  margin: 0 15px 0 0;
}

.cat-media .col-right .article-title{
  font-size: 14px;
  margin-top: 0;
}

.hna-cat-multimedia .slick-prev{
  left: 0;
  top: 80px;
}

.hna-cat-multimedia .slick-next{
  right: 0;
  top: 80px;
}

.hna-cat-multimedia .slick-dots{
  width: 100%;
  text-align: right;
  top: 210px;
  transform: inherit !important;
  padding-right: 5px;
}

.hna-cat-multimedia .slick-dots li button{
  border-radius: 0 !important;
  height: 6px;
  width: 6px;
}

.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-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 {
  bottom: 0px;
  left: 50%;
}

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

.cat-grid-slide .slick-arrow {
  top: 75px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.slick-arrow:hover {
  background-color: rgba(26, 26, 26, 0.3);
}

.slick-prev {
  left: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.slick-next {
  right: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

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

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

.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;
  color: #007bd9;
}

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

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

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

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

.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/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-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;
  white-space: nowrap;
  cursor: pointer;
}

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

/**/
.section-4cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-4cols > .cat-col {
  width: calc((100% - 60px) / 4);
  margin-bottom: 30px;
}

.section-4cols .article:first-child {
  min-height: 247.63px;
}

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

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

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

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

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

.cat-grid5-slide .slick-dots {
  left: 50%;
}

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

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

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

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

.social-link a {
  display: inline-block;
  width: 42px;
  height: 42px;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  color: #e5e5e5;
  margin-left: 11px;
}
.social-link .fa-facebook-f{
  color: #317fb3;
}
.social-link .fa-youtube{
  color: red;
}

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

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

.breadcrumb {
  font-size: 22px;
  line-height: 55px;
}

.breadcrumb .breadcrumb-list {
  display: none;
}

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

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

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

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

.cat-list-grid3 .article:first-child {
  width: 100%;
  height: 295px;
  background-color: #f9f4f4 !important;
  margin-bottom: 20px;
  overflow: hidden;
}

.cat-list-grid3 .article:first-child .article-info {
  padding: 15px 20px 15px 0px;
  height: calc(100% - 16px);
  overflow-y: hidden;
}

.cat-list-grid3 .article:first-child .article-thumb {
  width: 525px;
  float: left;
  margin-right: 20px;
}

.cat-list-grid3 .article:first-child .article-title {
  font-size: 28px;
}

.cat-list-grid3 .article:not(:first-child) {
  width: calc((100% - 2*20px) / 3);
  margin-left: 20px;
  float: left;
}

.cat-list-grid3 .article:nth-child(3n+2) {
  margin-left: 0;
  clear: left;
}

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

.js-datepicker {
  width: 210px;
  height: 32px;
  padding-left: 38px;
  background: url("../images/icon-calendar.png") 12px center no-repeat;
  border: 1px solid #e6e6e6;
  line-height: 32px;
  color: #000;
}

/*page detail*/
.post-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 6px;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  z-index: 1;
}

.post-share-item {
  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;
  width: 38px;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: #ccc;
  margin-bottom: 10px;
  background-color: #fff;
}

.post-share-item:hover {
  color: #317fb3;
}

.post-share .icon-zalo {
  width: 38px !important;
  height: 38px !important;
  background: url("../images/icon-zalo-share.svg") center center no-repeat;
  background-color: #fff;
}

.post-share .icon-zalo:hover {
  background: url("../images/icon-zalo-share-blue.svg") center center no-repeat;
}

.post-share .zalo-share-button iframe {
  opacity: 0;
}

.post-share-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #f7f7f7;
  width: 100%;
  padding: 5px 15px;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-share-horizontal .post-share-item {
  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;
  margin-bottom: 0;
  margin-right: 10px;
  background-color: initial;
  border-radius: 0;
  border: none;
  color: #009cd7;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

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

.post-share-horizontal .post-share-divider {
  display: inline-block;
  width: 1px;
  height: 20px;
  margin: 0 10px 0 25px;
  background-color: #999;
}

.post-share-horizontal .zalo-share-button iframe {
  opacity: 1;
}

.fb-like {
  height: 20px;
}

.sli {
  font-family: 'simple-line-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon-social-facebook:before {
  content: "\e00b";
}

.icon-social-twitter:before {
  content: "\e009";
}

.icon-envelope:before {
  content: "\e086";
}

.icon-printer:before {
  content: "\e02e";
}

.icon-bubbles:before {
  content: "\e04a";
}

.post {
  font-size: 18px;
  margin: 0px auto;
  line-height: 1.5;
}

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

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

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

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

.tacgia {
  display: none;
}

.share-links {
  font-size: 10px;
  font-weight: bold;
  margin-top: 12px;
}

.share-links .btn {
  width: 120px;
  height: 32px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  line-height: 32px;
  margin-right: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.share-links .btn i {
  margin-right: 15px;
  font-size: 15px;
}

.share-links .btn:hover {
  -webkit-box-shadow: 0px 0px 5px #ccc;
          box-shadow: 0px 0px 5px #ccc;
}

.share-links .share-facebook {
  color: #3b5998;
}

.share-links .share-twitter {
  color: #55acee;
}

.share-links .share-email {
  color: #7d7d7d;
}

.share-links .share-linkedin {
  color: #1377b4;
}

.post-content {
  color: #333;
  line-height: 1.56;
}

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

.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;
  font-size: 14px;
  color: #f00;
  text-transform: uppercase;
  font-weight: bold;
}

.art1-thumb .article-title {
  font-size: 14px;
}

.art1-thumb .article:first-child .article-title {
  font-weight: bold;
}

.art1-thumb .article:first-child .article-thumb {
  display: block !important;
  margin-bottom: 10px;
}

.cat-biz-event .slick-dots {
  left: 50%;
}

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

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

.bg-dark .video .catname {
  color: #fff;
}

.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 .video-title {
  font-family: 'Noto Serif';
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

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

.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-desc {
  font-family: 'Noto Serif';
  font-size: 18px;
  color: #e5e9ec;
}

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

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

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

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

.thumb-w145 .article-thumb {
  width: 145px;
}

.thumb-w120 .article-thumb {
  width: 120px;
}

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

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

.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 .catname {
  font-size: 30px;
  font-weight: 800;
}

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

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

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

.logo-infographics {
  margin-bottom: 4px;
  padding: 50px 0px 27px;
  line-height: 82px;
  font-size: 82px;
  font-weight: bold;
  color: #6a6a6a;
  text-align: center;
  text-shadow: 5px 9px #f0f0f0;
  border-bottom: 4px solid #b8b8b8;
}

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

.dotted-spaced {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #8d8d8d), color-stop(50%, #ccc), color-stop(0%, #ffffff00)) 0px 0px/4px 1px repeat-x;
  background: linear-gradient(to right, #8d8d8d 25%, #ccc 50%, #ffffff00 0%) 0px 0px/4px 1px repeat-x;
}

.dotted-spaced-bottom {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #8d8d8d), color-stop(50%, #ccc), color-stop(0%, #ffffff00)) 0px 100%/4px 1px repeat-x;
  background: linear-gradient(to right, #8d8d8d 25%, #ccc 50%, #ffffff00 0%) 0px 100%/4px 1px repeat-x;
}

.static-content h1, .static-content h2, .static-content h3, .static-content p {
  margin-bottom: 15px;
}

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

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

.widget-note-small {
  color: #a1a1a1;
  font-size: 10px;
  font-weight: normal;
  display: block !important;
  text-align: right;
}

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

.kqxs {
  width: 100%;
  border: 1px solid #ebebeb;
  border-collapse: collapse;
}

.kqxs td {
  border: 1px solid #ebebeb;
}

.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;
  border-left: 1px solid #cccccc;
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.kqxs .number {
  display: inline-block;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  border-right: 1px solid #cccccc;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

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

.vl-widget {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  width: 300px;
  color: #001551;
  border: 1px #ccc solid;
  padding: 6px;
  margin-bottom: 10px;
}

.vl-widget .vl-title {
  margin-bottom: 6px;
}

.vl-widget .vl-title h2 {
  font-size: 13px;
  margin-top: 4px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.vl-widget .vl-title .vl-logo {
  width: 67px;
  float: right;
  height: 22px;
}

.vl-widget .vl-board {
  margin-bottom: 6px;
  padding: 4px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vl-widget .vl-board .info::first-letter {
  text-transform: uppercase;
}

.vl-widget .board-mega {
  background-color: #da2037;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vl-widget .logo-prize {
  width: 50px;
}

.vl-widget .logo-prize img {
  max-width: 100%;
}

.vl-widget .vl-board-center {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 9px;
  padding: 0px 4px;
  margin-left: 4px;
  position: relative;
}

.vl-widget .number-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  font-weight: bold;
}

.vl-widget .number-round {
  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;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 3px;
}

.vl-widget .jp-prize {
  margin-top: 3px;
  background-color: #fff;
  border-radius: 4px;
  font-weight: bold;
  height: 14px;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 4px;
}

.vl-widget .jp-prize .label {
  text-transform: uppercase;
  font-size: 7px;
  color: #f00;
}

.vl-widget .jp-prize .value {
  text-align: right;
  font-size: 10px;
}

.vl-widget .vl-board-right {
  float: right;
  width: 92px;
}

.vl-widget .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  line-height: 14px;
}

.vl-widget .info-item .label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.vl-widget .info-item .info {
  height: 14px;
  font-size: 9px;
  padding: 0px 4px;
  padding-left: 6px;
  background-color: #fff;
  border-radius: 4px;
}

.vl-widget .info-item:last-child {
  margin-bottom: 0;
}

.vl-widget .board-power {
  background-color: #dfb14f;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vl-widget .board-power .number-group {
  margin: 16px 0px 21px -10px;
width:130px;overflow:hidden;
}

/* .vl-widget .board-power .number-round:nth-last-child(2) {
  width: 1px;
  border: none;
  background-color: transparent;
  display: none;
} */

.vl-widget .board-power .number-round:last-child {
  margin-left: 5px;
}

.vl-widget .board-power .number-round:last-child::before {
  content: '';
  display: block;
  position: relative;
  width: 1px;
  height: 25px;
  background-color: #fff;
  left: -7px;
}

.vl-widget .board-4d {
  background-color: #bd1a8d;
}

.vl-widget .board-4d .d-prize:nth-child(n+4) {
  width: 60%;
  padding: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vl-widget .board-4d .d-prize:nth-child(n+4) .label {
  line-height: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vl-widget .board-4d .d-prize:nth-child(4) {
  margin-left: -32px;
}

.vl-widget .board-4d .d-prize:nth-child(4) .label {
  font-size: 0px;
}

.vl-widget .board-4d .d-prize:nth-child(4) .label::before {
  content: 'KHUYẾN KHÍCH 1';
  font-size: 7px;
  line-height: 8px;
}

.vl-widget .board-4d .d-prize:nth-child(n+5) {
  position: absolute;
  top: 54px;
  right: 4px;
}

.vl-widget .board-4d .d-prize:nth-child(n+5) .label {
  font-size: 0px;
}

.vl-widget .board-4d .d-prize:nth-child(n+5) .label::before {
  content: 'KHUYẾN KHÍCH 2';
  font-size: 7px;
  line-height: 8px;
}

.vl-widget .d-prize {
  background-color: #fff;
  margin-top: 3px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 16px;
}

.vl-widget .d-prize:first-child {
  margin-top: 0;
}

.vl-widget .d-prize .label {
  font-size: 7px;
  text-transform: uppercase;
  max-width: 45px;
  padding-left: 2px;
  line-height: 16px;
}

.vl-widget .d-prize .d-number-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 16px;
}

.vl-widget .d-prize .d-number-group .d-number {
  font-size: 10px;
  font-weight: bold;
  border-left: 1px solid #001551;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.vl-widget .d-prize .d-number-group .d-number:first-child {
  border-left: none;
}

.vl-widget .board-3d {
  background-color: #bd1a8d;
}

.vl-widget .board-3d .vl-board-center {
  width: 133px;
}

.vl-widget .board-3d .d-prize:first-child .label {
  font-size: 0;
}

.vl-widget .board-3d .d-prize:first-child .label::before {
  content: 'Giải ĐB';
  font-size: 7px;
}

.vl-widget .board-3d .d-prize:nth-child(3) {
  width: calc(100% + 45px);
  position: relative;
  left: -45px;
}

.vl-widget .board-3d .d-prize:nth-child(4) {
  width: calc(100% + 140px);
  position: relative;
  top: 1px;
  left: -45px;
  height: 14px;
  line-height: 14px;
}

.vl-widget .vl-foot {
  font-size: 9px;
  font-weight: bold;
  background: url(../images/vietlott-qr-2023.jpg) right top -3px no-repeat;
  padding-right: 80px;
  background-size: 80px;
  padding-top: 12px;
}

.col-right-160 {
  position: absolute;
  top: 0;
  width: 160px;
  right: -180px;
}

.col-right-180 {
  position: absolute;
  top: 0;
  width: 180px;
  right: -200px;
}

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

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

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

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

.cat-slide .cat-content > article:not(:first-child) {
  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.cat-grid-5 .slick-slide{
  margin: 0 10px;
}

.hna-podcast-slider{
  margin: 0 -10px;
}

.hna-podcast-slider .slick-dots{
  width: 100% !important;
  position: unset !important;
  text-align: center;
  transform: unset !important
}

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

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

.cat-podcasts .article .article-title {
  margin-top: 0;
  font-size: 14px;
}

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

/*podcast detail */
.podcast-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.podcast-detail .podcast-thumb {
  width: 526px;
  position: relative;
}

.podcast-detail .podcast-thumb::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.podcast-detail .podcast-thumb .podcast-image {
  display: block;
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.podcast-detail .podcast-content {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 296px;
  padding: 15px;
  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;
}

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

.banner-fade {
  margin: 0 -13px;
}

.banner-fade .slick-slide {
  opacity: .3;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  padding: 0 13px;
}

.banner-fade .slick-current {
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.banner-fade .slick-active {
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.__mb_author_source {
  display: none !important;
}

#paperSelect {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 180px;
  height: 25px;
  border-color: #999;
}

.group-4-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.group-4-banner .banner-group {
  width: calc((100% - 60px)/4);
}

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

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

.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: 180px;
  float: left;
  text-align: center;
  margin-right: 30px;
}

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

/* .mobile-button {
  width: 100%;
  display: none;
  text-align: center;
  background: #d0eaff;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 700;
  color: #007bd9;
} */
/* hna-multimedia */
.hna-multimedia{background: #e9e9e9 url(../images/hna-media-border.png) left 569px top 40px repeat-y;}
.hna-multimedia-left,.hna-multimedia-right{width: 525px;}
.hna-multimedia-right .catname-sub{margin-left: -13px;}
.hna-multimedia-right .article{float: left;}
.hna-multimedia-right .article:first-child{width: 350px;}
.hna-multimedia-right .article:first-child .article-title{font-size: 22px;}
.hna-multimedia-right .article:not(:first-child){width: 154px;margin-left: 20px;margin-top: 20px;}
.hna-multimedia-right .article:nth-child(2){margin-top: 0;}
.hna-multimedia-right .article:not(:first-child) .article-title{font-size: 14px;}
.hna-multimedia-right .article:not(:first-child) .article-desc{display: none;}
/* hna-multimedia-slider-left */
.hna-multimedia-slider-left{width: 350px;float: left;}
.hna-multimedia-slider-right{width: 154px;float: right;}
.hna-multimedia-slider-left .hna-multimedia-content,.hna-multimedia-slider-right .hna-multimedia-content{position: relative;}
.hna-multimedia-slider-left .article-title{font-size: 22px;}
.hna-multimedia-slider-left .slick-prev,.hna-multimedia-slider-left .slick-next{top: 63px;}
.hna-multimedia-slider-left .slick-prev{left: 0;}
.hna-multimedia-slider-left .slick-next{right: 0;}
.hna-multimedia-slider-left .slick-dots{width: 100%;text-align: right;top: 165px;transform: inherit !important;padding-right: 5px;}
.hna-multimedia-slider-left .slick-dots li button{border-radius: 0 !important;height: 6px;width: 6px;}
.hna-multimedia-slider-right  .hna-slider-right{height: 342px !important;overflow: hidden;}
.hna-multimedia-slider-right .slick-track{margin-top: 0px !important;}
.hna-multimedia-slider-right .article{padding-bottom: 15px !important;}
.hna-multimedia-slider-right .article-title{font-size: 14px;}
.hna-multimedia-slider-right .article-title a{height: 70px;}
/* cat-slide-sub */
.cat-slide-sub .article:not(:first-child){margin-top: 10px;}
.cat-slide-sub .article-title{font-size: 14px;}
.cat-slide-sub .article-title a::before{content: '';display: inline-block;width: 4px;height: 4px;border-radius: 2px;margin-right: 7px;background: #317fb3;vertical-align: 3px;}
.tsc-podcasts .ico-player{
  background: none;
  position: unset;
  bottom: unset;
  left: unset;
  width: auto;
  height: auto;
}
.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;
}
.page-home .tab-news .article:nth-child(6),.page-list .tab-news .article:nth-child(6),
.page-home .tab-news .article:nth-child(7),.page-list .tab-news .article:nth-child(7),
.page-home .tab-news .article:nth-child(8),.page-list .tab-news .article:nth-child(8),
.page-home .tab-news .article:nth-child(9),.page-list .tab-news .article:nth-child(9),
.page-home .tab-news .article:nth-child(10),.page-list .tab-news .article:nth-child(10),
.page-home .tab-news .article:nth-child(11),.page-list .tab-news .article:nth-child(11),
.page-home .tab-news .article:nth-child(12),.page-list .tab-news .article:nth-child(12),
.page-home .tab-news .article:nth-child(13),.page-list .tab-news .article:nth-child(13),
.page-home .tab-news .article:nth-child(14),.page-list .tab-news .article:nth-child(14),
.page-home .tab-news .article:nth-child(15),.page-list .tab-news .article:nth-child(15){display: none;}