@import "fancybox.css";

@font-face {
  font-family: Graphik;
  src: url("./fonts/graphik/GraphikRegular.otf");
  font-weight: normal;
}

@font-face {
  font-family: Graphik;
  src: url("./fonts/graphik/GraphikBold.otf");
  font-weight: bold;
}

@font-face {
  font-family: Georgia, 'Times New Roman', Times, serif;
  src: url("./fonts/georgia/Georgia Regular font.ttf");
  font-weight: normal;
}

@font-face {
  font-family: Georgia, 'Times New Roman', Times, serif;
  src: url("./fonts/georgia/georgia bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  src: url('./fonts/segoe-ui/Segoe\ UI.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  src: url('./fonts/segoe-ui/Segoe\ UI\ Italic.ttf');
  font-weight: normal;
  font-style: italic;
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover {
  color: #ad5858;
}

a:focus {
  outline: none;
}

ul, ol {
  list-style: none;
}

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

input {
  outline: none;
}

body {
  font-size: 16px;
  line-height: 1.35;
  min-width: 1200px;
  font-family: Graphik;
  color: #333;
}

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

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

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

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

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

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

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

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

/* 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/pc/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/pc/img-video.png) 0 0 no-repeat;
  width: 15px;
  height: 12px;
}

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

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

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

.siteCenter {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin: 0px auto;
}

.top-bar {
  line-height: 30px;
  background-color: #ebebeb;
  font-size: 12px;
  color: #666;
}

.top-bar .link-to-cat {
  text-transform: uppercase;
}

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

.logo-bar .logo {
  width: 360px;
  line-height: 92px;
  display: inline-block;
}

.logo-bar .logo img {
  vertical-align: middle;
}

.main-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  color: #fff;
  background-color: #1F3A1C;
  /* border-bottom: 1px solid #ebebeb10; */
  box-shadow: 0px 0px 5px #ebebeb20;
  z-index: 101;
}

.main-menu .menu-item {
  font-size: 14px;
  line-height: 46px;
  font-weight: bold;
  float: left;
  padding: 0px 20px;
  position: relative;
}

.main-menu .menu-item:hover .sub-menu-list {
  display: block;
}

.main-menu .menu-item.active > a, .main-menu .menu-item > a:hover {
  color: #F1DF08;
}

/* .main-menu .menu-item:not(:first-child) {
  background: url(../images/icon-menu-divider.png) left 8px no-repeat;
} */

.main-menu .menu-item:first-child {
  padding-left: 0px;
}

.main-menu .icon-home {
  display: inline-block;
  width: 23px;
  height: 19px;
  margin-right: 10px;
  background: url("../images/icon-home.png") center center no-repeat;
  color: transparent;
  vertical-align: -2px;
}

.main-menu .sub-menu-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background-color: #1F3A1C;
  min-width: 160px;
  display: none;
}

.main-menu .sub-menu-list a {
  display: block;
}

.main-menu .sub-menu-item {
  padding: 0px 20px;
  border-top: 1px solid #ebebeb33;
}

.main-menu .box-search {
  position: relative;
  padding: 0px 10px;
  z-index: 2;
}

.main-menu .box-search .search-btn {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 45px;
  right: 0px;
  line-height: 45px;
}

.main-menu .box-search .search-input {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 0px;
  display: none;
  height: 34px;
  padding: 5px 10px;
  margin-top: 6px;
  border: none;
}

.main-menu .box-search #frmSearch {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1F3A1C;
}

.w545 {
  width: 550px;
}

.w300 {
  width: 300px;
}

.article {
  width: 100%;
  margin-top: 10px;
  position: relative;
}

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

.article-thumb {
  position: relative;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}

.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 {
  font-weight: bold;
  font-size: 16px;
}

.article-desc {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}

.article-meta {
  color: #ad5858;
  margin-top: 5px;
  font-size: 12px;
}

.article-publish-time {
  text-transform: uppercase;
}

/* .article-author {
  vertical-align: 1px;
} */

.article-author::before {
  content: 'By ';
}

.article-cat-name::after, .article-author::after {
  content: ' |';
}

.article-author:empty {
  display: none;
}

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

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

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

.art-1-thumb .article-thumb {
  display: none;
}

.art-1-thumb .article:first-child .article-thumb {
  display: block;
}

.art-1-thumb .article:first-child .article-title {
  font-size: 26px;
}

.lt {
  float: left;
}

.rt {
  float: right;
}

.hide {
  display: none !important;
}

/*homepage*/
.cat-cover {
  background-color: #263238;
  padding: 15px 0px;
  color: #fff;
}

.cat-cover .w545 {
  margin-right: 15px;
  line-height: 1.2;
}

.cat-cover .w545 .article-title {
  font-size: 36px;
}

.cat-cover .w545 .article-desc {
  font-size: 22px;
  color: #fefefe;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cat-cover .w300 .article {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #38474f;
}

.cat-cover .w300 .article .article-title {
  font-size: 16px;
}

.bt-more-cv {
  display: block;
  color: #a5bac3;
  background: url("../images/icon-arrow-right.png") right 15px center no-repeat;
  height: 50px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.063);
  text-indent: 180px;
  margin: 15px 0px 0px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.bt-more-cv:hover {
  background-color: rgba(255, 255, 255, 0.125);
}

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

.w848 {
  width: 848px;
}

.w410 {
  width: 410px;
}

.w755 {
  width: 755px;
}

.bb-2 {
  border-bottom: 2px solid #ebebeb;
}

.line-bg {
  background: url("../images/dot.png") 863px 0px repeat-y;
}

.cat-name {
  position: relative;
  font-size: 26px;
  line-height: 1;
  color: #1F3A1C;
  padding-left: 12px;
  margin-bottom: 15px;
  font-weight: bold;
}

.cat-name::before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 20px;
  background-color: #ad5858;
  top: 2px;
  left: 0px;
}

.art-list-style .article {
  margin-top: 15px;
}

.art-list-style .article-title {
  position: relative;
}

.art-list-style .article:nth-child(n+2) .article-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: -15px;
  width: 6px;
  height: 6px;
  background-color: #ad5858;
  border-radius: 50%;
}

.art-list-style .article:nth-child(n+2) {
  padding-left: 15px;
}

.art-1-thumb-lt .article:first-child {
  padding-bottom: 15px;
  background-color: #fff;
}

.art-1-thumb-lt .article:first-child .article-title {
  font-size: 26px;
}

.art-1-thumb-lt .article:first-child .article-desc {
  display: block;
}

.art-1-thumb-lt .article:first-child::after {
  content: '';
  display: block;
  clear: both;
}

.art-1-thumb-lt .article:nth-child(2),
.art-1-thumb-lt .article:nth-child(3) {
  margin-top: 0;
}

.art-1-thumb-lt .article:nth-child(n+2) {
  width: 408px;
}

.art-1-thumb-lt .article:nth-child(2n+3) {
  float: right;
  clear: right;
}

.art-1-thumb-lt .article:nth-child(2n+2) {
  float: left;
  clear: left;
}

.art-1-thumb-lt .article-thumb {
  width: 410px;
  float: left;
  margin-right: 15px;
  margin-bottom: 0px;
}

.art-1-thumb-lt .article-meta {
  margin-top: 5px;
}

.line-bg-423 {
  content: '';
  background: url("../images/dot.png") 423px 0px repeat-y;
}

.text-red {
  color: #ad5858;
}

.icon-flame {
  background: url(../images/icon-flame.png) center center no-repeat;
  width: 13px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
}

.cat-listing .article {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px dotted #ccc;
}

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

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

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

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

.bt-1 {
  border-top: 1px solid #ebebeb;
  margin-top: 5px;
}

.big-title .cat-name {
  font-size: 38px;
  text-align: center;
  padding-left: 0;
}

.big-title .cat-name::before {
  content: none;
}

.cat-media .article:first-child {
  width: 511px;
  height: 699px;
}

.cat-media .article:first-child .article-title {
  font-size: 30px;
}

.cat-media .article:nth-child(2) {
  width: 668px;
  height: 285px;
  margin-top: 0;
  margin-left: 1px;
}

.cat-media .article:nth-child(2) .article-title {
  font-size: 26px;
}

.cat-media .article:nth-child(3),
.cat-media .article:nth-child(4),
.cat-media .article:nth-child(5) {
  width: 221px;
  height: 221px;
  margin-top: 1px;
  margin-left: 1px;
}

.cat-media .article:nth-child(6),
.cat-media .article:nth-child(7) {
  width: 332px;
  height: 191px;
  margin-top: 1px;
  margin-left: 1px;
}

.cat-media .article:nth-child(n+8) {
  display: none;
}

.cat-media .article-title {
  text-align: center;
  display: block;
}

.cat-media .article-title::before {
  content: '';
  width: 40px;
  max-width: 92px;
  height: 3px;
  background-color: #1F3A1C;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cat-media .article:first-child .article-title::before, .cat-media .article:nth-child(2) .article-title::before {
  width: 92px;
}

.cat-thumb .article {
  float: left;
  position: relative;
}

.cat-thumb .article .article-image {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cat-thumb .article:hover .article-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.cat-thumb .article-title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  color: #fff;
}

.cat-thumb .article-thumb::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}

.cat-thumb .article-title:hover a {
  color: #fff;
}

.cat-thumb .article-thumb {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

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

.title-decor .cat-name {
  background: url(../images/decor-2bars.png) center center no-repeat;
}

.bg-lt-blue {
  background-color: #f2f6f8;
  padding: 15px;
}

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

.cat-top {
  line-height: 1.2;
}

.cat-top .article {
  width: 305px;
  margin-left: 15px;
  display: inline-block;
}

.cat-top .article .article-thumb {
  display: none;
}

.cat-top .article:first-child {
  width: 395px;
  min-height: 430px;
  margin-left: 0px;
  float: left;
}

.cat-top .article:first-child .article-thumb {
  width: 100%;
  margin-bottom: 12px;
}

.cat-top .article:first-child .article-thumb::before {
  padding-top: 56.25%;
}

.cat-top .article:first-child .article-desc {
  display: block;
}

.cat-top .article:nth-child(2),
.cat-top .article:nth-child(3),
.cat-top .article:nth-child(4) {
  float: left;
  width: 420px;
}

.cat-top .article:nth-child(2) .article-thumb,
.cat-top .article:nth-child(3) .article-thumb,
.cat-top .article:nth-child(4) .article-thumb {
  display: block;
  width: 120px;
}

.cat-top .article:nth-child(n+5) {
  position: relative;
  top: 0;
  right: 0;
  margin-top: 8px;
  padding-top: 8px;
}

.cat-top .article:nth-child(n+5) .article-title {
  font-weight: normal;
}

.cat-top .article:nth-child(n+5) .article-meta {
  margin-top: 3px;
}

.cat-top .article:nth-child(2),
.cat-top .article:nth-child(5) {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.cat-top .cat-content {
  position: relative;
}

.cat-top .article:nth-child(n+9) {
  float: right;
  clear: right;
}

.title-underline .cat-name::before {
  content: none;
}

.title-underline .cat-name {
  padding-left: 0px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ad5858;
}

.line-bg-848 {
  background: url("../images/dot.png") 848px 0px repeat-y;
}

.cat-only {
  padding: 15px 25px 25px;
  margin-top: 40px;
}

.cat-only .cat-slider {
  display: inline-block;
  width: 355px;
  height: 420px;
}

.cat-only .cat-slider .article .article-title, .cat-only .cat-slider .article .article-meta, .cat-only .cat-slider .article .article-desc {
  display: none;
  position: absolute;
}

.cat-only .cat-slider .article-thumb {
  width: 355px;
  height: 420px;
  margin-bottom: 0;
}

.cat-only .cat-content {
  width: 330px;
}

.cat-only .cat-content .slick-list {
  padding: 0px !important;
  height: auto !important;
}

.cat-only .cat-content .slick-track {
  height: auto !important;
}

.cat-only .cat-content .slick-slide:first-child .article-title {
  font-size: 24px;
}

.cat-only .cat-content .slick-slide:first-child .article-desc {
  display: block;
}

.cat-only .slick-current .article-title {
  color: #ad5858;
}

.cat-only .cat-content .slick-slide:focus {
  outline: none;
}

.cat-only .cat-content .article-title {
  position: relative;
}

.cat-only .cat-content .slick-slide:nth-child(n+2) {
  margin-top: 15px;
}

.cat-only .cat-content .slick-slide:nth-child(n+2) .article .article-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: -15px;
  width: 6px;
  height: 6px;
  background-color: #ad5858;
  border-radius: 50%;
}

.cat-only .cat-content .slick-slide:nth-child(n+2) .article {
  padding-left: 15px;
}

.slick-dots {
  position: absolute;
  bottom: 8px;
  right: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slick-dots li {
  float: left;
}

.slick-dots button {
  width: 7px;
  height: 7px;
  font-size: 0px;
  border: none;
  background-color: #fff;
  margin-left: 3px;
  outline: none;
  cursor: pointer;
}

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

.cat-future .cat-group-content {
  position: relative;
  min-height: 260px;
  padding-left: 425px;
}

.cat-future .w413 {
  width: 413px;
}

.cat-future .w413 .article:first-child .article-thumb {
  position: absolute;
  width: 405px;
  display: block;
  top: 0px;
  left: -425px;
}

.cat-future .w413 .article:first-child .article-thumb::before {
  padding-top: 60%;
}

.cat-future .w413 .article:first-child .article-title {
  font-size: 26px;
}

.cat-future .w315 {
  width: 315px;
}

.cat-future .w315 .article-title {
  font-weight: normal;
}

.cat-knowledge .article:first-child {
  width: 675px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.cat-knowledge .article:first-child .article-thumb {
  width: 222px;
}

.cat-knowledge .article:first-child .article-desc {
  display: block;
  float: left;
  clear: both;
}

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

.cat-knowledge .article:nth-child(2),
.cat-knowledge .article:nth-child(3),
.cat-knowledge .article:nth-child(4) {
  width: 445px;
  float: right;
  clear: right;
}

#footer {
  font-size: 14px;
  border-top: 7px solid #F1DF08;
  background-color: #000;
  padding-bottom: 50px;
}

#footer .footer-logo {
  margin: 20px 0px 0px;
  display: inline-block;
  width: 270px;
}

#footer .slogan {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: italic;
  font-size: 16px;
}

#footer .text-copyright p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #bbb;
}

#footer .text-copyright .slogan {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: italic;
  font-size: 16px;
}

#footer .icon-item {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url("../images/social-icons.png") 0px 0px no-repeat;
  float: left;
  margin-right: 12px;
}

#footer .icon-item:nth-child(2) {
  background: url("../images/social-icons.png") -36px 0px no-repeat;
}

#footer .icon-item:nth-child(3) {
  background: url("../images/social-icons.png") -72px 0px no-repeat;
}

#footer .icon-item:nth-child(4) {
  background: url("../images/social-icons.png") -107px 0px no-repeat;
}

.w400 {
  width: 400px;
}

.w780 {
  width: 780px;
}

.footer-menu {
  width: 100%;
}

.footer-menu .menu-item {
  width: calc(100% / 4);
  float: left;
  padding-left: 45px;
  margin-top: 25px;
  color: #bbb;
}

.footer-menu .menu-item > a {
  font-weight: bold;
}

.footer-menu .menu-item > a:hover {
  font-weight: bold;
  color: #F1DF08;
}

.footer-menu .menu-item:nth-child(5) {
  clear: left;
}

.footer-menu .sub-menu-list {
  color: #bbb;
}

.footer-menu .sub-menu-item {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dotted #999;
}

.footer-menu .sub-menu-item:first-child {
  border-top: none;
}

/* .footer-menu .menu-item:nth-child(n+9) {
  margin-top: 5px;
} */

.mastercms {
  background: #fff;
  color: #999;
  padding: 8px 0;
  font-size: 14px;
  display: block;
}

/*detail*/
.breadcrumb {
  display: none;
  padding-top: 2px;
  border-bottom: 3px solid #ebebeb;
}

.breadcrumb h1 {
  font: inherit;
  display: inline-block;
}

.breadcrumb .cat-item {
  color: #ccc;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 45px;
}

.breadcrumb .cat-item::after {
  content: '/';
  margin-left: 5px;
}

/* .breadcrumb .cat-item:first-child {
  font-size: 26px;
} */

.breadcrumb .cat-item:first-child::before {
  content: '|';
  color: #ad5858;
  margin-right: 5px;
  vertical-align: 1px;
}

.breadcrumb .cat-item:last-child {
  color: #1F3A1C;
}

.breadcrumb.active {
  display: block;
}

.w863 {
  width: 863px;
  padding-right: 15px;
}

.post-title {
  font-size: 36px;
  margin-top: 10px;
}

.post-meta {
  color: #ad5858;
  font-size: 12px;
  margin-top: 10px;
}

.post-author-avatar {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #eee;
  vertical-align: middle;
}

.post-author::before {
  content: 'By ';
}

.post-author::after {
  content: ' |';
}

.post-author:empty {
  display: none;
}

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

.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: 12px;
}

.share-links .btn:hover {
  border: 1px solid #999;
}

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

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

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

.share-links .share-linkedin {
  color: #1376b5;
}

.post-desc {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-content {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 20px;
  word-break: break-word;
}

.post-content p, .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}

.end-post-author {
  font-size: 14px;
  margin-top: 30px;
  font-weight: bold;
  text-align: right;
}

.icon-tag {
  font-size: 30px;
  font-weight: bold;
  color: #e5e5e5;
  padding-bottom: 5px;
  display: block;
  border-bottom: 1px solid #ebebeb;
}

.post-tag a {
  display: inline-block;
  background-color: #ebebeb;
  padding: 5px 15px;
  margin-top: 10px;
  border-radius: 5px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.cat-listing .article::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}

.cat-related .article-thumb {
  width: 250px;
}

.cat-related .article {
  border-top: 1px solid #ebebeb;
}

.cat-related.morein .article:first-child .article-thumb {
  width: 405px;
}

.cat-related.morein .article:first-child .article-title {
  font-size: 26px;
}

.pc-list-cover {
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}

.pc-list-cover .article:first-child .article-thumb {
  width: 405px;
}

.pc-list-cover .article:first-child .article-title {
  font-size: 26px;
}

.pc-list-cover .article:first-child .article-desc {
  display: block;
}

.pc-list-cover .article:not(:first-child) {
  float: left;
  width: 50%;
  padding-top: 0;
  margin-top: 20px;
  border-top: none;
}

.pc-list-cover .article:not(:first-child) .article-thumb {
  width: 135px;
}

.line-bg-863 {
  content: '';
  background: url("../images/dot.png") 863px 0px repeat-y;
}

/* __MB_ARTICLE_PAGING */
.__MB_ARTICLE_PAGING {
  width: 100%;
  text-align: center;
  margin: 20px 0 20px 0;
}

.__MB_ARTICLE_PAGING span,
.__MB_ARTICLE_PAGING a {
  display: inline-block;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 34px;
  width: 130px;
  background-color: #eee;
}

.__MB_ARTICLE_PAGING span.current {
  color: #1F3A1C;
}

.__MB_ARTICLE_PAGING a {
  background-color: #1F3A1C;
  color: #fff;
}

.__MB_ARTICLE_PAGING a:hover {
  background-color: #1F3A1CCC;
}

.__MB_ARTICLE_PAGING span:first-child {
  display: none;
}
/*# sourceMappingURL=style.css.map */

/**/
.jwplayer {
  margin: 0px auto;
}

.jw-video {
  transform: scale(1) !important;
}

/*revised 3-Nov-2020*/
.tab .tab-content {
  display: none;
}

.tab .tab-button {
  padding: 10px;
  text-align: center;
}

.tab .tab-button.active {
  background-color: rgba(0, 0, 0, 0.063);
}

.cat-tab {
  margin-top: 10px;
}

.cat-tab .cat-name {
  display: inline-block;
  font-size: 20px;
}

.cat-tab .cat-name::before {
  content: none;
}

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

.show {
  display: block !important;
}

.pc-static .static-content {
padding: 25px;
width: 1000px;
border-right: 1px solid #ebebeb;
border-left: 1px solid #ebebeb;
background-color: #fbfbfb;
}

.gotop {
  position: fixed;
  z-index: 2;
  bottom: 58px;
  right: 10px;
  background:rgba(31, 58, 28, 0.8);
  color: #fff;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 100%;
  transition: 0.5s;
  visibility: hidden;
}

.ad-toppost div, .ad-inpost div, .ad-enpost div{
  max-width: 100% !important;
}

.adsbygoogle {
  display: block;
  margin: 0px auto;
}

.post-desc a, .post-content a {
  color: blue;
}

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

.highlight{background: yellow;}


 /* cookieconsent */

#policy-info {
  z-index: 99999999;
  border-top: 1px solid #1e435e;
  font-size: 14px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  line-height: 24px;
  background: #607d8b;
  color: #fff;
  display: none;
}

#policy-info .wrapper {
  position: relative;
  width: 1180px;
  margin: 0 auto;
}

#policy-info .btn-group {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

}

#policy-info .btn-group a, #policy-info .btn-group span {
  padding: 8px;
  background: #fff;
  border: 1px solid #fff;
  color: #333;
  border-radius: 3px;
  text-decoration: none;
  margin-left: 10px;
}

#policy-info a {
  color: #fff;
  text-decoration: underline;
}