@charset "utf-8";
@import "fancybox.css";
@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto/Roboto-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto/Roboto-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: "NotoSans";
    src: url("fonts/NotoSans/NotoSans-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "NotoSans";
    src: url("fonts/NotoSans/NotoSans-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "NotoSans";
    src: url("fonts/NotoSans/NotoSans-BoldItalic.ttf");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "SaysetthaOT";
    src: url("fonts/SaysetthaOT/saysettha-ot.ttf");
}

@font-face {
    font-family: "DaunPenh";
    src: url("fonts/DaunPenh/daunpenh.ttf");
}

@font-face {
    font-family: "KozGoPr6N";
    font-weight: 400;
    src: url("fonts/KoZuKaGothicPr6N/KozGoPr6N-Regular.otf");
}

* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font: 400 14px/1.3 "NotoSans", Arial, sans-serif;
    color: #000;
}

::placeholder {
    color: #d6d6d6;
}

:-ms-input-placeholder {
    color: #d6d6d6;
}

::-ms-input-placeholder {
    color: #d6d6d6;
}

a {
    text-decoration: none;
    border: none;
    color: inherit;
    transition: .3s ease;
}

img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fw {
    width: 100%;
}

.lt {
    float: left;
}

.rt {
    float: right;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 100%;
}

.wrapper {
    padding: 0 20px;
}

.active>a {
    color: #ea2227;
}

.f0 {
    font-family: "NotoSans", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.f1 {
    font-family: "NotoSans", Arial, sans-serif;
    font-weight: 400;
}

.f2 {
    font-family: "NotoSans", Arial, sans-serif;
    font-weight: 700;
    font-style: italic;
}

.header-top {
    width: 100%;
    height: 31px;
    line-height: 31px;
    padding: 0 12px;
    background: #f2f2f2;
    overflow: hidden;
}

.header-top span,
.header-top a {
    font-size: 12px;
    color: #999;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
}

.info {
    width: calc(100% - 120px);
    overflow-x: scroll;
    white-space: nowrap;
    float: left;
    margin-right: 4px;
}

.info span,
.info a {
    display: inline-table;
}

.ico-phone {
    padding-right: 2px;
}

.ico-phone:before {
    content: '';
    background: url(../images/mb/ico-phone.png) 0 0 no-repeat;
    width: 19px;
    height: 19px;
    padding-left: 22px;
    position: relative;
    display: inline-block;
    top: 4px;
}
.ico-languages {
    float: right;
    width: 90px;
    text-align: left;
    position: relative;
    margin-right: 10px;
}

.ico-languages li {
    float: left;
}

.ico-languages a {
    display: block;
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 12px;
    color: #080808;
}

.ico-languages li>a {
    margin-top: 10px;
}

.ico-languages a::before {
    content: '';
    display: block;
    width: 24px;
    height: 16px;
    margin-right: 5px;
    float: left;
    position: relative;
    top: -3px;
}

.ico-vietnamese::before {
    background: url(../images/pc/ico-vi.png) 0 center no-repeat;
}

.ico-khmer::before {
    background: url(../images/pc/ico-la.png) 0 center no-repeat;
}

.ico-campuchia::before {
    background: url(../images/pc/ico-ca.png) 0 center no-repeat;
}

.ico-russia::before {
    background: url(../images/pc/ico-rs.png) 0 center no-repeat;
}

.ico-english::before {
    background: url(../images/pc/ico-en.png) 0 center no-repeat;
}

.ico-china::before {
    background: url(../images/pc/ico-cn.png) 0 center no-repeat;
}

.ico-btn-collaspe.active .fa-caret-down:before {
    content: "\f0d8";
}

.ico-btn-collaspe {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    right: -10px;
    cursor: pointer;
    color: #b7b7b7;
}

.ico-lang-sub {
    display: none;
    position: absolute;
    z-index: 100;
    top: 31px;
    left: -10px;
    width: calc(100% + 20px);
    padding: 5px 10px 0;
    background: #b7b7b7;
    box-shadow: 0px 0px 2px #b7b7b7;
}

.ico-languages .ico-lang-sub a {
    margin: 5px 0;
}
.ico-desktop {
    background: url(../images/mb/ico-desktop.png) right center no-repeat;
    width: 16px;
    height: 31px;
    float: right;
    cursor: pointer;
}

.navBar {
    width: 100%;
    height: 35px;
    background: #f9f2e8;
    position: relative;
    top: -15px;
}

.main-menu {
    float: left;
    width: calc(100% - 140px);
    overflow-x: scroll;
    white-space: nowrap;
    line-height: 35px;
}

.menu {
    display: table-cell;
    padding: 0 10px;
    position: relative;
}

.menu:not(.menu-homepage)>a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

.ico-homepage {
    width: 50px;
    height: 35px;
    background: url(../images/pc/ico-home.png) center center no-repeat;
    float: left;
}

.sub-main-menu {
    display: none;
    position: absolute;
    z-index: 100;
    top: 35px;
    left: 0;
    min-width: 222px;
}

.menu:hover .sub-main-menu {
    display: block;
}

.sub-menu {
    white-space: nowrap;
    background: #f9f2e8;
    border-top: 1px solid #e1e1e1;
    padding: 9px 16px;
    width: 100%;
    float: left;
    clear: both;
}


/* .sub-menu:first-child {
    border-top: 0;
}

.sub-menu:hover {
    background: #f9f2e8;
}

.sub-menu {
    font-size: 14px;
    color: #000;
} */

.dropSearch,
.dropMenu {
    float: left;
}

.ico-search {
    background: url(../images/mb/icon-search.png) center center no-repeat;
    width: 48px;
    height: 35px;
    padding: 0 12px;
    float: left;
}

.boxSearch {
    background: #fff;
    display: none;
    top: 34px;
    position: absolute;
    width: 100%;
    z-index: 999;
    height: 32px;
    left: 0;
    box-shadow: 1px 0 3px 0 #e2c08f;
}

.ico-nav {
    background: #e2c08f url(../images/mb/icon-navbar.png) center center no-repeat;
    width: 42px;
    height: 35px;
    padding: 0 12px;
    float: right;
}

#frmSearch {
    width: calc(100% - 4px);
    height: 28px;
    background: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 28px;
    float: right;
    margin: 2px;
    background: #fff;
}

#frmSearch input[type="text"] {
    border: 0;
    outline: 0;
    width: calc(100% - 28px);
    height: 28px;
    padding-left: 12px;
    float: left;
    background: transparent;
}

#frmSearch button[type="submit"] {
    border: 0;
    outline: 0;
    width: 26px;
    height: 26px;
    background: url(../images/pc/ico-search.png) center center no-repeat;
    float: right;
    cursor: pointer;
}

.header-logo {
    text-align: center;
    /* margin: 0 0 25px; */
    margin: 25px 0;
}
.header-logo .logo img{
    width: 508px;
}

/* menu list */

.language {
    margin-top: 15px;
    text-align: center;
}

.language span {
    text-transform: uppercase;
}

a.ico-la {
    font-family: "SaysetthaOT", Arial, sans-serif;
}

a.ico-ca {
    font-family: "DaunPenh", Arial, sans-serif;
    font-size: 20px;
}

a.ico-cn {
    font-family: "KozGoPr6N", Arial, sans-serif;
    font-weight: 400;
}

.flag {
    margin-left: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.flag:first-child {
    margin-left: 0;
}

.flag::after {
    content: '';
    width: 24px;
    height: 16px;
    padding-right: 29px;
    top: 4px;
    display: inline-block;
    position: relative;
}

.ico-vi:after {
    background: url("../images/pc/ico-vi.png") right 0 no-repeat;
}

.ico-la:after {
    background: url("../images/pc/ico-la.png") right 0 no-repeat;
}

.ico-ca:after {
    background: url("../images/pc/ico-ca.png") right 0 no-repeat;
}

.ico-rs:after {
    background: url("../images/pc/ico-rs.png") right 0 no-repeat;
    width: 25px;
    height: 16px;
    padding-right: 30px;
}

.ico-cn:after {
    background: url("../images/pc/ico-cn.png") right 0 no-repeat;
}

.show-overlay {
    height: 100%;
    overflow: hidden;
}

.menu-list {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2247483647;
    will-change: transform;
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    transform: translate(-100%);
}

.show_main_menu .menu-list {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

.menu-header .button {
    padding: 0 15px;
    line-height: 1;
    cursor: pointer;
}

.menu-header .button i {
    color: #0084dd;
    font-size: 120%;
    line-height: 86px;
}

.menu-header .desktop-button i {
    font-size: 100%;
}

.menu-header .close-button i {
    color: #f83831;
}

.menu-list .menu-body {
    scroll-behavior: smooth;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow: scroll;
    z-index: 9999;
    height: calc(100% - 100px);
    width: 100%;
    float: left;
    text-align: left;
}

.list-main-nav {
    background-color: #f7f7f7;
    padding: 0 20px;
}

.menu-list .menu-item {
    width: 100%;
    float: left;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

.menuLink {
    font-size: 16px;
    color: inherit;
    display: block;
    float: left;
    width: calc(100% - 50px);
    padding: 15px 0;
    font-family: 'NotoSans', sans-serif;
    font-weight: 700;
}

.sub-menu-button {
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.sub-menu-button i {
    line-height: 50px;
    color: #0084dd;
}

.sub-menu-button i.fa-minus:before {
    content: "\f068";
}

.list-sub-nav {
    width: 100%;
    float: left;
    display: none;
}

.sub-menu-item {
    border-top: 1px solid #dfdfdf;
    width: 100%;
    float: left;
}

.sub-menuLink {
    font-size: 16px;
    color: inherit;
    display: block;
    float: left;
    width: 100%;
    padding: 15px 0 15px 15px;
}

.sub-menuLink i {
    font-size: 10px;
    margin-right: 15px;
    vertical-align: 2px;
}

.menu-body #footer {
    border-top: 0;
}

.menu-copyright {
    padding: 0 15px;
}


/* head-logo */

.menu-header {
    text-align: center;
    position: relative;
    padding: 10px 0;
}

.head-logo {
    display: inline-block;
    font-size: inherit;
}


/* .header-top a:hover,
.menu.active,
.menu:hover,
.sub-menu:hover {
    color: #ea2227;
} */

.bx-detail .banner {
    margin: 0 -20px;
    width: calc(100% + 40px);
}


/* main */

#main {
    padding-top: 20px;
}

.icoPhoto,
.icoVideo,
.icoVote,
.icoComment {
    font-size: 14px;
    color: #333;
}

.article-image {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.article-image::before {
    padding-top: 75%;
    content: '';
    display: block;
}

.article-image img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-cate {
    font-size: 13px;
    color: #fe0000;
}

.article-desc {
    color: #999;
    line-height: 20px;
    margin-top: 12px;
    font-size: 14px;
}

.article-publish {
    color: #999;
    line-height: 22px;
    font-size: 11px;
}

.button-read-more {
    padding-bottom: 40px;
}

.link-read-more {
    width: 145px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #ea2227;
    background: #f9f2e8;
    display: block;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #ddd;
}

.box-cat-title {
    padding: 15px 0;
    font-size: 35px;
}

.cat-color {
    padding: 0;
}

.bt {
    border-top: 1px solid #e8e8e8;
    padding-top: 30px;
}

.banner {
    text-align: center;
}

.banner img {
    height: auto;
}


/* bx-cover */

.bx-cover {
    margin-bottom: 25px;
}

.bx-cover .article {
    width: calc((100% - 20px)/2);
    float: left;
    margin-left: 20px;
}

.bx-cover .article-title {
    font-size: 18px;
    line-height: 22px;
    margin-top: 8px;
}

.bx-cover .article:first-child {
    width: 100%;
    margin-left: 0;
    clear: both;
    margin-bottom: 30px;
}

.bx-cover .article:first-child .article-title {
    font-size: 30px;
    line-height: 36px;
    margin-top: 8px;
}

.bx-cover .article:nth-child(2n) {
    margin-left: 0;
    clear: both;
}

.bx-cover .article:not(:first-child) .article-desc {
    display: none;
}

.bx-cover .article-title {
    margin-top: 6px;
}


/* bx-insider */

.bx-insider {
    margin-bottom: 30px;
    background: #f9f2e8;
    padding: 15px 0 20px;
}

.bx-insider .box-cat-title {
    font-size: 36px;
    line-height: 1;
    color: #0084dd;
}

.bx-insider .article {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
}

.bx-insider .article-title {
    font-size: 18px;
    line-height: 22px;
    margin-top: 8px;
}

.bx-insider .article-image,
.bx-insider .article-desc {
    display: none;
}

.bx-insider .article-publish {
    margin-top: 5px;
}

.layout-pink {
    background: #fc9797;
    margin-top: 30px;
}


/* bx-item */

.bx-item .article {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 35px;
}

.bx-item .article-image {
    width: 158px;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}

.bx-item .article-title {
    font-size: 22px;
    line-height: 26px;
}

.bx-item .article:first-child .article-image {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 10px;
}

.bx-item .article:first-child .article-link {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

.bx-item .article-desc,
.bx-item .article-publish {
    display: none;
}


/* bx-focus */

.bx-focus {
    background: #ffe1e1;
    margin-top: 32px;
}

.bx-focus .box-cat-name {
    margin-bottom: 30px;
}

.bx-focus .box-cat-link {
    border-bottom: 1px solid #ffc1c1;
    padding: 0 100px 5px;
}

.bx-focus .box-cat-title {
    display: block;
    text-align: center;
    padding: 15px 0;
    font-size: 58px;
    line-height: 58px;
    color: #ea2227;
}

.bx-focus .article-cate {
    display: none;
}

.bg-white {
    background: #fff;
    border: 0;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.layout .bx-cat:not(:first-child) {
    border-top: 1px solid #e8e8e8;
}


/*  bx-cat-one  */

.bx-cat-one .article:first-child .cate-bottom,
.bx-cat-one .article:not(:first-child) .cate-top {
    display: none;
}

.bx-cat-one .cate-top {
    margin-bottom: 8px;
    display: block;
}

.bx-cat-one .cate-bottom {
    margin-top: 8px;
    display: block;
}


/* bx-col-2 */

.bx-col-2 .article {
    width: calc((100% - 20px)/2);
    float: left;
    margin-left: 20px;
    margin-bottom: 35px;
}

.bx-col-2 .article:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}

.bx-col-2 .article-title {
    font-size: 18px;
    line-height: 22px;
    margin-top: 8px;
}

.bx-col-2 .article-publish,
.bx-col-2 .article-desc {
    display: none;
}


/* bx-cat-three */

.bx-cat-three .article:nth-child(-n+2) {
    margin-bottom: 30px;
}

.bx-cat-three .article:nth-child(n+3) .article-image {
    display: none;
}


/* layout-brown */

.layout-brown .layout-name {
    background: #f5e5cf;
    /* height: 61px;
    line-height: 61px; */
}

.box-layout-title {
    color: #0084dd;
    font-size: 45px;
    font-weight: 700;
    padding-right: 25px;
}

.box-layout-subTitle {
    /* height: 48px; */
    line-height: 48px;
    margin-top: 13px;
}

.sub-layout-link {
    float: left;
    padding: 0 30px;
}

.sub-layout-link.active {
    background: #f9f2e8;
}

.link-more {
    font-size: 12px;
    line-height: 48px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 13px;
}

.link-more::after {
    content: '';
    display: inline-block;
    background: url("../images/pc/ico-arrow-right.png") 0 0 no-repeat;
    width: 31px;
    height: 7px;
    margin-left: 8px;
}

.layout-brown .layout-content {
    background: #f9f2e8;
    padding: 40px 0 30px;
}

.layout-brown .article {
    width: calc((100% - 20px)/2);
    float: left;
    margin-left: 20px;
}

.layout-brown .article:first-child {
    margin-left: 0;
}

.layout-brown .article-title {
    min-height: 64px;
}

.layout-brown .article-desc,
.layout-brown .article-link {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.layout-brown .article-desc {
    line-height: 22px;
    font-size: 16px;
    min-height: 66px;
    color: #000;
    margin-bottom: 20px;
}


/* layout-trending */

.layout-trending {
    background: #f9f2e8;
}

.box-trending {
    position: relative;
}

.box-name-trending {
    width: 100%;
    max-width: 308px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate( -50%, -50%);
}

.trending {
    position: relative;
    padding: 30px 20px 30px 30px;
}

.trending::before {
    content: '';
    width: 42%;
    height: 18px;
    background: #fc9797;
    position: absolute;
    top: 0;
    right: 0;
}

.trending::after {
    content: '';
    width: 18px;
    height: 42%;
    background: #fc9797;
    position: absolute;
    top: 0;
    right: 0;
}

.title-trending {
    font-size: 35px;
    text-transform: uppercase;
    margin: 25px 0;
}

.description-trending {
    font-size: 22px;
    line-height: 26px;
}

.link-more-trending {
    margin-top: 50px;
    display: block;
    text-transform: uppercase;
}

.link-more-trending::after {
    content: '';
    background: url(../images/pc/arrow-red.png) 0 0 no-repeat;
    width: 25px;
    height: 8px;
    display: inline-block;
    margin-left: 15px;
}

.box-content-trending {
    width: 100%;
    padding-top: 210px;
    padding-bottom: 25px;
}

.box-trending .article {
    width: calc((100% - 30px)/2);
    float: left;
    margin-left: 30px;
}

.box-trending .article:first-child {
    margin-left: 0;
}

.box-trending .article-title {
    text-indent: 60px;
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    background: url(../images/pc/ico-trending.png) left 0 no-repeat;
}


/* bx-cat-four */

.bx-cat-four {
    padding-bottom: 35px;
}

.bx-cat-four .article {
    width: 100%;
    float: left;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #ebebeb;
}

.bx-cat-four .article-image {
    width: 139px;
    float: left;
    margin-right: 18px;
    margin-bottom: 0;
}

.bx-cat-four .article-cate,
.bx-cat-four .article-publish {
    display: none;
}


/* bx-most-read */

.bx-most-read .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}


/* category.html */


/* bx-list */

.bx-list .article-publish,
.bx-list .article-desc,
.bx-list .article-cate {
    display: none;
}

.bx-list .article:first-child {
    margin-top: 0;
}


/* bx-list-trending */

.bx-list-trending {
    background: #ffe1e1;
}

.bx-list-trending .article:first-child {
    margin-top: 0;
}


/* __MB_ARTICLE_PAGING */

.__MB_ARTICLE_PAGING {
    margin-top: 56px;
    margin-bottom: 20px;
    text-align: center;
}

.__MB_ARTICLE_PAGING a,
.__MB_ARTICLE_PAGING span {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    margin-right: 1px;
    border-radius: 2px;
    background: #c2c2c2;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.__MB_ARTICLE_PAGING span:first-child {
    display: none;
}

.__MB_ARTICLE_PAGING span.current {
    background: #f90f01;
}

.__MB_ARTICLE_PAGING a:hover {
    background: #ea2227;
}


/* bx-list-right */

.bx-list-right {
    padding-bottom: 25px;
}

.bx-list-right .box-cat-name {
    border-top: 1px solid #ebebeb;
    padding-top: 12px;
    padding-bottom: 17px;
}

.bx-list-right .box-cat-link {
    border-top: 1px solid #ff0000;
    padding-top: 11px;
}

.bx-list-right .article {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #ebebeb;
    width: 100%;
    float: left;
}

.bx-list-right .article:first-child {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
}

.bx-list-right .article-image {
    width: 139px;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}

.bx-list-right .article-cate,
.bx-list-right .article-publish,
.bx-list-right .article-desc {
    display: none;
}

.bx-list-right .article-title {
    font-size: 16px;
    line-height: 22px;
}


/* bx-trending-right */

.bx-trending-right {
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.bx-trending-right .box-cat-link {
    color: #fe0000;
}


/* breadcrumb */

.breadcrumb {
    height: 63px;
    line-height: 62px;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.breadcrumb .cat,
.cat>h1 {
    display: inline-block;
}

.cat {
    color: #7b7b7b;
    font-weight: 700;
    position: relative;
    top: -3px;
}

.cat a {
    font-size: 14px;
}

.breadcrumb .cat:not(:first-child) a {
    position: relative;
    top: -3px;
}

.breadcrumb .cat:first-child a,
.breadcrumb .cat:first-child span {
    font-size: 30px;
    color: #cacaca;
}


/* detail */

.article-detail {
    text-align: center;
    margin-bottom: 50px;
}

h1.article-detail-title {
    font-size: 40px;
    line-height: 48px;
}

.article-detail-desc {
    font-size: 16px;
    line-height: 22px;
    margin: 25px 0;
}

.article-detail-infor {
    margin: 0 auto;
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
}

.article-author {
    color: #999;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.article-detail-meta {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.article-detail-meta span:not(:first-child)::before {
    content: '|';
    padding-right: 5px;
}

.__MASTERCMS_CONTENT_MOBILE {
    margin-bottom: 20px;
}

.__MASTERCMS_CONTENT_MOBILE p {
    font-size: 16px;
    line-height: 1.875;
    text-align: justify;
    margin: 15px 0;
    word-break: break-word;
}

.__MB_ARTICLE_A td a {
    border-top: 1px solid #e1e1e1;
    padding-top: 12px;
}

.__MB_ARTICLE_A td a:first-child {
    border-top: 0;
}

.__mb_article_in_image_box {
    width: 50px;
    height: 28px;
    max-width: 100%;
}

.article-detail-author {
    font-size: 16px;
    line-height: 1.875;
    text-align: right;
    margin: 15px 0;
    font-weight: 700;
}

.link-share span {
    float: left;
    padding-right: 5px;
    padding-bottom: 2px;
}

.bt-email a {
    width: 60px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #868686;
    color: #868686;
    border-radius: 3px;
    font-size: 12px;
    display: block;
}

.bt-email a::before {
    content: '';
    background: url(../images/pc/ico-mail.png) 0 2px no-repeat;
    width: 16px;
    height: 14px;
    padding-left: 20px;
    color: inherit;
}

.bt-email a:hover {
    background: #f1f1f1;
}


/* tags */

.article-tag {
    margin-top: 20px;
}

.article-tag span,
.tag-title {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    background: url(../images/pc/ico-tags.png) left bottom no-repeat;
    padding-left: 30px;
    padding-right: 5px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.article-keyword {
    padding-left: 89px;
    padding-top: 3px;
}

.article-keyword a {
    /* height: 24px; */
    line-height: 24px;
    background-color: #f0f0f0;
    float: left;
    padding: 0 5px;
    margin: 0 10px 10px 0;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
}
#user-comment {
    margin-top: 20px;
}

.link-more:hover {
    text-decoration: underline;
}

.link-read-more:hover {
    background: #ea2227;
    color: #fff;
}

.sub-layout-link:hover,
.link-more-trending:hover,
.box-layout-title:hover {
    color: #ea2227;
}

.link-trending:hover,
.breadcrumb .cat:first-child a:hover,
.breadcrumb .cat a:hover,
a.box-cat-link:hover {
    color: #ea2227;
    text-decoration: underline;
}

.article-cate:hover {
    text-decoration: underline;
}

.article-title:hover {
    color: #0084dd;
}

.cat-sub-list {
    position: relative;
    padding: 21px 0;
}

.icon-cat-sub {
    cursor: pointer;
}

.icon-cat-sub::before {
    content: "\f078";
    padding-left: 7px;
    display: inline-block;
    font-size: 10px;
    font-style: normal;
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
    vertical-align: top;
    font-weight: 900;
    padding: 10px;
}

.cat-sub-item {
    display: none;
    background-color: #F9F2F7;
    position: absolute;
    top: 75px;
    right: 0;
    z-index: 99;
    width: 280px;
    /* transform: rotateX( -90deg); */
    box-shadow: -2px 2px 5px rgb(0 0 0 / 20%);
    /* transition: all 0.27s ease-in-out; */
    transform-origin: 0 0;
}

.layout-name .cat-sub-item {
    top: 61px;
}

.cat-sub-item a:first-child {
    border-top: 0;
}

.cat-sub-item a {
    display: block;
    text-align: right;
    padding: 8px;
    line-height: 32px;
    border-top: 1px solid #ececec;
}


/* footer */

#footer {
    border-top: 10px solid #f9f2e8;
}

a.link {
    width: 36px;
    height: 36px;
    border: 1px solid #0084dd;
    color: #0084dd;
    float: left;
    display: block;
    border-radius: 36px;
    text-align: center;
    padding: 6px;
    font-size: 18px;
    margin-left: 10px;
}

.link:hover {
    border-color: #ea2227;
    color: #ea2227;
}

.footer-logo {
    margin-top: 25px;
    margin-bottom: 20px;
}

.footer-info p {
    padding-top: 8px;
    font-size: 12px;
    line-height: 16px;
}

.footer-info p:first-child {
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 0;
}

.mastercms {
    margin-top: 35px;
    border-top: 1px solid#e1e1e1;
    padding: 20px 0;
}

.cms {
    font-size: 12px;
    font-family: "NotoSans", Arial, sans-serif;
}

.cms:hover {
    color: #0084dd;
}

.gotop {
    background: url(../images/mb/gotop.png) 0 0 no-repeat;
    width: 45px;
    height: 45px;
    display: none;
    position: fixed;
    bottom: 100px;
    right: 10px;
    cursor: pointer;
    z-index: 999;
}
@media screen and (max-width: 500px) {
    .header-top .hide {
        display: none ;
    }    
}
@media screen and (max-width: 428px) {
    .box-cat-title {
        padding: 15px 0;
        font-size: 32px;
    }
    .cat-color {
        padding: 0;
    }
    .box-layout-title {
        font-size: 32px;
        line-height: 60px;
    }
    .bx-focus .box-cat-title {
        font-size: 48px;
        line-height: 48px;
    }
    .bx-focus .box-cat-link {
        padding: 0 30px 5px;
    }
    .bx-item .article-title {
        font-size: 18px;
        line-height: 21px;
    }
    .box-trending .article-title {
        text-indent: 50px;
        font-size: 18px;
        line-height: 36px;
    }
    h1.article-detail-title {
        font-size: 28px;
        line-height: 36px;
    }
    .button-read-more {
        padding-bottom: 30px;
    }
    .cat-sub-item {
        top: 71px;
    }
    .cat-sub-list {
        padding: 19px 0;
    }
    .banner {
        width: 100%;
        overflow-x: scroll;
    }
}

@media screen and (max-width: 368px) {
    .box-layout-title {
        font-size: 22px;
    }
    .link-more {
        line-height: 40px;
    }
    .box-cat-title {
        font-size: 24px;
    }
    .cat-sub-item {
        top: 61px;
    }
    .cat-sub-list {
        padding: 14px 0;
    }
}