@charset "UTF-8";
/* @import "fancybox.css"; */
/* html{filter: grayscale(1);} */
@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;
}

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 {
  color: #ed1b24;
}

body {
  font-family: Roboto;
}

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

img {
  max-width: 100%;
}

ul, ol {
  list-style: none;
}

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

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

.lt {
  float: left;
}

.rt {
  float: right;
}

.fw {
  width: 100%;
}

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

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

.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;
}

.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;
}

.article {
  width: 100%;
  margin-top: 20px;
}

.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;
  width: 100%;
  background: url(../images/bg-logo.png) 0 center no-repeat;
  background-size: cover;
}

.article-thumb::before {
  content: '';
  display: block;
  padding-top: 66.68%;
}

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

.article-title {
  font-weight: bold;
  color: #29303c;
  font-size: 18px;
}

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

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

.article-catname {
  color: #ed1b24 !important;
  font-weight: bold;
  text-decoration: underline;
}

.article-publish-time::before {
  content: '|';
  margin: 0px 5px;
}

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

.c-black-blue {
  color: #29303c !important;
}

.c-white {
  color: #fff !important;
}

.c-red {
  color: #ed2830 !important;
}

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

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

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

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

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

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

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

.icon-user {
  padding-right: 25px;
  background: url("../images/icon-user.png") right 40% no-repeat;
}

.bd-top {
  border-top: 1px solid #ebebeb;
}

.bd-bottom {
  border-bottom: 1px solid #ebebeb;
}

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

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

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

.banner {
  text-align: center;
}

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

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

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

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

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

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

.thumb-square .article-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumb-epaper .article-thumb::before {
  padding-top: 144%;
}

/* 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;
}

/*Form search PC*/
/*end Form search PC*/
/*go to top button*/
.gotop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 30px;
  cursor: pointer;
  border-radius: 2px;
  background-color: rgba(100, 120, 140, 0.2);
  z-index: 10;
  border-radius: 50%;
  border: 4px solid rgba(68, 68, 68, 0.5);
  background-color: rgba(247, 248, 249, 0.5);
}

.gotop:hover {
  background-color: rgba(211, 211, 211, 0.5);
}

.arrow-up {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
}

.arrow-up:before {
  content: "";
  position: absolute;
  border: solid rgba(68, 68, 68, 0.5);
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 6px;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}

/*end go to top button*/
.max-4lines, .article-desc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.tab-content {
  display: none;
}

.tab-content.show {
  display: block;
}

.tab-button.active {
  color: #ed1b24;
}

.a1-thumb .article:first-child .article-thumb {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

/* 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%;
}

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

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

/*mobile menu*/
#shortcut {
  font-size: 14px;
}

#shortcut.nav-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-box-shadow: 0 1px 3px rgba(80, 80, 80, 0.2), 0 3px 5px rgba(80, 80, 80, 0.15);
          box-shadow: 0 1px 3px rgba(80, 80, 80, 0.2), 0 3px 5px rgba(80, 80, 80, 0.15);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
          transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#shortcut.nav-up {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#shortcut a:hover {
  color: inherit;
}

/*end mobile menu*/
.logo {
  width: 300px;
  max-width: 100%;
  margin: 10px auto;
  text-align: center;
  line-height: 0;
}
.kttc-site{
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}
.kttc-site img{
  height: 15px;
}
.kttc-site a {
    line-height: 1;
}

.footer-logo {
  display: inline-block;
  max-width: 200px;
  line-height: 0;
  text-align: center;
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

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

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

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

.a-title-fs15 .article-title {
  font-size: 15px;
}

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

/* END BASE CSS */
.wrapper {
  padding: 0px 15px;
}

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

.top-bar span {
  vertical-align: middle;
  line-height: 30px;
}

#shortcut {
  height: 37px;
  line-height: 37px;
  background: #e91d26;
  color: #fff;
  position: relative;
}

#shortcut .icon-home, #shortcut .menu-button, #shortcut .search-button {
  display: inline-block;
  width: 40px;
  height: 37px;
  text-align: center;
  font-size: 18px;
}

#shortcut .search-box {
  position: absolute;
}

.list-shortcut {
  display: block;
  width: calc(100% - 3*40px);
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
}

#frmSearch {
  display: none;
  padding: 10px;
  background-color: #f7f7f7;
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

#frmSearch input[type=text] {
  width: calc(100% - 70px);
  float: left;
  background: #fff;
  height: 34px;
  padding: 0px 5px;
}

#frmSearch button[type=submit] {
  color: #fff;
  border: none;
  border-left-color: #eee;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  float: right;
  width: 70px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #999;
}

.menu-list {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  z-index: 100;
  will-change: transform;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
}

.menu-header {
  border-bottom: 1px solid #eee;
}

.icon-close {
  display: inline-block;
  width: 22px;
  height: 30px;
  background: url("../images/icon-close.svg") right center no-repeat;
  background-size: contain;
}

.show_main_menu.menu-list {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.list-main-nav {
  color: #333;
}

.list-main-nav .menu-item {
  width: calc((100% - 3*15px)/2);
  float: left;
  margin-left: 15px;
  border-top: 1px solid #e7e7e7;
}

.list-main-nav .menu-link {
  font-weight: bold;
}

.list-main-nav .menu-link, .list-main-nav .sub-menu-link {
  display: block;
  padding: 10px 0;
  color: #666;
}

.list-main-nav .sub-menu-link {
  font-size: 14px;
  padding-left: 10px;
  border-top: 1px solid #e7e7e7;
  position: relative;
}

.list-main-nav .sub-menu-link::after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #e91d26;
}

.list-main-nav .menu-item:nth-child(-n+2) {
  border-top: none;
}

.list-main-nav .menu-item:nth-child(2) {
  float: right;
  margin-right: 15px;
}

.cat-slide {
  background-color: #1a1c55;
}

.cat-slide .article-info {
  padding: 5px 15px 40px;
  overflow: hidden;
}

.cat-slide .article-title {
  font-size: 26px;
  color: #fff;
}

.cat-slide .article-desc {
  color: #fff;
  font-size: 14px;
}

.icon-arrow-right {
  display: inline-block;
  margin-top: 20px;
  width: 36px;
  height: 36px;
  background: url("../images/icon-arrow-right.png") center center no-repeat;
  background-color: #ed1b24;
  border-radius: 50%;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 15px;
}

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

.slick-dots li button {
  background-color: #5f6776;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  padding: 0;
  font-size: 0;
}

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

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

.bg-dot {
  background: url("../images/bg-5dots.png") 0px 0px repeat-x;
}

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

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

.cat-listing .article {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e1e1e1;
}

.cat-listing .article-info {
  overflow: hidden;
}

.thumb-portrait .article {
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
}

.thumb-portrait .article-thumb::before {
  padding-top: 140%;
}

.bg-beige {
  background-color: #fffbf1;
}

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

.thumb-w60 .article-thumb {
  width: 60px;
}

.bg-underline {
  background: url("../images/bg-line.png") 0px bottom repeat-x;
}

.cat-cover-gid .article:first-child {
  position: relative;
  margin-bottom: 25px;
}

.cat-cover-gid .article:first-child .article-thumb {
  width: 65%;
  float: right;
  margin-left: 20px;
  margin-bottom: 0;
}

.cat-cover-gid .article:first-child .article-thumb::before {
  padding-top: 75%;
}

.cat-cover-gid .article:first-child .article-info {
  background-color: #29303c;
  padding: 15px;
  width: 50%;
  position: absolute;
  top: 20px;
  left: 0;
  height: calc(100% + 10px);
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
}

.cat-cover-gid .article:first-child .article-title {
  color: #fff;
}

.cat-cover-gid .article:first-child .article-desc {
  display: none;
}

.cat-cover-gid .article:first-child .article-meta {
  font-size: 12px;
}

@media screen and (max-width: 400px) {
  .cat-cover-gid .article:first-child .article-meta {
    display: none;
  }
}

.cat-cover-gid .article:first-child::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

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

.cat-cover-gid .article:nth-child(2n+2) {
  margin-left: 0;
  clear: left;
}

.cat-list-report {
  padding: 15px;
  background-color: #fffef8;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.cat-list-report .article {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
  padding-left: 22px;
  background: url("../images/icon-angle-right.png") 0px 14px no-repeat;
}

.cat-list-report .article:first-child {
  background-position: 0px 4px;
}

.cat-list-report .article-title {
  font-size: 14px;
}

.cat-list-report .cat-name {
  background-color: #fffef8;
}

.cat-name {
  display: inline-block;
  padding-right: 12px;
  margin-top: -3px;
}

.cat-video {
  color: #fff;
  background-color: #7a7a7a;
}

.cat-video .cat-video-name {
  font-size: 14px;
}

.cat-video .article-title {
  color: #fff;
}

.cat-video .col-left {
  width: 670px;
}

.cat-video .col-left .article-title {
  font-size: 24px;
}

.cat-video .cat-scroll .article {
  border-top: 1px solid #545c6a;
}

.cat-video .cat-scroll .article-thumb {
  width: 40%;
}

.cat-video .cat-scroll .article-title {
  font-size: 18px;
}

.cat-video .cat-scroll {
  height: 300px;
  overflow-y: scroll;
}

.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;
}

/* width */
.scroll::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.scroll::-webkit-scrollbar-track {
  background: #545c6a;
}

/* Handle */
.scroll::-webkit-scrollbar-thumb {
  background: #ed1b2480;
}

/* Handle on hover */
.scroll::-webkit-scrollbar-thumb:hover {
  background: #ed1b24;
}

.cat-cover-list .article:not(:first-child) .article-title {
  font-size: 15px;
}

.btn-viewmore {
  display: inline-block;
  width: 148px;
  height: 42px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  -webkit-box-shadow: 3px 4px #dedfe0;
          box-shadow: 3px 4px #dedfe0;
  font-size: 12px;
  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;
}

.footer-info {
  background-color: #7a7a7a;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}

.footer-info a {
  text-decoration: underline;
}

.split-line {
  height: 1px;
  background-color: #99948b;
}

.mastercms {
  color: #424242;
  font-size: 13px;
  line-height: 45px;
}

.post {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.post .post-title {
  color: #29303c;
  font-size: 34px;
  margin-bottom: 15px;
  line-height: 36px;
}

.post .post-desc {
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

.post .post-desc::before {
  content: 'EFR';
  display: inline-block;
  padding: 0px 5px;
  background-color: #ed1b24;
  color: #fff;
  font-weight: bold;
  margin-right: 5px;
}

.post .article-meta {
  color: #a7a7a7;
}

.post .article-cat-name {
  text-transform: uppercase;
}

.post .article-publish-time::after {
  content: ' | ';
}

.post .article-publish-time::before {
  content: none;
}

.post-content p {
  margin: 12px 0px;
}

.post-author, .video-signature {
  font-weight: bold;
  text-align: right;
}

.post-source, .video-source {
  font-style: italic;
  font-size: 14px;
  color: #aaa;
}

.breadcrumb {
  background-color: #eee;
  padding: 9px 15px;
}

.breadcrumb .item {
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
  color: #000;
}

.breadcrumb .item:not(:first-child):before {
  content: ' / ';
  font: inherit;
}

.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 .5s, visibility .5s;
  transition: opacity .5s, visibility .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;
}

.post-tag a {
  display: inline-block;
  padding: 0px 8px;
  line-height: 30px;
  background-color: #e5e9ec;
  font-size: 14px;
  margin-right: 2px;
  margin-bottom: 10px;
  border-radius: 3px;
}

.cat-sub .article:first-child .article-title {
  font-size: 18px;
  font-weight: bold;
}

.cat-sub .article:not(:first-child) {
  margin-top: 12px;
  padding-top: 12px;
}

.cat-sub .article:not(:first-child) .article-title {
  font-size: 14px;
  font-weight: normal;
}

.bg-dark-navy {
  background-color: #29303c;
}

.bg-grey {
  background-color: #7a7a7a;
}

/*loader-ellips*/
.loader-ellips {
  font-size: 10px;
  /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  /* change color here */
  position: absolute;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
  left: 3em;
}

@-webkit-keyframes reveal {
  from {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes reveal {
  from {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes slide {
  to {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
}

@keyframes slide {
  to {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
}

.loader-ellips__dot:nth-child(1) {
  -webkit-animation-name: reveal;
          animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  -webkit-animation-name: slide;
          animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  -webkit-animation-name: reveal;
          animation-name: reveal;
  animation-direction: reverse;
}

/*end loader-ellips*/
.cat-cover-topic {
  background-color: #fff;
}

.cat-cover-topic .article-title {
  color: #29303c;
}

.cat-grid-slide {
  overflow: hidden;
}

.cat-grid-slide .cat-content {
  overflow: hidden;
}

.cat-grid-slide .slick-slider {
  margin: 0 -10px;
}

.cat-grid-slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cat-grid-slide .slick-slide {
  margin: 0px 10px;
  height: inherit;
  background-color: #fff;
}

.cat-grid-slide .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: calc((100vw - 50px) * 0.25 * 0.5625);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 50px;
  padding: 16px;
  color: white;
  font-weight: bold;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: rgba(26, 26, 26, 0.3);
  z-index: 2;
  font-size: 0px;
}

.cat-grid-slide .slick-arrow:hover {
  background-color: #1a1a1a;
}

.cat-grid-slide .slick-prev {
  left: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cat-grid-slide .slick-next {
  right: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.cat-grid-slide .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 25px;
}

.cat-grid-slide .slick-prev::before {
  content: '❮';
}

.cat-grid-slide .slick-next::before {
  content: '❯';
}

.cat-multimedia .article {
  float: left;
}

.cat-multimedia .article-title {
  color: #fff;
}

.cat-multimedia .article:first-child {
  width: 100%;
  position: relative;
}

.cat-multimedia .article:first-child .article-thumb {
  margin-bottom: 0;
}

.cat-multimedia .article:first-child .article-title a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 10px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  font-size: calc(16px + 2vw);
}

.cat-multimedia .article:nth-child(n + 2) {
  width: calc(50% - 10px);
}

.cat-multimedia .article:nth-child(2n + 2) {
  margin-right: 20px;
}

.lh-2 {
  line-height: 2;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-group {
  margin-top: 10px;
}

.btn-submit {
  color: #fff;
  border-color: #122b40;
  background-color: #2c57a5;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-submit:hover {
  background-color: #204d74;
}

.textarea {
  min-height: 100px;
}

.download-document {
  font-weight: bold;
  display: inline-block;
  padding-right: 25px;
  margin: 15px 0px;
  background: url("../images/icon-download.png") right center no-repeat;
}

.btn-red {
  background-color: #ed2830;
  color: #fff !important;
  padding: 5px 20px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
}

.live-video {
  color: #fff;
}

.live-video .article {
  background-color: #004d95;
}

.live-video .article-thumb::before {
  padding-top: 56.25%;
}

.live-video .live-video-thumb iframe, .live-video .live-video-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.live-video .video-live-iframe {
  width: 100%;
}

.live-video .live-video-desc {
  margin-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
}

.live-video .live-video-desc li {
  position: relative;
  line-height: 1.8;
  margin-top: 10px;
}

.icon-live {
  position: relative;
  color: red;
  font-family: roboto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding-left: 10px;
  -webkit-animation: 2s twink infinite;
          animation: 2s twink infinite;
  white-space: nowrap;
}

.icon-live::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0px;
  background-color: red;
}

@-webkit-keyframes twink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
}

@keyframes twink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.flex-center-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-center-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hide-empty:empty {
  display: none !important;
}
/*# sourceMappingURL=m-style.css.map */
/* hna-newsqa  */
.hna-newsqa {border: 1px solid #ebebeb;border-radius: 3px;background: #fff;padding: 20px 20px;display: flex;flex-direction: column;gap: 20px;margin-bottom: 20px;}
.hna-newsqa .bx-cat-content{display: flex;flex-direction: column;gap: 30px;}
.qa-article,.qa-answer-container{display: flex;flex-direction: row;gap: 20px;justify-content: space-between;}
.qa-article:not(:first-child){padding-top: 20px;border-top: 1px solid #ebebeb;}
.qa-question-image,.qa-answer-image{max-width: 47px;}
.qa-answer-content{display: flex;flex-direction: column;gap: 15px;font-size: 16px;}
.qa-title,.qa-question{font-size: 16px;color: #29303c;cursor: pointer;}
.qa-title{color: #2c57a5;}
.qa-date {background: url(../images/hna-ico-date.png) left center no-repeat;padding-left: 18px;color: #999;font-size: 13px;background-size: 11px;}
.qa-question > b,.qa-answer > b{text-decoration: underline;margin-right: 10px;}
.qa-answer-container{display: none;}
.qa-answer-container.show{display: flex;}
.qa-answer-image {height: 47px;border-radius: 47px;display: flex;align-items: center;justify-content: center;background: #f7f8f9;display: none;}
.qa-answer{display: flex;flex-direction: column;gap: 15px;}
/* .hna-newsqa .__MB_ARTICLE_PAGING{display: none;} */
.qa-answer a{color: #ed1b24;}
.qa-cat-item a.active{color: #ed1b24;}
/* __MB_ARTICLE_PAGING */
.__MB_ARTICLE_PAGING{text-align: center;}
.__MB_ARTICLE_PAGING span, .__MB_ARTICLE_PAGING a {display: inline-block;height: 34px;text-align: center;line-height: 34px;border-radius: 4px;padding: 0 10px;background-color: #ebebeb;color: #ed1c24;text-transform: uppercase;font-weight: 700;}
.__MB_ARTICLE_PAGING a {background-color: #ebebeb;}
.__MB_ARTICLE_PAGING span.current {background-color: #2c57a5;color: #fff;}
.__MB_ARTICLE_PAGING a:hover {background-color: #d60911;color:#fff;}
.__MB_ARTICLE_PAGING span:first-child {display: none;}