#blog .blog_block .stickytop {
  margin-bottom: 30px; }
  #blog .blog_block .stickytop .blog_img {
    border-radius: 8px;
    height: 438px;
    width: 100%;
    overflow: hidden; }
    @media screen and (max-width: 1200px) {
      #blog .blog_block .stickytop .blog_img {
        height: 430px; } }
    @media screen and (max-width: 992px) {
      #blog .blog_block .stickytop .blog_img {
        height: 470px; } }
    @media screen and (max-width: 768px) {
      #blog .blog_block .stickytop .blog_img {
        height: 398px; } }
    #blog .blog_block .stickytop .blog_img img {
      height: 100%;
      object-fit: cover;
      object-position: center; }
      @media screen and (max-width: 992px) {
        #blog .blog_block .stickytop .blog_img img {
          height: 258px; } }
      @media screen and (max-width: 768px) {
        #blog .blog_block .stickytop .blog_img img {
          height: 212px; } }
    #blog .blog_block .stickytop .blog_img .blog_info {
      max-height: 299px;
      width: 350px;
      color: #ffffff;
      position: absolute;
      bottom: 0;
      left: 0;
      border-top-right-radius: 8px;
      padding: 37px 30px; }
      @media screen and (max-width: 1200px) {
        #blog .blog_block .stickytop .blog_img .blog_info {
          width: 370px;
          padding: 34px 30px; } }
      @media screen and (max-width: 992px) {
        #blog .blog_block .stickytop .blog_img .blog_info {
          width: 100%;
          padding: 30px;
          height: 212px;
          border-top-right-radius: 0;
          position: relative; } }
      @media screen and (max-width: 768px) {
        #blog .blog_block .stickytop .blog_img .blog_info {
          padding: 20px;
          height: 186px; } }
      #blog .blog_block .stickytop .blog_img .blog_info .category {
        color: #ffffff;
        line-height: 12px;
        font-size: 12px;
        padding: 5px 12px;
        margin-right: .5rem;
        border-radius: 999px;
        border: 1px solid #ffffff;
        display: inline-block; }
      #blog .blog_block .stickytop .blog_img .blog_info .date {
        font-size: 13px;
        display: inline-block; }
      #blog .blog_block .stickytop .blog_img .blog_info .title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        word-break: break-word; }
        @media screen and (max-width: 992px) {
          #blog .blog_block .stickytop .blog_img .blog_info .title {
            -webkit-line-clamp: 2; } }
      #blog .blog_block .stickytop .blog_img .blog_info .more {
        background-color: #ffffff;
        padding: 8px 22px;
        border-radius: 10px;
        display: inline-block; }

#blog .blog_block .allarticle .blog_post {
  border-bottom: 1px solid rgba(18, 18, 18, 0.1);
  height: calc(100% - 30px);
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column; }
  #blog .blog_block .allarticle .blog_post .blog_img {
    border-radius: 8px;
    height: 233px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 23px;
    background-color: rgba(18, 18, 18, 0.1); }
    @media screen and (max-width: 1200px) {
      #blog .blog_block .allarticle .blog_post .blog_img {
        height: 196px; } }
    @media screen and (max-width: 992px) {
      #blog .blog_block .allarticle .blog_post .blog_img {
        height: 219px; } }
    @media screen and (max-width: 768px) {
      #blog .blog_block .allarticle .blog_post .blog_img {
        height: 159px; } }
    #blog .blog_block .allarticle .blog_post .blog_img img {
      height: 100%;
      object-fit: cover;
      object-position: center; }
  #blog .blog_block .allarticle .blog_post .blog_info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    #blog .blog_block .allarticle .blog_post .blog_info .category {
      line-height: 12px;
      font-size: 12px;
      padding: 5px 12px;
      margin-right: .5rem;
      border-radius: 999px;
      border: 1px solid rgba(18, 18, 18, 0.1);
      display: inline-block;
      color: rgba(18, 18, 18, 0.55); }
    #blog .blog_block .allarticle .blog_post .blog_info .date {
      font-size: 13px;
      display: inline-block;
      color: rgba(18, 18, 18, 0.55); }
    #blog .blog_block .allarticle .blog_post .blog_info .title {
      color: #292929;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      word-break: break-word; }
  #blog .blog_block .allarticle .blog_post .bottom_btn a {
    margin: 16px 0;
    display: inline-block; }

#blog .blog_block .allarticle .content_first .blog_post, #blog .blog_block .allarticle .image_first .blog_post {
  height: auto;
  display: block; }
  #blog .blog_block .allarticle .content_first .blog_post .blog_img, #blog .blog_block .allarticle .image_first .blog_post .blog_img {
    height: 233px; }
    @media screen and (max-width: 1200px) {
      #blog .blog_block .allarticle .content_first .blog_post .blog_img, #blog .blog_block .allarticle .image_first .blog_post .blog_img {
        height: 245px; } }
    @media screen and (max-width: 992px) {
      #blog .blog_block .allarticle .content_first .blog_post .blog_img, #blog .blog_block .allarticle .image_first .blog_post .blog_img {
        height: 224px; } }
    @media screen and (max-width: 768px) {
      #blog .blog_block .allarticle .content_first .blog_post .blog_img, #blog .blog_block .allarticle .image_first .blog_post .blog_img {
        height: 162px; } }
    @media screen and (max-width: 576px) {
      #blog .blog_block .allarticle .content_first .blog_post .blog_img, #blog .blog_block .allarticle .image_first .blog_post .blog_img {
        height: 95px; } }

#blog .blog_block .loadmore {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 18px; }
  #blog .blog_block .loadmore.disabled {
    pointer-events: none; }

#article .banner .banner_img {
  border-radius: 8px;
  height: 438px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px; }
  @media screen and (max-width: 1200px) {
    #article .banner .banner_img {
      height: 430px; } }
  @media screen and (max-width: 992px) {
    #article .banner .banner_img {
      height: 470px; } }
  @media screen and (max-width: 768px) {
    #article .banner .banner_img {
      height: 398px; } }
  #article .banner .banner_img img {
    height: 100%;
    object-fit: cover;
    object-position: center; }

#article .banner .title_block .category {
  line-height: 12px;
  font-size: 12px;
  padding: 5px 12px;
  margin-right: .5rem;
  border-radius: 999px;
  border: 1px solid rgba(18, 18, 18, 0.1);
  display: inline-block;
  color: rgba(18, 18, 18, 0.55); }

#article .banner .title_block .date {
  font-size: 13px;
  display: inline-block;
  color: rgba(18, 18, 18, 0.55); }

#article .banner .title_block h1 {
  color: #292929; }

#article .banner .title_block .socialmedia_m {
  position: absolute;
  right: 0;
  top: 0;
  color: rgba(18, 18, 18, 0.55);
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: 22px;
  padding: 5px 17px;
  align-items: center; }
  #article .banner .title_block .socialmedia_m .material-icons {
    color: rgba(18, 18, 18, 0.55);
    font-size: 17px; }
  #article .banner .title_block .socialmedia_m .share {
    margin-bottom: 0;
    font-size: 14px; }

#article .banner .title_block .socialmedia {
  position: absolute;
  right: -49px;
  top: 0; }
  #article .banner .title_block .socialmedia div {
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
    border: 1px solid rgba(18, 18, 18, 0.1);
    color: rgba(18, 18, 18, 0.55);
    border-radius: 999px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center; }
    #article .banner .title_block .socialmedia div .material-icons {
      color: rgba(18, 18, 18, 0.55); }
    #article .banner .title_block .socialmedia div:hover {
      background-color: rgba(18, 18, 18, 0.05); }

#article .banner .reference {
  border-bottom: 1px solid rgba(18, 11, 5, 0.2); }
  #article .banner .reference span {
    font-size: 13px; }
  #article .banner .reference a {
    margin: 0 8px 8px 0;
    display: inline-block; }

#article .banner .fb_comments .fb_iframe_widget_fluid_desktop iframe {
  width: 100% !important; }

#article .banner .pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
  #article .banner .pagination .blog_img {
    border-radius: 8px;
    height: 174px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 23px; }
    @media screen and (max-width: 992px) {
      #article .banner .pagination .blog_img {
        height: 160px; } }
    @media screen and (max-width: 768px) {
      #article .banner .pagination .blog_img {
        height: 279px; } }
    #article .banner .pagination .blog_img img {
      height: 100%;
      object-fit: cover;
      object-position: center; }
    #article .banner .pagination .blog_img .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(18, 18, 18, 0.5);
      transition: .3s; }
    #article .banner .pagination .blog_img .blog_info {
      color: #ffffff;
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 25px 28px; }
      #article .banner .pagination .blog_img .blog_info .pre, #article .banner .pagination .blog_img .blog_info .next {
        display: inline-block; }
      #article .banner .pagination .blog_img .blog_info .title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-word; }
    #article .banner .pagination .blog_img#nextpost {
      text-align: right; }
      #article .banner .pagination .blog_img#nextpost .title {
        text-align: left; }

#article .relate .relate_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(18, 18, 18, 0.1); }
  #article .relate .relate_title h5 {
    margin-bottom: 0;
    margin-right: 1rem; }

#article .relate .blog {
  margin-bottom: 3rem; }
  #article .relate .blog h4 {
    line-height: 2.1rem;
    height: 4rem;
    overflow: hidden; }
  #article .relate .blog .blog_img {
    border-radius: 8px;
    height: 148px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 23px; }
    @media screen and (max-width: 1200px) {
      #article .relate .blog .blog_img {
        height: 122px; } }
    @media screen and (max-width: 992px) {
      #article .relate .blog .blog_img {
        height: 160px; } }
    @media screen and (max-width: 768px) {
      #article .relate .blog .blog_img {
        height: 185px; } }
    #article .relate .blog .blog_img img {
      height: 100%;
      object-fit: cover;
      object-position: center; }
  #article .relate .blog .blog_info .date {
    font-size: 13px;
    display: inline-block;
    color: rgba(18, 18, 18, 0.55); }
  #article .relate .blog .blog_info .title {
    color: #292929;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word; }

.tooltip-inner {
  color: rgba(18, 18, 18, 0.45);
  background-color: transparent; }

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  content: "";
  border-width: 0; }

.modal .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  opacity: 1; }
  .modal .close .material-icons {
    color: rgba(18, 18, 18, 0.8); }

.modal .modal-body h5 {
  color: rgba(18, 18, 18, 0.8); }

.modal .modal-body a {
  text-align: center;
  display: block;
  color: rgba(18, 18, 18, 0.45); }
  .modal .modal-body a div {
    width: 42px;
    height: 42px;
    margin: auto;
    margin-bottom: 12px;
    border: 1px solid rgba(18, 18, 18, 0.1);
    color: rgba(18, 18, 18, 0.55);
    border-radius: 999px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center; }
    .modal .modal-body a div .material-icons {
      color: rgba(18, 18, 18, 0.55); }
  .modal .modal-body a p {
    font-size: 12px; }
