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

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

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

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

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

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

@font-face {
  font-family: 'UTMAvo-Bold';
  src: url('fonts/Utm_Avo/UTMAvo-Bold.ttf');
}

@font-face {
  font-family: 'UTMAvo-Regular';
  src: url('fonts/Utm_Avo/UTMAvo.ttf');
}

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

.document-editor.cke_contents_ltr {
  font-family: 'Poppins-Light', Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
}

/* compare images */
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: "Trước";
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: "Sau";
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

/* reset table css */
.__MASTERCMS_CONTENT iframe,
.__MASTERCMS_CONTENT_MOBILE iframe,
.__MASTERCMS_CONTENT video,
.__MASTERCMS_CONTENT_MOBILE video {
  width: 100%;
  aspect-ratio: 16/9
}

.__MASTERCMS_CONTENT iframe[aria-label="Advertisement"],
.__MASTERCMS_CONTENT_MOBILE iframe[aria-label="Advertisement"] {
  aspect-ratio: unset;
  min-height: auto !important;
  height: revert-layer;
}

/* .__MASTERCMS_CONTENT iframe[height="560"] ,.__MASTERCMS_CONTENT_MOBILE iframe[height="560"]{aspect-ratio: 9/16;width: 315px;max-width: 100%;} */
.__MASTERCMS_CONTENT .motgame-qc-item iframe,
.__MASTERCMS_CONTENT_MOBILE .motgame-qc-item iframe {
  aspect-ratio: unset;
  height: revert-layer;
}

.__MASTERCMS_CONTENT figcaption,
.__MASTERCMS_CONTENT_MOBILE figcaption {
  margin-bottom: 15px;
}

table {
  border-collapse: collapse;
  display: table;
  padding: 10px;
  vertical-align: top;
  line-height: 1.4;
}

.__MASTERCMS_CONTENT video,
.__MASTERCMS_CONTENT_MOBILE video {
  width: 100%;
  object-fit: contain;
}

.__MASTERCMS_CONTENT a,
.__MASTERCMS_CONTENT_MOBILE a {
  color: #20419b
}

.__mb_article_in_title_box:hover {
  color: #20419b !important
}

.__MASTERCMS_CONTENT ul,
.__MASTERCMS_CONTENT_MOBILE ul {
  display: grid;
  flex-direction: column;
  gap: 10px;
}

/* .__MASTERCMS_CONTENT ol,.__MASTERCMS_CONTENT_MOBILE ol{padding-left: 25px;margin-bottom: 20px;list-style: disc;} */
/* .__MASTERCMS_CONTENT{display: flex;flex-direction: column;gap: 25px;} */
.__MASTERCMS_CONTENT>*,
.cke_contents_ltr {
  font-size: 16px;
  line-height: inherit;
  word-break: break-word;
}

/* .mb-detail .__MASTERCMS_CONTENT > *,.mb-game-detail .__MASTERCMS_CONTENT > *{font-size: 14px;} */
.__MASTERCMS_CONTENT>* {
  margin-bottom: 25px;
  font-size: 16px;
  color: #333333;
}

.__MASTERCMS_CONTENT_MOBILE p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  word-break: break-word;
}

.__MASTERCMS_CONTENT b,
.__MASTERCMS_CONTENT strong,
.__MASTERCMS_CONTENT_MOBILE b,
.__MASTERCMS_CONTENT_MOBILE strong {
  font-family: 'NotoSans-Bold', Arial, sans-serif;
  font-weight: normal;
}

.__MASTERCMS_CONTENT .mb_embed_3rd_html td {
  text-align: center;
}

.__MASTERCMS_CONTENT .mb_embed_3rd_html td>* {
  margin-left: auto;
  margin-right: auto;
}

.__MASTERCMS_CONTENT .mb_embed_3rd_html td>iframe[width="500"] {
  max-width: 500px;
}

.__MASTERCMS_CONTENT .jw-skin-seven .jw-controlbar,
.__MASTERCMS_CONTENT_MOBILE .jw-skin-seven .jw-controlbar {
  width: 100%;
}

.__MASTERCMS_CONTENT .jw-slider-horizontal,
.__MASTERCMS_CONTENT_MOBILE .jw-slider-horizontal {
  height: 3px;
}

.embeddedContent.oembed-provider-youtube {
  position: relative;
  padding-top: 56.25%;
}

.embeddedContent.oembed-provider-youtube iframe {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
}

.embed-ifame,
.embed-video,
.fitVids-wrapper {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}

.embed-ifame iframe,
.embed-video iframe,
.embed-video .jwplayer,
.fitVids-wrapper .exp_video,
.fitVids-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.exp_video {
  margin-bottom: 25px;
}

/* table images */
.MASTERCMS_TPL_TABLE,
.__MASTERCMS_CONTENT table,
.__MASTERCMS_CONTENT_MOBILE table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.__MASTERCMS_CONTENT_MB .__MB_template_g,
.__MASTERCMS_CONTENT_MB .__MB_template_d,
.__MASTERCMS_CONTENT_MB .__MB_template_e,
.__MASTERCMS_CONTENT_MB .__MB_template_e_gray,
.__MASTERCMS_CONTENT_MB .__MB_template_e_blue {
  margin: 0 auto 25px auto !important;
  width: 100% !important;
}

.MASTERCMS_TPL_TABLE td:empty,
.__MASTERCMS_CONTENT table td:empty,
.__MASTERCMS_CONTENT_MOBILE table td:empty {
  display: none;
}

.MASTERCMS_TPL_TABLE td img {
  margin-bottom: -2px;
  max-width: 100% !important;
  height: auto !important
}

.MASTERCMS_TPL_TABLE td h2,
.MASTERCMS_TPL_TABLE td h3 {
  font-family: 'NotoSans-Bold', Arial, sans-serif;
  line-height: 1.4;
}

#mekong-30763 .MASTERCMS_TPL_TABLE tbody tr:nth-child(odd) td {
  text-align: center;
  padding: 0;
  vertical-align: middle;
  line-height: 1;
  position: relative;
}

._MB_EMAG_DETAIL .MASTERCMS_TPL_TABLE tbody tr:nth-child(even) td {
  padding: 10px !important;
}

.MASTERCMS_TPL_TABLE tbody tr:nth-child(even) td,
#__MB_MASTERCMS_EL_3 figure figcaption {
  text-align: center;
  font-size: inherit;
  line-height: initial;
}

.MASTERCMS_TPL_TABLE tbody tr:nth-child(even) td:empty {
  display: none;
}

.MASTERCMS_TPL_TABLE tbody tr:nth-child(even) td p:last-child {
  margin-bottom: 0;
}

#__MB_MASTERCMS_EL_3 figure {
  position: relative;
  height: auto;
  line-height: 0;
}

#__MB_MASTERCMS_EL_3 figure img {
  width: 100%;
}

/* __MB_GIFT_CODE */
.__MB_GIFT_CODE {
  width: 100%;
  margin: 10px 0;
  text-align: center;
}

.giftcode-keys {
  width: max-content;
  margin: auto;
  cursor: pointer;
}

.giftcode-keys>div {
  display: flex;
}

.giftcode-left {
  width: 75px;
  height: 80px;
  background: url(../images/icon/icon-giftcode-left.png) center center no-repeat;
}

.giftcode-right {
  display: flex;
  width: 225px;
  height: 80px;
  background: url(../images/icon/icon-giftcode-right.png) center center no-repeat;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #f69220;
}

/* temp a */
.__MB_ARTICLE_A {
  width: 100%;
  margin: 10px 0;
  margin-bottom: 30px;
}

.__MB_ARTICLE_A td {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 0;
}

.__MB_ARTICLE_A td[width="10"] {
  vertical-align: top;
  display: none;
}

.__MB_ARTICLE_A td a {
  font-size: 15px;
  line-height: 1.4;
  color: #303e82;
  position: relative;
  padding-left: 15px;
  font-weight: 500;
  margin-bottom: 0px !important;
}

.__MB_ARTICLE_A td a:before {
  width: 5px;
  height: 5px;
  background: #303e82;
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 3px;
}

.__MB_ARTICLE_A td a:hover {
  color: inherit
}

/* temp k */
.__mb_article_in_image {
  width: 100%;
  margin: 10px 0;
}

.__mb_article_in_image td {
  margin-bottom: 0;
  background: #fff3cd !important;
  border-bottom: 10px solid #ffffff;
  text-align: left !important;
  overflow: hidden;
  padding: 20px !important;
  display: grid;
  grid-template-columns: 105px auto;
  gap: 20px;
  grid-row-gap: 0;
}

.__mb_article_in_image_box {
  overflow: hidden;
  margin-bottom: 0;
}

.__mb_article_in_image_box img {
  width: 100%;
}

.__mb_article_in_title_box {
  color: #000 !important;
  line-height: 1.3;
  font-size: 15px !important;
  font-weight: 500;
  margin-bottom: 0;
  font-family: 'NotoSans-Bold', sans-serif;
}

.__mb_article_in_image tr:last-child td {
  border-bottom: 0px;
}

/* temp k old */
.__mb_article_in_image td[width="49"] {
  padding-right: 15px !important;
  margin-bottom: 0;
}

.__mb_article_in_image td[width="49"] div {
  width: 105px;
  height: 65px !important;
  overflow: hidden;
}

.__mb_article_in_image td[width="49"] img {
  width: 100% !important;
  min-height: 100%;
}

.__mb_article_in_image td[width="49"]+td>a {
  top: 0;
  position: relative;
  color: #ff6600 !important;
  line-height: 1.3;
  font-size: 16px !important;
}

/* temp c */
.__mb_article_in_image_large td {
  grid-template-columns: 160px auto;
}

.__mb_article_in_image_large .__mb_article_in_image_box {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
}

.__mb_article_in_image td p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.__mb_article_in_image_large .__mb_article_in_title_box {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  font-family: 'NotoSans-Bold', sans-serif;
}

/* temp c old */
.__mb_article_in_image_large td[width="100"] {
  width: 160px;
}

.__mb_article_in_image td[width="100"] {
  padding-right: 15px !important;
  margin-bottom: 0;
}

.__mb_article_in_image td[width="100"],
.__mb_article_in_image td[width="100"]+td {
  border-bottom: 0;
}

.__mb_article_in_image td[width="100"] div,
.__mb_article_in_image td[width="100"] .box-img-embeded {
  width: 160px;
  height: 90px !important;
  overflow: hidden;
}

.__mb_article_in_image td[width="100"] img {
  width: 100% !important;
  min-height: 100%;
}

.__mb_article_in_image td[width="100"]+td>a,
.__mb_article_in_image_large td[width="100"]+td>a {
  top: 4px;
  position: relative;
  color: #ff6600 !important;
  line-height: 1.3;
  font-size: 16px;
}

/* temp g */
.__MB_template_g {
  width: 100%;
  margin: 20px 0;
  background-color: #e3eeff;
  margin-bottom: 30px;
}

.__MB_template_g td.__RE_PLACE_CONTENT,
.__MB_template_d td.__RE_PLACE_CONTENT {
  padding: 20px;
  font-size: initial;
}

.__RE_PLACE_CONTENT p:first-child {
  margin-top: 0 !important;
}

.__RE_PLACE_CONTENT p:last-child {
  margin-bottom: 0 !important;
}

/* temp d */
.__MB_template_d {
  width: 100%;
  margin: 20px 0;
  background-color: #fff3cd;
}

/* temp e-orange */
.__MB_template_e,
.__MB_template_e_gray,
.__MB_template_e_blue {
  width: 100%;
  border: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}

.__MB_template_e .__RE_PLACE_CONTENT,
.__MB_template_e_gray .__RE_PLACE_CONTENT,
.__MB_template_e_blue .__RE_PLACE_CONTENT {
  border: 5px solid #ffdfb4 !important;
  padding: 15px 20px;
  position: relative;
  text-align: justify;
  font-size: initial;
}

.__MB_template_e .__RE_PLACE_CONTENT:before,
.__MB_template_e_blue .__RE_PLACE_CONTENT:before {
  content: '';
  display: block;
  position: absolute;
  width: 44px;
  height: 24px;
  top: -14px;
  left: calc(50% - 22px);
  background: #ffffff url(../images/post-temp/ico-quote-orange-top.png) center center no-repeat;
}

.__MB_template_e .__RE_PLACE_CONTENT:after,
.__MB_template_e_blue .__RE_PLACE_CONTENT:after {
  content: '';
  display: block;
  position: absolute;
  width: 44px;
  height: 24px;
  bottom: -14px;
  left: calc(50% - 22px);
  background: #ffffff url(../images/post-temp/ico-quote-orange-bottom.png) center center no-repeat;
}

/* temp e-gray */
.__MB_template_e_gray {
  margin: 20px 15px;
  width: calc(100% - 30px);
}

.__MB_template_e_gray .__RE_PLACE_CONTENT {
  color: #566e78;
  border-color: #cfd8dd !important;
  font-size: initial;
}

.__MB_template_e_gray .__RE_PLACE_CONTENT:before {
  content: '';
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  left: -25px;
  top: calc(50% - 22px);
  background: #ffffff url(../images/post-temp/ico-quote-gray-left.png) center center no-repeat;
}

.__MB_template_e_gray .__RE_PLACE_CONTENT:after {
  content: '';
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  right: -25px;
  top: calc(50% - 22px);
  background: #ffffff url(../images/post-temp/ico-quote-gray-right.png) center center no-repeat;
}

/* temp e-blue */
.__MB_template_e_blue .__RE_PLACE_CONTENT {
  color: #333333;
  border-color: #83d2fd !important;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  display: block;
  font-size: initial;
}

.__MB_template_e_blue .__RE_PLACE_CONTENT:before {
  background-image: url(../images/post-temp/ico-quote-blue-top.png) !important;
}

.__MB_template_e_blue .__RE_PLACE_CONTENT:after {
  background-image: url(../images/post-temp/ico-quote-blue-bottom.png) !important;
}

/* temp e-yellow */

.__MB_template_e_yellow {
  width: 100%;
  border: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}

.__MB_template_e_yellow .__RE_PLACE_CONTENT {
  border: 5px solid #202850 !important;
  padding: 15px 20px;
  position: relative;
  text-align: justify;
  color: initial;
  font-size: initial;
}

.__MB_template_e_yellow .__RE_PLACE_CONTENT:before {
  content: '';
  display: block;
  position: absolute;
  width: 44px;
  height: 24px;
  top: -14px;
  left: calc(50% - 22px);
  background: #ffffff url(../images/post-temp/ico-quote-yellow-top.png) center center no-repeat;
}

.__MB_template_e_yellow .__RE_PLACE_CONTENT:after {
  content: '';
  display: block;
  position: absolute;
  width: 44px;
  height: 24px;
  bottom: -14px;
  left: calc(50% - 22px);
  background: #ffffff url(../images/post-temp/ico-quote-yellow-bottom.png) center center no-repeat;
}

/* temp e-yellow-border */

.__MB_template_e_yellow-border {
  width: 100%;
  border: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  border-collapse: unset;
  padding: 0;
}

.__MB_template_e_yellow-border .__RE_PLACE_CONTENT {
  border: 5px solid #202850 !important;
  padding: 15px 20px;
  position: relative;
  text-align: justify;
  color: initial;
  font-size: initial;
  border-radius: 0 15px 0 15px;
}

.__MB_template_e_yellow-border .__RE_PLACE_CONTENT:before {
  content: '';
  display: block;
  position: absolute;
  width: 44px;
  height: 24px;
  top: -14px;
  left: calc(50% - 22px);
  background: #ffffff url(../images/post-temp/ico-quote-yellow-top.png) center center no-repeat;
}

.__MB_template_e_yellow-border .__RE_PLACE_CONTENT:after {
  content: '';
  display: block;
  position: absolute;
  width: 44px;
  height: 24px;
  bottom: -14px;
  left: calc(50% - 22px);
  background: #ffffff url(../images/post-temp/ico-quote-yellow-bottom.png) center center no-repeat;
}

.__MB_template_e_yellow-border[align="left"],
.__MB_template_e_yellow[align="left"] {
  margin: 0;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.__MB_template_e_yellow-border[align="right"],
.__MB_template_e_yellow[align="right"] {
  margin: 0;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
}

/* table align */
.__MB_template_d[align="center"],
.__MB_template_e[align="center"],
.__MB_template_e_gray[align="center"],
.__MB_template_e_blue[align="center"],
.__MASTERCMS_CONTENT table[align="center"],
.__MASTERCMS_CONTENT_MOBILE table[align="center"] {
  margin: 20px auto !important;
}

.__MB_template_g[align="left"],
.__MB_template_d[align="left"],
.__MB_template_e[align="left"],
.__MB_template_e_blue[align="left"],
.__mb_article_in_image[align="left"],
.MASTERCMS_TPL_TABLE[align="left"],
.__MASTERCMS_CONTENT table[align="left"],
.__MASTERCMS_CONTENT_MOBILE table[align="left"] {
  margin-right: 15px;
  margin-bottom: 10px;
}

.__MB_template_e_gray[align="left"] {
  margin: 5px 20px 15px 15px;
}

.__MB_template_g[align="right"],
.__MB_template_d[align="right"],
.__MB_template_e[align="right"],
.__MB_template_e_blue[align="right"],
.__mb_article_in_image[align="right"],
.MASTERCMS_TPL_TABLE[align="right"] {
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.__MB_template_e_gray[align="right"] {
  margin: 5px 15px 15px 20px;
}

.MASTERCMS_TPL_TABLE[align="center"] {
  margin: 0 auto;
}


/* table custom */
.__MASTERCMS_CONTENT table[border="1"] td,
.__MASTERCMS_CONTENT_MOBILE table[border="1"] td {
  padding: 6px;
}

.__MASTERCMS_CONTENT table[border="1"],
.__MASTERCMS_CONTENT table[border="2"],
.cke_contents_ltr table[border="1"],
.cke_contents_ltr table[border="2"] {
  border-color: #eec1b3;
  margin-top: 15px;
  margin-bottom: 15px;
  border-style: solid;
}

.__MASTERCMS_CONTENT table[border="1"] p,
.__MASTERCMS_CONTENT table[border="2"] p,
.cke_contents_ltr table[border="1"] p,
.cke_contents_ltr table[border="2"] p {
  margin: 0 !important
}

.__MASTERCMS_CONTENT table[border="1"] td,
.__MASTERCMS_CONTENT table[border="2"] td,
.cke_contents_ltr table[border="1"] td,
.cke_contents_ltr table[border="2"] td,
.__MASTERCMS_CONTENT table[border="1"] thead th,
.__MASTERCMS_CONTENT table[border="2"] thead th,
.cke_contents_ltr table[border="1"] thead th,
.cke_contents_ltr table[border="2"] thead th {
  padding: 5px !important;
}

.__MASTERCMS_CONTENT table[border="1"] thead,
.__MASTERCMS_CONTENT table[border="2"] thead,
.cke_contents_ltr table[border="1"] thead,
.cke_contents_ltr table[border="2"] thead {
  background: #003865;
  color: #fff;
}

.__MASTERCMS_CONTENT table[border="1"] tbody tr:nth-child(even) td,
.__MASTERCMS_CONTENT table[border="2"] tbody tr:nth-child(even) td,
.cke_contents_ltr table[border="1"] tbody tr:nth-child(even) td,
.cke_contents_ltr table[border="2"] tbody tr:nth-child(even) td {
  background: #d0e1ff !important;
}

/* ximgs-center */
.ximgs-center,
.ximgtitle {
  text-align: center;
}

#__MB_MASTERCMS_EL_3 figure {
  max-width: 100%;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* article-live */
.bx-content-live {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}

.bx-content-live .block-item:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}

.header-block {
  margin: 0 0 1em;
}

.timeline {
  background: #E5F5F7;
  padding: 5px 10px;
  font-size: 14px;
  color: #777;
}

/* pc-detail */
/* #__MB_MASTERCMS_EL_3 p[style="margin-left:0in; margin-right:0in; text-align:center"]{} */
#__MB_MASTERCMS_EL_3 span[style="font-size:11pt"],
#__MB_MASTERCMS_EL_3 span[style="font-size:12.0pt"],
#__MB_MASTERCMS_EL_3 span[style="font-size:14px"] {
  font-size: inherit !important;
}

#__MB_MASTERCMS_EL_3 span[style="font-family:Calibri,sans-serif"],
#__MB_MASTERCMS_EL_3 span[style='font-family:"Times New Roman",serif'],
#__MB_MASTERCMS_EL_3 span[style="font-family:Arial,Helvetica,sans-serif"],
#__MB_MASTERCMS_EL_3 span[style="font-family:DengXian"] {
  font-family: inherit !important;
}

/* motgame */
.motgame-detail-body .table_content,
.motgame-detail-body .btn_table_content,
.motgame-detail-body .btn_table_content+ul,
.motgame-detail-body .btn_table_content+ul+p:empty {
  display: none;
}

#__MB_MASTERCMS_EL_3 p>.exp_video:last-of-type,
.videoWrapper #youtubeplayer,
.videoWrapper-o .jwplayer {
  margin-bottom: 0;
  aspect-ratio: 16/9;
  height: auto !important;
}

.motgame-detail-body .detail_related_news,
.motgame-detail-body .detail_related_news+.row,
.motgame-detail-body .detail_related_news_item,
.motgame-detail-body .detail_related_news_img.box_image,
.motgame-detail-body .detail_related_news_info,
.motgame-detail-body .detail_related_news_info+h5,
.motgame-detail-body .detail_related_news_info+h5+a {
  display: none;
}

.motgame-detail-body p:empty {
  display: none;
}

.expNoEdit:empty,
#__MB_MASTERCMS_EL_3 .read_more,
#__MB_MASTERCMS_EL_3 .content_read_more,
#__MB_MASTERCMS_EL_3 .expNoEdit:empty {
  display: none;
}

#__MB_MASTERCMS_EL_3 p:blank {
  display: none;
}

.motgame-hide {
  display: none;
}

.___widget_vote_article.motgame-hide,
.___widget_slideshow_article.motgame-hide,
.___widget_video_article.motgame-hide {
  display: block !important;
}

.gift__code__keys,
.ddict_btn {
  display: none;
}

.mb_embed_3rd_html iframe[title="Dailymotion Video Player"] {
  position: unset;
}

@media screen and (max-width: 840px) {
  .__mb_article_in_image td {
    background: #ffffff;
    border-bottom: 10px solid #fff;
  }

  .tpl_desc {
    display: none;
  }

  .__MASTERCMS_CONTENT iframe,
  .__MASTERCMS_CONTENT_MOBILE iframe,
  .__MASTERCMS_CONTENT video,
  .__MASTERCMS_CONTENT_MOBILE video {
    min-height: 54vw;
  }
}

/* MB_TABLE_GOLD_INFO_BOX */
.MB_TABLE_GOLD_INFO_BOX {
  border: 1px solid #eee;
  color: inherit;
  border-collapse: collapse;
  text-align: left;
}

.MB_TABLE_GOLD_INFO_BOX td,
.MB_TABLE_GOLD_INFO_BOX th {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #eee;
}

.MB_TABLE_GOLD_INFO_BOX thead {
  background: #20419b;
  color: #fff;
}

/* .MB_TABLE_GOLD_INFO_BOX th,.MB_TABLE_GOLD_INFO_BOX td{white-space: nowrap;} */
.MB_TABLE_GOLD_INFO_BOX thead tr td>span,
.MB_TABLE_GOLD_INFO_BOX tbody tr td>span {
  font-size: 14px;
}

.MB_TABLE_GOLD_INFO_BOX>tbody>tr:nth-of-type(odd) {
  background: #f8f9fa;
  color: inherit;
}

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

/* MB_TABLE_MONEY_INFO_BOX */
.MB_TABLE_MONEY_INFO_BOX {
  border: 1px solid #eee;
  color: inherit;
  border-collapse: collapse;
  text-align: left;
}

.MB_TABLE_MONEY_INFO_BOX td,
.MB_TABLE_MONEY_INFO_BOX th {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #eee;
  word-break: break-word;
}

.MB_TABLE_MONEY_INFO_BOX thead {
  background: #20419b;
  color: #fff;
}

.MB_TABLE_MONEY_INFO_BOX thead tr td>span,
.MB_TABLE_MONEY_INFO_BOX tbody tr td>span {
  font-size: 14px;
}

.down_rate,
.up_rate {
  font-size: 14px;
}

.MB_TABLE_MONEY_INFO_BOX>tbody>tr:nth-of-type(odd) {
  background: #f8f9fa;
  color: inherit;
}

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

/* article-detail-video-top */
.article-detail-video-top:empty {
  display: none;
}

.article-detail-video-top .___widget_video_article {
  margin: 0;
}

.article-detail-video-top #youtubeplayer,
.article-detail-video-top iframe {
  width: 100%;
}

/* temp mekong */
.__mb_article_in_mekong tr:nth-child(n+2) td {
  display: grid;
  grid-template-columns: auto 153px;
  gap: 23px;
}

.__mb_article_in_mekong tr:nth-child(n+2) td {
  background: #fff !important;
  padding: 12px 0 !important;
  text-align: left !important;
  margin: 0 12px;
}

.__mb_article_in_mekong tr:nth-child(n+2) td a {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #5e5d5d !important;
}

.__mb_article_in_mekong tr:nth-child(n+3) td {
  padding-top: 9px;
  border-top: 1px solid #e8e8e8;
}

.__mb_article_in_mekong tr:last-child td {
  border-radius: 0 0 0 15px;
}

.__mb_article_in_mekong {
  background: #fff;
  border: 1px solid #a09898;
  border-radius: 0 0 0 15px;
  padding: 0;
  border-top: none;
  border-collapse: unset
}

.__mb_article_in_mekong tr:first-child {
  margin: -3px;
}

.__mb_article_in_mekong tr:first-child td {
  font-size: 18px;
}

.MASTERCMS_TPL_TABLE:has(.__mb_article_in_mekong) {
  border-collapse: unset;
  padding: 0;
  margin-bottom: 0;
}

.MASTERCMS_TPL_TABLE[align="left"] .__mb_article_in_mekong,
.MASTERCMS_TPL_TABLE[align="right"] .__mb_article_in_mekong {
  margin-bottom: 0;
}

.__mb_article_in_mekong .__mb_article_in_title_box:hover {
  text-decoration: underline !important;
}

/* sapo */
.related_sapo a,
.suggest_child a {
  color: #405f9e;
  font-family: 'Noto-serif-italic', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

h6.related_sapo,
.suggest_child,
.related_sapo {
  padding: 5px 30px;
  background: #f6f6f6;
  width: 632px;
  display: flex;
  margin-bottom: 0px;
}

.related_sapo a:hover,
.suggest_child a:hover {
  text-decoration: underline;
}

.related_sapo:first-of-type,
.suggest_child:first-of-type {
  padding-top: 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.related_sapo:last-of-type,
.suggest_child:last-of-type {
  padding-bottom: 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-bottom: 20px;
}

.suggest_child {
  margin: 0 !important;
}

strong._related_1404022217_letter.tkpEdit {
  display: none;
}

.suggest_post {
  margin: 0 !important;
}

/* p._related_1404022217_item.image_suggest {
  grid-template-columns: 160px auto;
  display: grid;
  gap: 20px;
  padding: 20px !important;
  background: #fff;
  margin-bottom: 10px !important;
} */

/* a._related_1404022217_title {
  color: #000 ;
  line-height: 1.3;
  font-size: 15px;
  font-weight: 500;
} */

a._related_1404022217_title:hover {
  color: #ed1c24;
}

blockquote p {
  margin: 0px !important;
}

blockquote {
  display: block;
  width: 100% !important;
  text-align: justify;
  margin: 0px auto;
  font-size: 13px;
  line-height: 1.4 !important;
  padding: 15px !important;
  background-color: #e3eeff !important;
  border: 2px solid #c0d5f5 !important;
  margin-bottom: 20px !important;
}

blockquote .title-detail {
  padding-bottom: 10px;
}

blockquote p {
  font-size: 16px;
  color: #333333;
}

@media screen and (max-width: 1000px) {

  h6.related_sapo,
  .suggest_child {
    padding: 5px 30px;
    background: #f6f6f6;
    width: 94.58%;
    display: flex;
  }
}


#__MB_MASTERCMS_EL_3 figure figcaption *,
.MASTERCMS_TPL_TABLE td {
  font-size: 13px;
  color: #333333;
  font-family: 'NotoSans-Regular', sans-serif;
  text-align: center;
  font-weight: 400;
}

.__MB_ARTICLE_A td a:hover {
  text-decoration: underline;
}

/* .MASTERCMS_TPL_TABLE td {
  padding-top: 10px;
} */

.article-detail-author {
  font-family: 'NotoSans-Bold', sans-serif;
  font-size: 13px;
  color: #0f79d5;
  display: flex;
  justify-content: end;
}

iframe {
  width: 100%;
}

.wrapper-scale-iframe {
  margin-bottom: 0px !important;
}

.bxslider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.bxslider div::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

#gallery .bx-prev {
  background-image: url(../images/i-prev.png) !important;
  background-size: 35px;
  background-color: #3333;
  z-index: 999 !important;
  background-position: 10px 30px !important;
}

#gallery .bx-next {
  background-image: url(../images/i-next.png) !important;
  background-size: 35px;
  background-color: #3333;
  background-position: 0 !important;
  z-index: 999 !important;
}

#gallery .bx-prev:hover {
  background-position: 10px 30px !important;
}

.MASTERCMS_TPL_TABLE tbody tr:nth-child(even) td,
.caption p {
  line-height: 1.5;
  color: #555;
  text-align: center;
  padding: 10px 15px;
  background: #f3f3f3;
  font-size: 13px;
}

.MASTERCMS_TPL_TABLE tbody tr:nth-child(even) td * {
  color: #555;
  font-size: 13px;
}

.MASTERCMS_TPL_TABLE tbody tr:nth-child(even) td b {
  font-family: 'NotoSans-Bold', sans-serif;
}

.caption p {
  margin-bottom: 0;
}

.mekong-detail-body p strong,
.mekong-detail-body p b,
.mekong-detail-body p h2,
.mekong-detail-body p h3,
.mekong-detail-body p h4,
.mekong-detail-body h1,
.mekong-detail-body h2,
.mekong-detail-body h3,
.mekong-detail-body h4 {
  font-family: 'NotoSans-Bold', sans-serif;
}

.mekong-detail-body .pic img,
.mekong-detail-body .caption table,
.mekong-detail-body .pic p,
.mekong-detail-body table img,
.mekong-detail-body table p {
  margin-bottom: 0;
  height: auto;
}

.wrap-heading {
  margin-bottom: 0px;
}

.box-news,
.box-heading {
  margin-bottom: 0;
}

.wrap-heading .heading {
  background: #202850;
  font-weight: 700;
  font-size: 18px !important;
  line-height: 20px !important;
  color: #fff !important;
  display: block !important;
  border-bottom: 3px solid #f4c82d;
  padding: 14px 16px;
  margin-bottom: 15px;
  font-family: 'IBMP', sans-serif;
}

.story.cms-relate {
  display: grid;
  grid-template-columns: auto 153px;
  column-gap: 30px;
  background: #fff;
  border: 1px solid #a09898;
  border-radius: 0 0 0 15px;
  padding: 17px 12px 15px;
  border-top: none;
  margin-bottom: 0 !important;
}

.story.cms-relate img {
  margin-bottom: 0;
}

.story.cms-relate .story__heading {
  order: -1;
  margin-bottom: 0;
}

.story.cms-relate:nth-child(n+2) {
  margin-top: -15px;
}

.story__thumb {
  margin-bottom: 0;
}

h3.wrap-heading+p:empty,
h3.wrap-heading+p:empty+p.box-content {
  display: none;
}

.story__heading a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px !important;
  color: #5e5d5d !important;
  display: flex !important;
  margin-bottom: 0;
  font-family: 'NotoSans-Bold', sans-serif;
}

p.notebox.ncenter.cms-note+p {
  padding: 25px 25px 25px;
  background: #fff3cd;
  clear: both;
}

/* p.notebox.ncenter.cms-note + p {
  margin-bottom: 0;
} */

p.notebox.ncenter.cms-note~p:empty {
  display: none;
}

@media screen and (max-width: 1000px) {
  .story.cms-relate {
    display: grid;
    grid-template-columns: auto 176px;
    column-gap: 30px;
    background: #fff;
    border: 1px solid #a09898;
    border-radius: 0 0 0 15px;
    padding: 17px 12px 15px;
    border-top: none;
    margin-bottom: 0 !important;
  }

  .story.cms-relate:last-child {
    margin-bottom: 20px;
  }

  .story__heading a {
    font-size: 14px;
  }

  .__mb_article_in_mekong .__mb_article_in_title_box {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .MASTERCMS_TPL_TABLE[align="right"]:has(.__mb_article_in_mekong),
  .MASTERCMS_TPL_TABLE[align="left"]:has(.__mb_article_in_mekong) {
    width: 100% !important;
    margin-bottom: 18px;
  }
}

.video video {
  display: block !important;
  margin-bottom: 0px;
}

.video td {
  padding: 0px !important;
}

.__MB_LINK_IN_ARTICLE {
  font-family: 'NotoSans-Bold', sans-serif;
  color: #202850;
}

.mekong-detail-body p a,
.mekong-detail-body .MASTERCMS_TPL_TABLE a {
  font-family: 'NotoSans-Bold', sans-serif;
  color: #202850;
}

.__mb_article_in_image_box {
  position: relative;
  display: block;
  overflow: hidden;
}

.__mb_article_in_image_box::before {
  padding-top: 60%;
  content: '';
  display: block;
}

.__mb_article_in_image_box img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.twentytwenty-wrapper.twentytwenty-horizontal {
  margin-bottom: 0;
}

.MASTERCMS_MEDIA_BOX {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.MASTERCMS_MEDIA_BOX iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.__mb_article_auther .__RE_PLACE_AUTHER {
  background: #202850 !important;
  border-top: 3px solid #f4c82d;
  text-align: left !important;
  color: white !important;
  font-size: 18px;
  border-radius: 0 0px 0 10px;
}

.__mb_article_auther {
  margin-bottom: 30px;
  border: 2px solid #e7e7e7;
  border-radius: 0 15px;
  padding: 0;
  position: relative;
  border-collapse: unset;
}

.__mb_article_auther .__RE_PLACE_IMG img {
  width: 27%;
  margin: 25px !important;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.__mb_article_auther tr:first-child {
  position: absolute;
  z-index: 1;
}

.__mb_article_auther .__RE_PLACE_IMG {
  text-align: left !important;
}

.__mb_article_auther tr:nth-child(2) {
  height: 170px;
}

.MASTERCMS_TPL_TABLE[align="left"] .__mb_article_auther .__RE_PLACE_AUTHER,
.MASTERCMS_TPL_TABLE[align="right"] .__mb_article_auther .__RE_PLACE_AUTHER {
  padding: 20px !important;
  line-height: 1.4;
}

.__mb_article_auther .__RE_PLACE_CONTENT {
  text-align: left !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #222 !important;
  font-style: italic !important;
  padding: 25px 25px 12px 35% !important;
  background: white !important;
}

.__mb_article_auther .__RE_PLACE_AUTHER,
.__mb_article_auther .__RE_PLACE_CONTENT {
  padding: 16px 25px 16px 35%;
}

.__mb_article_auther_2 {
  border: 2px solid #e7e7e7;
  border-radius: 0 15px;
  padding: 0;
  position: relative;
  border-collapse: unset;
  overflow: hidden;
}

.__mb_article_auther_2 .__RE_PLACE_CONTENT {
  text-align: left !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #222 !important;
  font-style: italic !important;
  background: white !important;
  padding: 10px 15px !important;
  border-radius: 20px;
}

.__mb_article_auther_2 .MASTERCMS_TPL_TABLE {
  margin-bottom: 0;
}

.__mb_article_auther_2 .__RE_PLACE_AUTHER_2 {
  background: #202850 !important;
  border-top: 3px solid #f4c82d;
  text-align: left !important;
  color: white !important;
  font-size: 18px;
  border-radius: 0 0px 0 10px;
  padding: 10px 15px;
}

.__mb_article_auther_2 .__RE_PLACE_IMG_2 img {
  padding: 15px !important;
  ;
}

@media screen and (max-width: 840px) {
  .__mb_article_auther tr:first-child {
    position: initial;
  }

  .__mb_article_auther .__RE_PLACE_IMG img {
    width: -webkit-fill-available;
    margin: 10px 15px !important;
    margin-bottom: 0px !important;
    aspect-ratio: inherit;
  }

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

  .__mb_article_auther .__RE_PLACE_CONTENT {
    font-size: 16px !important;
    padding: 10px 15px !important;
  }

  .__mb_article_auther .__RE_PLACE_AUTHER {
    font-size: 16px;
    padding: 10px 15px !important;
  }
}

.__MB_template_d .__RE_PLACE_CONTENT p,
.__MB_template_e .__RE_PLACE_CONTENT p,
.__MB_template_e_gray .__RE_PLACE_CONTENT p,
.__MB_template_e_blue .__RE_PLACE_CONTENT p,
.__MB_template_e_yellow .__RE_PLACE_CONTENT p,
.__MB_template_e_yellow-border .__RE_PLACE_CONTENT p,
.__MB_template_g .__RE_PLACE_CONTENT p {
  margin-bottom: 20px;
}

.quote.cms-quote {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  background-color: #fff !important;
  border: 2px solid #e7e7e7 !important;
  border-radius: 0 15px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 24px 22px 12px 22px;
  clear: both;
  padding-bottom: 10px !important;
}

.quote.cms-quote .author {
  border-top: 3px solid #f4c82d;
  background: #202850;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 16px 20px;
  display: block;
  margin: 12px -22px -12px;
  width: auto;
}

.quote.cms-quote table {
  margin-bottom: 20px;
}

.box-init-left:has(#mekong-30703) .mekong-detail-body .__mb_article_auther_2 .__RE_PLACE_IMG_2 img {
  padding: 0 !important;
}

.MAGZINE_TPL_TABLE p:has(.__MB_BG_VIDEO) ,.MAGZINE_TPL_TABLE p:has(video) {
  max-width: 100%;
}
@media screen and (max-width: 812px) {
  .cms-picture tr,.cms-picture td.pic{display:block;width:100%;}
}