@import "fancybox.css";
@font-face {font-family: 'UTMAvo-Bold';src: url('fonts/Utm_Avo/UTMAvo-Bold.ttf');font-weight: 700;}
@font-face {font-family: 'Roboto-Bold';src: url('fonts/Roboto/Roboto-Bold.ttf');font-weight: 700;}
@font-face {font-family: 'Roboto-Regular';src: url('fonts/Roboto/Roboto-Regular.ttf');font-weight: 400;}
@font-face {font-family: 'KozGoPr6N-Regular';src: url('fonts/KozGoPr6N/KozGoPr6N-Regular.otf');font-weight: 400;}
@font-face {font-family: 'DaunPenh';src: url('fonts/daunpenh/daunpenh.ttf');font-weight: 400;}
@font-face {font-family: 'SaysetthaOT';src: url('fonts/saysettha-ot/saysettha_ot.ttf');font-weight: 400;}
@font-face {font-family: 'Anton';src: url('fonts/Anton/Anton-Regular.ttf');font-weight: 400;}
@font-face {font-family: 'RobotoCondensed-Medium';src: url('fonts/Roboto_Condensed/RobotoCondensed-Medium.ttf');font-weight: 500;}
@font-face {font-family: 'RobotoCondensed-Regular';src: url('fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf');font-weight: 400;}
* {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.4 'Roboto-Regular', sans-serif;   color: #000;background-color: #fff;}
ol, ul {list-style: none;}
button, input {outline: 0;border: 0;}
img {max-width: 100%;vertical-align: middle;border: none;}
a {text-decoration: none;color: inherit;border: none;transition: 0.25s ease all;}
.__MASTERCMS_CONTENT strong {font-family: 'Roboto-Bold', sans-serif;font-weight: 700;}
.wrapper {padding: 0 10px;}
.lt {float: left;}
.rt {float: right;}
.fw {width: 100%;}
.clearfix::after {content: "";display: block;width: 100%;clear: both;height: 0;overflow: hidden;}
/* gotop */
.gotop {width: 54px;height: 54px;line-height: 54px;background-color: #0077b5;border-radius: 50%;font-size: 24px;display: none;position: fixed;bottom: 50px;right: 12px;cursor: pointer;z-index: 999;text-align: center;color: #fff;transition: .3s ease all;}
.gotop:hover {background-color: #00aade;}

/* header */
.header-top {height: 38px;background-color: #f7f7f7;position: relative;}
.header-date {background: url(../images/mb/ico-m-calendar.png) 0 center no-repeat;padding-left: 28px;line-height: 38px;color: #ccc;}
/* bx-header-social */
.bx-header-social a {width: 28px;height: 28px;color: #dfdfdf;border-radius: 50%;float: left;text-align: center;margin: 5px 3px;background-color: transparent;border: 1px solid #dfdfdf;}
.bx-header-social a i {display: block;line-height: 28px;}
.header-logo img{width: 278px;}
.header-logo {display: block;text-align: center;margin: 20px 0;}
.header-ultilies {margin-bottom: 12px;}
.header-extension a {height: 28px;line-height: 28px;float: left;margin-right: 10px;}
.ico-hd-podcast {background: url(../images/pc/ico-hd-podcast.png) 0 center no-repeat;padding-left: 27px;}
.ico-hd-videos {background: url(../images/pc/ico-hd-video.png) 0 center no-repeat;padding-left: 26px;}
.ico-hd-ads {background: url(../images/pc/ico-hd-ads.png) 0 center no-repeat;padding-left: 28px;}
.bx-flag {
    float: right;
    width: 90px;
    text-align: left;
    position: relative;
    margin-right: 10px;
}

.ico-languages li {
    float: left;
}

.ico-flag {
    display: block;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #000;
    padding-left: 5px;
}

.bx-flag>a {
    line-height: 30px;
}

.ico-flag::before {
    content: '';
    display: block;
    width: 24px;
    height: 16px;
    margin-right: 5px;
    float: left;
    position: relative;
    top: -3px;
}
.flag-england {background: url(../images/pc/flag-england.png) 0 center no-repeat;}
.flag-china {background: url(../images/pc/flag-china.png) 0 center no-repeat;font-family: 'KozGoPr6N-Regular', sans-serif;}
.flag-russia {background: url(../images/pc/flag-russia.png) 0 center no-repeat;}
.flag-combodia {background: url(../images/pc/flag-combodia.png) 0 center no-repeat;font-family: 'DaunPenh',sans-serif;font-size: 24px;}
.flag-laos {background: url(../images/pc/flag-laos.png) 0 center no-repeat;font-family: 'SaysetthaOT', sans-serif;}
.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: -15px;
    cursor: pointer;
    color: #b7b7b7;
}

.ico-lang-sub {
    display: none;
    position: absolute;
    z-index: 100;
    top: 31px;
    left: -20px;
    width: calc(100% + 25px);
    padding: 5px 10px 5px;
    background: #b7b7b7;
    box-shadow: 1px 1px 2px #9b9b9b;
}

.ico-lang-sub a {
    margin: 5px 0;
    line-height: 20px;
}
/* header-menu */
.header-menu {background-color: #0077b5;height: 43px;position: relative;}
.myScroll {width: calc(100% - 82px);overflow-x: scroll;white-space: nowrap;text-align: left;}
.item-menu {display: inline-block;font-size: 13px;font-family: 'Roboto-Bold', sans-serif;text-transform: uppercase;font-weight: 700;}
.link-menu {color: #fff;padding: 0 10px;line-height: 43px;}
.ico-homepage {position: relative;}
.ico-homepage{background: url(../images/mb/ico-m-home.png) center 13px no-repeat;width: 39px;height: 43px;display: block;}
.ico-homepage.active::after {content: "";background: #bdbdbd;width: 1px;height: 24px;position: absolute;right: 0px;top: 9px;display: block;transform: rotate(0) translateY(0);}
.dropMenu {float: left;line-height: 0;}
.dropSearch {float: right;line-height: 0;}
.ico-search {background: #333 url(../images/mb/ico-m-search.png) center center no-repeat;width: 28px;height: 28px;display: block;cursor: pointer;background-size: 18px 18px;border-radius: 50%;margin: 5px 3px 5px 0;}
.boxSearch {background: #fff;display: none;top: 100%;position: absolute;width: 100%;z-index: 999;left: 0;box-shadow: 1px 0 3px 0 #e2c08f;overflow: hidden;}
#frmSearch {width: calc(100% - 10px);height: 33px;background: transparent;border: 1px solid #c6c6c6;float: right;margin: 5px;background: #fff;}
#frmSearch input[type="text"] {border: 0;outline: 0;width: calc(100% - 31px);height: 100%;padding-left: 12px;float: left;background: transparent;}
#frmSearch button[type="submit"] {width: 31px;height: 100%;line-height: 100%;border: 0;cursor: pointer;outline: none;float: right;background-color: #fff;color: #444;font-size: 16px;}
#frmSearch input[type="text"]::placeholder {color: #000;font-size: 14px;font-family: 'Roboto-Regular', sans-serif;font-weight: 400;}
.ico-nav {background: url(../images/mb/ico-m-nav.png) center center no-repeat;width: 43px;height: 43px;display: inline-block;cursor: pointer;}
#header-nav.header_cloned {width: 100%;position: fixed;top: 0;left: 0;z-index: 10;overflow: visible;-webkit-box-shadow: 0 1px 3px rgb(80 80 80 / 20%), 0 3px 5px rgb(80 80 80 / 15%);box-shadow: 0 1px 3px rgb(80 80 80 / 20%), 0 3px 5px rgb(80 80 80 / 15%);-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-nav.nav-up {-webkit-transform: translateY(-100%);transform: translateY(-100%)}
.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 {position: relative;padding: 10px 0;}
.head-logo {display: inline-block;font-size: inherit;}
.menu-header .button {padding: 0 15px;line-height: 1;cursor: pointer;}
.menu-header .button i {color: #ec2024;}
.menu-header .desktop-button i {font-size: 100%;}
.menu-header .close-button i {color: #ec2024;}
.menu-list .menu-body {scroll-behavior: smooth;-ms-overflow-style: -ms-autohiding-scrollbar;overflow: scroll;z-index: 9999;height: calc(100% - 70px);width: 100%;float: left;text-align: left;}
.list-main-nav {background-color: #f7f7f7;padding: 0 20px;}
.sub-menuLink i,.sub-menuLink.active,.list-sub-nav>.sub-menu-item.active .sub-menuLink,.list-main-nav>.menu-item.active .menuLink,.menuLink.active {color: #ec2024;}
.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: 'Roboto-Bold', sans-serif;font-weight: 700;color: #333;}
.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: #ec2024;}
.ico-desktop {width: 200px;height: 50px;line-height: 50px;border-radius: 5px;text-align: center;cursor: pointer;display: block;margin: 20px auto;text-transform: uppercase;font-weight: 700;background-color: #ec2024;color: #fff;}
.ico-desktop i {padding-right: 5px;}
.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;color: #333;}
.sub-menuLink i {font-size: 10px;margin-right: 15px;vertical-align: 2px;}
/* header-bottom */
.header-bottom {height: 56px;line-height: 56px;border-bottom: 1px solid #e1e1e1;margin-bottom: 15px;}
.header-marquee {white-space: nowrap;overflow: hidden;}
.bx-link-topic {background: url(../images/pc/ico-flash.png) 0 center no-repeat;padding-left: 18px;font-family: 'Roboto-Bold', sans-serif;color: #ff0000;text-transform: uppercase;font-size: 14px;padding-right: 15px;font-weight: 700;}
.header-content {height: 56px;}
.header-content a{margin-left: 20px;position: relative;padding-left: 15px;color: #0077b5;}
.header-content a:hover {color: #f00;}
.header-content a::before {content: '';width: 6px;height: 6px;border-radius: 6px;background-color: #f00;position: absolute;left: 0;top: 5px;}
.f0 {font-family: 'Roboto-Bold', sans-serif;font-weight: 700;}
.f1 {font-family: 'Roboto-Regular', sans-serif;font-weight: 400;}
.mt10 {margin-top: 10px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.article-image{position: relative;display: block;overflow: hidden;width: 100%;margin-bottom: 10px;background: url(../images/pc/no-image.jpg) center center no-repeat;background-size: cover;}
.article-image::before{padding-top: 56.25%;content: '';display: block;}
.article-image img{position: absolute;top: 0;z-index: 1;width: 100%;min-height: 100%;object-fit: cover;}
.article-meta {margin-top: 5px;}
.article-title{font-size: 14px;color: #000;line-height: 1.6;}
.article-title:hover, .bx-newest .article-title:hover {color: #0077b5;}
.article-link span:not(.highlight) {padding-right: 3px;font-size: 13px;color: #333;}
.article-desc {-webkit-box-orient: vertical;text-overflow: ellipsis;-webkit-line-clamp: 3;display: -webkit-box;overflow: hidden;margin-top: 10px;line-height: 1.57;color: #666;}
.article-date {color: #999;text-transform: uppercase;font-size: 12px;}
.article-cate {color: #ff0808;text-transform: uppercase;font-size: 12px;}
.article-date + .article-cate::before {content: '|';color: #999;padding-right: 5px;}
.article-cate-red {background: #ff0808;height: 26px;line-height: 26px;border-radius: 3px;color: #fff;text-transform: uppercase;padding: 0 12px;display: inline-block;}
.article .article-desc > em {font-style: normal;}
.icoVote, .ico-comment,.icoPhoto, .icoVideo {font-size: 14px;margin-right: 5px;}
.ico-view{background: url(../images/pc/ico-eye.png) 0 center no-repeat;margin-left: 10px;padding-left: 22px;font-size: 12px;color: #c4c4c4;display: none;}
.ico-cmt{background: url(../images/pc/ico-message.png) 0 center no-repeat;padding-left: 22px;margin-left: 10px;font-size: 12px;color: #c4c4c4;}
.banner {text-align: center;}
.banner img {height: auto;}
.banner .bannerx300:not(:last-child) {margin-bottom: 20px;}
/* bx-cat-name */
.bx-cat-title {font-family: 'Roboto-Bold', sans-serif;font-size: 16px;}
.bx-cat-name {
    margin-bottom: 18px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.bx-cat-link {
    color: #3b3f62;
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    /* border-bottom: 1px solid #ff0000; */
    padding: 15px 0 10px;
    position: relative;
    display: block;
}

.bx-cat-link::after {
    content: '';
    width: 70px;
    height: 1px;
    background-color: #ff0000;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* ico-down */
.ico-down {font-size: 14px;width: 30px;height: 52px;line-height: 52px;text-align: right;display: block;float: right;color: #c2c2c2;cursor: pointer;}
/* bx-cat-subName */
.bx-cat-subName {display: none;background-color: #f8f8f8;position: absolute;top: 100%;right: 0;z-index: 99;min-width: 200px;box-shadow: -2px 2px 5px rgb(0 0 0 / 20%);transform-origin: 0 0;}
.bx-cat-subName a {display: block;text-align: right;padding: 0 10px;line-height: 36px;border-top: 1px solid #ebebeb;font-family: 'Roboto-Regular', sans-serif;font-size: 14px;font-weight: 400;}
.bx-cat-subName a:first-child {border-top: 0;}
.no-bd .bx-cat-name {border-bottom: 0;}
/* bx-coverange */
.bx-coverange .article {width: calc((100% - 25px) / 2);float: left;margin-left: 25px;margin-bottom: 20px;}
.bx-coverange .article:nth-child(2n) {margin-left: 0;}
.bx-coverange .article:first-child {width: 100%;margin-left: 0;}
.bx-coverange .article:first-child .article-title {font-size: 22px;line-height: 1.3;margin-bottom: 8px;}
.bx-coverange .article:first-child .article-meta {display: flex;flex-direction: row-reverse;align-items: center;justify-content: flex-end;}
.bx-coverange .article:first-child .article-cate {background: #ff0808;height: 26px;line-height: 26px;border-radius: 3px;color: #fff;text-transform: uppercase;padding: 0 12px;}
.bx-coverange .article:first-child .article-date + .article-cate::before {content: unset;}
.bx-coverange .article:first-child .article-date {margin-left: 10px;}
.bx-coverange .article:not(:first-child) .article-desc {display: none;}

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    width: 7px;
    height: 7px;
    background-color: #b7b7b7;
    border-radius: 7px;
    font-size: 0;
    margin: 0 2px;
    transition: 0.25s;
    cursor: pointer;
}
.slick-dots li.slick-active button{
    background-color: #ff0000;
}
/* bx-cat-news */
.bx-cat-news {padding-bottom: 50px;position: relative;overflow: hidden;padding-top: 16px;}
.bx-cat-news .bx-cat-name {position: absolute;text-align: center;top: 0;z-index: 1;}
.bx-cat-news .bx-cat-link {background: #ff0808;color: #fff;height: 32px;line-height: 32px;padding: 0 20px;display: inline-block;}
.bx-slider-news {margin: 0 -10px;}
.bx-cat-news .bx-slider-news {padding: 35px 0 25px;background-color: #fafafa;border-bottom: 1px solid #ebebeb;padding-bottom: 25px;}
.bx-slider-news .article {float: left;padding: 0 12px;}
.bx-slider-news .article-link {-webkit-text-size-adjust: none;}
.bx-slider-news .article-desc {display: none;}
.bx-slider-news .slick-dots {bottom: -30px;}
/* bx-cat-one */
.bx-cat-one .article {width: 100%;margin-bottom: 15px;}
.bx-cat-one .article-image {margin-bottom: 15px;}
.bx-cat-one .article:not(:first-child) :where(.article-image, .ico-cmt, .ico-view, .article-desc, .article-cate) {display: none;}
.bx-cat-one .article-title {font-size: 14px;line-height: 1.4;}
.bx-cat-one .article:first-child .article-title{font-size: 16px;line-height: 1.625;}
.bx-cat-one .article:first-child .article-desc {display: none;}
/* bx-cat-three */
.bx-cat-three .bx-cat-content{position: relative;overflow: hidden;}
.bx-cat-three .article {margin-bottom: 25px;}
.bx-cat-three .article-link {-webkit-text-size-adjust: none;}
.bx-cat-three .article-desc {display: none;}
.bx-cat-three .slick-arrow {position: absolute; top: 85px; transform: translateY(-50%); font-size: 16px; color: #fff; z-index: 1; height: 68px; width: 24px; background-color: rgba(255, 255, 255, 0.3); text-align: center; line-height: 68px;}
.bx-cat-three .slick-arrow.prev {left: 0; border-radius: 0 5px 5px 0;}
.bx-cat-three .slick-arrow.next {right: 0; border-radius: 5px 0 0 5px;}
/* bx-multimedia */
.bx-multimedia {background-color: #f9f1e3;margin-bottom: 20px;border-top: 1px solid #efe8dc;border-bottom: 1px solid #efe8dc;}
.bx-multimedia-name {display: flex;justify-content: space-between;align-items: center;}
.bx-multimedia-name .bx-cat-title {border-bottom: 0;}
.bx-multimedia-name .bx-cat-link {font-size: 26px;}
.bx-multimedia-name .bx-cat-link::after {width: 107px;}
.link-ytb::after {content:'';background: url(../images/mb/link-ytb.png) 0 0 no-repeat;width: 66px;height: 15px;display: inline-block;margin-left: 5px;}
.bx-multimedia-sub {margin: 15px 0;overflow-x: scroll;white-space: nowrap;}
.bx-multimedia-sub a{margin-left: 15px;line-height: 30px;display: inline-block;}
.bx-multimedia-sub a:first-child {margin-left: 0;}
.ico-multi-podcast{background: url(../images/pc/ico-multi-podcast.png) 0 center no-repeat;padding-left: 24px;}
.ico-multi-video{background: url(../images/pc/ico-multi-video.png) 0 center no-repeat;padding-left: 24px;}
.ico-multi-emag{background: url(../images/pc/ico-multi-paper.png) 0 center no-repeat;padding-left: 24px;}
.ico-multi-infor{background: url(../images/pc/ico-multi-infor.png) 0 center no-repeat;padding-left: 24px;}
.bx-multimedia .article:not(:first-child) .ico-player {display: none;}
.ico-player {display: block;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);z-index: 1;font-size: 28px;color: #fff;transition: 0.3s ease;background: url(../images/pc/ico-player.png) 0 0 no-repeat;width: 66px;height: 66px;background-size: cover;}
.icoPhoto {position: absolute;}
.bx-multimedia .article {width: calc((100% - 25px) / 2);margin-left: 25px;margin-bottom: 20px;float: left;}
.bx-multimedia .article:first-child {width: 100%;margin-left: 0;}
.bx-multimedia .article:nth-child(2n) {margin-left: 0;clear: both;}
.bx-multimedia .article:not(:first-child) :where(.article-cate, .article-desc, .ico-view, .ico-cmt){display: none;}
.bx-multimedia .article:first-child .article-title {font-size: 20px;line-height: 1.5;}
.bx-multimedia .article-link {-webkit-box-orient: vertical;text-overflow: ellipsis;-webkit-line-clamp: 4;display: -webkit-box;overflow: hidden;}
/* bx-videos */
.bx-videos .bx-cat-content{background-color: #e5e5e5;padding: 15px 10px;margin: 0 -10px;}
.bx-cover-videos {margin-bottom: 20px;}
.bx-cover-videos .article-image {width: 100%;margin-bottom: 12px;}
.bx-cover-videos .article-title {font-size: 16px;line-height: 1.5;margin-top: 10px;}
.bx-cover-videos .article-cate {display: none;}
.bx-cover-videos .article-date::after {content: '|';padding-left: 5px;}
.bx-list-videos {width: 100%;height: 475px;float: right;}
.bx-list-videos .article {margin-bottom: 30px;width: 100%;float: left;}
.bx-list-videos .article-image {width: 138px;float: left;margin-right: 20px;margin-bottom: 0;}
.bx-list-videos .ico-player {width: 40px;height: 40px;background-size: cover;}
.bx-list-videos :where(.article-cate-red, .article-meta) {display: none;}
.bx-list-videos .mCSB_scrollTools {width: 6px;}
.bx-list-videos .mCSB_inside > .mCSB_container {margin-right: 20px;}
.bx-list-videos .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {background: #ff0000;}
.bx-list-videos .mCSB_scrollTools .mCSB_draggerRail {background-color: transparent;}
.bx-videos .article-image::before {padding-top: 56.25%;}
.bx-videos .article-desc {display: none;}
/* bx-newspapers */
.bx-newspapers .article-image::before {padding-top: 141.5%;}
.bx-newspapers .article-cate {display: none;}
/* category */
/* bx-breadcrumb */
.bx-breadcrumb-name{
    margin-bottom: 18px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.bx-breadcrumb-title {font-family: 'Roboto-Bold', sans-serif;font-size: 16px;}
.bx-breadcrumb-link {
    color: #3b3f62;
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    /* border-bottom: 1px solid #ff0000; */
    padding: 0px 0 10px;
    position: relative;
    display: block;
}

.bx-breadcrumb-link::after {
    content: '';
    width: 70px;
    height: 1px;
    background-color: #ff0000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bx-breadcrumb .ico-down {height: 37px;line-height: 1;padding: 7px 0;}
/* bx-cat-five */
.bx-cat-five .article {width: 100%;margin-bottom: 15px;}
.bx-cat-five .article-image {margin-bottom: 15px;}
.bx-cat-five .article:not(:first-child) :where(.article-image, .ico-cmt, .ico-view, .article-desc, .article-cate) {display: none;}
.bx-cat-five .article-title {font-size: 14px;line-height: 1.4;}
.bx-cat-five .article:first-child .article-title{font-size: 16px;line-height: 1.625;}
.bx-cat-five .article:first-child .article-desc {display: none;}
/* _BX_LISTING */
._BX_LISTING .article {padding-top: 25px;width: 100%;float: left;margin-top: 25px;border-top: 1px solid #ebebeb;float: left;}
._BX_LISTING .article:first-child {margin-top: 0;}
._BX_LISTING .article-image {width: 145px; margin-right: 20px;margin-bottom: 0;float: left;}
._BX_LISTING .article-title {font-size: 16px;line-height: 1.4;}
._BX_LISTING .article-title, ._BX_LISTING .article-meta {margin-left: 165px;}
._BX_LISTING :where(.article-cate, .ico-cmt, .ico-view, .article-desc) {display: none;}
.btn-viewmore {margin: 40px auto 10px;text-align: center;}
.__MB_ARTICLE_PAGING span.current, .__MB_ARTICLE_PAGING a,
.btn-viewmore a{display: inline-block;font-size: 14px;height: 46px;width: 120px;background-color: #ebebeb;border-radius: 46px; line-height: 46px;cursor: pointer;transition: .3s ease all;}
.btn-viewmore a:hover {background-color: #0077b5;color: #fff;}
/* bx-read-more */
.bx-read-more {
    counter-reset: section;
    background: #f8f8f8;
    padding-bottom: 20px;
}
.bx-read-more .bx-cat-name {margin-bottom: 0;}
.bx-read-more .article {
    position: relative;
    float: left;
    padding-left: 56px;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
    width: 100%;
}
.bx-read-more .article:first-child {
    margin-top: 0;
    border-top-color: transparent;
}
.bx-read-more .article:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    top: 18px;
    left: 0;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background-color: #0077b5;
    color: #fff;
    font-family: 'Roboto-Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    border-radius: 4px;
}
.bx-read-more .article-title {min-height: 34px;}
.bx-read-more :where(.article-image, .article-meta, .article-desc){display: none;}
/* bx-detail */
.article-detail-intro {color: #7e7e7e;margin-bottom: 15px;}
.article-list-cate {position: relative;padding-left: 20px;}
.article-list-cate a::after {content: '/';margin-left: 3px;}
.article-list-cate::before {content: '';position: absolute;left: 0;top: 7px;width: 6px;height: 6px;background-color: #ed1c24;}
.article-detail-subtitle {font-size: 18px;margin-bottom: 5px;display: block;}
.article-detail-title {font-size: 34px;line-height: 1.3;margin-bottom: 15px;}
.article-detail-desc {margin-bottom: 15px;}
.article-detail-date {font-size: 12px;color: #999;}
.article-detail-cate {color: #f48e2a;text-transform: uppercase;font-size: 12px;}
.article-detail-date + .article-detail-cate::before {content: '|';color: #999; padding-right: 3px;font-size: 12px;}
.article-detail-date:empty, .article-detail-cate:empty {display: none;}
.detail-author {display: flex;justify-content:space-between;align-items: center;}
.info-detail-author {border-bottom: 1px solid #ebebeb;padding-bottom: 10px;}
.author-image {background: url(../images/pc/mastercms_noavatar.png) 0 0 no-repeat;background-size: cover;}
.author-image img[src=""] {display: none;}
.author-image {width: 35px;height: 35px;border-radius: 35px;overflow: hidden;border: 1px solid #ebebeb;margin-right: 15px;}
.author-info .author-title{font-size: 13px;color: #0f78d3;line-height: 1.4;}
.author-info .author-email{font-size: 12px;color:#999;line-height: 1;margin-top: 3px;display: block;line-height: 1.4;}
.author-link-more{font-size: 14px;line-height: 1.4;color: #0f7bda;}
.article-detail-more {min-width: 295px;}
.ico-google-news {display: block;background: url(../images/pc/ico-google-news.png) top 4px right no-repeat;color: #6f6f70;padding: 0 88px 0 10px;font-size: 14px;margin-left: 7px;}
.ico-google-news span {color: #f48e2a;}
.article-detail-content {font-size: 16px;line-height: 1.7;}
/* .article-detail-desc {font-size: 14px;line-height: 1.7;} */
.article-detail-content .__MASTERCMS_CONTENT p {font-family: 'Roboto-Regular', sans-serif;font-weight: 400;text-align: justify;font-size: inherit;color: #666;margin-bottom: 30px;}
table[align="left"]{margin-right: 15px; margin-top: 10px; margin-bottom: 15px;}
table[align="right"]{margin-left: 15px; margin-top: 10px; margin-bottom: 15px;}
.MASTERCMS_TPL_TABLE, .__MASTERCMS_CONTENT table, .__MASTERCMS_CONTENT_MOBILE table {text-align: center;}
.MASTERCMS_TPL_TABLE td img, .__MASTERCMS_CONTENT table td img, .__MASTERCMS_CONTENT_MOBILE table td img,.MASTERCMS_TPL_TABLE td img {width: 100% !important;height: auto !important;}
.MASTERCMS_TPL_TABLE tbody tr:nth-child(even) td, .__MASTERCMS_CONTENT table[cellspacing="0"] tbody tr:nth-child(even) td, .__MASTERCMS_CONTENT_MOBILE table tbody tr:nth-child(even) td,.MASTERCMS_TPL_TABLE tbody tr:nth-child(even) td{
    background-color: transparent;
    color: inherit;
    padding: 10px;
    text-align: center;
    font-size: inherit;
    font-style: italic;
}
.__MASTERCMS_CONTENT .tpl_CMS_ARTICLE_EMBED,.__MASTERCMS_CONTENT_MOBILE .tpl_CMS_ARTICLE_EMBED{width: 100%;text-align:left;}
.article-detail-author{text-align: right;font-size: inherit;}
.article-detail-source{text-align: right;font-size: inherit;margin-top: 5px;}
.article-detail-subtitle:empty,.article-detail-source:empty,.article-detail-author:empty{display: none;}
.article-detail-social {margin-top: 20px;}
.post-mail {padding: 0 10px;background-color: #0077b5;border-radius: 4px;color: #fff;height: 20px;line-height: 20px;}
.post-mail i {margin-right: 3px;}
/* article-tag */
.article-tag {border-top: 1px solid #ebebeb; padding-top: 20px;margin-top: 20px;}
.article-tag span{display: block;height: 31px;font-size: 20px;line-height: 31px;background: url(../images/pc/ico-tags.png) left center no-repeat;color: #34425a;margin-right: 15px;padding: 0 0 0 40px;font-family: 'Roboto-Regular', sans-serif;font-weight: 400;margin-bottom: 15px;}
.article-keyword{display: inline;}
.article-keyword a {display: inline-block;margin-right: 2px;margin-bottom: 10px;background: #f3f3f3;border-radius: 4px;padding: 8px 15px;color: #727272;}
.article-keyword a::before {content: '#';}
.article-keyword a:hover {color: #f48e2a;}
/* bx-cat-item  */
.bx-cat-item .article {width: calc((100% - 25px) / 2);float: left;margin-bottom: 20px;margin-left: 25px;}
.bx-cat-item .article:nth-child(2n+1) {margin-left: 0;clear: both;}
.bx-cat-item .article :where(.article-meta, .article-desc) {display: none;}
.no-bt .article:first-child {padding-top: 0;border-top: 0;margin-top: 0;}
.no-bt .bx-cat-name {margin-bottom: 25px;}
.bx-same-topic .bx-cat-link {display: inline-block;}
.topic-link {
    font-size: 14px;
    font-family: 'Roboto-Regular', sans-serif;
    font-weight: 400;
    color: #f00;
    display: inline-block;
    padding-top: 15px;
}
/* comment */
#comment-system-cms{
    margin-bottom:0;
}
.box-reply,.article-comment,.box-comment,#commnet-top,.comments,.comment-actions,.comment-actions .reply{
    width:100%;
    float:left;
}
.article-comment{
    margin-bottom:20px;
}
.article-comment .b-title {
    background: none;
    margin-bottom: 10px;
}
.article-comment .b-title h3 {
    text-transform: inherit;
    margin: 0;
    font: 18px/30px Roboto-Bold, sans-serif;
    color: #000;
}
.article-comment .b-title h3 {display: inline-block;border-bottom: 1px solid #f00;margin-bottom: 15px;padding-bottom: 7px;}
#comment-system-cms .content {
    background: url(../images/pc/ico-users-cmt.png) 25px center no-repeat;
    padding: 16px 16px 10px 95px;
    background-color: #eee;
}
.box-comment textarea,.comment-actions .reply textarea{
    width:100%;
    max-width:100%;
    min-width:100%;
    height:70px;
    border:none;
    padding:10px;
    font-family: 'Roboto-Regular', Arial, sans-serif;
    font-weight: 400;
}
.__MB_ACTION_POST_COMMENT, .__MB_ACTION_POST_COMMENT-SUB, .__MB_USER_ACTION_POST_COMMENT, .__MB_USER_ACTION_CLOSED_COMMENT {
    width: 100px;
    height: 35px;
    display: block;
    float: right;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: #f00;
    border: 0;
    font: 14px/35px Roboto-Bold, sans-serif !important;
    margin-top: 10px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 3px;
    font-weight: 700;
    padding: 0 !important;
}
.__MB_USER_ACTION_POST_COMMENT{margin-right: 10px;}
#commnet-top {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    position: relative;
}
#commnet-top:before{
	content: '';
    width: 50px;
    height: 2px;
    background: #d60a0b;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.__MB_USER_ACTION_CLOSED_COMMENT{float: none;}
#commnet-top label {
    float: left;
    font: 15px/30px Roboto-Bold, sans-serif;
    text-transform: uppercase;
    display: block;
    height: 30px;
}
#commnet-top label img{
    padding-right:8px;
}
.__MB_FILTER_COMMENT {
    float: right;
    display: block;
    height: 20px;
    line-height: 19px;
    text-align: center;
    padding: 0 5px;
    font-size: 11px;
    color: #0c0c0c;
    margin-top: 5px;
}
.__MB_FILTER_COMMENT.current{
    background-color:#f6f7fa;
    border: 1px solid #ced0d5;
}
.comments{
    padding:0 0;
    list-style:none;
}
.comments li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #efefef;
    margin-bottom: 12px;
}
.comments > li{
    padding-bottom: 12px;
}
.comments li .meta {
    height: 34px;
    line-height: 34px;
    margin-bottom: 8px;
    margin-top: 10px;
}
.comments > li > .meta{
    margin-top: 0;
}
.comments li .meta .author {
    font: 12px Roboto-Bold, sans-serif;
}
.comments li .meta img.avatar {
    width: 34px;
    height: 34px;
    float: left;
    margin-right: 10px;
}
.comments li .meta .time {
    color: #999;
    font-size: 12px;
}
.comment-actions {
    margin-top: 0;
    background: #f4f4f4;
    padding: 0 12px 10px 12px;
}
.comment-content {
    background-color: #f4f4f4;
    width: 100%;
    float: left;
    padding: 15px 12px 5px 12px;
    text-align: justify;
    color: #555;
}
.comment-content p{
    margin-top: 0;
    margin-bottom:5px;
}
.comment-actions a {
    display: inline-block;
    margin-right: 15px;
    line-height: 20px;
    height: 20px;
    color: #525252;
    text-decoration: none;
    float: left;
    font-size: 13px;
    width: 20px;
}
.comment-actions .btnReply{
    width:20px;
}
.comment-actions a:hover{
    text-decoration: none;
}
.comment-actions a.btnLike {
    background: url(../images/pc/ico-like.png) no-repeat left -1px;
    width: 27px;
    padding-left: 20px;
}
.comment-actions a.btnDislike {
    /*background: url(../images/ico-dislike.png) no-repeat right 4px;*/
    display: none;
}
a.btnReply {
    background: url(../images/pc/ico-send.png) no-repeat left 2px;
    margin-right: 0;
    background-size: 16px;
    opacity: .7;
}
.comment-actions .reply{
    margin-top: 10px;
    display:none;
}
.comment-actions .reply textarea{
    height:50px;
}
.comments.sub-comments {
    padding: 0 0 0 40px;
    background-color: #fff;
}
.comments.sub-comments li{
    border-bottom: 0;
    margin-bottom: 0;
}
.comments.sub-comments li .comment-content {
    background: #fff;
    padding: 5px 0;
}
.comments.sub-comments li .comment-actions{
    background: #fff;
    padding: 0;
}
.comments.sub-comments .btnDislike{
    margin-right:0;
}
.paging-comment{
    width:100%;
    float:left;
    text-align:center;
    border-top: 1px solid #ccc;
    padding-top:10px;
}

.grNextPage.paging-comment a,.grNextPage.paging-comment a:hover, .grNextPage.paging-comment a.actedPage, .grNextPage.paging-comment span.current {
    background: #e7e7e7;
    color: #333;
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 700;
}
/* detail live */
.boxTimeline{
    display: none;
}
.blogCtentLiveStreams {
    clear: both;
    position: relative;
}
.blogItemStreams {
    clear: both;
    position: relative;
    padding-top: 10px;
}
span.noteTimeline, span.noteTimelineed {
    padding: 10px 0 10px 15px;
    background: url(../images/live/ico-clock-1.png) 0px 13px no-repeat;
    display: block;
    width: 100%;
    color: #b22024;
    font-size: 14px;
    font-weight: 700;
}
span.noteTimelineed {
    color: #B32229;
}
.multi-lang a{
    font: normal 12px/35px Roboto, sans-serif;
    margin-left: 0;
    padding: 0;
}
.multi-lang a:before {
    content: '';
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 7px;
    background-size: cover !important;
}
.multi-lang a.lang-anh:before{
background: url(../images/ico-anh.png) no-repeat 0 0;
}
.multi-lang a.lang-trung:before{
background: url(../images/ico-trung.png) no-repeat 0 0;
}
.multi-lang a.lang-nga:before{
background: url(../images/ico-nga.png) no-repeat 0 0;
}
.multi-lang a.lang-campuchia:before{
background: url(../images/ico-campuchia.png) no-repeat 0 0;
}
.multi-lang a.lang-lao:before{
background: url(../images/ico-lao.png) no-repeat 0 0;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.videoWrapper iframe,.videoWrapper .jwplayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
}
.blogThreeNews .boxShareColfull{
    padding-top: 10px;
}
.box-gradient .tabShareFullCol{
height: 35px;
margin-bottom: 5px;
}
.box-gradient .tabShareFullCol h3.title {
    float: left;
    padding-right: 45px !important;
    background-image: -webkit-gradient(linear,left top,right top,from(#b01e28),to(#cc6633));
    background-image: linear-gradient(to right,#b01e28,#cc6633);
    position: relative;
    line-height: 35px;
    padding-left: 5px;
}
.box-gradient .tabShareFullCol h3.title a,.box-gradient .tabShareFullCol h3.title span{
color: #fff;
}
.box-gradient .tabShareFullCol h3.title samp{
height: 34px;
width: 54px;
display: block;
background: url(../images/bg-title-white.png) left top no-repeat;
position: absolute;
right: -1px;
top: -1px;
}
.box-gradient .tabShareFullCol .border-gradient{
content: '';
height: 1px;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
background-image: -webkit-gradient(linear,left top,right top,from(#b01e28),to(#fff3ed));
background-image: linear-gradient(to right,#b01e28,#fff3ed);
}
.bx-topic-m ul.listingItemOtherblogShare{
padding-top: 0;
}
.bx-topic-m ul.listingItemOtherblogShare li:first-child{
padding-top: 0;
border: 0;
}
.bx-topic-m ul.listingItemOtherblogShare li:first-child .box-list-2{
width: 100% !important;
margin-right: 0;
margin-bottom: 10px
}
.bx-topic-m ul.listingItemOtherblogShare li:first-child .titleBlogItem a{
font-size: 22px;
font-weight: 700;
}
.__MASTERCMS_CONTENT_MOBILE .___widget_video_article{margin-left: -15px;margin-right: -15px;}
#boxDetailMobile .banner-mobile-evn + .blogBdyMainShare.box-video{
margin: 0 -15px 15px -15px;
width: auto;
}
#__MB_LIVE_UPDATE_TOOL {
    display: none;
    width: 100%;
    height: 32px;
    color: #fff;
    padding: 5px;
    cursor: pointer;
    background: rgb(179, 34, 41);
    position: fixed;
    bottom: 0;
    z-index: 10;
}
.countup {
    text-align: center;
    width: 100%;float: left
}
.countup .timeel {
    display: inline-block;
    padding: 7px;
    background: #151515;
    margin: 0;
    color: white;
    min-width: 2rem;
    margin-left: 5px;
    border-radius: 10px 0 0 10px;
}
.countup .timeel:first-child{margin-left: 0;}
.countup span[class*="timeRef"] {
    border-radius: 0 10px 10px 0;
    margin-left: -5px;
    background: #e8c152;
    color: black;
}
.box-corona-img{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.box-corona-img:after{
    content: '';
    display: block;
    padding-top: 56.25%;
}
.box-corona-img img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.banner-corona{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.box-corona-img .titleBlogItem{
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    z-index: 10;
    bottom: 0;
    padding: 10px;
    color: #fff;
    background-image: -webkit-gradient(linear,bottom top,top bottom,from(#000000),to(#ffffff00));
    background-image: linear-gradient(to top,#000000,#ffffff00);
}
@media only screen and (min-width: 414px)  { 
    .countup .timeel{min-width: 2.2rem;margin-left: 10px;padding: 10px 8px;font-size: 17.5px;}
}
.banner-inpage{text-align: center;}
/* bx-topic-light */
.bx-topic-light .article{border: 1px solid #ebebeb;}
.bx-topic-light .article-image {margin-bottom: 0;}
.bx-topic-light .bx-topic-light-content {background-color: #eee;border-top: 0;padding: 15px;}
.bx-topic-light .article-title {font-size: 28px;line-height: 1.4;}
.bx-topic-light .article-desc {-webkit-line-clamp: unset;display: block;font-size: 17px;color: #000;}
/* search */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.highlight{
	background-color: yellow;
}
/* error */
.bx-error-page {padding: 20px 0 30px 0;text-align: center;}
.bx-error-page h1 {margin: 15px auto;color: #000;font-weight: 400;font-size: 20px;max-width: 540px;width: 100%;}
.backToHomepage {background:#0077b5; display: inline-block;color: #fff;height: 40px;line-height: 40px;padding: 0 20px;border-radius: 20px;font-weight: 400;font-size: 14px;}
.backToHomepage:hover {background: #f00;}
/* bx-newspaper-list */
.bx-newspaper-list .article {
    width: calc((100% - 20px) / 2);
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
.bx-newspaper-list .article-image {
    border: 1px solid #eee;
}
.bx-newspaper-list .article-image::before {padding-top: 140%;}
.bx-newspaper-list .article:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}
.bx-newspaper-list .article-title{
    text-align: center;
}
.bx-videoContainer {background: #f5f5f5;}
.bx-videoPlayer {width: 100%;}
.bx-videoBody {width: 100%;padding: 10px 0 20px;}
.video-title {font-size: 22px;color: #000;margin-bottom: 10px;}
.desc-video-large:hover a{color: #0077b5;}
.bx-videoBody .article-detail-social {display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;margin-bottom: 10px;margin-top: 0;}
.bx-videoBody .article-detail-social a {margin-right: 5px;margin-bottom: 15px;}
.bx-item-video .ico-player {width: 45px;height: 45px;background-size: cover;}
/* podcast-detail */
.podcast-detail .podcast-detail-title {font-size: 24px;margin-bottom: 10px;color: #000;}
.podcast-detail .podcast-detail-desc {color: #333;}
.podcast-detail-info {padding: 0 15px;}
.podcast-detail-info .article-date, .podcast-detail-info .article-cat {color: #fff;}
/* podcast-detail */
.podcast-detail-content{background: url(../images/pc/podcast-detail-left.png) left top no-repeat;background-color: #a0111f;position: relative;background-size: cover;margin-bottom: 10px;}
.podcast-detail-content::before{content: '';display: block;padding-top: 56.25%;background: rgb(0 90 121 / 0.6);}
.podcast-detail-image{display: none;}
.article-podcast-social {display: inline-block;margin-left: 10px;}
.article-podcast-social a{width: 32px;height: 32px;line-height: 32px;border-radius: 50%;background-color: #9ed5e8;color: #0077b5;display: inline-block;margin-right: 5px;text-align: center;}
/* podcast-player */
.pcast-player-controls{display: block;width: 260px;position: absolute;top: calc(50% - 24px);height: 48px;left: calc(50% - 130px);}
.pcast-container{width: 100%;padding: 0 20px;position: absolute;left: 0;bottom: 10px;}
.pcast-speed{float: left;width: 48px;height: 48px;display: block;color: #fff;background: none;border: 0;outline: none;cursor: pointer;}
.pcast-play {float: left;width: 48px;height: 48px;display: block;border-radius: 100%;background-color: #0077b5;color: #fff;border: 1px solid #fff;font-size: 15px;margin: 0 10px;cursor: pointer;outline: none;}
.pcast-pause {float: left;width: 48px;height: 48px;display: block;border-radius: 100%;background-color: #0077b5;color: #fff;border: 1px solid #fff;font-size: 15px;margin: 0 10px;cursor: pointer;outline: none;}
.pcast-rewind{float: left;width: 48px;height: 48px;background: url(../images/pc/podcast-rewind-white.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-white.svg) center center no-repeat;display: block;border: 0;cursor: pointer;outline: none;}
.pcast-rewind .fa,.pcast-rewind span,.pcast-forward .fa,.pcast-forward span{display: none;}
.pscat-container {width: 100%;padding: 0 20px;position: absolute;left: 0;bottom: 10px;}
.pcast-time {color: #fff;font-size: 14px;font-family: 'Roboto', sans-serif;float: left;width: 100%;}
.pcast-currenttime{float: left;}
.pcast-duration{float: right;}
.pcast-progress {width: 100%;height: 4px;line-height: 0;border: none; outline: 0;box-shadow: none;-webkit-box-shadow: none;vertical-align: unset;cursor: pointer;}
.pcast-progress::-webkit-progress-bar {background-color: #fff;}
.pcast-progress::-webkit-progress-value {background-color: #0077b5;}
.ico-circle {content: '';width: 18px;height: 18px;background-color: #fff;border-radius: 100%;position: absolute;left: 0;top: 4px;transform: translateX(-50%);}
.pcast-mute {float: left;display: block;width: 48px;height: 48px;line-height: 48px;border: 0;outline: none;cursor: pointer;font-size: 14px;color: #fff;background-color: transparent;}
/* footer */
#footer {margin-top: 60px;}
.footer-top {background-color: #bad1e3;color: #4b4b4b;}
.bx-languages {padding: 10px 0;border-bottom: 1px solid #cbdcea;margin-bottom: 25px;}
.ico-language {margin-left: 20px;float: left;padding-left: 36px;line-height: 34px;}
.footer-content {border-bottom: 1px solid #cbdcea;}
.footer-left {width: 195px;display: block;}
.footer-left img{image-rendering: -webkit-optimize-contrast;height: auto;}
.bx-social a {width: 22px;height: 22px;color: #bad1e3;border-radius: 50%;float: left;text-align: center;margin: 6px 3px;background-color: #3f4140;font-size: 12px;margin-top: 10px;}
.bx-social a:first-child {margin-left: 0;}
.bx-social a i {display: block;line-height: 22px;}
.order-check {color: #fff;background-color: #ff0808;padding: 0 5px;height: 27px;line-height: 27px;display: inline-block;margin: 15px 0;}
.order-check i {margin-right: 3px;}
.footer-info {margin: 15px 0;}
.footer-detail h3 {font-family: 'Roboto-Regular', sans-serif;text-transform: uppercase;font-weight: 400;color: #000;font-size: 14px;line-height: 30px;}
.footer-info p {line-height: 30px;}
.footer-detail p strong {color: #000;}
.footer-contact {border-top: 1px solid #cbdcea;padding-top: 15px;margin-top: 15px;}
.order-check {color: #fff;background-color: #ff0808;padding: 0 5px;height: 27px;line-height: 27px;}
.order-check{
	-webkit-animation: NAME-YOUR-ANIMATION 1s infinite;  /* Safari 4+ */
  -moz-animation: NAME-YOUR-ANIMATION 1s infinite;  /* Fx 5+ */
  -o-animation: NAME-YOUR-ANIMATION 1s infinite;  /* Opera 12+ */
  animation: NAME-YOUR-ANIMATION 1s infinite;  /* IE 10+, Fx 29+ */
}
@-webkit-keyframes NAME-YOUR-ANIMATION {
  0%, 49% {
    background-color: #ff0808;
  }
  50%, 100% {
    background-color: #ab1e24;
  }
}
.order-check i {margin-right: 3px;}
.copyright {border-top: 1px solid #cbdcea;padding: 15px 0;}
.footer-mastercms{color: #9e9e9e;background: #fff;font-size: 14px;padding: 15px 0;line-height: 1.57;}
@media (max-width: 480px) {
    .header-date {display: none;}
}