.wrapBreadcrumb {
  position: relative;
}
.wrapBreadcrumb .wrapImgItem {
  background-color: black;
}
.wrapBreadcrumb .wrapImgItem .wrapImgResize {
  height: 500px;
}
.wrapBreadcrumb .wrapImgItem img {
  width: 100%;
  height: auto;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.wrapBreadcrumb .contentText {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.wrapBreadcrumb .wrapTitleMain {
  margin-bottom: 15px;
}
.wrapBreadcrumb .wrapMenu .linkItem {
  display: block;
  float: left;
  font-size: 16px;
  line-height: 22px;
  color: white;
  text-transform: capitalize;
  margin-left: 5px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.wrapBreadcrumb .wrapMenu .linkItem:hover {
  color: #ffb500;
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
}
.wrapBreadcrumb .wrapMenu .linkItem:first-child {
  margin-left: 0;
}
.wrapBreadcrumb .wrapMenu .linkItem svg {
  height: 20px;
  width: 15px;
  transform: translate(0, -1px);
  -webkit-transform: translate(0, -1px);
  -moz-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  -o-transform: translate(0, -1px);
}
.wrapBreadcrumb .wrapMenu .linkItem:last-child svg {
  display: none;
}

@media (max-width: 1400px) {
  .wrapBreadcrumb .wrapImgItem .wrapImgResize {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .wrapBreadcrumb .titleItem {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 5px;
  }
  .wrapBreadcrumb .titleItem::after {
    width: 30px;
  }
  .wrapBreadcrumb .wrapTitleMain {
    margin-bottom: 5px;
  }
  .wrapBreadcrumb .wrapImgItem .wrapImgResize {
    height: 180px;
  }
}
@media (max-width: 575px) {
  .wrapBreadcrumb .titleItem {
    font-size: 16px;
    line-height: 22px;
  }
  .wrapBreadcrumb .wrapImgItem .wrapImgResize {
    height: 150px;
  }
}
.wrapShare {
  margin-top: 15px;
}

.titleShare,
.listBtnSharePost {
  float: left;
}

.titleShare {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-right: 5px;
  color: #333;
}

@media (max-width: 480px) {
  .titleShare,
.listBtnSharePost {
    float: none;
  }

  .titleShare {
    margin: 0;
  }
}
.register svg {
  margin-right: 0;
  margin-left: 30px;
}
.register a::before, .register a::after {
  right: 5px;
  left: auto;
}

@media (min-width: 576px) {
  .register {
    left: auto;
    right: 15px;
  }

  .btnScrollTop.showBtnScrollTop {
    bottom: 84px;
  }
}
@media (max-width: 575px) {
  .register {
    bottom: 95px;
  }

  .footer .bgItem {
    padding-bottom: 170px;
  }
}
.pageNewsDetail {
  background-color: #f7f7f7;
}
.pageNewsDetail .colText .contentCol {
  background-color: white;
  border-top: 1px solid #eeeeee;
}
.pageNewsDetail .colText .wrapImg {
  text-align: center;
}
.pageNewsDetail .colText .wrapImg img {
  max-width: 100%;
  height: auto;
}
.pageNewsDetail .colText .contentText {
  padding: 15px;
}
.pageNewsDetail .colText .wrapDateAuthorView {
  font-size: 16px;
  line-height: 22px;
  color: #8b8d8e;
  margin-top: 15px;
}
.pageNewsDetail .colText .wrapDateAuthorView svg {
  display: inline-block;
  width: 15px;
  height: 15px;
  transform: translate(0, -3px);
  -webkit-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -o-transform: translate(0, -3px);
  margin-right: 5px;
}
.pageNewsDetail .colText .wrapDateAuthorView .view,
.pageNewsDetail .colText .wrapDateAuthorView .author {
  float: left;
}
.pageNewsDetail .colText .wrapDateAuthorView .view {
  margin-left: 15px;
}
.pageNewsDetail .colText .wrapDateAuthorView .view svg {
  transform: translate(0, -2px);
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
}
.pageNewsDetail .colText .wrapDateAuthorView .date {
  float: right;
}
.pageNewsDetail .colText .wrapText {
  text-align: justify;
}
.pageNewsDetail .colText .wrapText p {
  margin: 15px 0 0;
}
.pageNewsDetail .colText .wrapText img {
  max-width: 100%;
  height: auto;
}
.pageNewsDetail .colText .wrapText a {
  color: #ffb500;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  text-decoration: underline;
}
.pageNewsDetail .colText .wrapText a:hover {
  color: #ea741c;
}
.pageNewsDetail .colOther .wrapItem {
  margin-top: 30px;
}
.pageNewsDetail .colOther .wrapItem:first-child {
  margin-top: 0;
}
.pageNewsDetail .colOther .titleItem {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 5px;
}
.pageNewsDetail .colOther .titleItem::after {
  width: 50px;
}
.pageNewsDetail .colOther .postOther .listItem {
  margin-top: 15px;
}
.pageNewsDetail .colOther .postOther .listItem .wrapImg {
  width: 107px;
}
.pageNewsDetail .colOther .postOther .listItem .titlePost {
  margin: 0;
}
.pageNewsDetail .colOther .postOther .listItem .linkTitleItem {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #333;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
}
.pageNewsDetail .colOther .postOther .listItem .media-body {
  padding: 10px;
  background-color: white;
  min-height: 60px;
}
.pageNewsDetail .colOther .postOther .listItem .media {
  margin-top: 15px;
  border: 1px solid #eeeeee;
}
.pageNewsDetail .colOther .postOther .listItem .media:first-child {
  margin-top: 0;
}
.pageNewsDetail .colOther .postOther .listItem .media:hover .wrapImg {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
}
.pageNewsDetail .colOther .postOther .listItem .media:hover .linkTitleItem {
  color: #ffb500;
}
.pageNewsDetail .colOther .itemSpecial .listItem {
  margin-top: 15px;
}
.pageNewsDetail .colOther .itemSpecial .linkTitleItem {
  font-size: 16px;
  line-height: 22px;
  display: block;
  color: #333;
  padding: 10px 0 10px 15px;
  border-top: 1px solid #eeeeee;
  text-transform: capitalize;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  position: relative;
}
.pageNewsDetail .colOther .itemSpecial .linkTitleItem:hover {
  color: #ffb500;
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
}
.pageNewsDetail .colOther .itemSpecial .linkTitleItem::before {
  top: 17px;
  left: 0;
  height: 7px;
  width: 7px;
  background-color: #ffb500;
  content: "";
  position: absolute;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.pageNewsDetail .colOther .itemSpecial .linkTitleItem:first-child {
  border-top: none;
}

@media (max-width: 991px) {
  .pageNewsDetail .colText .wrapDateAuthorView .date,
.pageNewsDetail .colText .wrapDateAuthorView .view,
.pageNewsDetail .colText .wrapDateAuthorView .author {
    float: none;
    margin: 0;
  }
  .pageNewsDetail .colText .wrapDateAuthorView .date {
    margin: 10px 0;
  }
  .pageNewsDetail .colText .titleMain {
    font-size: 24px;
    line-height: 30px;
  }
  .pageNewsDetail .colOther {
    margin-top: 30px;
  }
  .pageNewsDetail .colOther .listItem .linkTitleItem {
    font-size: 16px;
    line-height: 22px;
  }
}