/* .fb_iframe_widget > span,.fb_iframe_widget > span > iframe{width: 140px !important;height: 20px !important;} */
@font-face {
  font-family:'Tinos-Regular';
  src: url('fonts/Tinos/Tinos-Regular.ttf');
}
@font-face {
  font-family:'Tinos-Bold';
  src: url('fonts/Tinos/Tinos-Bold.ttf');
}
/* twentytwenty-horizontal */
.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: "Before"; }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: "After"; }

.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; }


table {
	border-collapse: collapse;
	display: table;
	padding: 5px;
	vertical-align: top;
}
.tpl_article_embed_text_info {border:1px solid #ddd;background:#fff 50% 50% repeat-x;color:#444;-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;-khtml-border-top-left-radius:2px;border-top-left-radius:2px; background-color:#FFCC99; margin-right:10px; margin-top:5px; margin-left:17px;}
.tpl_article_embed_text_info td { padding:8px;}
.tpl_article_embed_text_info .__RE_PLACE_CONTENT { font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;}

/*=========================================================================================================================*/
.__MASTERCMS_CONTENT img{
	max-width:100%;
}
/* .__MASTERCMS_CONTENT,.__MASTERCMS_CONTENT_MOBILE{font-family:'Tinos-Regular'}
#__MB_MASTERCMS_EL_2{font-family:'Tinos-Bold'} */
.__MB_ARTICLE_A {
    width: 100%;
    margin-bottom: 15px;
    max-width: 100%;
    background: #fffbe4;
}
.__MB_ARTICLE_A td img {
    width: 3px !important;
    height: 3px !important;
    min-width: 3px !important;
}
.__MB_ARTICLE_A td {
	padding:15px;
}
.__MB_ARTICLE_A td a {
    text-decoration: none;
    clear: both;
    display: inline-block;
    color: #0253a4;
    padding-left: 15px;
    font-size: 16px !important;
    border-top: thin dotted #e4e4e4;
    padding-top: 5px;
    margin-top: 5px;
	float:left;
	background:url(../images/ico-square.png) left 12px no-repeat;
}
.__MB_ARTICLE_A td a:first-child{
	border:0;
	margin-top:0;
}
.__MB_ARTICLE_A td a:hover{
	text-decoration:none;
	color:#000;
}
.__MB_ARTICLE_A_HEADER {font-weight:bold; font-size:14px;}
/*=========================================================================================================================*/
.__MB_template_d {
    width: 100%;
    margin-bottom: 15px;
    background-color: #fffbe4;
    font-size: 24px;
}
.__MB_template_d td.__RE_PLACE_CONTENT {
    padding:15px 10px 15px 15px
}
/*=========================================================================================================================*/
.__mb_article_in_image {
      background-color: #fffbe4; width:100%; margin-bottom:5px !important;}
.__mb_article_in_image td {
    padding: 0px;
    border-bottom: 5px solid #fff;
}
.__mb_article_in_image td a {
    color: #0253a4;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
    display: block;
}
.__mb_article_in_title_box{
  line-height: 1.3;
  display: block;
  position: relative;
  top: 5px;
}
.__mb_article_in_image td span { font-size:12px; color:#666;-webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;}
.__mb_article_in_image td p{margin-bottom:0;line-height:15px;}

.__MB_ARTICLE_E a{font-family:Tahoma, Geneva, sans-serif; font-weight:bold; color:#FF6600;}
.__MB_ARTICLE_F td a{ 
	border-bottom-color: #F90;
	border-bottom-width: thin;
	padding-bottom: 1px;
	text-decoration: none;
	color: #0089D3;
	font-size: 14px;
	background: url(../../images/vn/cat_arrow_2.png) 5px 6px no-repeat;
	padding-left: 20px;
	font-weight: bold;
	display: block;
}
/*=========================================================================================================================*/
.__MB_template_g {
    margin-bottom: 15px;
    background-color: #e2efff;
    margin-top: 10px;
    box-sizing: border-box;
    font-size: 24px;
}
.__MB_template_g td.__RE_PLACE_CONTENT{
	padding:15px 10px 15px 15px
}
/*=========================================================================================================================*/
.__MB_ARTICLE_F td a:hover{
	color:#333;}
.__MB_ARTICLE_F_HEADER {font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-weight:bold; font-size:16PX;}
.__MB_ARTICLE_F{
	background-color: #Fff;
	color: #333;	
	margin-top: 5px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 5px;
}
.__MB_ARTICLE_F td{
	padding-top:5px;
	max-height:60px;
	border-bottom: 1px dotted #999;
	padding-bottom: 5px;}
.__MB_ARTICLE_F thead tr td{
	border-bottom:1px solid #3CF;
	border-top:1px solid #3CF;}
.__MB_ARTICLE_F img{
	width:80px !important;}
/*=========================================================================================================================*/
.__MB_ARTICLE_H{ padding:5PX;}
.__MB_ARTICLE_H td{ font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-weight:bold; font-size:14PX; position:relative; border-bottom: 1px dotted #ccc;}
.__MB_ARTICLE_H td a{
	color: gray;
	display: block;
	padding-bottom: 1px;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11.4px;
	font-weight: normal;
}
.__MB_ARTICLE_H_HEADER{font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-weight:bold; font-size:16PX;}
.__MB_ARTICLE_H td img{
	position:absolute;
	top:6px;}
/*=========================================================================================================================*/
.__MB_ARTICLE_I{ padding:5PX;}
.__MB_ARTICLE_I td{
	padding-left: 8px;
	font-family: arial;
	font-weight: bold;
	font-size: 14PX;
	position: relative;
	padding: 5px;}
.__MB_ARTICLE_I td a{
	color: #5a524d;
	display: block;
	padding-bottom: 1px;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11.5px;}
.__MB_ARTICLE_I_HEADER{font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-weight:bold; font-size:16PX;}
.__MB_ARTICLE_I td img{
	position:absolute;
	top: 6px;
	left: 6px;}
.__MB_ARTICLE_I thead{
	background:#eaeae4;}
.__MB_ARTICLE_I tbody tr{
	border-bottom:1px solid #6FC;
	float:left;}
/*=========================================================================================================================*/
.td_icon{
	background: #fbfbf3;
	padding:0px !important;}
.td_decs{
	background: #fbfbf3;
	padding-left:3px;
	padding:0px !important;}
.td_decs a{
	padding-left:2px !important;}
/*=========================================================================================================================*/
/* DANH CHO MAU GALLERY TRONG BAI VIET*/	
.editable .__PIC_SRC{ padding-bottom:5px; text-align:center;}
.editable .__PIC_DESC{font-style:italic; font-size:12px; padding:5px;margin-top:10px;}
.editable table td{font-size:12px;}

.__MASTERCMS_GAL_TABLE,.MASTERCMS_GALLARY_TABLE{ background:none repeat scroll 0 0; font-size:12px; line-height:14px; margin:auto; margin-bottom:8px; width:585px; max-width:100%;position:relative;}
.__MASTERCMS_GAL_TABLE td,.MASTERCMS_GALLARY_TABLE td{ padding:0px;}
.__MASTERCMS_GAL_TABLE td img,.MASTERCMS_GALLARY_TABLE td img{ cursor:pointer; margin-bottom:-3px; max-width:100%; overflow:hidden;width:100%}
.__MASTERCMS_GAL_TABLE td.__PIC_DESC,.MASTERCMS_GALLARY_TABLE td.__PIC_DESC,.MASTERCMS_GALLARY_TABLE tbody tr:nth-child(even) td {background-color:#E5E5E5; color:blue; font-size:12px; font-style:italic; line-height:1.6; padding:8px; text-align:center;}
.__MASTERCMS_GAL_TABLE td.__PIC_SRC,.MASTERCMS_GALLARY_TABLE td.__PIC_SRC,.MASTERCMS_GALLARY_TABLE tbody tr:nth-child(even) td{ position:relative;}

.MASTERCMS_TPL_TABLE{ background:none repeat scroll 0 0; font-size:12px; line-height:14px; margin-bottom:15px; width:100%; max-width:100%;margin-top:0;}
/*.MASTERCMS_TPL_TABLE td{ padding:0px;}*/
.MASTERCMS_TPL_TABLE td img{max-width:100%; margin:auto; margin-bottom:0; width:100% !important; overflow:hidden;height:auto !important}
.__MASTERCMS_CONTENT .MASTERCMS_TPL_TABLE tbody tr:nth-child(odd) td,
.__MASTERCMS_CONTENT_MOBILE .MASTERCMS_TPL_TABLE tbody tr:nth-child(odd) td {padding:0;}
.MASTERCMS_TPL_TABLE tbody tr:nth-child(even) td {
    background-color: #e5e5e5;
    font-size: 16px !important;
    font-style: italic;
    padding: 8px;
    text-align: center;
	line-height:1.3;
}
.MASTERCMS_TPL_TABLE.__MB_LEFT{}
.MASTERCMS_TPL_TABLE.__MB_RIGHT{margin-right:0}
.MASTERCMS_TPL_TABLE.__MB_BOX{}
.cke_editable.cke_contents_ltr{font-family:Helvetica, Arial, sans-serif}
.__MB_template_d[align="left"],.__mb_article_in_image[align="left"]{margin-right:20px;}
.__MB_template_d[align="right"],.__mb_article_in_image[align="right"]{margin-left:20px;}
.MASTERCMS_TPL_TABLE[align="left"],.__MB_template_g[align="left"]{margin-right: 20px;}
.MASTERCMS_TPL_TABLE[align="right"],.__MB_template_g[align="right"]{margin-left: 20px;}
.__mb_article_in_image_large_box{
	display:block;
	width:144px;
	height:85px;
	overflow:hidden;
}
.__mb_article_in_image_large_box img {
    width: 100%;
    min-height: 100%;
}
.__mb_article_in_image_box {
    width: 90px;
    height: 60px;
    overflow: hidden;
    display: block;
    margin-right: 10px;
    float: left;
}
.__mb_article_in_image_box img {
    width: 100%;
    min-height: 100%;
}
.__MASTERCMS_CONTENT iframe ,.__MASTERCMS_CONTENT_MOBILE iframe{
	width:100%;
}
/*===================================================================================================*/
/*LIVE NEWS*/
.__MASTERCMS_LIVE_ANSWER,.__MASTERCMS_LIVE_QUESTION{
	width:100%;
}
.__MASTERCMS_LIVE_QUESTION,.__MASTERCMS_LIVE_ANSWER,.__MASTERCMS_LIVE_SHOW{
	margin-bottom:15px;
	font-size: 14px;
    line-height: 20px;
}
.__MB_LIVE_NEWS.question {
    border-left: 2px solid #E2C68D;
    padding: 5px 10px 15px 10px;
    background: rgba(232, 199, 132, 0.22);
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
}
.__MB_LIVE_NEWS.question time {
    font-size: 11px;
    color: rgba(0,0,0,0.4);
    float: right;
}
.__MB_LIVE_NEWS.question .author {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    text-align: left;
    margin: 0;
}
.__MB_LIVE_NEWS.question .author span {
    font-weight: bold;
}
.__MB_LIVE_NEWS.question .content {
    position: relative;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 5px;
    clear: both;
    overflow: hidden;
    margin-bottom: 0;
}
.__MB_LIVE_NEWS.question .content p{
	margin:0;
}

.__MB_LIVE_NEWS.live-noimage {
    padding: 0;
    position: relative;
	box-sizing:border-box;
}
.__MB_LIVE_NEWS.live-background {
    padding: 5px 10px;
    background: rgb(243, 243, 243);
    border-radius: 3px;
}
.__MB_LIVE_NEWS.answer:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    left: 60px;
}
.__MB_LIVE_NEWS.answer .author {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #996600;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 5px;
	display:block;
	clear:both;
}
.__MB_LIVE_NEWS.answer .content {
    font-size: 14px;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.__MB_LIVE_NEWS.answer .answer-image{
	width:15%;
	height:45px;
	overflow:hidden;
	float:left;
	box-sizing:border-box;
	text-align:left !important;
}
.__MB_LIVE_NEWS.live-image .content{
	float: left;
    width: 85%;
    box-sizing: border-box;
    background: rgba(232, 199, 132, 0.22);
    padding: 5px 10px;
    border-radius: 3px;
}
.__MB_LIVE_NEWS.live-number {
    border: 1px solid #D0A44D;
    padding: 5px 10px 15px 40px;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
}
.__MB_LIVE_NEWS.live-number .number-question{
	float:left;
	display:block;
	width:20px;
	height:100%;
}
.__MB_LIVE_NEWS.live-number .number-question {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30px;
    background: #D0A44D;
    z-index: 10;
    vertical-align: middle;
}
.__MB_LIVE_NEWS.live-number .number-question-no{
	width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: fantasy;
    line-height: 30px;
}
.__MB_LIVE_NEWS.live-number .author span{
	color: #996600;
}
.__MB_LIVE_NEWS.question_A{
	width:100%;
	box-sizing: border-box;
}
.__MB_LIVE_NEWS.question_A figure {
    background-color: #EBEBEB;
    border-radius: 25px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    padding: 15px 0 15px 15px;
    overflow: hidden;
    border: 1px solid #EBEBEB;
	width:100% !important;
	margin:0;
}
.__MB_LIVE_NEWS.question_A .icon-question {
    float: left;
    margin-right: 15px;
}
.__MB_LIVE_NEWS.question_A .icon-question img{
	margin-bottom:0;
}
.__MB_LIVE_NEWS.question_A time {
    position: absolute;
    right: 0;
    bottom: -25px;
    background-color: #fff;
    display: block;
    height: 50px;
    border-top-left-radius: 25px;
    box-sizing: border-box;
    padding: 6px 10px;
	font-size: 12px;
    line-height: 17px;
}
.__MB_LIVE_NEWS.question_A time img {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: -1px;
    margin-right: 7px;
}
.__MB_LIVE_NEWS.question_B{
	width:100%;
	box-sizing: border-box;
}
.__MB_LIVE_NEWS.question_B figure {
    background-color: #EBEBEB;
    border-radius: 25px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    padding: 15px 10px 15px 15px;
    overflow: hidden;
    border: 1px solid #EBEBEB;
	width:100% !important;
	margin:0;
}
.__MB_LIVE_NEWS.question_B .icon-question {
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-top: 2px;
}
.__MB_LIVE_NEWS.question_B .icon-question img{
	margin-bottom:0;
}
.__MB_LIVE_NEWS.question_B .content span,.__MB_LIVE_NEWS.question_A .content span{display:none;}
.__MB_LIVE_NEWS.question_C{
	width:100%;
	box-sizing: border-box;
}
.__MB_LIVE_NEWS.question_C figure {
    background-color: #EBEBEB;
    border-radius: 25px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    padding: 1px 5px 1px 5px;
    overflow: hidden;
    border: 1px solid #EBEBEB;
	width:100% !important;
	margin:0;
}
.__MB_LIVE_NEWS.question_C .author{
	text-align: left !important;
	padding-left:10px;
	margin-bottom:1px;
}
.__MB_LIVE_NEWS.question_C .author img {
    /*float: left;*/
    margin-right: 10px;
    margin-bottom: 0;
    margin-top: 2px;
}
.__MB_LIVE_NEWS.question_C .author span {
    /*float: left;*/
    font-weight: bold;
    margin-right: 10px;
	text-transform:uppercase;
}
.__MB_LIVE_NEWS.question_C .author time {
    font-size: 12px;
}
.__MB_LIVE_NEWS.question_C .author time img{
	margin-top:3px;
}
.__MB_LIVE_NEWS.question_C .content {
    background-color: #fff;
    border-radius: 25px;
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 10px;
}
.__MB_LIVE_NEWS.answer_A{
	width:100%;
	box-sizing: border-box;
}
.__MB_LIVE_NEWS.answer_A figure {
    background-color: #EBEBEB;
    border-radius: 25px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    padding: 5px 5px 5px 5px;
    border: 1px solid #EBEBEB;
	width:100% !important;
	margin:0;
}
.__MB_LIVE_NEWS.answer_A .answer-image {
    display: block;
    padding: 7px;
    background-color: #fff;
    float: left;
    border-radius: 46px;
    position: absolute;
    left: -30px;
    top: -45px;
}
.__MB_LIVE_NEWS.answer_A .answer-image span {
    display: block;
    padding: 10px;
    float: left;
    border-radius: 36px;
    background-color: #EBEBEB;
}
.__MB_LIVE_NEWS.answer_A .answer-image samp {
    height: 40px;
    overflow: hidden;
    display: block;
    border-radius: 26px;
    width: 40px;
	border: 1px solid;
}
.__MB_LIVE_NEWS.answer_A .answer-image img {
    margin-bottom: 0;
	width:40px;
}
.__MASTERCMS_LIVE_ANSWER._TEMPLATE_A{
	width:97%;
	margin-top:35px;
}
.__MB_LIVE_NEWS.answer_A .author{
	text-align: left !important;
	padding-left:50px;
}
.__MB_LIVE_NEWS.answer_A .author img {
    /*float: left;*/
    margin-right: 5px;
    margin-bottom: 0;
    margin-top: -4px;
}
.__MB_LIVE_NEWS.answer_A .author span {
    /*float: left;*/
    font-weight: bold;
    margin-right: 10px;
	text-transform:uppercase;
}
.__MB_LIVE_NEWS.answer_A .author time {
    font-size: 12px;
}
.__MB_LIVE_NEWS.answer_A .author time img {
    vertical-align: -1px;
}
.__MB_LIVE_NEWS.answer_A .content {
    background-color: #fff;
    border-radius: 25px;
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 10px;
}
.__MB_LIVE_NEWS.answer_B{
	width:100%;
	box-sizing: border-box;
}
.__MB_LIVE_NEWS.answer_B figure {
    background-color: #EBEBEB;
    border-radius: 25px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    padding: 5px 5px 5px 5px;
    border: 1px solid #EBEBEB;
	width:100% !important;
	margin:0;
}
.__MB_LIVE_NEWS.answer_B .answer-image {
    display: block;
    padding: 7px;
    background-color: #fff;
    float: left;
    border-radius: 46px;
    position: absolute;
    left: -30px;
    bottom: -45px;
}
.__MB_LIVE_NEWS.answer_B .answer-image span {
    display: block;
    padding: 10px;
    float: left;
    border-radius: 36px;
    background-color: #EBEBEB;
}
.__MB_LIVE_NEWS.answer_B .answer-image samp {
    height: 40px;
    overflow: hidden;
    display: block;
    border-radius: 26px;
    width: 40px;
	border: 1px solid;
}
.__MB_LIVE_NEWS.answer_B .answer-image img {
    margin-bottom: 0;
	width:40px;
}
.__MASTERCMS_LIVE_ANSWER._TEMPLATE_B {
    width: 97%;
    margin-top: 0;
    margin-bottom: 40px;
}
.__MB_LIVE_NEWS.answer_B .author {
    text-align: left !important;
    padding-left: 50px;
    margin-bottom: 0;
    margin-top: 10px;
}
.__MB_LIVE_NEWS.answer_B .author img {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    margin-top: 2px;
}
.__MB_LIVE_NEWS.answer_B .author span {
    float: left;
    font-weight: bold;
    margin-right: 10px;
}
.__MB_LIVE_NEWS.answer_B .author time {
    font-size: 12px;
}
.__MB_LIVE_NEWS.answer_B .author time img{
	margin-top:3px;
}
.__MB_LIVE_NEWS.answer_B .content {
    background-color: #fff;
    border-radius: 25px;
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 10px;
}
.__MB_LIVE_NEWS.talkshow_A{
	width:100%;
	box-sizing: border-box;
}
.__MB_LIVE_NEWS.talkshow_A figure {
    background-color: #EBEBEB;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    padding: 5px 5px 5px 5px;
    overflow: hidden;
    border: 1px solid #EBEBEB;
    width: 100% !important;
    margin: 0;
}
.__MB_LIVE_NEWS.talkshow_A .author {
    text-align: left !important;
    padding-left: 10px;
	font-weight:bold;
	margin-bottom:5px;
}
.__MB_LIVE_NEWS.talkshow_A .author img {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}
.__MB_LIVE_NEWS.talkshow_A .author time{
	vertical-align:-1px;
}
.__MB_LIVE_NEWS.talkshow_A .author span{
	
}
.__MB_LIVE_NEWS.talkshow_A .author samp{
	color:#CC3939;
}
.__MB_LIVE_NEWS.talkshow_A .content {
    background-color: #fff;
    border-radius: 25px;
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 10px;
}
.__MB_LIVE_NEWS.talkshow_B{
	width:100%;
	box-sizing: border-box;
}
.__MB_LIVE_NEWS.talkshow_B figure {
    background-color: #fff;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    padding: 5px 5px 5px 5px;
    overflow: hidden;
    border: 1px solid #EBEBEB;
    width: 100% !important;
    margin: 0;
}
.__MB_LIVE_NEWS.talkshow_B .author {
    text-align: left !important;
    padding-left: 10px;
	font-weight:bold;
	margin-bottom:5px;
}
.__MB_LIVE_NEWS.talkshow_B .author img {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}
.__MB_LIVE_NEWS.talkshow_B .author time{
	vertical-align:-1px;
}
.__MB_LIVE_NEWS.talkshow_B .author span{
	
}
.__MB_LIVE_NEWS.talkshow_B .author samp{
	color:#CC3939;
}
.__MB_LIVE_NEWS.talkshow_B .content {
    background-color: #F7F7F7;
    border-radius: 25px;
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 10px;
}
.__MASTERCMS_LIVE_QUESTION._TEMPLATE_A1 .__MB_LIVE_NEWS.question_A figure,
.__MASTERCMS_LIVE_QUESTION._TEMPLATE_B1 .__MB_LIVE_NEWS.question_B figure,
.__MASTERCMS_LIVE_QUESTION._TEMPLATE_C1 .__MB_LIVE_NEWS.question_C figure,
.__MASTERCMS_LIVE_ANSWER._TEMPLATE_A1 .__MB_LIVE_NEWS.answer_A figure,
.__MASTERCMS_LIVE_ANSWER._TEMPLATE_A1 .__MB_LIVE_NEWS.answer_A .answer-image span,
.__MASTERCMS_LIVE_ANSWER._TEMPLATE_B1 .__MB_LIVE_NEWS.answer_B figure,
.__MASTERCMS_LIVE_ANSWER._TEMPLATE_B1 .__MB_LIVE_NEWS.answer_B .answer-image span,
.__MASTERCMS_LIVE_SHOW._TEMPLATE_A1 .__MB_LIVE_NEWS.talkshow_A figure,
.__MASTERCMS_LIVE_SHOW._TEMPLATE_B1 .__MB_LIVE_NEWS.talkshow_B .content{
	background-color: rgba(224, 180, 130, 0.59);
}
.__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.question_D figure{
	width: 100%;
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    background-color: #F4F4F4;
    padding: 5px 5px 0 5px;
	margin:0;
	float:left;
}
.__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.answer_D figure{
    padding: 5px 5px 5px 5px;
}
.__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.question_D figure .icon-question{
	min-width: 45px;
	max-width:45px;
	width:10%;
    float: left;
    margin-right: 15px;
    box-sizing: border-box;
	border-radius:45px;
	overflow:hidden;
}
.__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.question_D figure .icon-question img{
	width:100%;
}
.__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.question_D figure .content{
	font-size: 14px;
    font-weight: bold;
    line-height: 20px;
	width:90%;
	float:left;
}
.__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.question_D figure .content span{
	font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.question_D figure .content .author{
	font-weight: normal;
	margin-bottom:0;
}
.__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.question_D figure .content .author.author-desc{
	font-weight: normal;
	margin-bottom:10px;
}
.__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.question_D figure .content .author.author-desc span{
	font-weight: normal;
}
.__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.question_D figure .content .author span{
	font-size: 13px;
    display: inline-block;
    margin-right: 5px;
	color:#555;
}
.__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.question_D figure .content .author span img{
	margin-bottom: 0;
    vertical-align: -1px;
    margin-right: 5px;
}
.__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.question_D figure .content .author time{
	display: inline-block;
    font-size: 12px;
    color: #555;
}
.__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.question_D figure .content .author time img{
	margin-bottom: 0;
    vertical-align: -1px;
    margin-right: 5px;
}
.__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.answer_D figure .content{
	font-weight:normal;
}
.__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.answer_D figure .content .author span{
	margin-right:0;
}
.__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.answer_D figure .content .author span:last-child{
	font-weight:normal;
	font-style:italic;
	color:#555;
}

@media only screen and (max-width: 640px){
	.__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.question_D figure .icon-question{width:15%;}
	  .__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.question_D figure .content{width:80%;}
	  .__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.question_D figure .author,.__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.question_D figure .author span{
		margin-top:0 !important;margin-bottom:0 !important;line-height:20px !important;  
		 }
	  
}
@media only screen and (max-width: 568px){
	.__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.question_D figure .icon-question{width:15%;}
	  .__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.question_D figure .content{width:80%;}
}
@media only screen and (max-width: 480px){
	.__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.question_D figure .icon-question{width:20%;}
	.__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.question_D figure .content{width:85%;}
	.__MB_template_d,.__MB_template_g{width:100% !important;margin-left:0 !important;margin-right:0 !important;}
}
@media only screen and (max-width: 320px){
	  .__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.question_D figure .icon-question{width:20%;}
	  .__MASTERCMS_LIVE_QUESTION .__MB_LIVE_NEWS.question_D figure .content{width:75%;}
}
.__MASTERCMS_LIVE_SHOW._TEMPLATE_E{
    vertical-align: top;
    box-sizing: border-box;
    max-width: 100%;
}
.__MASTERCMS_LIVE_SHOW._TEMPLATE_E .talkshow_E{
    vertical-align: top;
    color: #555;
    background: url('../images/ico-border-e.png') top right no-repeat;
    height: 40px;
    box-sizing: border-box;
    background-position-y: 3px;
}
.__MASTERCMS_LIVE_SHOW._TEMPLATE_E .talkshow_E_content{
    box-sizing: border-box;
    padding-left: 10px;
}
.__MASTERCMS_CONTENT center{
  background: #eee;
  max-width: 100%;
}
.__MASTERCMS_CONTENT center em {
    color: #a1a1a1;
    font-size: 12px;
    line-height: 1.3;
    padding: 8px;
    text-align: center;
    display: block;
}
.__MASTERCMS_CONTENT center img{
  width: 100%;
}
.__MASTERCMS_CONTENT_MOBILE a,.__MASTERCMS_CONTENT a{color: blue;}
.__MASTERCMS_CONTENT table[border="1"],
.__MASTERCMS_CONTENT_MOBILE table[border="1"]{
  border-color: #ccc;
    font-size: inherit;
    line-height: inherit;
}
.__MASTERCMS_CONTENT table[border="1"] td,
.__MASTERCMS_CONTENT_MOBILE table[border="1"] td{
  padding: 5px !important;
}
.__MASTERCMS_CONTENT_MOBILE img, 
.__MASTERCMS_CONTENT_MOBILE table, 
.__MASTERCMS_CONTENT_MOBILE iframe {
    max-width: 100%;
}
.__MASTERCMS_CONTENT_MOBILE table img,
.__MASTERCMS_CONTENT table img{
	height:auto !important;
	margin:0 !important;
  /* display: block; */
}
.__MASTERCMS_CONTENT_MOBILE table[align="center"],
.__MASTERCMS_CONTENT table[align="center"]{
	margin:auto;
	margin-bottom:15px;
}
.__MASTERCMS_CONTENT_MOBILE table[align="left"],
.__MASTERCMS_CONTENT table[align="left"]{
	margin-right:20px;
	margin-bottom:15px;
}
.__MASTERCMS_CONTENT_MOBILE table[align="right"],
.__MASTERCMS_CONTENT table[align="right"]{
	margin-left:20px;
	margin-bottom:15px;
}
.__MASTERCMS_CONTENT_MOBILE b,
.__MASTERCMS_CONTENT b,
.__MASTERCMS_CONTENT_MOBILE strong,
.__MASTERCMS_CONTENT strong,
.__MASTERCMS_CONTENT_MOBILE h1,
.__MASTERCMS_CONTENT h1,
.__MASTERCMS_CONTENT_MOBILE h2,
.__MASTERCMS_CONTENT h2,
.__MASTERCMS_CONTENT_MOBILE h3,
.__MASTERCMS_CONTENT h3,
.__MASTERCMS_CONTENT_MOBILE h4,
.__MASTERCMS_CONTENT h4,
.__MASTERCMS_CONTENT_MOBILE h5,
.__MASTERCMS_CONTENT h5,
.__MASTERCMS_CONTENT_MOBILE h6,
.__MASTERCMS_CONTENT h6
{
	font-size: 20px;
}
.__MASTERCMS_CONTENT_MOBILE p b,
.__MASTERCMS_CONTENT p b,
.__MASTERCMS_CONTENT_MOBILE p strong,
.__MASTERCMS_CONTENT p strong{
  font-size: 20px;
}
._MB_HIDE .__MB_ARTICLE_A,
._MB_HIDE .__MB_ARTICLE_E,
._MB_HIDE .__MB_ARTICLE_F,
._MB_HIDE .__MB_ARTICLE_H,
._MB_HIDE .__MB_ARTICLE_I,
._MB_HIDE .tpl_article_embed_text_info,
._MB_HIDE .__mb_article_in_image{
	/*display:none !important;
	visibility:hidden;*/
}
table.__MB_ARTICLE_A[border="0"] tr td:nth-child(odd),
table.__MB_ARTICLE_A[cellspacing="2"] tr td:nth-child(odd),
table.__MB_ARTICLE_A[cellpadding="2"] tr td:nth-child(odd){
	display:none;
}
table.__MB_ARTICLE_A tr td{
	padding:5px 15px;
}
table.__mb_article_in_image tr td[width="100"]{
	width:115px;
}
table.__mb_article_in_image tr td[width="100"] a{
	display: block;
    width: 144px;
    height: 85px;
    overflow: hidden;
}
table.__mb_article_in_image tr td[width="100"] a img{
	width:100%;
}
table.__mb_article_in_image tr td[width="100"] + td{
	padding:10px;
}
table.__mb_article_in_image tr td[width="49"],
table.__mb_article_in_image[width="60%"] tr td[width="49"]{
	width:90px;
}
table.__mb_article_in_image tr td[width="49"] div[style="height:50px; overflow:hidden;"],
table.__mb_article_in_image[width="60%"] tr td[width="49"] div[style="height:50px; overflow:hidden;"]{
	width:100%;
	height:60px;
}
table.__mb_article_in_image tr td[width="49"] div[style="height:50px; overflow:hidden;"] img,
table.__mb_article_in_image[width="60%"] tr td[width="49"] img{
	width:100%;
}
table.__mb_article_in_image tr td[width="49"] + td,
table.__mb_article_in_image[width="60%"] tr td[width="49"] + td{
	padding:5px 10px;
}
table.__mb_article_in_image tr td[width="49"] + td a,
table.__mb_article_in_image[width="60%"] tr td[width="49"] + td a{
	font-size:inherit !important;
	font-family:inherit !important;
	color:#222 !important;
}
table.__mb_article_in_image[width="60%"][align="right"],
table.__mb_article_in_image[width="60%"][align="left"]{
	width:60%;
}
.article-detail + iframe{
	display:none;
}
.twitter-share-button,.IN-widget{
	vertical-align:-3px !important;
}
/*e-mag background*/
#emag-74797{background: #d8dfe7;}
#emag-74784{background: #feeef1;}
#emag-82503{background: #f4f4f4;}
#emag-84398{background: #195f79;}
#emag-106714{background: #dad9d7;}
#emag-82503 table p:last-child{margin-bottom: 0;}
#emag-82503 table[cellpadding="10"] td{padding: 5px;}
._MB_EMAG .__MB_MASTERCMS_EL > .MASTERCMS_TPL_TABLE,.MAGZINE_TPL_TABLE{margin-bottom: 30px;}
#emag-95335 table,#emag-95368 table,#emag-96015 table,#emag-96446 table{line-height: 0;}

/* ._MB_EMAG table  {line-height: 0;} */