﻿main {
   background-color: #f7f6f6;
}


.main-heading-detail {
   font-size: 28px;
   position: relative;
   padding: 30px 0px 13px;
}

   .main-heading-detail::before {
      content: "";
      position: absolute;
      top: 55%;
      left: 0px;
      transform: translateY(-50%);
      width: 100%;
      height: 1px;
      background: #ebebeb;
   }
figure {
    margin: 0;
}

.ma-content-img {
    width: 100%;
    height: auto;
}

figcaption {
    background: gainsboro;
    padding: 10px;
}

    figcaption p {
        margin: 0px !important;
        color: #717171 !important;
    }

   .main-heading-detail h1, .main-heading-detail a {
      display: inline-block;
      background-color: #f7f6f6;
      padding-right: 10px;
      z-index: 1;
      position: relative;
      font-weight: 700;
      font-size: inherit;
   }

.f0 {
   font-family: 'Merriweather', serif;
   font-weight: bolder;
}

.main-detail {
   margin-top: -20px;
}

.bg-detail {
   background-color: #032f3f;
   padding: 40px 0;
   background: #8e1a1b url(/Content/img/bg-detail.png) 0 0 no-repeat;
   background-size: cover;
   background-blend-mode: overlay;
}


.video-detail-cat {
   text-align: center;
   font-size: 14px;
   line-height: 20px;
   color: #9c9c9c;
   padding-left: 10px;
   display: flex;
   justify-content: center;
   align-items: center;
   font-weight: 700;
   margin-top: 20px;
}


.video-detail-cat::before {
   content: '';
   width: 4px;
   height: 4px;
   border-radius: 50%;
   display: block;
   margin-right: 5px;
   background: #9c9c9c;
}

.video-detail-title {
   font-size: 31px;
   line-height: calc(46 / 30);
   font-weight: 700;
   color: #fff;
   text-align: center;
   margin: 0 -75px;
}

.article-item-content-intro {
   display: flex;
   flex-direction: column;
   gap: 20px;
}

.article-info-intro {
   display: flex;
   align-items: center;
   gap: 5px;
   font-weight: 400;
   justify-content: space-between;
}

.bg-detail .ico-google-new {
   color: #fff;
}

.ico-google-new {
   height: 20px;
   line-height: 20px;
   background: url(/Content/img/ico-google-new.png) right 2px no-repeat;
   position: relative;
   color: #ea6121;
   font-weight: 400;
   padding-right: 94px;
}

.bg-detail .article-info-intro-time {
   color: #fff;
}

.article-info-intro-time {
   color: #666666;
}

.bg-detail .article-info-react {
   background: rgb(0 0 0 / 0.2);
   border-radius: 4px;
   padding: 8px;
   display: flex;
   align-items: center;
}

.fb_iframe_widget {
   display: inline-block;
   position: relative;
}

   .fb_iframe_widget span {
      display: inline-block;
      position: relative;
      text-align: justify;
   }

   .fb_iframe_widget iframe {
      position: absolute;
   }

.slider-swiper {
   border-top: 1px solid #ebebeb;
   border-bottom: 1px solid #ebebeb;
   padding: 0 48px;
   margin-bottom: 30px;
}

.swiper-horizontal {
   touch-action: pan-y;
}

.swiper {
   margin-left: auto;
   margin-right: auto;
   position: relative;
   overflow: hidden;
   list-style: none;
   padding: 0;
   z-index: 1;
   display: block;
}

.swiper-wrapper {
   position: relative;
   width: 100%;
   height: 100%;
   z-index: 1;
   display: flex;
   transition-property: transform;
   transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
   box-sizing: content-box;
}

.slider-swiper .article-item {
   padding: 24px;
   border-left: 1px solid #ebebeb;
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   gap: 8px;
}

.swiper-backface-hidden .swiper-slide {
   transform: translateZ(0);
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}

.swiper-slide {
   flex-shrink: 0;
   width: 100%;
   height: 100%;
   position: relative;
   transition-property: transform;
   display: block;
}

.slider-swiper .article-item-image {
   width: 95px;
   flex-shrink: 0;
   margin-bottom: 0;
}

.article-item-image {
   width: 100%;
   position: relative;
   overflow: hidden;
   display: block;
   margin-bottom: 12px;
}

   .article-item-image::before {
      content: "";
      padding-top: 56.25%;
      display: block;
   }

   .article-item-image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      min-height: 100%;
      object-fit: cover;
   }

img {
   width: auto;
   max-width: 100%;
   height: auto;
   object-fit: cover;
   vertical-align: middle;
}

.article-item-image .btn-play {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 10;
   color: white;
   font-size: 35px;
   width: 120px;
   height: 120px;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.3);
   display: flex;
   align-items: center;
   justify-content: center;
   display: none;
}


.article-item-thumbnail-time {
   position: absolute;
   bottom: 0px;
   right: 0px;
   display: flex;
   align-items: center;
   gap: 6px;
   color: #fff;
}

   .article-item-thumbnail-time i {
      width: 25px;
      height: 22px;
      background: #402f2f;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
   }

.article-item-title {
   font-size: 14px;
   text-align: left;
   font-weight: 500;
   line-height: 1.5;
}

.slider-swiper .article-item-title a {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   overflow: hidden;
   -webkit-line-clamp: 2;
}

.swiper .swiper-notification {
   position: absolute;
   left: 0;
   top: 0;
   pointer-events: none;
   opacity: 0;
   z-index: -1000;
}

.video-detail-content {
   width: 672px;
   margin: 0 auto;
   display: flex;
   flex-direction: column;
   gap: 20px;
}

.video-detail-infor {
   margin-bottom: 20px;
}

.article-info-detail {
   font-size: 17px;
   font-weight: 400;
   line-height: calc(22 / 14);
   color: black;
}

   .article-info-detail p {
      margin: 15px 0;
   }

.article-detail-author {
   text-align: right;
   font-weight: 700;
   font-size: 17px;
}

   .article-detail-author:empty, .article-detail-source:empty {
      display: none;
   }

.article-detail-source {
   text-align: right;
   font-style: italic;
   margin-top: 8px;
   font-size: var(--fz-base);
}

.bx-tag span {
   display: inline-block;
   height: 32px;
   font-size: 16px;
   line-height: 32px;
   background: url(/Content/img/ico-tags.png) left top 9px no-repeat;
   color: #666;
   margin-right: 15px;
   padding: 0 0 0 30px;
   font-weight: 700;
   font-family: 'Roboto', sans-serif;
}

.article-keyword {
   display: inline;
}

   .article-keyword a {
      line-height: 30px;
      display: inline-block;
      margin-right: 5px;
      margin-bottom: 10px;
      background: #f4f4f4;
      border: 1px solid #e9e9e9;
      border-radius: 4px;
      padding: 0 10px;
   }

#user-comment {
   margin: 20px 0;
}

   #user-comment .title {
      margin-bottom: 20px;
   }

      #user-comment .title::before {
         font-family: var(--font-primary);
         font-size: var(--fz-large);
         margin-bottom: 19px;
      }

      #user-comment .title:before {
         content: "Bình luận";
         font-family: 'RobotoCondensed', serif;
         font-weight: bold;
         text-transform: uppercase;
         color: #000;
         font-size: 22px;
      }

      #user-comment .title span {
         display: inline-block;
         text-indent: -9999px;
      }

.box-comment {
   padding: 20px 30px 30px 92px;
   background: url(/Content/img/img-user.png) 20px 30px no-repeat;
   background-color: #fff;
   background-size: 47px 48px;
}

#user-comment .box-comment p.content {
   margin: 0;
}

#user-comment .box-comment p.content {
   clear: both;
}

#user-comment .box-comment textarea {
   border-radius: 4px;
}

#user-comment .box-comment textarea {
   width: 100%;
   height: 80px;
   box-sizing: border-box;
   padding: 10px;
   font-family: Arial;
   margin: 10px 0;
   font-size: 14px;
   border: 1px solid #dbdbdb;
   outline: none;
}

#user-comment button {
   float: none;
   border-radius: 4px;
}

#user-comment button {
   background: #ebebeb;
   border: 1px solid #38499f;
   color: #38499f;
   outline: none;
   font-size: 14px;
}

   #user-comment button:hover {
      cursor: pointer;
   }

.article-infor-main {
   display: grid;
   grid-template-columns: 1fr 300px;
   gap: 47px;
   margin-bottom: 20px;
}

.article-info-content {
   display: flex;
   flex-direction: column;
   gap: 20px;
}

.article-post {
   padding-top: 25px;
}

.article-tab {
   margin-bottom: 21px;
   display: flex;
   gap: 3px;
}

.btn-tab.active {
   background: #f9ad81;
   color: #fff;
}

.btn {
   min-height: 41px;
   padding: 0px 32px;
   border-radius: 4px;
   color: var(--cl-white);
   border: none;
   outline: none;
   text-transform: uppercase;
   cursor: pointer;
   background-color: #d7d7d7;
}

.trimple-article .article-view-list {
   grid-template-columns: repeat(3, 1fr);
}

.article-view-list {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 39px 34px;
   list-style-type: none;
}


.btn-volume, .btn-play {
   color: #fff;
   font-size: 24px;
   width: 28px;
   height: 28px;
   background: transparent;
   border: 0;
   outline: 0;
   text-align: center;
   padding: 0;
   cursor: pointer;
   margin-left: 15px;
   display: inline-block;
}


.view-more {
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 51px;
   padding-bottom: 48px;
}

.load-more-list a:hover, .current {
   background-color: #666666 !important;
   color: #fff;
}

.load-more-list span.current, .load-more-list a {
   border-radius: 50px;
   background: #f9ad81;
   min-height: 45px;
   padding: 0px 51px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 0 5px;
}

.embed-ifame {
   position: relative;
   width: 100%;
   height: auto;
   /*overflow: hidden;*/
}
   .embed-ifame.has-player {
      padding-top: 56.25%;
   }

   .embed-ifame iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
   }
   .embed-ifame .cap-video {
      display: none;
   }



