.news_page {
  background: url(../images/background_3.png) fixed;
  background-size: auto 100%;
  background-color: #1b242d;
  padding: 3rem 0;
  color: #fff;
}
/*-------------- news list --------------*/
.news_page .news_list {
  margin: 10px 0px;
}
.news_page .news_list .box .title,
.news_page .news_list .title_relate {
  line-height: 40px;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  color: #ce9a4e;
}
.news_page .news_list .box.detail .timePost {
  background-image: url(/assets/images/icons/calendar.webp);
  background-position: left top;
  background-size: 18px;
  background-repeat: no-repeat;
  padding-left: 20px;
  color: #222;
  font-size: 0.9rem;
}
.news_page .news_list .box.detail .share {
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
}

.news_page .news_list .box.detail .share a {
  cursor: pointer;
}

.news_page .news_list .box.detail .share .btn_share {
  color: #ff8731;
  background-image: url(/assets/images/icons/share.webp);
  background-position: 0px 0px;
  background-size: 18px;
  background-repeat: no-repeat;
  padding-left: 22px;
  font-weight: 500;
}
.news_page .news_list .box.detail .share label {
  margin-right: 5px;
}
.news_page .news_list .box.detail .des {
  margin: 0 0 1rem;
  font-style: italic;
  font-weight: 500;
}
.news_page .news_list .box.detail .contents {
  margin: 1rem 0 0;
}
.news_page .news_list .box.detail .contents a {
  overflow-wrap: break-word;
}
.news_page .news_list .box.detail .contents iframe {
  max-width: 100% !important;
}
.news_page .news_list .box.detail .contents img {
  max-width: 100%;
  height: auto !important;
}
/* news */
.news-related {
  margin: 2rem 0;
}
.news-related .title-bulletin {
  color: #c79c5d;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 2rem;
}
.news-related .item-bulletin {
  position: relative;
}
.news-related .item-bulletin:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(36, 36, 36, 0.9) 100%
  );
}
.news-related .item-bulletin .item-img {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center;
}
.news-related .item-bulletin .item-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  z-index: 3;
}

.news-related .item-bulletin .item-title .brand a {
  padding: 4px 15px;
  /* background-color: #c79c5d; */
  font-size: 10px;
  background-image: linear-gradient(to right, #F1E075, #AE7F41);
  color: #000;
}
.news-related .item-bulletin .item-title .brand a:hover {
  background-color: #e2ae60;
}
.news-related .item-bulletin .item-title a {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.news-related .item-bulletin .item-title a h3 {
  font-weight: 600;
  font-size: 16px;
}
.news-related .item-bulletin .item-title a h3:hover {
  color: #c79c5d;
}
.news-related .item-bulletin .item-title span {
  font-size: 10px;
}
.news-related .item-bulletin .item-title .brand {
  margin-bottom: 0.2rem;
}

/* share modal */
#shareModal .modal-dialog.share_section {
  max-width: 400px !important;
}
#shareModal .share_link {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  margin: 0.5rem 0;
  background-color: #f7f7f7;
  border-radius: 3px;
  padding: 6px 10px;
}
#shareModal .share_link .boxLink {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
}
#shareModal .share_link button {
  width: 28%;
  background: transparent;
  border: none;
  outline: none;
  color: #4154be;
}
#shareModal .share_social {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
#shareModal .share_social a {
  float: left;
  width: 50%;
  background-color: #f1f9fb;
  color: #333;
  padding: 5px 0px 5px 35px;
  border-radius: 3px;
  background-size: 20px;
  background-position: 10px 5px;
  background-repeat: no-repeat;
}
#shareModal .zalo-share-button {
  float: left;
  width: 49% !important;
  height: 32px !important;
  background-color: #f1f9fb;
  color: #333;
  background-image: url(/assets/images/icons/ic_zalo.webp);
  padding: 5px 0px 5px 35px;
  border-radius: 3px;
  background-size: 20px;
  background-position: 10px 5px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#shareModal .zalo-share-button iframe {
  display: none !important;
}
#shareModal .share_social a.facebook {
  background-image: url(/assets/images/icons/ic_facebook.webp);
}

.news_page .news_list .box.detail .contents table {
  width: 100% !important;
}
.news_page .news_list .box.detail .content img {
  max-width: 100%;
  height: auto !important;
}
/* toc_menu */
.toc_container .toc-wrapper{
  border: 1px solid #B1B0B0;
  width: 100% !important;
  border-radius: 5px;
  margin-bottom: 20px;
}
.toc_container .toc_title {
  padding: 10px 10px 10px 36px;
  /* border-bottom: 1px solid #B1B0B0; */
  color: #c29c51;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toc_container .toc_title:before {
  content: '';
  position: absolute;
  top: 17px;
  left: 12px;
  width: 16px;
  height: 16px;
  background: url(../../images/vectors.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.toc_container ul.toc_list{
  display: none;
}
.toc_container .toc_title span.toc_toggle, .toc_container .toc_title span.toc_toggle a {
  color: #fff;
  font-size: 12px;
}
.toc_container .toc_title span.toc_toggle a {
  padding: 0 5px;
}
.toc_container ul.toc_list {
  padding: 15px 40px;
  list-style-type: decimal;
  border-top: 1px solid #B1B0B0;
  margin-left: 0;
}
.toc_container .toc_list li {
  list-style: decimal;
}
.toc_container ul.toc_list li a {
  font-size: 16px;
  color: #fff;
  line-height: 1.7;
}
.toc_container ul.toc_list ul {
  padding-left: 15px;
  list-style: number outside none;
  margin-left: 0;
}
.news_page .content h2 {
  padding-left: 5px;
  border-left: 5px solid #cdac58;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.toc-wrapper.collapsed ul.toc_list {
  display: block;
}
/*======================== for resposive screen ========================*/
/* Medium devices (tablets, 768px and up)*/
@media screen and (max-width: 768px) {
  .contents_cate table {
    width: 100% !important;
  }
  .news_page .news_top .item {
    margin: 15px 5px 10px 5px;
  }
}
/* Small devices (landscape phones, 667px and up)*/
@media screen and (max-width: 668px) {
  .news_page .news_list .box.detail .share {
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    margin-top: 1rem;
  }
  .news_page .news_top .item.one .box_img {
    height: 240px;
  }
  .news_page .news_list .box .item .box_info .des {
    display: none;
  }
  .news_page .news_list .box .item .box_img .img {
    height: 125px;
  }
  .news_page .news_list .box .item .box_info h3 {
    font-size: 1rem;
  }
  .news-related .item-bulletin .item-img {
    height: 230px;
  }
  .news-related .item-bulletin .item-title a h3 {
    font-weight: 500;
    font-size: 14px;
  }
}
