﻿.social-share-container {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   align-items: center;
   max-width: 100%;
   margin: 10px 0;
}

   .social-share-container div,
   .social-share-container span {
      display: inline-flex;
      align-items: center;
   }

   .social-share-container iframe {
      border: none;
      display: block;
   }

   .social-share-container a {
      text-decoration: none;
      color: #333;
      transition: color 0.2s;
   }

      .social-share-container a:hover {
         color: #007bff;
      }

   .social-share-container .error-message {
      color: #dc3545;
      font-size: 14px;
      display: none;
   }

.social-email {
   font-size: 18px;
}

.social-extra-actions {
   margin-left: auto;
   gap: 8px;
}


tbody, td, tfoot, th, thead, tr {
    border: 1px solid #ccc;
    padding: 5px;
}

figure {
   margin: 0;
}

.ma-content img {
   width: 100%;
   height: auto;
}

.edittor-content figcaption {
   background: gainsboro;
   padding: 5px 10px;
}

   .edittor-content figcaption p {
      margin: 0px !important;
      color: #717171 !important;
      text-align: center;
   }

.delete-figcaption {
   display: none;
}
.social-zalo a {
    display: inline-block;
    text-align: center;
    line-height: 20px;
    background-color: #3281f5;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}
.zb-logo-zalo {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: .15em;
    margin-right: 4px;
    width: 14px;
    height: 14px;
    background: url(https://sp-zp.zdn.vn/share/logo_white_s.png);
}

blockquote {
   margin: 0 auto !important;
   font-size: 18px !important;
   line-height: 1.4 !important;
   background: #cbc284 !important;
}


#main {
   margin-bottom: 15px;
}

.navigation {
   height: 40px;
   line-height: 40px;
   border-bottom: 1px solid #e1e1e1;
   overflow: hidden;
}

.mb2 {
   margin-bottom: 20px;
}

.breadcrumb li:first-child {
   margin-left: 0;
   font-size: 20px;
   color: #000;
   font-weight: bold;
}

.breadcrumb li {
   float: left;
   margin-left: 25px;
   font-size: 13px;
   color: #666;
}

   .breadcrumb li:first-child a::after {
      content: '';
      height: 18px;
      width: 4px;
      background: #d7d7d7;
      display: inline-block;
      margin-left: 15px;
      position: relative;
      top: 2px;
   }

   .breadcrumb li:nth-child(2) {
      margin-left: 15px;
   }


.article-detail-subtitle:empty, .article-detail-source:empty, .article-detail-author:empty {
   display: none;
}

.article-detail-subtitle {
   color: #105CB6;
}

.article-detail-title {
    font-size: 32px;
    margin-bottom: 15px;
    margin-top: 0;
}

.bx-author-info {
   margin-bottom: 15px;
}

.author-image {
   width: 40px;
   height: 40px;
   float: left;
   margin-right: 10px;
   border: 1px solid #f1f1f1;
   border-radius: 2px;
   overflow: hidden;
   background: #f1f1f1;
}

   .author-image img {
      width: 100%;
      height: auto;
   }

.author-title {
   font-size: 13px;
   color: #999;
}

.author-email {
   font-size: 12px;
   color: #999;
}

.rater-step {
   width: 75px !important;
   height: 14px;
   background-size: 15px;
}

   .rater-step .star-value {
      background-size: 15px !important;
   }

.star-rating .star-value {
   position: absolute;
   height: 100%;
   width: 100%;
   background: url(star_1.png);
   background-repeat: repeat-x;
}

.article-detail .article-info {
   margin-bottom: 15px;
}

.article-info {
   font: 400 12px / 1.3 'Roboto-Regular', sans-serif;
   text-transform: uppercase;
   color: #999;
}

.article-detail .article-info .article-cat {
   color: #ec2226;
   text-decoration: none;
}

.article-cat {
   text-decoration: underline;
}

   .article-cat:after {
      content: '|';
      display: inline;
      margin-right: 1px;
      margin-left: 5px;
      vertical-align: 1px;
   }

.ico-google-new {
   height: 20px;
   line-height: 20px;
   background: url(/Content/img/ico-google-new.png) right center no-repeat;
   padding-right: 82px;
   position: relative;
   padding-left: 9px;
   font-size: 13px;
   background-size: 80px;
   color: #f26522;
   text-transform: none;
}

.article-detail-body {
   display: grid;
   grid-column-gap: 40px;
}

.article-detail-left {
   width: 50px;
}

.article-button-share {
   position: sticky;
   top: 55px;
}

.btn-share {
   display: block;
   width: 48px;
   height: 48px;
   text-align: center;
   line-height: 48px;
   font-size: 20px;
   color: #7f7f7f;
   border: 2px solid #7f7f7f;
   border-radius: 50%;
   margin-bottom: 10px;
}

.article-detail-right {
   width: 800px;
}

.article-detail-desc, .article-detail-author, .article-detail-source {
   font-size: 18px;
   color: #333;
   font-weight: 600;
}

.article-detail-desc {
   margin-bottom: 15px;
   text-align:justify;
}

.article-detail .article-detail-desc:before {
   content: '';
   display: inline-block;
   background: #fff;
   color: #fff;
   font-size: 14px;
   margin-right: 5px;
   background: url(/Content/img/logo-congthuong-sapo.png) left center no-repeat;
   width: 100px;
   height: 20px;
   vertical-align: -4px;
}

.ma-content {
   font-size: 18px;
   color: #333;
   line-height: 1.6;
   text-align:justify;
}

   .MASTERCMS_TPL_TABLE, .ma-content table, .content-mb table {
      margin: 0 0 20px 0;
      width: 100%;
      max-width: 100%;
   }

   .ma-content table {
      max-width: 100%;
   }

.mb-a {
   width: 100%;
   margin-bottom: 1em;
   max-width: 100%;
   background: #f5f5f5;
}

table {
   border-collapse: collapse;
   display: table;
   padding: 5px;
   vertical-align: top;
   line-height: 1.4;
}

.mb-a td {
   padding: 10px 15px;
}

   .mb-a td a {
      text-decoration: none;
      color: #003366;
      padding-left: 15px;
      float: left;
      font-style: italic;
      margin: 5px 0;
      background: url(/Content/img/bl-square-blue.png) left 8px no-repeat;
   }

.ma-content a, .content-mb a, .cke_contents_ltr a {
   color: blue;
}

.ma-content p {
   margin: 1em 0;
}

.MASTERCMS_TPL_TABLE tbody tr:nth-child(odd) td {
   text-align: center;
   padding: 0;
   vertical-align: middle;
}

.content-mb table img, .ma-content table img {
   height: auto !important;
   margin: 0 !important;
}

.MASTERCMS_TPL_TABLE td img {
   margin-bottom: 0;
   width: 100% !important;
   height: auto !important;
}

.MASTERCMS_TPL_TABLE tbody tr:nth-child(even) td {
   background-color: #f8f8f8;
   font-style: italic;
   padding: 10px;
   text-align: center;
   font-size: initial;
}

.ma-content a, .content-mb a, .cke_contents_ltr a {
   color: blue;
}

.mb-temd {
   margin-bottom: 1em;
   background-color: #fffbe4;
   box-sizing: border-box;
   font-size: inherit;
}

   .mb-temd.mb-re {
      padding: 15px 10px 15px 15px;
   }

.article-detail-desc, .article-detail-author, .article-detail-source {
   font-size: 18px;
   color: #333;
   font-weight: 600;
}

.article-detail-author {
   text-align: right;
   font-weight: 700;
}

.article-detail-desc, .article-detail-author, .article-detail-source {
   font-size: 18px;
   color: #333;
   font-weight: 600;
}

.article-detail-source {
   text-align: right;
   font-style: italic;
   margin-top: 10px;
}

.article-detail-raterjs {
   width: 100%;
   float: left;
   background: #f9f9f9;
   padding: 10px 20px;
   text-align: center;
}

   .article-detail-raterjs h6 {
      font-size: 16px;
      margin-bottom: 10px;
      color: #105CB6;
      font-weight: bold;
   }

.article-detail-similar .bx-cat-title {
   border-bottom: 1px solid #e1e1e1;
}

.article-detail-other .bx-cat-title {
   border-bottom: 1px solid #e1e1e1;
}

.reader-note {
   margin-bottom: 10px;
   color: #7f7f7f;
   font-size: 13px;
}

   .reader-note span {
      font-size: 14px;
   }

.star-rating {
   width: 0;
   position: relative;
   display: inline-block;
   background-image: url(/Content/img/star_0.png);
   background-position: 0 0;
   background-repeat: repeat-x;
   cursor: pointer;
}

.article-detail-topic {
   background: #f8f8f8;
   padding: 20px;
}

   .article-detail-topic .bx-cat-title {
      font-size: 16px;
   }

   .article-detail-topic .topic-name {
      color: #ec2226;
   }

   .article-detail-topic .article:first-child {
      margin-top: 0;
   }

   .article-detail-topic .article {
      width: 100%;
      float: left;
      margin-top: 10px;
   }

   .article-detail-topic .article-title {
      font-weight: normal;
   }

   .article-detail-topic .article-link {
      display: block;
      font-size: 14px;
      position: relative;
      color: #105CB6;
      padding-left: 15px;
   }

.article-link, .article-detail-title {
   color: inherit;
}

.__MB_ARTICLE_A {
   width: 100%;
   margin-bottom: 1em;
   max-width: 100%;
   background: #f5f5f5;
}

   .__MB_ARTICLE_A td {
      padding: 10px 15px;
   }

      .__MB_ARTICLE_A td a:first-child {
         border-top: 0;
      }

      .__MB_ARTICLE_A td a {
         text-decoration: none;
         color: #003366;
         padding-left: 15px;
         float: left;
         font-style: italic;
         margin: 5px 0;
         background: url(/Content/img/bl-square-blue.png) left 8px no-repeat;
      }

.MASTERCMS_TPL_TABLE tbody tr:nth-child(even) td {
   background-color: #f8f8f8;
   font-style: italic;
   padding: 10px;
   text-align: center;
   font-size: initial;
}

.article-detail-topic .article-link::before {
   content: '';
   width: 5px;
   height: 5px;
   background: #999;
   position: absolute;
   top: 6px;
   left: 0;
}

.banner img {
   height: auto;
}

.article-tag span {
   display: block;
   float: left;
   height: 36px;
   font: normal 24px / 36px 'Roboto-Bold', sans-serif;
   background: url(/Content/img/ico-tags.png) left 10px no-repeat;
   padding-left: 30px;
   color: #666;
   border-bottom: 1px solid #d7d7d7;
   font-weight: bold;
}

.mb {
   margin-bottom: 15px;
}

.article-keyword {
   width: 100%;
   float: left;
}

   .article-keyword a {
      height: 36px;
      line-height: 36px;
      background-color: #ebebeb;
      float: left;
      padding: 0 10px;
      border-radius: 5px;
      margin: 0 5px 5px 0;
   }

.tag-local {
   background: url(/Content/img/ico-place.png) 10px 10px no-repeat;
   padding: 0 10px 0 25px !important;
   color: #ed2227 !important;
}

#user-comment {
   margin-bottom: 15px;
}

   #user-comment .bx-cat-title {
      margin-bottom: 5px;
   }

.bx-cat-name {
   height: 32px;
   line-height: 32px;
   font-size: 24px;
   color: #000;
   overflow: hidden;
   float: left;
   border-bottom: 1px solid #ed2227;
}

#user-comment .bx-cat-link {
   line-height: inherit;
}

.bx-cat-link {
   color: inherit;
   display: inline-block;
   line-height: 16px;
   padding-right: 2px;
   position: relative;
   bottom: 3px;
}

#user-comment .box-comment p.content {
   margin: 0;
}

#user-comment .box-comment p.content {
   clear: both;
}

#user-comment .box-comment textarea {
   width: 100%;
   height: 120px;
   box-sizing: border-box;
   padding: 10px;
   margin: 10px 0;
   font-size: 14px;
   border: 1px solid #dbdbdb;
   outline: none;
}

#user-comment .MB_ACTION_POST_COMMENT {
   padding: 7px 10px;
   background: #007bd9;
   border: none;
   color: #fff;
   float: right;
   border-radius:12px;
   cursor:pointer;
}
   #user-comment .MB_ACTION_POST_COMMENT:hover {
      background: #dbdbdb;
      color: #007bd9;
   }

.article-detail-relate .bx-cat-title {
   border-bottom: 1px solid #e1e1e1;
}

.article-detail-relate .bx-cat-name {
   position: relative;
   bottom: -8px;
}

.article-detail-relate .article:nth-child(1), .article-detail-relate .article:nth-child(2), .article-detail-relate .article:nth-child(3) {
   margin-top: 0;
}

.article-detail-relate .article:nth-child(3n+1) {
   clear: both;
   margin-left: 0;
}

.article-detail-relate .article {
   float: left;
   width: 253px;
   margin: 20px 0 0 20px;
}

.article-image, .article-image-cover {
   position: relative;
   display: block;
   overflow: hidden;
   width: 100%;
   margin-bottom: 10px;
}

   .article-image::before, .article-image-cover::before {
      padding-top: 56.25%;
      content: '';
      display: block;
   }

   .article-image img, .article-image-cover img {
      position: absolute;
      top: 0;
      z-index: 1;
      width: 100%;
   }

.article-detail-relate .article-title {
   font-size: 16px;
   color: #000;
}

.article-detail-similar .bx-cat-name {
   position: relative;
   bottom: -8px;
}

.article-detail-similar .article:first-child {
   margin-top: 0;
   padding-top: 0;
   border-top: 0;
}

.article-detail-similar .article {
   width: 100%;
   float: left;
   margin-top: 20px;
   padding-top: 20px;
   border-top: 1px solid #e1e1e1;
}

.article-detail-similar .article-image {
   width: 200px;
   float: left;
   margin: 0 20px 0 0;
}

.article-detail-similar .article-title {
   font-size: 18px;
   margin: 0;
   margin-bottom: 10px;
}

.article-detail-similar .article-desc {
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
}

.article-desc {
   font-size: 14px;
   color: #666;
}

.article-detail-other .bx-cat-name {
   position: relative;
   bottom: -1px;
}

.article-detail-other .article:first-child {
   margin-top: 0;
   padding-top: 0;
   border-top: 0;
}

.article-detail-other .article {
   width: 100%;
   float: left;
   margin-top: 20px;
   padding-top: 20px;
   border-top: 1px solid #e1e1e1;
}

.article-detail-other .article-image {
   width: 200px;
   float: left;
   margin: 0 20px 0 0;
}

.article-detail-other .article-title {
   font-size: 18px;
   margin-bottom: 10px;
}

.article-detail-other .article-desc {
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
}

.col-right, .colRight {
   width: 300px;
}

.bx-cat {
   margin-bottom: 20px;
}

.bx-mostread-detail .bx-cat-title {
   border-bottom: 1px solid #e1e1e1;
}

.bx-mostread-detail .article:first-child {
   margin-top: 0;
   padding-top: 0;
   border-top: 0;
}

.bx-mostread-detail .article {
   width: 100%;
   float: left;
   margin-top: 10px;
   padding-top: 10px;
   border-top: 1px dotted #ccc;
}

.bx-mostread-detail .article-image {
   width: 130px;
   float: left;
   margin: 0 20px 0 0;
}

.bx-grid-list-sub {
   display: grid;
   grid-template-columns: auto 300px;
   grid-column-gap: 40px;
   background: url(/Content/img/border-cat-column.png) top 0 right 320px repeat-y;
}

.article-title {
   font-size: 15px;
   line-height: 1.5;
}

.bx-grid-list-sub .col-left {
   width: 800px;
   background: #fff;
}

.star-rating {
   display: flex; /* Xếp các sao thành hàng ngang */
   gap: 5px; /* Khoảng cách giữa các sao */
   font-size: 30px;
   cursor: pointer;
}

.star {
   color: #bfbfbfe3;
   transition: color 0.2s ease-in-out;
   font-size: 40px;
}

   .star.active {
      color: gold;
   }

.reader-raterjs {
   display: flex;
   justify-content: space-evenly;
   margin-left: -160px;
}

.contentcomment p{
   margin:0;
}
.bor-e5 {
   border: 1px solid #e5e5e5;
}

.ml5 {
   margin-left: 15px;
}

.font14 {
   font-size: 14px;
}

.italic {
   font-style: italic;
}
.bg-white{
   background-color:#fff;
}
.pb15{
   padding:15px;
}
.shadow-box {
   -moz-box-shadow: 0px 0px 6px rgba(68,68,68,0.3);
   -webkit-box-shadow: 0px 0px 6px rgba(68,68,68,0.3);
   box-shadow: 0px 0px 6px rgba(68,68,68,0.3);
   zoom: 1;
   filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=6);
}
.relative{
   position:relative;
}
.mg-auto{
   margin:auto;
}
.font16 {
   font-size: 16px;
}

.bold {
   font-weight: bold;
}

.tc{
   text-align:center;
}
.white {
   color: white;
}

.pd15 {
   padding: 15px;
}

.uppercase {
   text-transform: uppercase;
}

.bg-red {
   background-color: #8e1a1b;
}
.font17 {
   font-size: 17px;
}

.mb10 {
   margin-bottom: 10px;
}

.mt10 {
   margin-top: 10px;
}
.gray-51 {
   color: #515151;
}
.hide{
   display:none;
}
.pl30 {
   padding-left: 30px;
}

.pr30 {
   padding-right: 30px;
}

.pt10 {
   padding-top: 10px;
}

.pb10 {
   padding-bottom: 10px;
}

.cursor {
   cursor: pointer;
}

.mt20 {
   margin-top: 20px;
}

.radius-circle {
   border-radius: 50px;
   -webkit-border-radius: 50px;
   -o-border-radius: 50px;
   -ms-border-radius: 50px;
}
.pr15 {
   padding-right: 15px;
}

.pl15 {
   padding-left: 15px;
}

.pt5 {
   padding-top: 5px;
}
.fl {
   float: left;
}

.lh0 {
   line-height: 0;
}
.pic img {
   max-width: 100%;
   max-height: 100%;
   text-indent: -9999px;
}

.overflow {
   overflow: hidden;
}

.h35 {
   height: 35px;
}

.w35 {
   width: 35px;
}

img {
   border: none;
   display: inline-block;
   vertical-align: middle;
}
.pl50 {
   padding-left: 50px;
}

.break-word {
   word-wrap: break-word;
}

.radius-10 {
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -o-border-radius: 10px;
   -ms-border-radius: 10px;
}

.bg-cmt {
   background-color: #edeff1;
}

.gray-21 {
   color: #212121;
}

.pd7 {
   padding: 7px;
}

.mt2 {
   margin-top: 2px;
}
.mt5 {
   margin-top: 5px;
}

.w-full {
   width: 100% !important;
}

.font12 {
   font-size: 12px;
}
.gray-71 {
   color: #717171;
}

.mr10 {
   margin-right: 10px;
}
.un-select {
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
@media (min-width: 768px) {
   .toolbox {
      left: 50%;
      transform: translateX(-50%);
   }
   .btn-reaction {
      position: relative;
   }
}

@media (min-width: 0) {
   .toolbox {
      left: -60px;
   }
}

.toolbox {
   background: #fff;
   height: 52px;
   box-shadow: 0 0 0 1px rgba(0, 0, 0, .08), 0 2px 2px rgba(0, 0, 0, .15);
   width: 300px;
   border-radius: 40px;
   visibility: hidden;
   position: absolute;
   bottom: 100%;
}
.clearfix:after {
   visibility: hidden;
   display: block;
   font-size: 0;
   content: " ";
   clear: both;
   height: 0;
}
.inline {
   display: inline-block !important;
}



.div-2-pic figure {
    height: 192px;
}

.div-3-pic figure {
    height: 132px;
}

.div-2-pic img, .div-3-pic img, .div-3-pic-fit img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
