<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media only screen and (min-width: 1200px) {
  .container {
    min-width: 80%;
  }
}
/******* RESPONSIVE ********/
/****TRANG TIN TỨC CHI TIẾT*****/
body {
  background-image: url("../../images/background.png");
}

#pNewsDetail {
  min-height: calc(100vh - 240px);
  margin-top: 60px;
  position: relative;
  overflow-x: hidden;
}
#pNewsDetail .wrap-content {
  background-color: white;
  padding-top: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
}

/****** LEFT ******/
.news-left {
  padding: 0 125px 20px 125px;
  margin-bottom: 20px;
}
.news-left .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.news-left .head .aUndo {
  color: #999 !important;
}
.news-left .head .aUndo i {
  margin-right: 3px;
}
.news-left .head .date {
  font-style: italic;
  color: #999;
}
.news-left .head a:not([href]):not([tabindex]):focus, .news-left .head a:not([href]):not([tabindex]):hover {
  color: unset;
  text-decoration: unset;
}
.news-left .title {
  /*        clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
  //background: linear-gradient(to right, #8ab3df, #60bcc9);
  background: black;
  background: -webkit-linear-gradient(to right, black, $second-color);
  background: linear-gradient(to right, black, $second-color);
  text-align: center;*/
}
.news-left .title p {
  padding: 6px 0;
  font-size: 20px;
  color: #2155ce;
  margin-bottom: 10px;
  font-weight: 500;
  border-bottom: 1px solid #d2d2d2;
}
.news-left .summary {
  margin-bottom: 8px;
}
.news-left .summary p {
  text-align: justify;
}
.news-left .content {
  text-align: justify;
  font-size: 15px;
  color: #000;
}
.news-left .source {
  font-style: italic;
  color: #999;
  float: right;
}

/******** RIGHT *******/
/****** Title right *****/
.title-r {
  margin-bottom: 5px;
}
.title-r h6 {
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 10px 20px;
  background: #00d2ff;
  background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff);
  background: linear-gradient(to right, #3a7bd5, #00d2ff);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.title-r h6:after {
  display: block;
  width: 10px;
  height: 0px;
  position: absolute;
  bottom: -10px;
  left: 0px;
  content: "";
  border-bottom: 10px solid transparent;
  border-right: 10px solid #3a7bd5;
}

#listOther {
  margin-top: 50px;
}
#listOther ul {
  padding-top: 15px;
}
#listOther ul li {
  line-height: 26px;
  list-style: disclosure-closed;
}
#listOther ul li .title {
  color: #333;
}
#listOther ul li .date-news {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
  text-align: right;
}

#b-lienket ul li {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: unset;
}
#b-lienket ul li .box {
  margin-bottom: 3px;
}
#b-lienket ul li .item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #eee;
  border-radius: 5px;
  height: 100%;
  padding: 2px;
  text-align: center;
}
#b-lienket ul li .item p {
  display: none;
}
#b-lienket ul li .item img {
  width: 100%;
  height: auto;
  background-size: contain;
  object-fit: contain;
  background-position: left;
}
#b-lienket p {
  text-transform: uppercase;
  color: #444;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 11px;
}
#b-lienket a {
  color: #021639;
  display: block;
  text-align: center;
  background: tranparents;
}

.box {
  margin-bottom: 20px;
}
.box .content {
  background-color: #f4f6fa;
  padding: 15px 5px;
  border: 1px solid transparent;
}
.box .content ul li {
  margin-bottom: 8px;
  position: relative;
  padding: 5px 0;
  border-bottom: 1px solid gray;
}
.box .content ul li a {
  color: #021639;
  display: block;
  text-align: center;
}
.box .content ul li a:hover {
  color: black;
}
.box .content ul li a img {
  width: 80px;
}
.box .content ul li a p {
  margin-top: 3px;
}
.box .content ul li:last-child {
  border-bottom: none;
}

#b-hoidap li a {
  -webkit-line-clamp: 4;
}
#b-hoidap li a:before {
  display: none;
}
#b-hoidap li a i {
  margin-right: 7px;
}

#b-thongke {
  text-align: center;
  padding: 20px 0;
  margin-top: 10px;
}
#b-thongke p {
  font-size: 18px;
  font-weight: 600;
}

/******* RESPONSIVE **********/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .box .title-r, .box .content {
    display: none;
  }
}
</pre></body></html>