@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;
    min-width: 1300px;
}

::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%;
}

.siteCenter {
    width: 1260px;
    margin: 0 auto;
}

.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;
}

.mt25 {
    margin-top: 25px;
}

.header-top {
    width: 100%;
    height: 33px;
    border-bottom: 1px solid #ebebeb;
    line-height: 32px;
}

.header-top span,
.header-top a {
    font-size: 12px;
    color: #999;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
}

.ico-clock {
    padding-right: 2px;
}

.ico-clock:before {
    content: '';
    background: url(../images/pc/ico-clock.png) 0 0 no-repeat;
    width: 15px;
    height: 15px;
    padding-left: 22px;
    position: relative;
    display: inline-block;
    top: 3px;
}

.header-top a.about-us {
    text-transform: uppercase;
    padding-left: 2px;
    font-weight: 700;
}

.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:not(:last-child) {
    margin-right: 10px;
}

.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;
}

.space {
    width: 1px;
    height: 32px;
    background: url(../images/pc/ico-space.png) center center no-repeat;
    margin: 0 12px;
}

#frmSearch {
    width: 180px;
    height: 28px;
    background: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 28px;
    float: right;
    margin: 2px 0;
}

#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: 25px 0;
}

#nav {
    width: 100%;
    height: 53px;
    background: #f9f2e8;
}

.menu {
    display: block;
    float: left;
    padding: 17px 10px;
    position: relative;
}

.menu:not(.menu-homepage)>a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

.ico-homepage {
    width: 19px;
    height: 19px;
    background: url(../images/pc/ico-home.png) center center no-repeat;
    display: block;
}

.sub-main-menu {
    display: none;
    position: absolute;
    z-index: 100;
    top: 52px;
    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;
}

.header-top a:hover,
.menu.active,
.menu:hover,
.sub-menu:hover {
    color: #ea2227;
}


/* main */

.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: 25px;
}

.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: 20px 25px 20px 0;
    font-size: 35px;
}

.box-cat-subTitle {
    font-size: 16px;
    line-height: 48px;
    padding-top: 25px;
}

.cat-color {
    padding: 0;
}

.bt {
    border-top: 1px solid #e8e8e8;
    padding-top: 30px;
}

.banner {
    margin-bottom: 30px;
    text-align: center;
}

.banner img {
    height: auto;
}

.layout-main .siteCenter {
    margin: 40px auto 30px;
}

.layout-grid-body {
    display: grid;
    grid-template-columns: auto 300px;
    grid-column-gap: 40px;
}

.bx-cover .article {
    width: 310px;
    float: left;
}

.bx-cover .article:first-child {
    width: 570px;
    float: right;
}

.bx-cover .article {
    margin-top: 35px;
}

.bx-cover .article:nth-child(-n+2) {
    margin-top: 0;
}

.bx-insider .article-title,
.bx-cover .article-title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 8px;
}

.bx-cover .article:not(:first-child) .article-desc {
    display: none;
}

.bx-cover .article:first-child .article-title {
    font-size: 32px;
    line-height: 38px;
    margin-top: 8px;
}


/* bx-insider */

.bx-insider {
    margin-bottom: 25px;
}

.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-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-desc,
.bx-item .article-publish {
    display: none;
}

.bx-item .article {
    width: 610px;
    float: left;
    margin-bottom: 25px;
}

.bx-item .article-image {
    width: 195px;
    float: left;
    margin-right: 25px;
}

.bx-item .article-title {
    font-size: 24px;
    line-height: 28px;
}

.bx-item .article:first-child .article-image {
    width: 100%;
    margin-right: 0;
    float: none;
}

.bx-item .article:first-child .article-link {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}


/* bx-focus */

.bx-focus .box-cat-name {
    border-bottom: 1px solid #ffc1c1;
    margin-bottom: 30px;
}

.bx-focus .box-cat-title {
    display: block;
    text-align: center;
    padding: 15px 0;
    font-size: 58px;
    line-height: 58px;
    color: #ea2227;
}

.bx-focus .article:first-child {
    float: right;
}

.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 {
    float: right;
}

.bx-cat-one .article:first-child {
    float: left;
}

.bx-cat-one .cate-top {
    margin-bottom: 8px;
    display: block;
}

.bx-cat-one .cate-bottom {
    margin-top: 8px;
    display: block;
}

.bx-cat-one .article:first-child .cate-bottom,
.bx-cat-one .article:not(:first-child) .cate-top {
    display: none;
}


/* bx-cat-two */

.bx-cat-two .article {
    width: calc((100% - 3*40px)/4);
    float: left;
    margin-left: 40px;
    margin-bottom: 35px;
}

.bx-cat-two .article:nth-child(4n+1) {
    margin-left: 0;
    clear: both;
}

.bx-cat-two .article-title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 8px;
}

.bx-cat-two .article-publish,
.bx-cat-two .article-desc {
    display: none;
}


/* bx-cat-three */

.bx-cat-three .article:nth-child(-n+4) {
    margin-bottom: 30px;
}

.bx-cat-three .article:nth-child(n+5) .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% - 3*40px)/4);
    float: left;
    margin-left: 40px;
}

.layout-brown .article:first-child {
    margin-left: 0;
}

.layout-brown .article-title {
    min-height: 74px;
    font-size: 18px;
}

.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: 110px;
    color: #000;
    margin-bottom: 20px;
    -webkit-line-clamp: 5;
}


/* layout-trending */

.layout-trending {
    background: #f9f2e8;
    margin-bottom: 25px;
}

.box-trending {
    position: relative;
}

.box-name-trending {
    width: 308px;
    background: #fff;
    position: absolute;
    transform: translateY(-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: calc(100% - 308px);
    padding-top: 25px;
    padding-bottom: 25px;
}

.box-trending .article {
    width: calc((100% - 3*35px)/3);
    float: left;
    margin-left: 35px;
}

.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;
}


/* category.html */

.banner-135x1160 {
    clear: both;
}

.bx-list {
    clear: both;
}

.bx-list .article {
    width: 100%;
    display: block;
    float: left;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ebebeb;
}

.bx-list .article-image {
    width: 293px;
    float: left;
    margin-right: 22px;
    margin-bottom: 0;
}

.bx-list .article-image::before {
    padding-top: 56.25%;
}

.bx-list .article-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
}

.article-info span {
    color: #bcbcbc;
    font-size: 13px;
}

.bx-list .article-desc {
    margin-top: 5px;
}


/* __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: 18px;
    line-height: 24px;
}


/* bx-trending-right */

.bx-trending-right {
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.bx-trending-right .box-cat-link {
    color: #fe0000;
}

.bx-most-read {
    margin-bottom: 0;
}


/* breadcrumb */

.breadcrumb {
    height: 63px;
    line-height: 62px;
    border-bottom: 1px solid #e1e1e1;
}

.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;
    width: calc(100% - 2*150px);
    margin: 0 150px;
}

.article-detail-desc {
    font-size: 18px;
    line-height: 25px;
    width: calc(100% - 2*92px);
    margin: 25px 92px;
}

.article-detail-infor {
    width: 428px;
    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-author:hover {
    text-decoration: underline;
    color: #ea2227;
}

.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 {
    margin-bottom: 50px;
}

.__MASTERCMS_CONTENT p {
    font-size: 16px;
    line-height: 1.875;
    text-align: justify;
    margin: 15px 0;
}

.__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: 10px;
}

.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;
}

.bt-print 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-print i {padding-right: 3px;
}
/* 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;
}

.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;
}


/* footer */

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: 10px;
    font-size: 12px;
    line-height: 14px;
}

.footer-info p:first-child {
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 0;
}

.mastercms {
    margin-top: 20px;
    border-top: 1px solid#e1e1e1;
    padding: 20px 0;
}

.cms {
    font-size: 12px;
    font-family: "NotoSans", Arial, sans-serif;
}

.cms:hover {
    color: #0084dd;
}

.backTop {
    background: url(../images/pc/backTop.png) 0 0 no-repeat;
    width: 56px;
    height: 56px;
    display: none;
    position: fixed;
    bottom: 225px;
    right: 10px;
    cursor: pointer;
    z-index: 99998;
}

.mobile-button {
    background: #ccc;
    width: 100%;
    line-height: 100px;
    color: #005832;
    font-size: 36px;
    text-align: center;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
}