:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-grey: #cccccc;
  --color-light-grey: #eeeeee;
}

@media only screen and (max-width: 991px) {
  hr.lineGray {
    margin: 0;
  }
}

hr.lineGrad {
  width: 210px;
  height: 3px;
  margin: 0 auto;
  border: none;
  background: var(--gradient-true-dtac-text, linear-gradient(90deg, #f00 10%, #ff00a6 50%, #00a6ff 90%));
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  hr.lineGrad {
    margin-bottom: 32px;
  }
}

hr.lineGrad-s {
  width: 30px;
  height: 1px;
  margin: 0 auto;
  border: none;
  background: var(--gradient-true-dtac-text, linear-gradient(90deg, #f00 10%, #ff00a6 50%, #00a6ff 90%));
  opacity: 1;
}

.headerTop {
  position: relative;
}

.headerTop .btnViewAll {
  position: absolute;
  top: 45px;
  right: 0;
}

@media only screen and (max-width: 991px) {
  .headerTop .btnViewAll {
    top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #sc_board .latestNews-Blog .innerBlog .blogContent {
    width: 100%;
    float: none;
  }
}

.boardSlide {
  position: relative;
}

.boardSlide .blogContent {
  width: 349px !important;
}

@media only screen and (max-width: 767px) {
  .boardSlide .blogContent {
    width: 300px !important;
  }
}

.boardSlide .owl-nav button {
  display: inline-block;
  position: absolute;
  top: 100px;
  width: 90px;
  height: 90px;
  text-indent: -9999px;
  background: url(../images/arrw-slide.png) center no-repeat !important;
  background-size: contain !important;
}

.boardSlide .owl-nav button.disabled {
  opacity: 0;
}

.boardSlide .owl-nav .owl-prev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: -100px;
}

.boardSlide .owl-nav .owl-next {
  right: -100px;
}

.colList {
  margin: 16px 0;
}

.colList > div {
  border-radius: 12px;
  background: url(../images/ico-doc.png) #fafafd 95% 15% no-repeat;
  background-size: 92.56px auto;
  padding: 16px;
}

.btnDownload {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  border-bottom: 0.5px solid #000000;
}

.btnDownload::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 10.688px;
  height: 11px;
  background: url(../images/ico-dl.png) 0 0 no-repeat;
  background-size: contain;
}

.page-media-all .tagsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-media-all .tMainCat {
  position: relative;
  padding-right: 16px;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, red), color-stop(50%, #ff00a6), color-stop(90%, #00a6ff));
  background: linear-gradient(90deg, red 10%, #ff00a6 50%, #00a6ff 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.page-media-all .tMainCat i {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 12px 0 0;
}

.colList .title {
  padding-right: 102px;
}

.scCI {
  padding-bottom: 40px;
}

.scCI .tMainCat {
  position: relative;
  padding-right: 16px;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, red), color-stop(50%, #ff00a6), color-stop(90%, #00a6ff));
  background: linear-gradient(90deg, red 10%, #ff00a6 50%, #00a6ff 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.scCI .tMainCat i {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 12px 0 0;
}

.scCI .innerBlog .blogContent .wrapper .content .title,
.scCI .boxRelateArticle a.tH5 {
  margin-bottom: 0 !important;
}

.scDocument {
  padding-bottom: 40px;
}

.tagsWrapper .listSubCat li:nth-child(1) {
  padding-left: 17px !important;
  position: relative;
}

.tagsWrapper .listSubCat li:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 1px;
  background: -webkit-gradient(linear, left bottom, left top, from(#00a6ff), color-stop(50%, #ff00a6), to(red));
  background: linear-gradient(0deg, #00a6ff 0%, #ff00a6 50%, red 100%);
}

.scPhotoVideo {
  padding-bottom: 40px;
}

.rowPhotoVideo {
  overflow: hidden;
  margin: 0 -12px;
}

.rowPhotoVideo .item {
  width: 33.33333333%;
  float: right;
  height: 122px;
  padding: 0 12px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 991px) {
  .rowPhotoVideo .item {
    float: none;
    width: 100%;
    height: auto;
  }
}

.rowPhotoVideo .item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}

@media only screen and (max-width: 991px) {
  .rowPhotoVideo .item .inner {
    border-top: 1px dashed #ccc;
    padding-top: 16px;
  }
}

.rowPhotoVideo .item .inner > * {
  padding-left: 4px;
  padding-right: 4px;
}

.rowPhotoVideo .item .inner > a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 190px;
  height: 105px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-right: 5px;
}

@media only screen and (max-width: 991px) {
  .rowPhotoVideo .item .inner > a {
    width: 95px;
    border-radius: 8px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .rowPhotoVideo .item .inner > a {
    width: 140px;
  }
}

.rowPhotoVideo .item .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  border-radius: 0;
  max-width: none;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .rowPhotoVideo .item .inner img {
    border-radius: 0;
  }
}

.rowPhotoVideo .item .inner .title {
  display: inline-block;
  font-size: 12px;
  line-height: 20.4px;
  height: 62px;
  overflow: hidden;
}

.rowPhotoVideo .item .inner h2 {
  margin-bottom: 0 !important;
}

.rowPhotoVideo .item .tMainCat {
  font-size: 12px !important;
  line-height: 22px !important;
}

.rowPhotoVideo .item .tagsWrapper {
  margin-bottom: 5px;
}

.rowPhotoVideo .item .tagsWrapper .listSubCat li {
  font-size: 12px !important;
  line-height: 18px !important;
}

.rowPhotoVideo .item:first-child {
  float: left;
  width: 66.66666667%;
  height: 550px;
}

@media only screen and (max-width: 991px) {
  .rowPhotoVideo .item:first-child {
    float: none;
    width: 100%;
    height: auto;
  }
}

.rowPhotoVideo .item:first-child .inner {
  display: block;
}

@media only screen and (max-width: 991px) {
  .rowPhotoVideo .item:first-child .inner {
    border-top: none;
  }
}

.rowPhotoVideo .item:first-child .inner .txtBox {
  padding: 12px;
}

.rowPhotoVideo .item:first-child .inner > a {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: auto;
  overflow: auto;
  border-radius: 12px 12px 0 0;
}

.rowPhotoVideo .item:first-child .inner picture {
  height: 421px;
  display: block;
  overflow: hidden;
}

.rowPhotoVideo .item:first-child .inner img {
  max-width: 100%;
  height: auto;
}

.rowPhotoVideo .item:first-child .inner .title {
  font-size: 20px;
  line-height: 34px;
  height: auto;
}

.rowPhotoVideo .item:last-child {
  margin-bottom: 0;
}
