.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px; }

.menu-blog {
  margin-bottom: 30px; }
  .menu-blog ul {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .menu-blog ul li {
      margin-right: 15px;
      font-weight: 500; }

.layout-blog-all .blog-thumb {
  margin-bottom: 30px; }

.title-head-col {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px; }

.nav-category ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .nav-category ul .nav-item .nav-link {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    word-break: break-word; }
    .nav-category ul .nav-item .nav-link.pr-5 {
      padding-right: 30px; }
  .nav-category ul .nav-item .down_icon {
    height: 20px !important;
    width: 20px !important;
    position: absolute;
    right: 7.5px;
    top: 21px;
    transform: translate(0, -50%);
    cursor: pointer; }
    .nav-category ul .nav-item .down_icon:after, .nav-category ul .nav-item .down_icon:before {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-90deg);
      background-color: #fff;
      transition: transform 0.4s ease-in-out , opacity 0.4s ease-in-out; }
    .nav-category ul .nav-item .down_icon:before {
      width: 11px;
      height: 1px;
      opacity: 1; }
    .nav-category ul .nav-item .down_icon:after {
      width: 1px;
      height: 11px; }
    .nav-category ul .nav-item .down_icon.cls_mn:after, .nav-category ul .nav-item .down_icon.cls_mn:before {
      background-color: var(--mainColor);
      transform: translate(-50%, -50%) rotate(90deg); }
    .nav-category ul .nav-item .down_icon.cls_mn:before {
      opacity: 0; }
  .nav-category ul .nav-item.active > .nav-link, .nav-category ul .nav-item:hover > .nav-link {
    color: var(--hover); }
  .nav-category ul .nav-item.active > .down_icon:after, .nav-category ul .nav-item.active > .down_icon:before, .nav-category ul .nav-item:hover > .down_icon:after, .nav-category ul .nav-item:hover > .down_icon:before {
    background-color: var(--hover); }
  .nav-category ul .menu_down {
    padding-left: 10px !important; }

.blog-slider .swiper-button-prev {
  left: 5px !important; }

.blog-slider .swiper-slide {
  overflow: hidden;
  transition: all 0.4s ease;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  background: #fff;
  opacity: 0 !important; }
  .blog-slider .swiper-slide.swiper-slide-active {
    opacity: 1 !important; }
  .blog-slider .swiper-slide .block-thumb {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    position: relative;
    width: 100%; }
    @media (max-width: 767px) {
      .blog-slider .swiper-slide .block-thumb {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px; } }
    .blog-slider .swiper-slide .block-thumb .thumb {
      overflow: hidden;
      width: 100%;
      display: flex;
      -o-justify-content: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      -os-justify-content: center;
      -o-display: flex;
      -moz-display: flex;
      -webkit-display: flex;
      -os-display: flex;
      align-items: center;
      position: relative;
      height: auto !important;
      padding-bottom: 67%;
      border-radius: 5px; }
      .blog-slider .swiper-slide .block-thumb .thumb img {
        width: auto !important;
        max-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        will-change: opacify;
        transition: all 0.8s ease; }
  .blog-slider .swiper-slide .block-content {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    position: relative;
    width: 100%;
    text-align: left;
    padding: 0 20px; }
    @media (max-width: 767px) {
      .blog-slider .swiper-slide .block-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0; } }
    .blog-slider .swiper-slide .block-content h3 {
      font-size: 20px;
      font-weight: 700;
      position: relative; }
      .blog-slider .swiper-slide .block-content h3 a {
        color: #000; }
        .blog-slider .swiper-slide .block-content h3 a:hover {
          color: var(--hover); }
    .blog-slider .swiper-slide .block-content .time-post {
      margin-bottom: 5px; }

.blog_noibat h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px; }
  .blog_noibat h2 a {
    color: #000; }
    .blog_noibat h2 a:hover {
      color: var(--hover); }

.blog_noibat .item-blog-slider {
  display: flex;
  margin-bottom: 15px; }
  .blog_noibat .item-blog-slider .block-thumb {
    width: 150px;
    min-width: 150px; }
    .blog_noibat .item-blog-slider .block-thumb .thumb {
      padding-bottom: 75%;
      overflow: hidden;
      height: auto;
      display: block;
      position: relative; }
      .blog_noibat .item-blog-slider .block-thumb .thumb img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        border-radius: 5px; }
  .blog_noibat .item-blog-slider .block-content {
    margin-left: 10px; }
    .blog_noibat .item-blog-slider .block-content h3 {
      font-size: 15px;
      font-weight: bold;
      margin-bottom: 0; }
      .blog_noibat .item-blog-slider .block-content h3 a {
        color: #000; }
        .blog_noibat .item-blog-slider .block-content h3 a:hover {
          color: var(--hover); }
    .blog_noibat .item-blog-slider .block-content p {
      margin-bottom: 0; }

.layout-article {
  padding-bottom: 30px; }

.article-main .time-post {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold; }
  .article-main .time-post svg {
    width: 15px;
    height: 15px;
    margin-top: -5px;
    margin-right: 2px; }
    .article-main .time-post svg path {
      fill: var(--mainColor); }

.article-main .article-image {
  margin-bottom: 20px; }

.article-main .article-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .article-main .article-title {
      font-size: 24px; } }

.article-main .posts {
  font-size: 12px;
  margin-bottom: 10px; }

.article-main .rte {
  font-size: 16px; }
  .article-main .rte h2 {
    font-size: 24px;
    font-weight: bold; }
  .article-main .rte h3 {
    font-size: 22px; }
  @media (max-width: 767px) {
    .article-main .rte iframe {
      width: 100%; } }

.article-main #article_comments {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px; }
  .article-main #article_comments label {
    display: block;
    margin-bottom: 4px;
    font-weight: 700; }
    .article-main #article_comments label .required {
      color: #ff0000; }
  .article-main #article_comments input {
    height: 40px; }

.article-main .form-group input {
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 20px;
  border: 1px solid #e6e6e6;
  border-bottom: 2px solid var(--mainColor); }
  .article-main .form-group input::placeholder {
    color: #7c7c7c; }
  .article-main .form-group input:-ms-input-placeholder {
    color: #7c7c7c; }
  .article-main .form-group input::-ms-input-placeholder {
    color: #7c7c7c; }

.article-main .form-group textarea {
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 20px;
  border: 1px solid #e6e6e6;
  border-bottom: 2px solid var(--mainColor); }
  .article-main .form-group textarea::placeholder {
    color: #7c7c7c;
    opacity: 1; }
  .article-main .form-group textarea:-ms-input-placeholder {
    color: #7c7c7c; }
  .article-main .form-group textarea::-ms-input-placeholder {
    color: #7c7c7c; }

.article-main .button_45 {
  height: 40px;
  line-height: 38px;
  padding: 0 25px;
  background: var(--mainColor);
  font-size: 14px;
  color: #fff;
  border: solid 1px var(--mainColor);
  font-weight: 400;
  margin-top: 10px;
  border-radius: 5px; }
  .article-main .button_45:hover {
    background: #fff;
    border-color: var(--hover);
    color: var(--hover); }

.article-main .title-form-coment {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 15px;
  color: #000;
  font-weight: 500; }

#article-comments .article-comment {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #c9c8c5; }
  #article-comments .article-comment:last-child {
    padding-bottom: 30px; }

#article-comments .article-comment-user-image {
  margin: 0 12px 0 0;
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 0;
  display: block; }

#article-comments .article-comment-user-comment {
  display: block;
  float: left;
  width: calc(100% - 95px);
  -webkit-width: calc(100% - 95px);
  -moz-width: calc(100% - 95px);
  -o-width: calc(100% - 95px);
  -os-width: calc(100% - 95px);
  padding-left: 10px;
  word-break: break-word;
  font-size: em(14px); }

#article-comments .user-name-comment {
  margin: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 700; }
  #article-comments .user-name-comment strong {
    font-weight: 700; }

#article-comments .article-comment-date-bull {
  padding: 5px 0;
  display: block;
  color: #b0b0b0;
  font-size: 12px; }

#article-comments .cm {
  font-size: 14px;
  color: #000; }

.social-sharing {
  border-top: solid 1px #e4e4e4;
  padding: 20px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  align-items: center; }
  .social-sharing span {
    margin-right: 10px; }
  .social-sharing .addthis_inline_share_toolbox {
    margin-top: 3px; }

.blog_lienquan h2 {
  font-size: 28px;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  color: #231f20; }

.blog_lienquan .item-blog-lq {
  overflow: hidden;
  transition: all 0.4s ease;
  margin-bottom: 0;
  padding-bottom: 2px; }
  .blog_lienquan .item-blog-lq .block-thumb a {
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 67%;
    background: #e4ca92;
    border-radius: 5px; }
  .blog_lienquan .item-blog-lq .block-thumb img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    will-change: opacify;
    transition: all 0.8s ease; }
  .blog_lienquan .item-blog-lq .block-content {
    text-align: center;
    margin-top: 15px; }
    .blog_lienquan .item-blog-lq .block-content h3 {
      font-size: 20px;
      font-weight: 700;
      position: relative; }
      .blog_lienquan .item-blog-lq .block-content h3 a {
        color: #000; }
        .blog_lienquan .item-blog-lq .block-content h3 a:hover {
          color: var(--hover); }
  .blog_lienquan .item-blog-lq .time-post {
    font-weight: 700;
    margin-bottom: 15px;
    display: block; }
  .blog_lienquan .item-blog-lq:hover .block-thumb img {
    transform: scale(1.04);
    transition: all 0.8s linear; }

@media (max-width: 991px) {
  .aside-content-blog {
    margin-top: 30px; } }

.social-sharing {
  border-top: solid 1px #e4e4e4;
  padding: 20px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  align-items: center; }
  .social-sharing .addthis_toolbox a {
    margin-bottom: 0; }
  .social-sharing span {
    margin-right: 10px; }
  .social-sharing .addthis_inline_share_toolbox {
    margin-top: 3px; }

.thump-searh {
  position: relative; }
  .thump-searh .blog-search-form {
    position: initial;
    border-radius: 6px;
    overflow: hidden;
    height: 50px;
    border: 2px solid var(--mainColor); }
    @media (max-width: 991px) {
      .thump-searh .blog-search-form {
        height: 40px; } }
    .thump-searh .blog-search-form input {
      width: 100%;
      display: block;
      height: 100%;
      padding-right: 80px;
      padding-left: 10px;
      border: 0; }
    .thump-searh .blog-search-form button {
      position: absolute;
      width: 50px;
      height: 100%;
      background: transparent;
      border: 0;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      top: 0;
      right: 0; }
      .thump-searh .blog-search-form button svg {
        width: 20px;
        height: 20px; }
        .thump-searh .blog-search-form button svg path {
          fill: #000; }
      .thump-searh .blog-search-form button:hover {
        background: var(--hover); }

.blog-lienquan {
  margin-top: 50px; }

.art-pro {
  margin-top: 15px;
  margin-bottom: 15px; }

.search-blog {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .search-blog {
      margin-top: 30px; } }

.thump-comment {
  margin-top: 20px; }

.hidescroll {
  display: none; }

.auto {
  display: block; }

.fixMenu {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 30px;
  right: 0;
  width: auto;
  width: 300px;
  border: 1px solid rgba(224, 224, 224, 0.95);
  background: #f9f9f9;
  overflow: auto;
  z-index: 999; }
  .fixMenu .closeftoc {
    padding: 12px 5px;
    position: relative;
    margin-bottom: 10px;
    background: rgba(237, 237, 237, 0.95);
    font-weight: 400;
    font-size: 20px; }
    .fixMenu .closeftoc img {
      width: 24px;
      margin-right: 10px;
      vertical-align: middle; }
    .fixMenu .closeftoc span {
      cursor: pointer;
      position: absolute;
      right: 10px;
      top: 18px;
      font-size: 20px;
      border-radius: 100%;
      width: 25px;
      height: 25px;
      border: 2px solid #333;
      line-height: 19px;
      text-align: center;
      font-weight: 400; }
  .fixMenu .dola-toc-bottom > ol {
    padding-left: 0;
    list-style: decimal;
    list-style-type: none;
    list-style-position: inherit;
    padding-left: 0; }
    .fixMenu .dola-toc-bottom > ol li > a {
      padding: 5px 10px;
      display: inline-block;
      width: 100%; }
      .fixMenu .dola-toc-bottom > ol li > a:hover {
        background: var(--mainColor);
        color: #fff; }
    .fixMenu .dola-toc-bottom > ol li .is-collapsible {
      list-style: decimal;
      list-style-type: circle;
      list-style-position: inherit;
      padding-left: 0; }
      .fixMenu .dola-toc-bottom > ol li .is-collapsible li {
        padding-left: 0;
        display: inline-block;
        width: 100%; }
        .fixMenu .dola-toc-bottom > ol li .is-collapsible li a {
          padding-left: 30px;
          font-style: italic;
          position: relative;
          width: 100%; }
          .fixMenu .dola-toc-bottom > ol li .is-collapsible li a:before {
            content: "";
            top: 13px;
            left: 15px;
            position: absolute;
            width: 9px;
            height: 9px;
            border: solid 2px #d7d7d7;
            border-radius: 50%; }
        .fixMenu .dola-toc-bottom > ol li .is-collapsible li.is-active-li > a {
          background: var(--mainColor);
          color: #fff; }
    .fixMenu .dola-toc-bottom > ol li.is-active-li > a {
      background: var(--mainColor);
      color: #fff; }

.tabClick {
  position: fixed;
  top: 30% !important;
  right: 0;
  z-index: 99;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  background: var(--mainColor); }
  .tabClick img {
    width: 30px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1); }

.ftoc-head {
  box-shadow: 0 0 5px 0 #ccc;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 30px;
  position: sticky;
  top: 30px; }
  .ftoc-head .title-goto-wrapper {
    margin-bottom: 15px;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: var(--mainColor);
    display: inline-block; }
    .ftoc-head .title-goto-wrapper img {
      height: 25px;
      position: absolute;
      left: 100%;
      top: -2px; }
  .ftoc-head .dola-toc .toc-list {
    list-style: decimal;
    list-style-type: disc;
    list-style-position: inherit;
    padding-left: 20px; }
    .ftoc-head .dola-toc .toc-list .toc-list-item {
      color: #000;
      margin-bottom: 10px;
      font-size: 16px; }
      .ftoc-head .dola-toc .toc-list .toc-list-item a {
        color: #000;
        font-size: 16px; }
        .ftoc-head .dola-toc .toc-list .toc-list-item a:hover {
          color: var(--hover); }
      .ftoc-head .dola-toc .toc-list .toc-list-item .is-collapsible {
        list-style: decimal;
        list-style-type: circle;
        list-style-position: inherit;
        padding-left: 20px; }

.nav_pagi {
  margin-top: 50px; }

.blog-video .block-thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -os-justify-content: center;
  -o-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -os-display: flex;
  align-items: center;
  position: relative;
  height: auto !important;
  padding-bottom: 67%;
  border-radius: 5px; }
  .blog-video .block-thumb img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    will-change: opacify;
    transform: scale(1);
    transition: all 0.5s ease; }
  .blog-video .block-thumb .icon {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.17); }
    .blog-video .block-thumb .icon svg {
      width: 50px;
      height: 50px; }
      .blog-video .block-thumb .icon svg path {
        fill: #fff; }

.blog-video .block-content h3 {
  font-size: 18px;
  margin-top: 20px; }

.blog-video:hover .icon path {
  fill: var(--hover) !important; }

.popup-video {
  position: fixed;
  z-index: 99999;
  top: 0 !important;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.89);
  display: none; }

.popup-video.active {
  display: flex; }

.popup-video .close-popup-video {
  background: #fff;
  color: #000;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer; }

.popup-video .close-popup-video:hover {
  opacity: 0.8; }

.popup-video iframe {
  height: calc(100vh - 200px);
  width: 1100px; }

@media (max-width: 1100px) {
  .popup-video iframe {
    width: 700px; } }

@media (max-width: 767px) {
  .popup-video .body-popup {
    padding: 0 5px;
    width: 100%; }
  .popup-video .body-popup iframe {
    width: 100%;
    height: 300px; } }

.nav_pagi {
  margin-top: 0; }

@media (max-width: 767px) {
  .item-blog {
    margin-bottom: 10px; } }
