@import url("./fancybox.css");
@font-face{font-family: 'DaunPenh'; src: url('./fonts/DaunPenh.ttf');}
@font-face{font-family: 'Khmer'; src: url('./fonts/KhmerOScontent.ttf');}
@font-face{font-family: 'Myriad-Pro'; src: url('./fonts/MYRIADPRO-REGULAR.OTF');}

* {margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
*:before, *:after { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}

body { font: 400 14px/1.3 "Khmer", Arial, sans-serif; color: #000; min-width: 1200px;}
#header {position: relative;
    z-index: 99;}
.clearfix::after, .clearfix::before {content: ''; clear: both; display: block; height: 0; line-height: 0; width: 100%;}
.fw {width: 100%;}
.lt {float: left;}
.rt {float: right;}
a {text-decoration: none; border: none; color: inherit; outline: 0;}
img { border: none; vertical-align: middle;}
ul, ol {list-style: none;}
.siteCenter {margin: 0 auto; width: 1180px;}

/* index */
.gotop {
    position: fixed;
    z-index: 2;
    bottom: 58px;
    right: 10px;
    background: #da0000;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
    transition: 0.5s;
}
/* header */
.header-top {
    height: 33px;
    line-height: 33px;
    background-color: #f5f5f5;
}

.header-top .lt {
    color: #003366;
    font-size: 12px;
}
.language a {font-size: 12px;margin-left: 8px;}
.language a:first-child {margin-left: 0;}
.language a:before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    position: relative;
    top: 2px;
    margin-right: 4px;
}
.lang-vi:before {
    background: url(../images/ico-flagvi.png) 0 center no-repeat;
}
.lang-en:before {
    background: url(../images/ico-flagen.png) 0 center no-repeat;
}
.lang-ru:before {
    background: url(../images/ico-flagru.png) 0 center no-repeat;
}
.lang-ch:before {
    background: url(../images/ico-flagch.png) 0 center no-repeat;
}
.lang-la:before{
    background: url(../images/ico-flagla.png) 0 center no-repeat;
}
.header-logo {
    text-align: center;
    margin: 7px 0;
}
.nav-bar {
    background-color: #da0000;
    height: 42px;
}
.system-menu > li.item-menu {
    color: #fff;
    font-size: 15px;
    float: left;
    position: relative;
    background: url(../images/ico-bdrleft.png) 0 center no-repeat;
}
.system-menu > li.item-menu > a {
    line-height: 42px;
    padding: 0 16px;
}
/* .ico-home {
    background: url(../images/ico-home.png) 0 0 no-repeat;
}
.ico-home:before {
    content: '';
    width: 21px;
    height: 17px;
    display: inline-block;
} */
.nav-bar .system-menu>li:first-child {
    background: 0;
    padding-left: 0;
}
.nav-bar .system-menu>li:first-child i{
    color: #fff;
    font-size: 16px;
}
.nav-bar .system-menu > li:hover {
    background-color: #bf0202;
}
.nav-bar .system-menu > li:first-child {
    background: none;
}
.nav-bar .system-menu > li:first-child:hover {
    background: none;
}

.sub-system-menu {
    display: none;
    background-color: #bf0202;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 99;
    width: 255px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
}

.system-menu .item-menu:hover > .sub-system-menu{
    display: block;
}
.sub-system-menu li {
    display: block;
    padding: 10px 20px;
}
.system-menu li.active,
.sub-system-menu li:hover {
    background-color: #a70101;
}
#frmSearch {
    width: 205px;
    height: 36px;
    background-color: #fff;
    border-radius: 36px;
    margin: 3px 0;
    border: 0;
}
#frmSearch input[type="text"] {
    width: calc(100% - 36px);
    float: left;
    line-height: 36px;
    padding-left: 15px;
    outline: none;
    border: 0;
    background-color: transparent;
}
#frmSearch button[type="submit"] {
    width: 36px;
    height: 36px;
    float: right;
    outline: 0;
    border: 0;
    background: url(../images/ico-search.png) center center no-repeat;
    cursor: pointer;
}
#stick-bar {background-color: #eaeaea;height: 39px;line-height: 39px;}
.stick {
    font-family: 'Myriad-Pro', sans-serif;
    background-color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    color: #c40000;
    margin-top: 6px;
    float: left;
    height: 27px;
    line-height: 30px;
    width: 119px;
    text-align: center;
    border-radius: 27px;
}
.breaking-news-marquee {
    width: calc(100% - 130px);
    float: right;
}
.breaking-news-marquee a {
    background: url(../images/ico-stick.png) 0px 8px no-repeat;
    padding-left: 13px;
    margin-right: 30px;
    color: #003366;
    font-size: 12px;
}

/* Main */
#main {
    margin-top: 14px;
    margin-bottom: 25px;
}
.article-image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}   
.article-image:before {
    content: '';
    display: block;
    padding-top: 56.25%;
}
.article-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
}
.box-cat-title {margin-bottom: 10px;background: url(../images/ico-bdright.png) left center repeat-x;}
.box-cat-name {
    float: left;
    color: #da0000;
    background: #fff;
    padding-right: 10px;
    font-size: 24px;
}
.article-title {
    color: #003366;
}
.article-link {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
a.box-cat-link:hover {
    color: #a00000;
}
.master-cms a:hover,.menu-f a:hover, .box-layout .article-link:hover, .box-cover .article-link:hover, .bx-list-news .article-link:hover, .bx-last-news .article-link:hover {
    color: #da0000;
}
.main-body {
    margin-bottom: 15px;
}

.col-left {
    width: 600px;
}

.box-cover {
    margin-top: 15px;
}

.box-main .article {
    position: relative;
    display: block;
    width: 100%;
}
.box-main .article-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    z-index: 1;
    background: rgb(0, 0, 0, 0.4);
    color: #fff;
    display: block;
    width: 100%;
    font-weight: normal;
}
.box-main .article:hover .article-title{
    background: rgb(0, 0, 0, 0.7);
}
.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
    background-size: cover;
    background-color: transparent;
    width: 32px;
    height: 71px;
    border: none;
    outline: 0;
    font-size: 0;
    cursor: pointer;
}
.slick-prev {
    background: url(../images/ico-prev.png) 0 0 no-repeat;
    left: 10px;
}
.slick-next {
    background: url(../images/ico-next.png) 0 0 no-repeat;
    right: 10px;
}
.box-main-slider .article-title {
    font-size: 22px;
}
.box-main-slider .slick-dots {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.slick-dots li  {
    float: left;
}
.slick-dots button {
    width: 7px;
    height: 7px;
    font-size: 0;
    border: none;
    margin-right: 2px;
    outline: 0;
    cursor: pointer;
    background-color: #fff;
}

.box-cover .article {
    float: left;
    width: calc((100% - 2*16px)/3);
    margin-left: 16px;
}
.box-cover .article:first-child {
    margin-left: 0;
}
.box-cover .article-title {
    font-size: 14px;
    margin-top: 10px;
    /* font-weight: normal; */
}

.col-right {
    width: 565px;
}

.box-w300 {
    width: 300px;
}
.box-layout {margin-bottom: 8px;}
.bx-last-news .article:not(:first-child),
.bx-list-news .article:not(:first-child) {
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
    margin-top: 10px;
}

.bx-list-news .article-title {
    font-size: 18px;
    margin-top: 10px;
}

.bx-last-news {
    width: 250px;
}
.bx-last-news .article-title {
    font-size: 14px;
    font-weight: normal;
}

.box-main-news {
    width: 545px;
}

.box-main-news .article-info {
    background: #0f496e;
    padding: 0 20px 50px;
}
.box-main-news .article-title {
    color: #fff;
    padding: 10px 0;
    font-size: 22px;
}
.box-main-news .article-desc {
    color: #fff;
}

.box-nows .banner-qc {
    width: 383px;
}
.box-nows .banner-qc img {
    width: 100%;
}
.banner-qc .banner:not(:first-child) {
    margin-top: 15px;
}
.box-older-news .article {
    width: 100%;
    margin-top: 17px;
    display: block;
}
.box-older-news .article:first-child {
    margin-top: 0;
}

.box-older-news .article::after {
    content: '';
    display: block;
    clear: both;
}

.box-older-news .article-info {
    padding: 10px 10px 25px;
    background: #f5f5f5;
}


.box-cat-friendship, .box-cat {
    width: 863px;
}

.box-cat-friendship .article-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.box-cat .article {
    width: 423px;
    float: left;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e1e1e1;
}
.box-cat .article:first-child {
    width: 427px;
    margin-right: 13px;
}

.box-cat .article:not(:first-child) .article-image {
    width: 160px;
    float: left;
}
.box-cat .article:not(:first-child) .article-info {
    float: right;
    width: 250px;
}
.box-cat .article-title {
    font-size: 15px;
}
.box-cat .article:first-child .article-title {
    font-size: 18px;
}
.box-cat .article-date {
    margin-top: 5px;
    color: #afafaf;
    font-size: 12px;
    float: left;
    
}

.box-cat .article:first-child .article-date {
    margin: 10px 0;
}

.article-date::before {
    content: '';
    background: url(../images/ico-lock.png) 0 center no-repeat;
    width: 17px;
    height: 19px;
    padding-left: 25px;
}

.link-app a {
    width: calc((100% - 12px)/2);
    float: left;
    margin-left: 12px;
    margin-bottom: 10px;
}
.link-app a:first-child {
    margin-left: 0;
}
.box-cat-nows {width: 783px;}
.box-cat-nows .article{
    width: calc((100% - 17px)/2);
    float: left;
    margin-left: 17px;
    margin-top: 17px;
}
.box-cat-nows .article:nth-child(-n+2) {
    margin-top: 0;
}
.box-cat-nows .article-info {
    background: #f5f5f5;
    height: 100px;
    padding: 15px 18px 0;
}
.box-left .article-title,
.box-cat-nows .article-title {
    font-size: 16px;
}

.box-left {
    width: 863px;
}
.box-item-slider {
    margin: 0 -9px;
    height: 275px;
}
.box-left .article{
    padding: 0 9px;
}
.box-left .article-info {
    height: 95px;
    background: #f5f5f5;
    padding: 15px 18px 0;
}
.box-left .slick-prev {
    left: 19px;
}

.box-left .slick-next {
    right: 19px;
}
.box-left .slick-prev, .box-left .slick-next {
    top: 75px;
}
.box-left .slick-dots button {
    width: 8px;
    height: 8px;
    font-size: 0;
    border: none;
    margin-right: 3px;
    outline: 0;
    cursor: pointer;
    background-color: #e6e6e6;
}
.box-left .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slick-dots .slick-active button {
    background-color: #da0000;
}

.box-cat-nows .article:nth-child(2n+1){
    margin-left: 0;
}
.box-read-most .article-desc,
.box-related .article-desc,
.box-read-more .article-image, .box-read-more .article-desc,
.box-left .article-desc,
.box-cat-nows .article-desc,
.box-older-news .article-desc,
.col-right .article-desc,
.bx-last-news .article-image, 
.box-cover .article-desc,
.box-main .article-desc {
    display: none;
}

/* footer */
.footer-top {
    height: 38px;
    background: #e1e1e1;
    line-height: 38px;
}
.icon-home {
    background: url(../images/ico-home-red.png) center center no-repeat;
    width: 21px;
    height: 17px;
    padding-left: 21px;
}
.right a{
    /* margin-left: 7px; */
    display: inline-block;
}
.ico-fb, .ico-twitter, .ico-ytb {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-top: 9px;
}
.ico-fb {
    background: url(../images/ico-fb.png) center center no-repeat;
}
.ico-twitter {
    background: url(../images/ico-twitter.png) center center no-repeat;
}
.ico-ytb {
    background: url(../images/ico-ytb.png) center center no-repeat;
}
.footer-menu {
    background: #f5f5f5;
    padding-top: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ececec;
}
.menu-f > li {
    float: left;
    margin-left: 30px;
    color: #003366;
    width: 265px;
}
.menu-f > li > a {
    font-weight: 700;
}
.menu-f .item-m-f:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
    margin-bottom: 20px;
}
.sub-menu-f li {
    border-top: 1px dotted #b0b0b0;
    padding-top: 5px;
    margin-top: 7px;
    font-size: 12px;
}
.sub-menu-f li:first-child {
    border-top: 0;
    padding-top: 7px;
}

.footer-bottom {
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
}
.footer-bottom p{
    text-align: right;
    margin-top: 10px;
}
.footer-bottom p:first-child {
    margin-top: 0;
}
.master-cms {
    padding: 15px 0;
    color: #d2d2d2;
}

/* list */

.breadcrumb {
    height: 39px;
    line-height: 39px;
}
.breadcrumb li {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
}
.breadcrumb a{
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
}
.breadcrumb a:after {
    content: '/';
    padding-left: 3px;
}
.breadcrumb li:last-child a:after {
    content: '';
    padding-left: 0;
}
.breadcrumb li:last-child a, .breadcrumb li:last-child span {
    color: #da0000;
}
.box-main-list .article-title {font-size: 20px;}
.box-three-title .article {
    width: calc((100% - 17px)/2);
    float: left;
    margin-left: 17px;
    position: relative;
}
.box-three-title .article:first-child {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
}
.box-three-title .article:first-child .article-image:before {
    padding-top: 30.44%;
}
.box-three-title .article:nth-child(2n){
    margin-left: 0;
}
.box-three-title .article-title {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    color: #fff;
}
.box-three-title .article:first-child .article-title {
    left: 20px;
    right: 20px;
}
.mask::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(43,43,43,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(43,43,43,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(43,43,43,1) 100%);
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2b2b2b',GradientType=0 ); */
}
.box-three-title .article:hover .mask::after {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); */
}
.stick-list {
    background: #da0000;
    margin-top: 10px;
    margin-bottom: 17px;
    padding-left: 10px;
    height: 56px;
    line-height: 56px;
}
.stick-list .stick {
    margin-top: 13px;
}
.stick-list .breaking-news-marquee a {
    background: url(../images/ico-stick-white.png) 0px 7px no-repeat;
    color: #fff;
}
.box-list {width: 863px;}
.__MB_ARTICLE_PAGING {
    float: left;
    clear: left;
    margin: 28px 0 10px 0;
}
.__MB_ARTICLE_PAGING span, .__MB_ARTICLE_PAGING a {
    display: inline-block;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 0;
    width: 30px;
    background-color: #c2c2c2;
    font-weight: 400;
    font-size: 12px;
    text-transform: inherit;
    color: #fff;
    margin-right: -3px;
}
.__MB_ARTICLE_PAGING span:first-child {
    display: none;
}
.__MB_ARTICLE_PAGING span.current {
    background-color: #ed1c24;
}
.__MB_ARTICLE_PAGING a {
    background-color: #c2c2c2;
}
#filter input[type="text"] {
    border: 1px solid #ededed;
    height: 26px;
    width: 200px;
    background: url(../images/ico-date.png) right 3px center no-repeat;
    float: right;
    margin: 28px 0 10px 0;
    padding-left: 5px;
}
.box-read-more .article {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #e1e1e1;
}
.box-read-more .article-title {font-size: 15px; font-weight: 400;}
.box-read-more .article:first-child, .box-cat .article:nth-child(-n+2) {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

/* detail */
.detail-title {
    margin-bottom: 18px;
}
.detail-info a, .detail-info span{
    margin-right: 13px;
    color: #c2c2c2;
}
.detail-info span:empty {
    display: none;
    /* background: 0; */
}
.detail-info a:last-child, .detail-info span:last-child {margin-right: 0;}
.ico-person {
    background: url(../images/ico-person.png) 0 4px no-repeat;
    width: 11px;
    height: 13px;
    padding-left: 17px;
}
.ico-eyes {
    background: url(../images/ico-eyes.png) 0 7px no-repeat;
    width: 16px;
    height: 10px;
    padding-left: 22px;
}
.body-detail .banner {
    text-align: center;
}
.body-detail .detail-info {
    margin-bottom: 25px;
}
.post-body p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 45px;
}
.post-body .detail-desc {
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 25px;
}
.MASTERCMS_TPL_TABLE,
.__MASTERCMS_CONTENT table {
    margin: 0 auto 25px;
}
.MASTERCMS_TPL_TABLE tbody tr:nth-child(even) td {
    background-color: #fff;
    color: #a0a0a0;
}
.__MB_template_nd {
    border: 1px solid #eeeeee;
    box-shadow: 5px 5px 10px #eeeeee;
    text-align: center;
}
.__MB_template_nd > tbody > tr > td {
    padding: 0px 25px;
}
.__MASTERCMS_CONTENT .mastercms-person {
    margin-top: 10px;
    margin-bottom: 0;
}
.mastercms-person img {
    width: 100%;
    border-radius: 50%;
}
.__MB_template_nd p {
    margin-top: 20px;
}
.__MB_template_nd div {
    margin-bottom: 20px;
}
.__MB_template_nd tr:nth-child(2) td {
    font-weight: bold;
}
.box-related .article {
    width: calc((100% - 2*18px)/3);
    float: left;
    margin-left: 18px;
}
.box-related .article:first-child {
    margin-left: 0;
}
.box-related .article-info {
    height: 120px;
    background: #f5f5f5;
    padding: 10px 12px 0;
}
.box-related .article-title {
    margin-top: 5px;
    font-size: 16px;
}
.mb15 {
    margin-bottom: 15px;
}
.box-read-most .article {
    float: left;
    margin-top: 16px;
    padding-top: 17px;
    border-top: 1px solid #e1e1e1;
    width: 100%;
}
.box-read-most .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.box-read-most .article-image {
    width: 84px; 
    float: left;
    margin-right: 12px;
}
.box-read-most .article-image::before {
    padding-top: 72px;
}
.box-read-most .article-image img {
    object-fit: cover;
    -o-object-fit: cover;
}

/**/

.box-cat-friendship {
    display: flex;
    justify-content: space-between;
}

.box-main-news {
    background-color: #0f496e;
}
.tags span {
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    height: 22px;
    padding-left: 25px;
    background: url(../images/tag-ico.png) left center no-repeat;
}
.tags a {
    display: inline-block;
    padding: 5px 10px;
    background: #e3e3e3;
    margin: 0 0 10px 5px;
    border-radius: 5px;
}


/* videos */
.video-frame img,
.video-frame iframe {
    width: 100%;
    height: 100%;
}
.video-frame {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.video-frame .videoWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.video-title {
    margin: 15px 0px;
}
.ico-calendar {
    display: inline-block;
    margin-right: 5px;
    background: url(../images/icon-calendar.png) 0px 0px no-repeat;
    /* width: 15px;
    height: 16px; */
    vertical-align: -2px;
    cursor: pointer;
    padding-left: 20px;
}
.video-desc{
    margin: 20px 0;
}
.box-list-videos .article {
    width: calc((100% - 2 * 15px) / 3);
    float: left;
    margin-left: 15px;
    margin-bottom: 30px;
}
.box-list-videos .article:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
}
.ico-play {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/ico-play.png) center center no-repeat;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    position: absolute;
    z-index: 50;
}
.box-list-videos .article-title {
    margin-top: 10px;
    font-size: 16px;
}
.box-list-videos .article-desc {
    display: none;
}

.highlight { background: yellow; }
.article-detail .icon-printer{width: 16px;height: 16px;float: right;transition: .3s ease-in-out}
.icon-printer:hover {fill:#333;}
.logo-image img{
    width: 227px;
}
.banner img {
    max-width: 100%;
    height: auto;
}

.w863 {
    width: 863px;
}
.box-w300 .bx-last-news {
    width: 100%;
}

.box-w300 .bx-last-news .article:first-child .article-image {
    display: block;
    margin-bottom: 10px;
}
.box-w300 .bx-last-news .article:first-child .article-link {
    font-size: 16px;
    font-weight: bold;
}

.hide, .hidden {
    display: none;
}

/* SEARCH PAGE __MB_ARTICLE_PAGING */
._PC_SEARCH .__MB_ARTICLE_PAGING {
    width: 100%;
    text-align: center;
    margin: 20px 0 20px 0;
}

._PC_SEARCH .__MB_ARTICLE_PAGING span,
._PC_SEARCH .__MB_ARTICLE_PAGING a {
    display: inline-block;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 34px;
    width: 130px;
    background-color: #eee;
}

._PC_SEARCH .__MB_ARTICLE_PAGING span.current {
    color: #da0000;
}

._PC_SEARCH .__MB_ARTICLE_PAGING a {
    background-color: #da0000;
    color: #fff;
}

._PC_SEARCH .__MB_ARTICLE_PAGING a:hover {
    background-color: #da0000cc;
}

._PC_SEARCH .__MB_ARTICLE_PAGING span:first-child {
    display: none;
}

.slick-dots button {
    background-color: #e6e6e6;
}

.box-video  .slick-dots {
    position: absolute;
    bottom: -15px;
    right: 50%;
    transform: translateX(50%);
}

.box-video .slick-arrow {
    top: 85px;
}

.box-video .article-title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5;
}

.article-detail-source::before {
    content: ' (ប្រភពព័ត៌មាន: ';
}

.article-detail-source::after {
    content: ')';
}
.article-detail-source:empty {
    display: none;
}

.article-detail-subtitle {
    font-family: inherit;
    color: #ed1b24;
    display: block;
    margin-bottom: 5px;
}

/* ico-type */
.ico-camera,.ico-photo,.ico-infographic,.ico-emag{display: block;position: absolute;z-index: 1; right: 5px;bottom: 5px;background-image: url(../images/pc/ico-type.png);background-repeat: no-repeat;} 
.ico-photo{width: 21px;height: 19px;background-position: 0 0;} 
.ico-camera{width: 23px;height: 23px;background-position: -26px 0;}
.ico-emag{width: 50px;height: 14px;background-position: -78px -5px;}
.ico-infographic{width: 20px;height: 20px;background-position: -53px -2px;}
.banner img:not(:first-child) {
    margin-top: 15px;
}
.box-nows-home .box-cat-nows{
    width: 100%;
}
.box-nows-home .box-cat-nows .article {
    width: calc((100% - 17px*2)/3);
    margin-left: 17px;
}
.box-nows-home .box-cat-nows .article:nth-child(-n+3) {
    margin-top: 0;
}
.box-nows-home .box-cat-nows .article:nth-child(3n+1) {
    margin-left: 0;
}


.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }

.mr0 { margin-right: 0px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }

.ml0 { margin-left: 0px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }

.pt0 {padding-top: 0px !important;}
.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt25 {padding-top: 25px !important;}
.pt30 {padding-top: 30px !important;}

.pr0 {padding-right: 0px !important;}
.pr5 {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr25 {padding-right: 25px !important;}
.pr30 {padding-right: 30px !important;}
.pr50 {padding-right: 50px !important;}

.pb0 {padding-bottom: 0px !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb25 {padding-bottom: 25px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb40 {padding-bottom: 40px !important;}

.pl0 {padding-left: 0px !important;}
.pl5 {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl25 {padding-left: 25px !important;}
.pl30 {padding-left: 30px !important;}
