@charset "UTF-8";
@import url("./fancybox.css");
main {
  display: block;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}

a:hover {
  text-decoration: none;
  color: #004370;
}

input,
img,
button {
  border: none;
  outline: none;
}

select {
  outline: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

ul,
ol {
  list-style: none;
}

.hide,
.hidden {
  display: none !important;
}

.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.no-before::before {
  content: none !important;
}

.no-after::after {
  content: none !important;
}

.lt {
  float: left;
}

.rt {
  float: right;
}

.w100p,
.fw {
  width: 100%;
}

.pointer {
  cursor: pointer;
}

.btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.mt0 {
  margin-top: 0px !important;
}

.mt4 {
  margin-top: 4px;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.p0 {
  padding: 0px !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mx10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.px5 {
  padding-left: 5px;
  padding-right: 5px;
}

.px10 {
  padding-left: 10px;
  padding-right: 10px;
}

.py5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-bold {
  font-weight: bold;
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.absolute-center-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.absolute-center-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flex-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* CSS cho chức năng rút gọn link nguồn bài viết trong trang bài viết chi tiết */
.post-source {
  text-align: right;
}

.link-wrapper {
  color: #333;
  background: #ebebeb;
  border-radius: 20px;
  display: inline-block;
  padding: 8px 15px 8px 15px;
  position: relative;
}

.link-wrapper:hover .full-url {
  opacity: 100;
  visibility: visible;
}

.short-url {
  cursor: pointer;
  font: 600 12px/14px Arial;
}

.short-url .fa-external-link-alt {
  color: #999;
}

.full-url {
  position: absolute;
  width: 300px;
  text-align: left;
  bottom: calc(100% + 10px);
  right: 20px;
  background-color: #333;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
}

.full-url .link {
  font: normal 11px/15px Arial;
  color: #fff !important;
  display: block;
  margin-top: 5px;
}

.full-url > div span {
  color: rgba(255, 255, 255, 0.8);
  font: normal 10px/15px Arial;
}

.full-url .text {
  float: left;
}

.full-url .icon-copy {
  float: right;
  cursor: pointer;
}

.full-url .icon-copy:hover {
  color: #fff;
}

.full-url::before {
  content: "";
  display: inline-block;
  position: absolute;
  border: 10px solid transparent;
  border-top-color: #333;
  bottom: -20px;
  right: 25px;
}

.full-url #copyURL {
  font-size: 1px;
  opacity: 0;
  position: absolute;
  color: transparent;
  background-color: transparent;
}

@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto/Roboto-Regular.ttf");
  font-weight: normal;
}

@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto/Roboto-Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto/Roboto-Light.ttf");
  font-weight: thin;
}

@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto/Roboto-Italic.ttf");
  font-style: italic;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url("./fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf");
  font-weight: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url("./fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: 'Notoserif';
  src: url("./fonts/NotoSerif/NotoSerif-Regular.ttf");
  font-weight: normal;
}

@font-face {
  font-family: 'Notoserif';
  src: url("./fonts/NotoSerif/NotoSerif-Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("./fonts/Noto_Sans/NotoSans-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("./fonts/Noto_Sans/NotoSans-Regular.ttf");
  font-weight: normal;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("./fonts/Noto_Sans/NotoSans-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("./fonts/Noto_Sans/NotoSans-Bold.ttf");
  font-weight: bold;
}

html,
body {
  min-width: 1230px;
}

body {
  font-family: "Noto Sans", Roboto, Verdana;
}

.article {
  width: 100%;
}

.article:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}

.article-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  background: url("../images/no-image.jpg") center center no-repeat;
  background-size: cover;
}

.article-thumb::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.article-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-title {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  margin-top: 8px;
  line-height: 1.2;
}

.article-desc {
  margin-top: 5px;
  color: #666;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.article-meta {
  margin-top: 10px;
  font-size: 12px;
  color: #999;
  font-weight: normal;
}

.article-catname {
  font-size: 14px;
  color: #c33;
}

.bg-white {
  background-color: #fff;
}

.c-white {
  color: #fff;
}

.c-red {
  color: #ed1a23;
}

.no-thumb .article-thumb {
  display: none;
}

.no-desc .article-desc {
  display: none;
}

.no-meta .article-meta {
  display: none;
}

.no-catname .article-catname {
  display: none;
}

.no-publish-time .article-publish-time {
  display: none;
}

.title-normal .article-title {
  font-weight: normal;
}

.thumb-square .article-thumb::before {
  padding-top: 100%;
}

.thumb-round .article-thumb {
  border-radius: 50%;
}

.thumb-round .article-thumb::before {
  padding-top: 100%;
}

.article-bdt-grey .article {
  border-top: 1px solid #ebebeb;
  padding-top: 14px;
  margin-top: 14px;
}

.banner {
  text-align: center;
}

.banner-item {
  margin: 0px auto;
  text-align: center;
  line-height: 0;
}

.banner img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.banner-item:not(:first-child) {
  margin-top: 4px;
}

/* ico-type */
.ico-camera,
.ico-photo,
.ico-infographic,
.ico-emag {
  display: block;
  position: absolute;
  z-index: 1;
  right: 5px;
  bottom: 5px;
  background-image: url(../images/mastercms/ico-type.png);
  background-repeat: no-repeat;
}

.ico-photo {
  width: 21px;
  height: 19px;
  background-position: 0 0;
}

.ico-camera {
  width: 23px;
  height: 23px;
  background-position: -26px 0;
}

.ico-emag {
  width: 50px;
  height: 14px;
  background-position: -78px -5px;
}

.ico-infographic {
  width: 20px;
  height: 20px;
  background-position: -53px -2px;
}

.ico-video,
.ico-image,
.ico-comment,
.ico-vote {
  display: inline-block;
  margin-left: 2px;
}

.ico-video {
  background: url(../images/mastercms/img-video.png) 0 0 no-repeat;
  width: 15px;
  height: 12px;
}

.ico-image {
  background: url(../images/mastercms/img-images.png) 0 0 no-repeat;
  width: 15px;
  height: 12px;
}

.ico-vote {
  background: url(../images/mastercms/img-vote.png) 0 0 no-repeat;
  width: 14px;
  height: 14px;
}

.ico-comment {
  background: url(../images/mastercms/ico-comment.png) 0 1px no-repeat;
  padding-left: 17px;
  font-size: 12px;
  font-family: inherit;
  color: #0065b3;
  font-weight: normal;
}

.max-3lines {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.max-4lines {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* fix jw-player video 16:9*/
.video-frame img,
.video-frame iframe {
  width: 100%;
  height: 100%;
}

.video-frame {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 15px;
}

.video-frame .videoWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.jw-video {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  -webkit-transform: none !important;
          transform: none !important;
  top: 0;
  left: 0;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.__MB_YOUTUBE_VIDEO_EMBED {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w885 {
  width: 885px;
}

.w620 {
  width: 620px;
}

.w480 {
  width: 480px;
}

.w360 {
  width: 360px;
}

.w350 {
  width: 350px;
}

.w300 {
  width: 300px;
}

.w250 {
  width: 250px;
}

.a-title-fs26 .article-title {
  font-size: 26px;
}

.a-title-fs18 .article-title {
  font-size: 18px;
}

.cat-grid-4 .article {
  width: calc((100% - (4 - 1) * 12px - 1px) / 4);
  float: left;
  margin-left: 12px;
  margin-top: 12px;
}

.cat-grid-4 .article:nth-child(4n + 1) {
  margin-left: 0;
  clear: left;
}

.cat-grid-4 .article:nth-child(-n + 4) {
  margin-top: 0;
}

.cat-grid-3 .article {
  width: calc((100% - (3 - 1) * 20px - 1px) / 3);
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.cat-grid-3 .article:nth-child(3n + 1) {
  margin-left: 0;
  clear: left;
}

.cat-grid-3 .article:nth-child(-n + 3) {
  margin-top: 0;
}

.wrapper {
  width: 1230px;
  margin: 0px auto;
  display: block;
}

/* END BASE CSS */
/* ------------header--------------- */
.topbar {
  font-size: 12px;
  background-color: #e9e9e9;
  height: 25px;
  line-height: 25px;
}

.topbar .lt {
  color: #3f3f3f;
}

.topbar .rt {
  color: #03417f;
  text-transform: uppercase;
}

.icon-flag {
  padding-left: 30px;
  line-height: 25px;
}

.icon-flag:hover {
  text-decoration: underline;
}

.site-link-vi {
  background: url("../images/icon-flag-vi.png") 0 center no-repeat;
}

.site-link-en {
  background: url("../images/icon-flag-en.png") 0 center no-repeat;
}

.site-link-lao {
  background: url("../images/icon-flag-lao.png") 0 center no-repeat;
}

.site-link-cam {
  background: url("../images/icon-flag-cam.png") 0 center no-repeat;
}

.site-link-cn {
  background: url("../images/icon-flag-cn.png") 0 center no-repeat;
}

.logo-bar {
  padding: 10px 0px;
}

.logo {
  max-width: 311px;
  max-height: 100px;
  margin-top: 10px;
  line-height: 0;
  margin: auto;
}

.navbar {
  background-color: #004370;
  color: #fff;
  height: 40px;
  font-family: 'Roboto Condensed';
  font-size: 12px;
  font-weight: bold;
}

.nav-item {
  padding-left: 2px;
  float: left;
  background: url("../images/menu-border.png") left center no-repeat;
  position: relative;
}

.nav-item.active .nav-link {
  background-color: #c33;
}

.nav-item .icon-home {
  color: #f01c26;
  font-size: 18px;
}

.nav-item .icon-home:hover {
  color: #fff;
}

.nav-item .nav-link {
  display: inline-block;
  padding: 0px 16px;
  text-transform: uppercase;
  line-height: 40px;
}

.nav-item .nav-link:hover {
  background-color: #c33;
  color: #fff;
}

.nav-item:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  min-width: 160px;
  position: absolute;
  top: 100%;
  left: 2px;
  background-color: #c33;
  display: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 2;
}

.dropdown-menu .dropdown-item {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0px 20px;
}

.dropdown-menu .dropdown-item a {
  display: block;
  line-height: 44px;
  white-space: nowrap;
  font-family: 'Noto Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px dotted #fff;
}

.dropdown-menu .dropdown-item a:hover {
  color: #51b5fb;
}

.dropdown-menu .dropdown-item:last-child a {
  border-bottom: none;
}

#frmSearch {
  width: 180px;
  height: 30px;
  background-color: #33678a;
  border-radius: 15px;
  border: none;
  margin-top: 5px;
  padding-right: 5px;
  padding-left: 10px;
}

#frmSearch .search-input {
  display: inline-block;
  color: #fff;
  background-color: #33678a;
  margin-top: 6px;
  font-size: 14px;
  width: calc(100% - 30px);
}

#frmSearch .search-input::-webkit-input-placeholder {
  color: #999;
}

#frmSearch .search-input:-ms-input-placeholder {
  color: #999;
}

#frmSearch .search-input::-ms-input-placeholder {
  color: #999;
}

#frmSearch .search-input::placeholder {
  color: #999;
}

#frmSearch .search-btn {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/icon-search.png") center center no-repeat;
  float: right;
}

.marquee {
  height: 35px;
  background: #cc3333;
}

.marquee .marquee-head {
  float: left;
  width: 25px;
  height: 35px;
  background: url("../images/icon-arrow-right.png") left center no-repeat;
}

.marquee .marquee-links {
  float: left;
  width: calc(100% - 25px);
  color: #fff;
  font-size: 12px;
  overflow: hidden;
}

.marquee .marquee-links a {
  margin-right: 10px;
  line-height: 35px;
}

.marquee .marquee-links a::before {
  content: '- ';
}

/* --------main------------------- */
.bdt-grey {
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
  margin-top: 15px;
}

.bg-light-grey {
  background-color: #fbfbfb;
}

.main-inner {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 0px 14px;
}

.thumb-ratio-43 .article-thumb::before {
  padding-top: 75%;
}

.cat-listing .article::after {
  content: '';
  display: block;
  clear: both;
}

.cat-listing .article-thumb {
  width: 80px;
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
}

.cat-listing .article-title {
  margin-top: 0;
}

.cat-listing .article-desc {
  font-style: 12px;
  line-height: 18px;
}

.title-24 .article-title {
  font-size: 24px;
}

.bg-dot {
  background: url("../images/bg-4dots.png") left top repeat-x;
}

.cat-title {
  margin-bottom: 10px;
}

.catname-grey {
  position: relative;
}

.catname-grey::before {
  content: '';
  display: block;
  background-color: #f6f6f6;
  width: 100%;
  height: 11px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

.catname {
  color: #004370;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 15px;
  position: relative;
  margin-bottom: 5px;
}

.catname span, .catname a {
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: #fbfbfb;
  padding-right: 15px;
}

.catname .catname-hot {
  padding-right: 28px;
  background-image: url("../images/icon-fire.png");
  background-position: right 6px center;
  background-repeat: no-repeat;
}

.sub-catname {
  font-size: 14px;
  color: #828282;
}

.sub-catname-item::before {
  content: ' | ';
}

.sub-catname-item:first-child::before {
  content: none;
}

.sub-catname-item:empty {
  display: none;
}

.slick-dots {
  position: absolute;
  top: 310px;
  right: 15px;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  background-color: #c4c4c4;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
}

.slick-dots .slick-active button {
  background-color: #f00;
}

.slick-dots li button::before {
  content: none;
}

.art1-listing .article:first-child .article-thumb {
  width: 370px;
  display: block;
  float: left;
  margin-right: 15px;
}

.art1-listing .article:first-child .article-title {
  font-size: 18px;
}

.art1-listing .article:first-child .article-desc, .art1-listing .article:first-child .article-meta {
  display: block;
}

.cat-art1-thumb-left .article-title {
  margin-top: 0;
}

.cat-art1-thumb-left .article:first-child {
  padding-bottom: 15px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ebebeb;
}

.cat-art1-thumb-left .article:first-child::after {
  content: '';
  display: block;
  clear: both;
}

.cat-art1-thumb-left .article:not(:first-child) {
  width: calc((100% - 15px) / 2);
  float: left;
}

.cat-art1-thumb-left .article:nth-child(2n+2) {
  clear: left;
  margin-right: 15px;
}

.cat-art1-thumb-left .article:nth-child(n+4) {
  padding-top: 15px;
  margin-top: 15px;
  background: url("../images/bd-dot.png") 0px 0px repeat-x;
}

.cat-media {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.cat-media a:hover {
  color: #51b5fb;
}

.cat-media .cat-content {
  background-color: #333;
  color: #fff;
  padding: 21px;
}

.cat-media .cat-content-left {
  width: 668px;
}

.cat-media .cat-content-left .article-title {
  font-size: 20px;
}

.cat-media .cat-content-right {
  width: 470px;
  height: 460px;
  padding-right: 5px;
  overflow-y: scroll;
}

.cat-media .cat-content-right .article::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.cat-media .cat-content-right .article:not(:first-child) {
  margin-top: 18px;
  padding-top: 18px;
  background: url("../images/bd-dot-media.png") 0px 0px repeat-x;
}

.cat-media .cat-content-right .article-title {
  font-weight: normal;
  margin-top: 0;
}

.cat-media .cat-content-right .article-thumb {
  float: left;
  margin-right: 15px;
  width: 150px;
}

.cat-media .scroll::-webkit-scrollbar {
  width: 1px;
}

.cat-media .scroll::-webkit-scrollbar-track {
  background: #333;
}

.cat-media .scroll::-webkit-scrollbar-thumb {
  background: #ed1c24;
}

.cat-media .scroll::-webkit-scrollbar-thumb:hover {
  background: #ed1c24;
}

.catname.catname-red {
  color: #c33;
}

.cat-art1-left {
  background-color: #f6f6f6;
  border: 1px solid #eee;
  padding: 15px;
}

.cat-art1-left .catname a, .cat-art1-left .catname span {
  background-color: #f6f6f6;
}

.cat-art1-left .article:first-child {
  width: 885px;
  float: left;
}

.cat-art1-left .article:not(:first-child) {
  width: 300px;
  float: right;
  clear: right;
  margin-top: 15px;
  padding-top: 15px;
  background: url("../images/bd-dot.png") 0px 0px repeat-x;
}

.cat-art1-left .article:nth-child(2) {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  background: none;
}

.footer-info {
  font-size: 14px;
}

.footer-info p {
  margin-bottom: 10px;
}

.bdt-dot {
  background: url("../images/bd-dot.png") 0px 0px repeat-x;
}

.mastercms {
  border-top: 1px solid #e1e1e1;
  font-size: 12px;
  line-height: 40px;
  color: #a8a8a8;
}

.cat-listing-reversed .article-thumb {
  width: 240px;
  float: right;
  margin-right: 0;
  margin-left: 15px;
}

.cat-listing-reversed .article-title {
  font-size: 18px;
  margin-top: 8px;
}

.btn-viewmore {
  display: inline-block;
  width: 148px;
  height: 42px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  -webkit-box-shadow: 3px 4px #dedfe0;
          box-shadow: 3px 4px #dedfe0;
  font-size: 12px;
  color: #666;
  line-height: 28px;
  text-transform: uppercase;
  background: url("../images/icon-arrow-down.png") left 50% bottom 5px no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn-viewmore:hover {
  -webkit-box-shadow: 3px 4px #ccc;
          box-shadow: 3px 4px #ccc;
}

.breadcrumb .catname {
  border-bottom: 1px solid #ebebeb;
  line-height: 40px;
}

.breadcrumb .catname-item {
  display: inline-block;
  color: #ccc;
  padding-right: 0;
}

.breadcrumb .catname-item::after {
  content: ' / ';
}

.breadcrumb .catname-item:last-child {
  color: #004370;
}

.breadcrumb .catname-item:last-child::after {
  content: none;
}

.breadcrumb .catname-item:hover {
  color: #004370;
}

/*page detail*/
/* .post-subtitle {
  text-transform: uppercase;
} */

.post-title {
  font-size: 32px;
  line-height: 1.25;
  color: #000;
}

.post-desc {
  margin-top: 15px;
  margin-bottom: 15px;
}

.post-meta {
  margin: 10px 0px;
}

.post-publish-time {
  color: #999;
  font-size: 12px;
}

.post-catname {
  font: normal 14px 'Noto Sans';
  color: #c33;
}

.share-links {
  font-size: 10px;
  font-weight: bold;
  margin-top: 12px;
}

.share-links .btn {
  width: 120px;
  height: 32px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  line-height: 32px;
  margin-right: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.share-links .btn i {
  margin-right: 15px;
  font-size: 15px;
}

.share-links .btn:hover {
  -webkit-box-shadow: 0px 0px 5px #ccc;
          box-shadow: 0px 0px 5px #ccc;
}

.share-links .share-facebook {
  color: #3b5998;
}

.share-links .share-twitter {
  color: #55acee;
}

.share-links .share-email {
  color: #7d7d7d;
}

.share-links .share-linkedin {
  color: #1377b4;
}

.post-content {
  color: #333;
  font-size: 16px;
  line-height: 1.56;
}

.post-author {
  font-size: 14px;
  color: #666;
  text-align: right;
  font-weight: bold;
}

.post-tag a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  font-weight: 300;
  text-decoration: underline;
  margin-right: 15px;
}

.post-tag a:hover {
  color: #004370;
}

.gotop {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background: url("../images/icon-arrow-up.png") center center no-repeat;
  background-color: #00000030;
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 10;
}

.icon-play-big {
  display: inline-block;
  width: 92px;
  height: 92px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/icon-play-big.png") 0px 0px no-repeat;
}

.icon-play {
  display: inline-block;
  width: 20px;
  height: 28px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: url("../images/icon-play.png") 0px 0px no-repeat;
}

.dotted-spaced {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #8d8d8d), color-stop(50%, #ccc), color-stop(0%, #ffffff00)) 0px 0px/4px 1px repeat-x;
  background: linear-gradient(to right, #8d8d8d 25%, #ccc 50%, #ffffff00 0%) 0px 0px/4px 1px repeat-x;
}

.dotted-spaced-bottom {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #8d8d8d), color-stop(50%, #ccc), color-stop(0%, #ffffff00)) 0px 100%/4px 1px repeat-x;
  background: linear-gradient(to right, #8d8d8d 25%, #ccc 50%, #ffffff00 0%) 0px 100%/4px 1px repeat-x;
}

.static-content h1, .static-content h2, .static-content h3, .static-content p {
  margin-bottom: 15px;
}
/*# sourceMappingURL=style.css.map */