@charset "utf-8";
@import "fancybox.css";

@font-face {
    font-family: 'NotoSansSC';
    font-weight: 100;
    src: url('fonts/Noto_Sans_SC/NotoSansSC-Thin.ttf');
}
@font-face {
    font-family: 'NotoSansSC';
    font-weight: 400;
    src: url('fonts/Noto_Sans_SC/NotoSansSC-Regular.ttf');
}

@font-face {
    font-family: 'NotoSansSC';
    font-weight: 500;
    src: url('fonts/Noto_Sans_SC/NotoSansSC-Medium.ttf');
}

@font-face {
    font-family: 'NotoSansSC';
    font-weight: 700;
    src: url('fonts/Noto_Sans_SC/NotoSansSC-Bold.ttf');
}

@font-face {
    font-family: 'NotoSerifSC';
    font-weight: 700;
    src: url('fonts/Noto_Serif_SC/NotoSerifSC-Bold.ttf');
}

@font-face {
    font-family: 'NotoSerifSC';
    font-weight: 400;
    src: url('fonts/Noto_Serif_SC/NotoSerifSC-Regular.ttf');
}

@font-face {
    font-family: 'NotoSerifTC';
    font-weight: 700;
    src: url('fonts/Noto_Serif_TC/NotoSerifTC-Bold.ttf');
}

* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-family: 'NotoSansSC', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 1.3;
}

.siteCenter {
    padding: 0 9px;
}

a {
    text-decoration: none;
    border: none;
    color: inherit;
    transition: .3 ease all;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

input,
button {
    border: 0;
    outline: 0;
}

ul,
ol {
    list-style: none;
}

strong {
    font-family: 'NotoSansSC', sans-serif;
    font-weight: 700;
}

.fw {
    width: 100%;
}

.lt {
    display: block;
    float: left;
}

.rt {
    display: block;
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
}

/* gotop */
.gotop {
    width: 32px;
    height: 32px;
    background: url(../images/pc/gotop.png) 0 0 no-repeat;
    background-size: contain;
    border-radius: 50%;
    display: none;
    position: fixed;
    bottom: 90px;
    right: 12px;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    transition: .3s ease all;
    opacity: 1;
}

.gotop>svg {
    vertical-align: -6px;
}

.gotop:hover {
    opacity: 0.7;
}

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.7);
}

/* .banner-container {text-align: center;position: relative;z-index: 0;}
.m28 {margin: 10px 0;}
.bt {border-top: 1px solid #ebebeb;padding-top: 36px;} */
/* header */
.banner-top {
    background-color: #f1f1f1;
    /* padding: 0 0 20px; */
    text-align: center;
}

.banner {
    text-align: center;
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 47px;
    padding: 0 9px;
    position: relative;
    background-color: #fff;
}

.h-left {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.header-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 6px;
}

.ico-clock {
    background: url(../images/pc/ico-clock.png) 0 center no-repeat;
    padding-left: 25px;
    display: flex;
    line-height: 20px;
}

.top-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ico-search {
    background: url(../images/pc/ico-search.png) center center no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
}

.ico-bars {
    cursor: pointer;
}

.ico-bars::before {
    content: '';
    width: 21px;
    height: 1px;
    background-color: #8a8a8a;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    transition: .3s transform ease;
    z-index: 999;
}

.ico-bars {
    width: 21px;
    height: 11px;
    border-top: 1px solid #8a8a8a;
    display: block;
    position: relative;
    cursor: pointer;
    z-index: 9999999;
    transition: .3s ease all;
}

.ico-bars::after {
    content: '';
    width: 21px;
    height: 1px;
    background-color: #442727;
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    z-index: 999;
}

.ico-bars-close {
    /* position: absolute;
    right: 9px;
    top: 31px; */
    border-top: 0;
}

.ico-bars-close::before {
    transform: rotate(45deg);
}

.ico-bars-close::after {
    transform: rotate(-45deg) translate(3px, -4px);
}

.ico-close-search {
    color: #fff;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 999;
    cursor: pointer;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
}
.frm-search {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 99999999;
}

.frm-search.active {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0;
}

.brd-search {
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    max-width: 500px;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    width: calc(100% - 18px);
}

#frmSearch {
    width: 100%;
    background: #f8f8f8;
    height: 48px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

#frmSearch input[type="text"] {
    width: calc(100% - 48px);
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 0 10px;
    font-size: 16px;
}

#frmSearch input[type="text"]::-webkit-input-placeholder {
    color: #a9a9a9;
}

#frmSearch input[type="text"]:-ms-input-placeholder {
    color: #a9a9a9;
}

#frmSearch input[type="text"]::-ms-input-placeholder {
    color: #a9a9a9;
}

#frmSearch input[type="text"]::placeholder {
    color: #a9a9a9;
}

#frmSearch button[type="submit"] {
    width: 48px;
    height: 48px;
    border: none;
    cursor: pointer;
    background-color: #ec1a23;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-close-search {
    position: absolute;
    top: 23px;
    color: black;
    font-size: 28px;
    left: 20px;
}

.show-overlay {
    height: 100%;
    overflow: hidden;
}
.show-overlay-body {
    overflow: hidden;
    height: 100vh;
}

.menu-list {
    width: 100%;
    background: #fff;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    height: 100vh;
    z-index: 99999;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: none;
}

.menu-list ul,
.menu-list ol {
    list-style: none;
    margin: 0;
}

.show_main_menu.menu-list {
    display: block;
}

.menu-header {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head-logo {
    text-align: center;
    padding: 10px 0;
}

.menu-header .button {
    padding: 0 15px;
    line-height: 1;
    cursor: pointer;
}

.menu-list .menu-body {
    scroll-behavior: smooth;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow: scroll;
    z-index: 9999;
    height: inherit;
    width: 100%;
    text-align: left;
    border-top: 1px solid #ebebeb;
}
.header-links {
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
    align-items: center;
    column-gap: 16px;
    height: 70px;
    padding: 15px 9px;
    overflow-x: scroll;
}
.header-links a {
    display: block;
    position: relative;
    padding-right: 32px;
    text-transform: uppercase;
    font-size: 12px;
}
.h-podcast::before  {
     content: '';
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     width: 38px;
     height: 38px;
     background:
     url(../images/pc/title-podcast.png) center center no-repeat;
     background-size: 13px auto;
     background-color: #fff200;
     border-radius: 50%;
     z-index: -1;
     opacity: .7;
}
.h-megaphone::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    background: url(../images/pc/h-megaphone.png) center center no-repeat;
    background-size: 17px auto;
    background-color: #fff200;
    border-radius: 50%;
    z-index: -1;
    opacity: .7;

}
.h-newspaper::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    background: url(../images/pc/h-newspaper.png) center center no-repeat;
    background-size: 17px auto;
    background-color: #fff200;
    border-radius: 50%;
    z-index: -1;
    opacity: .7;

}

#nav-expand .border-1 {
    border-top: 1px solid #8b8b8b;
    margin-inline: 9px;
}

.box-mega + .border-1 {
    margin-top: 20px;
}
.sub-mega {
    margin-bottom: 20px;
}
#nav-expand .name-menu {
    color: #8b8b8b;
    padding: 0 9px;
    font-weight: 700;
    padding-bottom: 5px;
    text-transform: none;
    font-size: 14px;
    font-family: 'NotoSansSC', sans-serif;
}
.list-main-nav {
    padding: 0 9px;
    /* background-color: #eee; */
}

.sub-menuLink.active,
.list-sub-nav>.sub-menu-item.active .sub-menuLink,
.list-main-nav>.menu-item.active .menuLink,
.menuLink.active {
    color: #ca3c3c;
}

.menu-list .menu-item {
    width: 100%;
    border-top: 1px solid #ebebeb;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.menu-list .menu-item:first-child {
    border-top: 0;
}
.menuLink {
    font-size: 16px;
    color: inherit;
    display: block;
    width: calc(100% - 50px);
    padding: 15px 0;
    font-style: normal;
    flex-grow: 0;
    flex-shrink: 0;
    font-family: "NotoSerifSC", sans-serif;
    font-weight: 700;
}

.sub-menu-button {
    display: block;
    width: 50px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.sub-menu-button {
    line-height: 50px;
    color: #ec1a23;
}

.icon-plus {
    background: url(../images/pc/down.png) center center no-repeat;
    background-size: 12px;
    height: 50px;
    transition: .3s ease;
}
.icon-minus {
    transform: rotate(180deg);
}
.ico-desktop {
    text-align: center;
    cursor: pointer;
    font-style: normal;
    color: #252525;
    text-align: center;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    padding: 10px;
    justify-content: center;
    margin: 0 auto;
    max-width: 300px;
    width: 90%;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* position: absolute;left: 0;top: 0; */
.ico-desktop svg {
    margin-right: 5px;
}

.list-sub-nav {
    width: 100%;
    display: none;
}

.sub-menu-item {
    /* border-top: 1px solid #dfdfdf; */
    width: 100%;
}

.sub-menuLink {
    font-size: 16px;
    color: inherit;
    display: block;
    width: 100%;
    padding-bottom: 16px;
}

.ico-space {
    color: #e1e1e1;
    display: inline-block;
    text-align: center;
    padding-inline: 10px 16px;
}

.header-logo {
    text-align: center;
    line-height: inherit;
}

.main-menu {
    display: flex;
    align-items: center;
    height: 42px;
    background-color: #018746;
    width: 100%;
    position: relative;
}
.main-menu::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background: rgb(1,135,70);
    background: linear-gradient(90deg, rgba(1,135,70,0.1) 0%, rgba(1,135,70,1) 100%);
}
.main-menu.finish::after {
    content: unset;
}
.system-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: space-between;
    overflow-x: scroll;
    padding-right: 30px;
}

.link-menu {
    color: #fff;
    font-family: 'NotoSerifSC', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 42px;
    padding: 0 7px;
    display: block;
}
.hs-menu {
    display: none;
}
.hs-menu.active {
    display: block;
}
.ico-home {
    background: url(../images/pc/ico-home.png) center center no-repeat;
    width: 30px;
    height: 42px;
    display: block;
    padding-left: 0;
    flex-grow: 0;
    flex-shrink: 0;
}

.item-menu {
    position: relative;
}

.sub-menu {
    display: none;
}
.sub-mega,
.box-mega {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding: 0 9px;
}

.box-mega a {
    border: 1px solid #ebebeb;
    padding: 10px;
    border-radius: 5px;
    padding-left: 40px;
    font-weight: 700;
    font-family: 'NotoSerifSC', sans-serif;
    background-size: contain;
}

.box-mega a:first-child {
    background: url(../images/pc/mega-video.png) 10px center no-repeat;
}
.box-mega a:nth-child(2) {
    background: url(../images/pc/mega-photo.png) 10px center no-repeat;
}
.box-mega a:nth-child(3) {
    background: url(../images/pc/ico-podcast.png) 8px center no-repeat;
}

.box-mega a::before {
    content: '|';
    color: #ebebeb;
    font-weight: 400;
    padding-right: 12px;
}
.sub-mega a {
    padding-left: 28px;
}
.sub-mega a:first-child {
    background: url(../images/pc/ft-tel.png) 3px center no-repeat;
}
.sub-mega a:nth-child(2) {
    background: url(../images/pc/mega-info.png) 0 center no-repeat;
}
.sub-mega a:nth-child(3) {
    background: url(../images/pc/mega-ads.png) 0 center no-repeat;
}
/* header-bottom */

.header-bottom {
    margin-bottom: 10px;
}

.header-title {
    color: #ec1a23;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 28px;
    display: inline-block;
    line-height: 1.6;
    background: url(../images/pc/ico-flash.png) 0 center no-repeat;
    white-space: nowrap;
    flex-shrink: 0;
    flex-grow: 0;
}

.header-marquee {
    height: 48px;
    line-height: 48px;
    display: flex;
    column-gap: 10px;
    justify-self: flex-start;
    align-items: center;
}

.header-content {
    height: 48px;
}

.header-content .article-link {
    font-weight: 400;
    font-size: 14px;
    padding-left: 15px;
    position: relative;
    margin-right: 20px;
    font-family: 'NotoSerifSC', sans-serif;
}

.header-content .article-link::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 7px;
}

.article-image {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.article-image::before {
    padding-top: 66.67%;
    content: '';
    display: block;
}

.article-image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.article-cat {
    font-size: 11px;
    color: #ec1a23;
    text-transform: uppercase;
}

.article-cat:hover {
    color: #018746;
}

.article-publish {
    font-size: 11px;
    font-family: 'NotoSansSC', sans-serif;
    font-weight: 400;
}

.article-cat+.article-publish::before {
    content: '-';
    padding-right: 4px;
}

.article-title {
    font-family: "NotoSerifSC", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 700;
    color: #000;
    transition: 0.25s ease;
}

.article-desc {
    color: #000;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'NotoSansSC', sans-serif;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.cat-title {
    padding-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    white-space: nowrap;
}

.cat-link {
    font-size: 22px;
    font-family: "NotoSerifSC", sans-serif;
    font-weight: 700;
    padding-left: 12px;
    position: relative;
}

.cat-link::before {
    content: '';
    width: 5px;
    height: 13px;
    background-color: #ec1a23;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cat-sub-list {
    background: url(../images/pc/ico-cat-sub.png) center center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    cursor: pointer;
}

.cat-item {
    text-transform: uppercase;
    font-size: 11px;
}

.cat-sub {
    display: flex;
    align-items: center;
    flex-direction: row;
    column-gap: 20px;
    position: relative;
}

.cat-sub-item {
    display: none;
}

.cat-sub-list:hover>.cat-sub-item {
    display: block;
    position: absolute;
    right: 0;
    top: calc(100% - 1px);
    z-index: 2;
    background-color: #f7f7f7;
    box-shadow: 0px 0px 2px #666;
    padding: 0 10px;
}

.cat-sub-item .cat-item {
    display: block;
    padding: 8px 0;
    border-top: 1px dashed #ebebeb;
}

.cat-sub-item .cat-item:first-child {
    border-top: 0;
}

.pic-name:hover .pic-link,
.media-name:hover .media-link,
.cat-name:hover a.cat-link {
    color: #ec1a23;
}

.column-36 {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
}

.column-28 {
    display: flex;
    flex-direction: column;
    row-gap: 28px;
}
.mt28 {
    margin-top: 28px;
}
.border-1 {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
}

.cat-border {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
}

.mb-15 {
    margin-block: 15px;
}

/* bx-cover */
.bx-main .article {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
}

.bx-main .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.video-cover .article-content,
.bx-main .article-content {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
}

.bx-main .article-title {
    font-size: 18px;
}

/* layout-pic */
.layout-pic {
    background-color: #faf3ea;
    padding: 20px 9px;
    position: relative;
}

/* .layout-pic::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #faf3ea;
    z-index: 1;
    height: 100%;
    width: 26px;
}

.layout-pic::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: #faf3ea;
    z-index: 1;
    height: 100%;
    width: 26px;
} */

.pic-name {
    font-family: 'NotoSerifSC', sans-serif;
    font-weight: 700;
    font-size: 26px;
    padding-left: 38px;
    background: url(../images/pc/ic-pic.png) 1px center no-repeat;
    margin-bottom: 20px;
}

.layout-pic .cat-content {
    padding: 32px 9px 62px;
    overflow: hidden;
    position: relative;
    margin: 0 -9px;
}

.layout-pic .cat-content::before {
    content: '';
    background-color: #fff;
    /* width: 100%; */
    height: calc(100% - 30px);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.slick-pic {
    margin: 0 -15px;
}

.slick-pic .article {
    float: left;
    margin: 0 15px;
}
.slick-pic .article-image span {
    position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 5px;
    background-color: #0fab5f;
    color: #fff;
    font-family: 'NotoSerifSC', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 15px 6px;
    border-radius: 30px;
    text-transform: uppercase;
}
.layout-pic .article-title {
    font-size: 16px;
}
.listen-more,
.cpodcasts-slick .article-link,
.cpodcasts-slick .article-desc,
.layout-podcast .article-desc,
.layout-podcast .article-link,
.layout-pic .article-link {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: #acacac;
    font-size: 0;
    margin: 0 3px;
    transition: 0.25s;
    cursor: pointer;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background-color: #ec1a23;
}

.layout-pic .ic-arrow {
    position: absolute;
    width: 44px;
    height: 44px;
    z-index: 2;
    top: 100px;
    background: rgb(237 28 36 / 50%);
    border-radius: 50%;
    cursor: pointer;
}

.layout-pic .ic-arrow:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    transition: .3s ease;
    background: url(../images/pc/ico-arrow.png) center center no-repeat;
}

.layout-pic .ic-arrow:hover:before {
    opacity: .75;
}

.layout-pic .pic-prev {
    left: 1px;
}

.layout-pic .pic-next {
    right: 1px;
}

.layout-pic .pic-prev:before {
    transform: scaleX(-1);
}

/* layout-video */
.layout-video {
    background-color: #f3f3f3;
    border-top: 1px solid #ec1a23;
    padding-bottom: 25px;
}

.video-link {
    display: inline-block;
    background: url(../images/pc/cat-video.png) right center no-repeat;
    padding-right: 30px;
    font-size: 22px;
    font-family: 'NotoSerifSC', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #ec1a23;
    padding-block: 15px;
}

.videoSwiper .article {
    position: relative;
    width: 245px;
    flex-shrink: 0;
    flex-grow: 0;
    overflow: hidden;
}

.videoSwiper :where(.article-desc, .article-meta) {
    display: none;
}

.video-cover {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.video-cover .article-image {
    margin: 0 -9px 10px;
}

.video-cover .article-title {
    font-size: 18px;
}

.videoSwiper .article-title {
    font-size: 16px;
}

.layout-video .article-link {
    padding-left: 30px;
    background: url(../images/pc/ico-video.png) 0 center no-repeat;
}
.layout-video .ico-player {
    background: url(../images/pc/ico-player.png) center center no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 9;
    background-color: #fff;
    border-radius: 50%;
}
/* podcast */
.layout-podcast {
    border-top: 1px solid #e5e5e5;
    background-color: #faf3ea;
    margin-top: -36px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.pod-name {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}

.pod-link {
    display: inline-block;
    background: url(../images/pc/cat-podcast.png) 0 center no-repeat;
    padding-left: 30px;
    font-size: 22px;
    font-family: 'NotoSerifSC', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #010101;
    padding-block: 20px 15px;
    position: relative;
}

.pod-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ec1a23;
}

.podcasts-slick {
    margin: 0 -10px;
}

.layout-podcast .cat-content {
    overflow: hidden;
    position: relative;
    padding-bottom: 45px;
}

.podcasts-slick .slick-slide {
    width: 100%;
    float: left;
    margin: 0 10px;
}

.layout-podcast .article {
    display: flex;
}

.podcasts-slick .slick-slide>div:not(:first-child) .article {
    display: flex !important;
    flex-direction: row;
    column-gap: 20px;
    justify-content: space-between;
}

.podcasts-slick .slick-slide>div:not(:first-child) {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    margin-top: 20px;
}
.layout-podcast .ico-podcast {
    background: url(../images/pc/ico-podcast.png) center center no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 9;
    background-color: rgba(255, 255, 255,.4);
    border-radius: 3px;
}
.podcasts-slick .slick-slide>div:not(:first-child) .article-title {
    margin-top: -5px;
}

.podcasts-slick .slick-slide>div:not(:first-child) .article-desc {
    display: none;
}

.layout-podcast .article-image {
    width: 95px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-bottom: 0;
}

.layout-podcast .article-small {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 20px;
    align-items: flex-start;
}

.layout-podcast .article-image::before {
    padding-top: 100%;
}

.layout-podcast .article-title {
    font-size: 16px;
}

.podcasts-slick .slick-slide>div:first-child .article-title {
    margin-bottom: 10px;
}
/* bx-one */
.bx-one .article {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ebebeb;
}
.bx-one .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.bx-one .article:first-child .article-image {
    margin-inline: -9px;
}
.bx-one .article:nth-child(n+3) .article-small,
.bx-one .article:not(:first-child) .article-content .article-desc,
.bx-one .article:not(:first-child) .article-meta,
.bx-one .article:not(:first-child) > .article-image,
.bx-one .article:first-child .article-small {
    display: none;
}
.bx-one .article-content {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
}
.bx-one .article-title {
    font-size: 16px;
}
.bx-one .article:first-child .article-title {
    font-size: 18px;
}
.bx-one .article:nth-child(2) .article-title {
    margin-bottom: 10px;
}
.bx-one .article:nth-child(2) .article-image {
    width: 95px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-bottom: 0;
}

.bx-one .article:nth-child(2) .article-small {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
}

.bx-one .article:nth-child(2) .article-image::before {
    padding-top: 100%;
}
.layout .bx-one:not(:first-child) {
    border-top: 1px solid #ec1a23;
    padding-top: 10px;
}
/* bx-readest */
.span-title {
    padding-bottom: 10px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    white-space: nowrap;
    position: relative;
}

.span-link {
    font-size: 28px;
    font-family: "NotoSerifSC", sans-serif;
    font-weight: 700;
    position: relative;
    color: #ec1a23;
    display: block;
}

.span-title::before {
    content: '';
    width: 82px;
    height: 1px;
    position: absolute;
    background-color: #f00;
    bottom: 0;
    left: 0;
}

.bx-readest {
    background-color: #faf3ea;
    padding: 15px 0 30px;
    border-top: 1px solid #f4e9db;
    border-bottom: 1px solid #f4e9db;
    counter-reset: section;
}

.bx-readest .article-title {
    margin-bottom: 8px;
}

.bx-readest .article:not(:first-child) .article-image {
    display: none;
}
.bx-readest .article {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
    position: relative;
    padding-right: 20px;
}

.bx-readest .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.bx-readest .article::after {
    content: counter(section);
    counter-increment: section;
    font-family: 'NotoSansSC', sans-serif;
    font-weight: 100;
    font-size: 52px;
    color: #c8c8c8;
    position: absolute;
    right: 0;
    bottom: -20px;
}

/* layout-media */
.layout-media {
    background-color: #faf3ea;
    padding-bottom: 36px;
}

.media-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.media-link {
    font-size: 24px;
    font-family: "NotoSerifSC", sans-serif;
    font-weight: 700;
    padding-left: 36px;
    background: url(../images/pc/ico-film.png) 0 center no-repeat;
    display: block;
    padding-block: 15px;
    background-size: 26px;
}

.media-link::before {
    content: '';
    width: 150px;
    height: 1px;
    background-color: #ec1a23;
    position: absolute;
    right: 0;
    top: 100%;
}
.media-subcat {
    padding: 15px 0;
    text-align: right;
}
.media-subcat a {
    display: inline-block;
    text-transform: uppercase;
}

.media-subcat a:not(:first-child):before {
    content: '|';
    padding: 0 20px;
}

.media-redict {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    column-gap: 5px;
    padding-bottom: 15px;
}

.link-ytb {
    width: 87px;
    height: 20px;
    background: url(../images/pc/ico-ytb.png) center center no-repeat;
}

.layout-media .media-content {
    display: flex;
    gap: 20px 30px;
    flex-direction: row;
    flex-wrap: wrap;
}

.layout-media .article {
    width: calc((100% - 30px) / 2);
}

.layout-media .article:first-child {
    width: 100%;
    display: flex;
    flex-direction: column;
    column-gap: 36px;
    align-items: flex-start;
}

.layout-media .article:first-child .article-image {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
}

.layout-media .article-content {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
}
.layout-media .article-title {
    font-size: 14px;
}

.layout-media .article:first-child .article-title {
    font-size: 18px;
    line-height: 1.5;
}
.article-viewer {
    display: flex;
    justify-content: flex-end;
}
.article-viewer a{
    background-color: #018746;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    width: 115px;
    height: 38px;
    line-height: 38px;
    padding-inline: 15px;
    position: relative;
}

.article-viewer a::after {
    content: '';
    background: url(../images/pc/ico-viewer.png) center center no-repeat;
    width: 30px;
    height: 100%;
    display: block;
    text-align: center;
    opacity: 0.7;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.article-viewer:hover::after {
    animation: arrow-right 0.75s ease-in-out infinite;
}

@keyframes arrow-right {
    0% {
        opacity: 0.7;
        transform: translateY(-50%) translateX(0);
    }

    50% {
        opacity: 0.3;
        transform: translateY(-50%) translateX(3px);
    }

    100% {
        opacity: 1;
        transform: translateY(-50%) translateX(-3px);
    }
}

.bx-cover-cat .article:not(:first-child) :where(.article-desc, .article-meta),
.layout-media .article-desc,
.layout-media .article-publish,
.layout-media .article:not(:first-child) .article-viewer {
    display: none;
}

.layout-media .article-link,
.bx-cover-cat .article-desc,
.bx-cover-cat .article-link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
/* .bx-cover .article:first-child .article-image {
    margin-inline: -9px;
} */
/* breadcrumb */
.hs-menu {
    margin-bottom: 25px;
    background-color: #fff;
}
.mb-home .hs-menu {
    margin-bottom: 0;
}
.index-cat {
    line-height: 40px;
    font-weight: 400;
    display: flex;

}
.index-cat > h1 {
    font-weight: 400;
    line-height: inherit;
    display: inline-flex;
}
.index-link {
    font-size: 15px;
    color: #fff;
    font-family: 'NotoSerifSC', sans-serif;
    white-space: nowrap;
}
.index-link::before {
    content: '/';
    padding-inline: 4px 8px;
}
.index-subcat {
    font-size: 14px;
    font-family: 'NotoSansSC', sans-serif;
    font-weight: 700;
    color: #666;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    column-gap: 20px;
    padding-top: 10px;
}
#header-main.header_cloned .index-subcat {
    padding-block: 10px;
}
.list-brecat {
    display: none;
}
.bre-down {
    background: url(../images/pc/bre-down.png) center center no-repeat;
    width: 30px;
    height: 40px;
    display: block;
    transition: .3s ease all;
}
.bre-down.bre-up {
    transform: rotate(180deg);
}
.header-menu {
    position: relative;
}
#header-main.header_cloned {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition-duration:.3s;
    transition-duration:.3s;
    -webkit-transition-property:all;
    transition-property:all;
    -webkit-transition-timing-function:cubic-bezier(.7,1,.7,1);
    transition-timing-function:cubic-bezier(.7,1,.7,1);
    -webkit-transform:translateY(0);
    transform:translateY(0);
}
#header-main.header_cloned .header-menu {
    box-shadow: 0px 1px 10px #ebebeb;
}
#header-main.header_cloned .hs-menu {
    margin-bottom: 0;
}
/* #header-main.nav-up{
    transition: .3s ease;
    -webkit-transition-duration:.3s;
    transition-duration:.3s;
    -webkit-transition-property:all;
    transition-property:all;
    -webkit-transition-timing-function:cubic-bezier(.7,1,.7,1);
    transition-timing-function:cubic-bezier(.7,1,.7,1);
    -webkit-transform:translateY(-47px);
    transform:translateY(-47px);
} */
.list-brecat.active {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1;
    display: block;
    z-index: 4;
    background-color: #e3f4ed;
    padding: 0 9px;
    animation: showMenu .3s ease;
}
@keyframes showMenu {
    0% {
        top: calc(100% + 15px);
    }

    100% {
        top: 100%;
    }
}
.brecat-item {
    display: block;
    padding: 8px 0;
    border-top: 1px dashed #e1e1e1;
    text-transform: uppercase;
    font-size: 11px;
}
.brecat-item.active {
    color: #ec1a23;
}
/* cate-podcast */
.cate-podcast {
    padding: 20px 0;
    background-color: #faf3ea;
}
.cpod-title {
    margin-bottom: 15px;
}
.cpod-link {
    font-family: 'NotoSerifSC', sans-serif;
    padding: 12px 25px 12px 45px;
    font-size: 14px;
    background: #f0cccc url(../images/pc/title-podcast.png) 15px center no-repeat;
    display: inline-block;
    border-radius: 42px;
}
.cate-podcast .cat-content {
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}
.cpodcasts-slick {
    margin-inline: -9px;
}
.cate-podcast .article {
    margin-inline: 9px;
    float: left;
}
.cate-podcast .article-image {
    width: 130px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-bottom: 0;
    border-radius: 10px;
}

.cate-podcast .article-image::before {
    padding-top: 100%;
}
.cate-podcast .article-row {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    column-gap: 20px;
}

.cate-podcast .article-image::after {
    content: 'Podcast';
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    color: #fff;
    opacity: 0.3;
    text-transform: uppercase;
    letter-spacing: 8px;
    background: rgba(255, 255, 255,.6);
}
.cate-podcast .article-content {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.listen-more {
    font-size: 12px;
    color: #ae2e2e;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
    text-align: right;
}

.__MB_ARTICLE_PAGING {
    text-align: center;
    margin: 30px 0 20px;
    position: relative;
}

.__MB_ARTICLE_PAGING::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    z-index: -1;
}

.btn-xemthem {
    background-color: #e1e1e1;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
}
/* detail */
.article-detail-subtitle {
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}

.article-detail-subtitle:empty {
    display: none;
}

.article-detail-title {
    font-size: 26px;
    line-height: 1.5;
    font-family: 'NotoSerifSC', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.bx-detail .article-meta {
    margin-bottom: 10px;
}

.article-detail-desc {
    font-family: 'NotoSansSC', sans-serif;
    font-weight: 700;
    font-size: 16hpx;
    line-height: 1.7;
    margin-bottom: 10px;
}

.article-detail-author {
    font-family: 'NotoSansSC', sans-serif;
    font-weight: 700;
    text-align: right;
}

.article-detail-source {
    text-align: right;
    font-style: italic;
    font-family: 'NotoSansSC', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.__API_WIDGET+.article-detail-author,
.__API_WIDGET+.article-detail-author+.article-detail-source {
    display: none;
}

.article-detail-subtitle:empty,
.article-detail-source:empty,
.article-detail-author:empty {
    display: none;
}

.article-detail-content.detail-content-special style#css_tpl_box_in_db:first-child+p,
.article-detail-content.detail-content-special> :first-child {
    margin-top: 0;
}

.article-detail-content {
    font-size: 16px;
    line-height: 1.75;
    font-family: 'NotoSansSC', sans-serif;
    font-weight: 400;
}

.__MASTERCMS_CONTENT p {
    font-size: inherit;
    margin: 15px 0;
    color: #000;
    word-wrap: break-word;
}
.__MASTERCMS_CONTENT .tbl_social_fix a {
    word-break: break-all;
}
.__MASTERCMS_CONTENT p:empty,
.__MASTERCMS_CONTENT_MOBILE p:empty {
    display: none;
}

.__MASTERCMS_CONTENT img,
.__MASTERCMS_CONTENT_MOBILE img {
    cursor: zoom-in;
}

.__MASTERCMS_CONTENT .cms-caption {
    font-size: 16px;
    font-style: italic;
    font-family: inherit;
}


.MASTERCMS_TPL_TABLE tbody tr:nth-child(even) td {
    background-color: transparent;
    color: #000;
    padding: 10px 0 0;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-family: inherit;
}
/* .tbl_social_fix */
.tbl_social_fix {
    width: calc(100% - 30px);
    margin: 20px auto !important;
    border: 0;
}
.tbl_social_fix .__RE_PLACE_CONTENT p:last-child {
    margin-bottom: 0;
}
.tbl_social_fix .__RE_PLACE_CONTENT{border: 5px solid #018746 !important; padding: 15px 20px; position: relative; text-align: justify;}
.tbl_social_fix .__RE_PLACE_CONTENT:before {content: ''; display: block; position: absolute; width: 44px; height: 44px; left: -25px; top: calc(50% - 22px); background: #fff url(../images/post-temp/ico-quote-green-left.png) center center no-repeat; }
.tbl_social_fix .__RE_PLACE_CONTENT:after{content: ''; display: block; position: absolute; width: 44px; height: 44px; right: -25px; top: calc(50% - 22px); background: #fff url(../images/post-temp/ico-quote-green-right.png) center center no-repeat; }
.tbl_social_fix[align="center"]{margin: 20px auto !important;}
/* .video-container,  */
.mb_embed_3rd_html {
    position: relative;
}

.mb_embed_3rd_html tr td:first-child {
    padding-top: 56.25%;
    display: block;
}

.video-container iframe,
.mb_embed_3rd_html tr td:first-child iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.___widget_video_article {
    position: relative;
}

.___widget_video_article::before {
    content: '';
    padding-top: 56.25%;
    display: block;
}

.___widget_video_article .jwplayer {
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    left: 0;
}

.__MASTERCMS_CONTENT .___widget_video_article video,
.__MASTERCMS_CONTENT_MOBILE .___widget_video_article video,
.___widget_video_article .jwplayer video {
    width: 100% !important;
    object-fit: fill !important;
    height: 100% !important;
    transform: none !important;
}

/* .__MB_ARTICLE_A */
.__MB_ARTICLE_A {
    background-color: #fef1ee;
    border-radius: 15px;
}

.__MB_ARTICLE_A td a {
    font-size: 16px;
    line-height: 1.4;
    color: #00509e;
    position: relative;
    width: 100%;
    float: left;
    margin: 5px 0;
    padding-left: 45px;
    padding-right: 10px;
    font-family: 'Lora', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.__MB_ARTICLE_A td:first-child a:first-child {
    margin-top: 20px;
}

.__MB_ARTICLE_A td:first-child a:last-child {
    margin-bottom: 20px;
}

.__MB_ARTICLE_A td a:before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c2c2c2;
    content: '';
    position: absolute;
    top: 9px;
    left: 30px;
}
/* 
.MASTERCMS_TPL_TABLE,
.__MASTERCMS_CONTENT table,
.__MASTERCMS_CONTENT_MOBILE table {
    margin-bottom: 0;
} */

.bx-detail-news {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-block: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-block: 15px;
}

.bx-detail-news a {
    color: #018746;
    position: relative;
    padding-left: 20px;
    line-height: 1.4;
}

.bx-detail-news a::before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
}

.article-tags {
    display: flex;
    column-gap: 16px;
}

.article-tags span {
    display: block;
    color: #000;
    font-size: 21px;
    padding-left: 32px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    background: url(../images/pc/ico-tags.png) 0 center no-repeat;
}

.article-keyword {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;

}

.article-keyword a {
    background-color: #ebebeb;
    padding: 10px 25px;
    border-radius: 40px;
    font-size: 16px;
    color: #000;
}

#user-comment {
    padding: 20px 0;
    background-color: #eee;
    margin-bottom: 0;

}

#user-comment .bx-cat-head span {
    display: inline-block;
    text-indent: -9999px;
}
#user-comment .title {
    float: none;
    width: 100%;
}
#user-comment .bx-cat-title {
    display: block;
    margin-bottom: 10px;
}
#user-comment .title::before,
#user-comment .bx-cat-head::before {
    content: "评论";
    font-family: "UTMAvo-Bold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
}

#user-comment .bx-cat-link {
    padding-left: 0;
}

#user-comment .bx-cat-link::before {
    content: unset;
}

#user-comment .box-comment a.__MB_ACTION_POST_COMMENT:before {
    content: "提交";
    text-indent: none;
    visibility: visible;
    background: #018746;
    float: right;
    padding: 0 32px;
    color: #fff;
    font-family: 'NotoSansSC', sans-serif;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
}
.comments-reply,
.box-comment {
    padding-left: 65px;
}

.box-comment {
    background: url(../images/pc/ico-user.png) 0 10px no-repeat;
}
.comment-actions .reply textarea,
#user-comment .box-comment textarea {
    border: 0;
    border-radius: 5px;
    padding: 15px;
}

#user-comment button {
    text-transform: uppercase;
    padding: 9px 15px;
    border-radius: 3px;
    background: #018746;
    font-family: 'UTMAvo-Bold', sans-serif;
    font-weight: 700;
}

#user-comment button:hover {
    background: #009b50;
    cursor: pointer;
}

#user-comment .__comment::-webkit-input-placeholder {
    color: #b7b7b7;
}

#user-comment .__comment:-ms-input-placeholder {
    color: #b7b7b7;
}

#user-comment .__comment::-ms-input-placeholder {
    color: #b7b7b7;
}

#user-comment .__comment::placeholder {
    color: #b7b7b7;
}

.btnDislike>span,
.btnLike>span {
    margin-right: 3px;
}
.bx-detail-cat {
    border-top: 1px solid #ec1a23;
    padding-top: 10px;
}
.btn-page-more {
    margin-top: 36px;
}
.view-more {
    display: block;
    border: 1px solid #ebebeb;
    padding: 12px 0;
    margin-inline: auto;
    text-align: center;
    text-transform: uppercase;
    max-width: 600px;
    
}
/* search */
.results-title {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 32px;
}

.results-title .keyword {
    font-size: 16px;
    color: #999;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.results-title .info-key {
    font-size: 16px;
    font-family: 'NotoSansSC', sans-serif;
    font-weight: 700;
    margin-left: 8px;
    color: #000;
}

.results-title .result {
    font-size: 12px;
    color: #fff;
    height: 30px;
    padding: 6px 15px;
    background: #ec1a23;
    border-radius: 20px;
    margin-left: auto;
    font-family: 'NotoSansSC', sans-serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    align-items: center;
}

.highlight {
    background-color: yellow;
}
.__MASTERCMS_CONTENT .fancybox-button[data-fancybox="gallery"] {
    position: relative;
    display: block;
}
.__MASTERCMS_CONTENT .fancybox-button[data-fancybox="gallery"]::after {
    content: 'Xem toàn màn hình';
    background: url(../images/pc/zoom-in.png) right 5px center no-repeat;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'NotoSansSC', sans-serif;
    padding: 5px;
    padding-right: 32px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
/* bx-video-listing */
.bx-video-listing .bx-cat-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
    align-items: flex-start;
  }
  .bx-video-listing .article {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc((100% - 25px) / 2);
  }
  .bx-video-listing .article-title {
    font-size: 18px;
    line-height: 1.4;
  }
  .bx-video-listing .article-desc {
    display: none;
  }
  .bx-video-detail .article {
    display: flex;
    flex-direction: column;
    row-gap: 0;
  }
  
  .bx-video-detail .article-video-title {
    font-size: 22px;
    line-height: 1.4;
    font-family: var(--font-title);
    font-weight: 700;
  }
  .article-date + .count-view::before {
    content: '|';
    position: absolute;
    left: 0;
  }
  .count-view {background: url(../images/pc/ico-view.png) 7px 4px no-repeat;padding-left: 30px;position: relative;}
  .bx-video-detail .article-content {
    background-color: #ebebeb;
    padding: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  
  .bx-video-detail .article-date {
    display: inline-block;
    font-weight: 400;
    padding-left: 24px;
    background: url(../images/pc/system-date.png) 0 center no-repeat;
  }
  .article-like-share {
    display: flex;
    flex-direction: row;
  }
  .link-share-f {height: 20px;line-height: 21px;background: #1877f2;color: #fff;font-size: 11px;padding: 0 8px;border-radius: 3px;display: inline-block;}
  .link-share-f:hover {opacity: .8;}
  .embed-video>div,
  .embed-ifame iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .embed-video,
  .embed-ifame {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }
   /* error-page */
.article-error {
    padding: 36px 0 30px;
    text-align: center;
}
.article-error img {
    display: block;
    text-align: center;
    margin: 0 auto 30px;
}
.backToHomepage {
    margin-top: 20px;
    background-color: #009b50;
    display: inline-block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    font-weight: 400;
}
.video-article-embed a {
    color: #018746;
}
/* bx-video-detail */
.bx-video-detail{background: #f5f5f5;}
/* .bx-video-image {width: 100%;} */
.bx-video-info {width: 100%;padding: 15px;}
.video-desc{text-align: justify;display: block;}
.bx-video-detail .bx-video-image {position: relative;margin: 0 -10px;}
.bx-video-image .article-image{margin: 0;}
.bx-video-detail .ico-play{display: block;width: 60px;height: 60px;background: url(../images/pc/ico-play.png) center center no-repeat;position: absolute;z-index: 1;top: calc(50% - 30px);left: calc(50% - 30px);}
.video-title{font-size: 22px;color:#000;margin-bottom: 10px;}
.bx-video-detail .article-detail-info {margin-bottom: 10px;}
.video-social a {display: inline-block;margin-right: 2px;}
.video-author,.video-source{text-align: right;}
/* podcast */
.podcast-detail-content {position: relative;}
.pcast-player-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pcast-play {float: left;width: 48px;height: 48px;display: block;border-radius: 100%;color: #fff;border: 1px solid #fff;font-size: 15px;margin: 0 10px;cursor: pointer;outline: none;background: #009b50 url(../images/podcast/pod-play.png) center center no-repeat;background-size: 15px;}
.pcast-pause {float: left;width: 48px;height: 48px;display: block;border-radius: 100%;background: #009b50 url(../images/podcast/pod-pause.png) center center no-repeat;color: #fff;border: 1px solid #fff;font-size: 15px;margin: 0 10px;cursor: pointer;outline: none;background-size: 15px;}
.pcast-rewind{float: left;width: 48px;height: 48px;background: url(../images/pc/podcast-rewind.svg) center center no-repeat;display: block;border: 0;cursor: pointer;outline: none;}
.pcast-forward{float: left;width: 48px;height: 48px;background: url(../images/pc/podcast-forward.svg) center center no-repeat;display: block;border: 0;cursor: pointer;outline: none;}
.pcast-time {color: #fff;font-size: 14px;font-family: 'Roboto', sans-serif;}
.pcast-progress {width: 100%;height: 5px;line-height: 0;border: none; outline: 0;box-shadow: none;-webkit-box-shadow: none;vertical-align: unset;cursor: pointer;position: absolute;left: 0;right: 0;bottom: 0;}
.pcast-progress::-webkit-progress-bar {background-color: #bcf5d9;}
.pcast-progress::-webkit-progress-value {background-color: #009b50;}
.ico-circle {content: '';width: 18px;height: 18px;background-color: #fff;border-radius: 100%;position: absolute;left: 0;top: 4px;transform: translateX(-50%);}
.pcast-mute {width: 20px;height: 24px;border: 0;outline: none;cursor: pointer;}
.pcast-currenttime {
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.pcast-duration{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.pcast-handler {
    position: absolute;
    left: 95px;
    bottom: 10px;
    display: flex;
    align-items: center;
}
/* .pcast-mute {display: block;position: absolute;right: 20px;bottom: 36px;border: 0;outline: none;cursor: pointer;font-size: 16px;color: #c3c3c3;background: none;width: 24px;height: 24px;} */
.pcast-mute-on {background: url(../images/podcast/pod-mute-on.png) center center no-repeat;background-size: 20px;}
.pcast-mute-off {background: url(../images/podcast/pod-mute-off.png) center center no-repeat;background-size: 20px;}
.pcast-speed {background: transparent;font-size: 14px;font-family: 'NotoSans-Bold', sans-serif;color: #fff;margin-inline: 7px;}
.podcast-detail-title {font-size: 24px;margin-block: 10px;}
.article-podcast-info > span::after {
    content: '|';
    padding-left: 4px;
}
article-detail-cate:empty,
.podcast-detail-authors:empty {
    display: none;
}
.article-detail-cate {
    color: #ed1c24;
}
.article-podcast-social {display: block;margin-block: 10px;}
.article-podcast-social a{width: 32px;height: 32px;line-height: 32px;border-radius: 50%;background-color: #fff;display: inline-block;margin-right: 5px;border: 1px solid #018746;text-align: center;}
.podcast-detail-desc {margin-bottom: 10px;}

/* footer */
.ft-menu {
    background-color: #faf2f2;
    padding: 15px 0 10px;
    border-top: 1px solid #efefef;
}

.name-menu {
    font-size: 12px;
    font-family: 'NotoSerifSC', sans-serif;
    text-transform: uppercase;
    color: #b7b7b7;
}

.footer-content {
    background-color: #fafafa;
    /* border-top: 1px solid #efefef; */
    padding-bottom: 20px;
}

.list-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.ft-item-menu {
    border-top: 1px solid #e1e1e1;
    width: 50%;
}

.list-menu .ft-item-menu:nth-child(2n) {
    padding-left: 20px;
}

.list-menu .ft-item-menu:nth-child(2n+1) {
    padding-right: 20px;
}

.list-menu .ft-item-menu:nth-child(-n+2) {
    border-top: 0;
}

.ft-item-menu a {
    display: block;
    padding-block: 15px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'NotoSerifSC', sans-serif;
    line-height: 1.5;
}

.footer-main {
    /* border-top: 1px solid #ccc; */
    padding-top: 25px;
}

.footer-info {
    padding-top: 10px;
}

.footer-text {
    padding-top: 15px;
    /* border-top: 1px solid #ccc; */
    /* margin-top: 15px; */
    color: #8b8b8b;
    line-height: 1.5;
}

.footer-info {
    line-height: 2.1;
}

.ft-map {
    background: url(../images/pc/ft-map.png) 0 4px no-repeat;
    padding-left: 32px;
}

.ft-tel {
    background: url(../images/pc/ft-tel.png) 0 center no-repeat;
    padding-left: 32px;
}

.ft-email {
    background: url(../images/pc/ic-mail.png) 0 4px no-repeat;
    padding-left: 32px;
}

.ft-contact {
    color: #fff;
    padding: 12px 20px 12px 56px;
    background: #28945e url(../images/pc/ft-contact.png) 20px center no-repeat;
    display: inline-block;
    border-radius: 4px;
    font-size: 18px;
}
.footer-contact {
    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
}

.footer-contact > div {
    width: calc((100% - 20px) / 2);
}
.footer-social {
    display: flex;
    column-gap: 6px;
    padding-block: 15px;
    border-top: 1px solid #e9e9e9;
    /* padding-top: 15px; */
    margin-top: 15px;
    align-items: center;
    color: #8b8b8b;
    border-bottom: 1px solid #e9e9e9;
}
.footer-links {
    display: flex;
    align-items: center;
    column-gap: 15px;
    font-weight: 700;
    overflow-x: scroll;
    white-space: nowrap;
    padding-block: 15px;
}
.footer-social a {
    background-color: #191816;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
}

.footer-social a svg {
    vertical-align: -2px;
}

.footer-social a.btn-facebook:hover {
    background-color: #1877F2;
}

.footer-social a.btn-titkok:hover {
    background-color: #6d6d6d;
}

.footer-social a.btn-youtube:hover {
    background-color: #FF0000;
}

.footer-cms a {
    color: #696969;
    display: block;
    padding: 18px 0;
}

@media screen and (max-width: 480px) {
    .layout-pic .cat-content {
        padding-block: 25px 50px;
    }

    .slick-pic {
        margin: 0 -10px;
    }

    .slick-pic .article {
        margin: 0 10px;
    }
    .cat-link {
        letter-spacing: -.4px;
        font-size: 20px;
    }
    .list-menu .ft-item-menu:nth-child(2n) {
        padding-left: 10px;
    }
    
    .list-menu .ft-item-menu:nth-child(2n+1) {
        padding-right: 10px;
    }
}
@media screen and (max-width: 440px) {
    .media-link {
        font-size: 20px;
        background-size: 24px;
    }
    .link-ytb {
        width: 70px;
        height: 16px;
        background-size: contain;
    }
}
@media screen and (max-width: 400px) {
    .header-info {
        justify-content: flex-end;
    }

    .ico-clock {
        display: none;
    }
    .cat-link {
        letter-spacing: -.8px;
        font-size: 20px;
    }
    .media-link {
        letter-spacing: -0.8px;
    }
}
@media screen and (max-width: 360px) {
    .cat-link {
        letter-spacing: -1px;
        font-size: 17px;
    }
    .media-link {
        font-size: 18px;
        background-size: 20px;
        padding-left: 28px;
    }
    
}
.icoComment,.icoVideo,.icoPhoto,.icoVote{
    display:inline-block;
    margin-left:2px;
    font-size:12px;
    color:#333;
    font-family:inherit;
    line-height:18px;
}
.icoComment {
    background: url(../images/icons/img-comment.png) left 3px no-repeat;
    padding-left: 15px;
    line-height: 18px;
}
.icoVideo{
    background: url(../images/icons/img-video.png) 0 0 no-repeat;
    width:15px;
    height:12px;
}
.icoPhoto{
    background: url(../images/icons/img-images.png) 0 0 no-repeat;
    width:15px;
    height:12px;
}
.icoVote{
    background: url(../images/icons/img-vote.png) 0 0 no-repeat;
    width:14px;
    height:14px;
}
.article-link > span + span {
    margin-left: 5px;
}