@charset "utf-8";
@import "fancybox.css";
@font-face {font-family:'Roboto-Regular';src: url('fonts/Roboto/Roboto-Regular.ttf');}
@font-face {font-family:'Roboto-Bold';src: url('fonts/Roboto/Roboto-Bold.ttf');}
@font-face {font-family:'NotoSerif-Regular';src: url('fonts/Noto/NotoSerif-Regular.ttf');}
@font-face {font-family:'NotoSerif-Bold';src: url('fonts/Noto/NotoSerif-Bold.ttf');}
body {font: 400 14px/1.3 'Roboto-Regular', Arial, sans-serif;color: #333;min-width: 1200px;}
* {margin: 0;padding: 0;}
*,*:after,*:before {box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.webpage{width: 100%;display: block;float: left;}
.siteCenter {width: 1190px;margin: 0 auto;}
a {text-decoration: none;border: none;color: inherit;}
a:hover,.bx-cat-link,.breadcrumb a:hover,.breadcrumb li h1 a:hover{color: #d9271b;}
p {margin: 10px 0;}
img {border: none;vertical-align: middle;max-width: 100%;}
ul,ol{margin: 0;padding: 0;list-style: none;}
.fw{width: 100%;}
.lt {display: block;float: left;}
.rt {display: block;float: right;}
.mb{margin-bottom: 20px;}
.clearfix:after {content: "";display: block;height: 0;width: 100%;clear: both;}
.f0{font-family:'NotoSerif-Bold', sans-serif;font-weight: normal;}
.f1{font-family:'NotoSerif-Regular', sans-serif;font-weight: normal;}
.icoPhoto,.icoVideo,.icoVote,.icoComment {font-size: 14px;font-family: Arial, Helvetica, sans-serif;font-weight: normal;color: #009240;margin-left: 5px;}
.icoComment i{margin-right: 3px;vertical-align: -1px;}
/* header */
.header-top{width: 100%;height: 36px;line-height: 36px;border-bottom: 1px solid #e7e7e7;background-color: #efefef;font-size: 13px;}
.header-top span, .header-top a {display: inline-block;background: url(../images/ico-stick.png) left 12px no-repeat;padding-left: 6px;margin-left: 4px;}
.header-top .rt span,
.header-top .rt a{border: 0;}
span.ico-systemDate,span.email{margin-left: 0;padding-left: 0;background: none;}
.ico-24h::before {content: '';display: block;width: 19px;height: 35px;background: url(../images/ico-24h.png) left 8px no-repeat;float: left;margin-right: 5px;}
.hotline::before {content: '';display: block;width: 19px;height: 35px;background: url(../images/ico-tel.png) left 8px no-repeat;float: left;margin-right: 5px;}
.email::before {content: '';display: block;width: 19px;height: 35px;background: url(../images/ico-email.png) left 11px no-repeat;float: left;margin-right: 5px;}
#frmSearch {display: block;float: right;width: 200px;height: 38px;margin-top: 26px;border: 1px solid #ebebeb;border-radius: 19px;overflow: hidden;}
#frmSearch input[type="text"] {height: 100%;float: left;border: 0;width: calc(100% - 30px);padding: 0 15px;outline: none;}
#frmSearch button[type="submit"] {width: 30px;height: 100%;line-height: 100%;background: url(../images/ico-search.png) center center no-repeat;border: 0;cursor: pointer;outline: none;}
.header-logo{width: 100%;padding: 18px 0;}
.logo{margin: 5px 30px 0 0;}
.logo img{height: 80px;}
/* nav */
#nav {width: 100%;height: 37px;border-top: 1px solid #dadada;border-bottom: 1px solid #dadada;background-color: #fff;position: sticky;top: 0;z-index: 9999;}
.cat{display: block;float: left;padding: 0 9px;position: relative;}
.cat > a,.cat.last > span {font: 12px/37px 'Roboto-Bold', sans-serif;color: #001e3d;text-transform: uppercase;cursor: pointer;}
.cat.active > a{color: #00923f;}
.cat:after {content: "";display: block;width: 1px;height: 20px;background: #ebebeb;position: absolute;right: 0;top: calc(50% - 11px);}
.cat:last-child:after{display: none;}
.sub-menu{display: none;position: absolute;z-index: 100;top: 35px;left: 0;min-width: 150px;}
.sub-cat {white-space: nowrap;background: #ececec;border-top: 1px solid #fbf9f9;padding: 5px 11px;width: 100%;float: left;clear: both;}
.sub-cat a,.bx-video .article-title,.bx-cat-spot .article-title{font-size: 14px;}
.cat:hover .sub-menu{display: block;}
.cat.last{float:right}
.cat.last:hover .sub-menu{left: unset;right: 0;}
/* main */
#main{margin-top: 20px;margin-bottom: 20px;}
.box-grid {
    display: grid;
    grid-template-columns: auto 300px;
    grid-column-gap: 20px;
    margin-bottom: 20px;
}
.col-left{width: 870px;}
.col-right{width: 300px;}
.banner{width: 100%;display: block;clear: both;margin-bottom: 15px;text-align: center;}
.banner.banner-center{margin-bottom: 20px;}
.banner-sticky{position: sticky;top: 38px;}
/* article */
.article-image{position: relative;display: block;overflow: hidden;width: 100%;}
.article-image::before{padding-top: 56.25%;content: '';display: block;}
.article-image img{position: absolute;top: 0;left: 0;z-index: 1;width: 100%;min-height: 100%;}
.article-title{font-size: 16px;}
.article-link,.breadcrumb li:last-child a,.breadcrumb h1 a,.article-detail-title{color: #001e3d;}
.article-desc,.video-desc{font-size: 14px;color: #666;}
.article-info{font: 400 12px/1.3 'Roboto-Regular',sans-serif;text-transform: uppercase;color: #999;}
.article-cat{text-decoration: underline;}
.article-cat:after {content: '|';display: inline;margin-right: 1px;margin-left: 5px;vertical-align: 1px;}
/* bx-cover */
.bx-cover,.bx-mostRead{border-bottom: 1px solid #ebebeb;padding-bottom: 20px;}
.bx-cover .article{width: 276.5px;float: left;margin-left:20px;}
.bx-cover .article:first-child{width: 100%;margin-bottom: 20px;padding-right: 20px;background-color: #f7f8fa;}
.bx-cover .article:first-child,
.bx-cover .article:nth-child(2){margin-left: 0;clear: both;}
.bx-cover .article:not(:first-child) .article-image,.bx-catSlide .article-image,.bx-cat-spot .article-image,
.bx-quote .article-title,.bx-quote .article-image,
.article-cat-similar .article:first-child .article-image,
.article-cat-similar .article:first-child .article-title,
.bx-video-listing .article-image,
.video-title,.bx-share-detail,.video-desc,.video-author,.video-source{margin-bottom: 10px;}
.bx-cover .article:not(:first-child) .article-desc,.bx-cat-spot .article:not(:first-child) .article-image,.bx-cat-spot .article:not(:first-child) .article-desc{display: none;}
.bx-cover .article-title{margin-bottom: 5px;}
.bx-cover .article:first-child .article-image{width: 573px;float: left;margin-right: 20px;}
.bx-cover .article:first-child .article-title{font-size: 22px;margin-top: 15px;}
.bx-cover .article:first-child .article-info,.bx-video .article-image,.article-related-detail .article-image{margin-bottom: 10px;}
.bx-cover .article:first-child .article-desc,
.bx-cat-listing .article-desc,
.bx-cat-big .article-desc,
.bx-cat-spot .article:first-child .article-desc,
.bx-quote .article-desc,
.article-cat-similar .article:first-child .article-desc{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.cleft{width: 550px;}
.cright{width: 300px;}
.bx-cat-listing .article,
.article-cat-similar .article:not(:first-child) .article-title{border-top: 1px dotted #ccc;margin-top: 18px;padding-top: 18px;}
.bx-cat-listing .article:first-child,
.bx-bkground .article:first-child,.cleft .bx-cat-small .article,.bx-cat-spot .article:first-child,.article-cat-similar .article:nth-child(2) .article-title{border-top: 0;margin-top: 0;padding-top: 0;}
.bx-cat-listing .article-title,.bx-cat-big .article-title{margin-bottom: 10px;}
.bx-cat-listing .article-image{width: 225px;float: left;margin-right: 18px;}
.bx-cat-listing .article-desc{-webkit-line-clamp: 4;margin-bottom: 10px;}
/* bx-cat */
.bx-cat-title{margin-bottom: 15px;background: url(../images/bx-cat-title.png) 0 0 repeat-x;text-transform: uppercase;}
.bx-cat-title-o{background: none;}
.h2-title{font-size: 20px;}
.bx-cat-link{float: left;background-color: #fff;padding-right: 10px;line-height: 15px;}
.bx-bkground .article,.bx-cat-spot .article{border-top: 1px dotted #ccc;margin-top: 10px;padding-top: 10px;}
.article-image-center{width: 77px;height: 77px;float: left;margin-right: 15px;background-position: center;background-size: cover;}
.bx-bkground .article-title{font-size: 14px;}
.topic-item{margin-top: 5px;}.topic-item:first-child{margin-top: 0;}
/* bx-catSlide */
.bx-catSlide .article{width: 276.5px;}
.bx-mostRead .bx-pager,.bx-quote .bx-pager{width: 100%;text-align: center;margin-top: 15px;line-height: 0;}
.bx-pager-item{display: inline-block;margin: 0 4px;}
.bx-pager-link{display: inline-block;width: 5px;height: 5px;background-color: #ccc;text-indent: -9999px;}
.bx-pager-link.active{background-color: #d9271b}
.bx-cat-big .article-image,.bx-cat-small .article-image{width: 100%;margin: 0 0 10px 0;}
.bx-cat-big .article-title,.bx-video .article:first-child .article-title,.bx-cat-spot .article:first-child .article-title,
.article-cat-similar .article:first-child .article-title{font-size: 18px;}
.bx-cat-big .article-title,.bx-cat-big .article-desc{padding: 0 15px;}
.cleft .bx-cat-big .article-desc,.bx-cat-spot .article:first-child .article-title {-webkit-line-clamp: 3;margin-bottom: 10px;}
.bx-special .bx-cat-content{background-color: #f7f8fa;}
.bx-cat-small{padding: 0 15px 15px 15px;position: relative;}
.bx-cat-small .article-title{font-size: 14px;margin-bottom: 0 !important;}
.bx-cat-small .bx-prev,.bx-cat-small .bx-next{display: block;width: 26px;height: 51px;position: absolute;top: 22px;z-index: 2;text-indent: -9999px;}
.bx-cat-small .bx-prev{left: 15px;background: url(../images/ico-prev.png) 0 0 no-repeat;}
.bx-cat-small .bx-next{right: 15px;background: url(../images/ico-next.png) 0 0 no-repeat;}
/* bx-video */
.bx-video .article{width: 140px;float: left;margin-left: 15px;}
.bx-video .article:first-child{width: 100%;margin: 0 0 15px 0;}
.bx-video .article:nth-child(2){margin-left: 0;}
.ico-play{display: block;width: 16px;height: 22px;z-index: 1;background: url(../images/ico-play-small.png) 0 0 no-repeat;position: absolute;left: 8px;bottom: 8px;}
.bx-video .article:first-child .ico-play,
.bx-video-listing .ico-play{width: 83px;height: 83px;background-image: url(../images/ico-play-big.png);top: calc(50% - 41px);left: calc(50% - 41px);}
/* bx-cat-spot */
.bx-cat-spot .article:first-child .article-desc,.bx-quote .article-desc,.article-cat-similar .article:first-child .article-desc{-webkit-line-clamp: 3;}
/* bx-quote */
.bx-quote .bx-cat-content{position: relative;padding: 40px 20px 20px 20px;background-color: #f7f8fa;}
.bx-quote .bx-cat-content:before{content: '';display: block;width: 25px;height: 19px;background: url(../images/ico-quote-left.png) 0 0 no-repeat;position: absolute;left: 15px;top: 12px;}
.bx-quote .bx-cat-content:after{content: '';display: block;width: 25px;height: 19px;background: url(../images/ico-quote-right.png) 0 0 no-repeat;position: absolute;right: 15px;bottom: 27px;}
.bx-quote .bx-pager{margin-top: 30px;}
/* bx-cat-spotlight */
.bx-cat-spotlight .bx-cat-content{padding: 0 20px 20px;background-color: #f7f8fa;}
.bx-cat-spotlight .article:first-child .article-image{width: calc(100% + 40px);margin-left: -20px;}
/* bx-three */
.bx-three .bx-cat{width: 382px;margin-left: 22px;}
.bx-three .bx-cat:first-child{margin-left: 0;}
/* footer */
.footer-top{height: 40px;line-height: 40px;background-color: #00923f;}
.footer-link{color: #fff;}
.ico-facebook,.ico-twitter,.ico-youtube{display: inline-block;height: 22px;width: 22px;margin-top: 9px;}
.ico-facebook{background: url(../images/ico-social.png) 0 0 no-repeat;}
.ico-twitter{background: url(../images/ico-social.png) -34px 0 no-repeat;}
.ico-youtube{background: url(../images/ico-social.png) -66px 0 no-repeat;}
.footer-info{padding: 10px 0 0;background-color: #eee;}
.footer-info:after{display: none;}
.ico-address,.ico-marketing{display: inline-block;line-height: 18px;margin-right: 5px;}
.ico-address:before {content: '';width: 18px;height: 18px;background: url(../images/ico-contact.png) left 0 top -1px no-repeat;float: left;padding-left: 22px;}
.ico-marketing:before {content: '';width: 18px;height: 18px;background: url(../images/ico-contact.png) left -45px top -1px no-repeat;float: left;padding-left: 22px;}
.footer-info-right ul li{width: 160px;float: left;margin-left: 25px;border-top: 1px solid #ccc;padding: 10px 0;}
.footer-info-right ul li:nth-child(3n+1){clear: both;}
.footer-info-right ul li:nth-child(1),.footer-info-right ul li:nth-child(2),.footer-info-right ul li:nth-child(3){border-top: 0;}
.footer-info-right a{color: #001e3d;}
.footer-copy{padding: 15px 0;text-align: center;border-top: 1px solid #d7d7d7;}
.footer-mastercms{text-align: center;height: 40px;line-height: 40px;}
.footer-mastercms a{color: #cbcbcb;font-size: 12px;}
/* navigation */
.navigation{height: 13px;line-height: 13px;border-left: 4px solid #ff0000;padding-left: 8px;}
.breadcrumb li{float: left;}
.nav-slash{margin: 0 5px;}
.breadcrumb a{color: #666;}
.breadcrumb a,.breadcrumb h1{font-size: 16px;}
/* pc-category */
.pc-category .bx-cover{border-bottom: 0;padding-bottom: 0;}
.pc-category .bx-cover .article:first-child{margin-bottom: 0;}
.__MB_ARTICLE_PAGING{text-align: center;}
.__MB_ARTICLE_PAGING span, .__MB_ARTICLE_PAGING a {display: inline-block;height: 34px;text-align: center;line-height: 34px;border-radius: 34px;width: 130px;background-color: #eee;}
.__MB_ARTICLE_PAGING a {background-color: #00923f;color: #fff;}
.__MB_ARTICLE_PAGING a:hover {background-color: #3eac64;}
.__MB_ARTICLE_PAGING span:first-child {display: none;}
/* bx-list-mostRead */
.bx-list-mostRead {counter-reset: section;}
.bx-list-mostRead li{width:100%;float:left;padding: 10px;}
.bx-list-mostRead li:nth-child(odd){background-color: #f7f8fa;}
.bx-list-mostRead li:before {counter-increment: section;content: counter(section);width: 50px;display: block;float: left;text-align: center;font-size: 34px;color: #9d9d9d;font-family: 'NotoSerif-Bold',sans-serif;line-height: 36px;}
.bx-list-mostRead .article {float: none;padding-left: 50px;}
/* article-detail */
.article-detail{font-size: 16px;line-height: 1.4;}
.article-detail-title {font-size: 24px;}
.article-detail-desc{margin-bottom: 15px;}
.__MASTERCMS_CONTENT b,.__MASTERCMS_CONTENT strong,.bx-contact-page strong{font-family: 'Roboto-Bold', sans-serif;}
.__MASTERCMS_CONTENT p{margin-bottom: 20px;}
.article-detail-author{text-align: right;font-family: 'Roboto-Bold', sans-serif;}
.article-detail-source{text-align: right;font-style: italic;margin-top: 10px;}
.article-detail-source:empty,.article-detail-author:empty{display: none;}
.article-topic-detail .article{margin: 5px 0;}
.article-topic-detail .article-link{font-weight: normal;background: url(../images/ico-square-gray.png) left 6px no-repeat;padding-left: 15px;}
.more-article{float: right;color: #00923f;}
/* article-tag */
.article-tag span{display: block;float: left;height: 36px;font:normal 18px/36px 'Roboto-Bold',sans-serif;background: url(../images/ico-tag.png) left 6px no-repeat;padding-left: 35px;}
.article-keyword{padding-left: 90px;}
.article-keyword a{height: 36px;line-height: 36px;background-color: #ebebeb;float: left;padding: 0 10px;border-radius: 5px;margin: 0 5px 5px 0;}
/* article-related-detail */
.article-related-detail .article{float: left;width: 202px;margin: 0 0 20px 20px;}
.article-related-detail .article:nth-child(4n+1){clear: both;margin-left: 0;}
.cl-00923f{color: #00923f;}
/* article-cat-similar */
.article-cat-similar .article-image,.article-cat-similar .article-desc{display: none;}
.article-cat-similar .article:first-child .article-image{display: block;}
.article-cat-similar .article:first-child{width: 405px;float: left;margin-right: 20px;}
.article-cat-similar .article:not(:first-child){padding-left: 425px;}
.mobile-button{background: #00923f;width: 100%;line-height: 100px;color: #fff;font-size: 36px;text-align: center;float: left;font-weight: bold;text-transform: uppercase;display: none;}
.highlight{background-color: yellow;}
.alert {padding: 15px;border: 1px solid transparent;border-radius: 4px;}
.alert-info {color: #31708f;background-color: #d9edf7;border-color: #bce8f1;}
/* pc-video */
.bx-video-listing .article{width: 278px;float: left;margin-left: 26px;margin-bottom: 25px;}
.bx-video-listing .article:nth-child(4n+1){margin-left: 0;clear: both;}
.bx-video-detail{background-color: #f7f8fa;}
.bx-video-left {width: 600px;}
.bx-video-right {width: 590px;padding: 15px 25px;}
.embed-ifame {position: relative;padding-top: 56.25%;height: 0;}
.embed-ifame iframe {position: absolute;top: 0;left: 0;width: 100% !important;height: 100% !important;}
/* error-page */
.box-error-page{padding: 20px 0 30px 0;text-align: center;}
.box-error-page h1{margin: 15px 0;color: #eb5757;}
.backToHomepage {background: #00923f;display: inline-block;color: #fff !important;height: 40px;line-height: 40px;padding: 0 20px;border-radius: 20px;}
.bx-contact-page {padding: 20px;background: #f7f8fa;line-height: 1.4;}
.bx-contact-page table{border-collapse: collapse;}
.bx-contact-page table td{padding: 10px;border: 1px solid #ccc;}
.videoWrapper,.videoWrapper-o {position: relative;padding-bottom: 56.25%;}
.videoWrapper iframe,
.videoWrapper #myElement,
.videoWrapper-o .jwplayer {position: absolute;top: 0;left: 0;width: 100% !important;height: 100% !important;}
.social-buttons {list-style: none;position: fixed;left: 50%;margin-left: -635px;top: 240px;z-index: 3;}
.social-buttons li {margin-bottom: 10px;}
.social-buttons li a {display: block;width: 32px;height: 32px;}
.social-buttons li.fb-icon a{background: url(../images/sprites.svg) -250px 0 no-repeat;}
.social-buttons li.print-icon a {background: url(../images/sprites.svg) -400px 0 no-repeat;}
/* .social-buttons li.zalo-icon{display: none;} */
.social-buttons li.zalo-icon a{background: url(../images/sprites.svg) -300px 0 no-repeat;}
.social-buttons li.email-icon a{background: url(../images/sprites.svg) -350px 0 no-repeat;}
#radio-detail{margin-bottom: 10px;}
#radio-detail audio{width: 100%;height: 35px;border-radius: 0;background: #f1f3f4;outline:0;}
/* pc-detail-photo */
.pc-detail-photo .box-detail-photo{width: 600px;margin: 0 auto;}
.pc-detail-photo .navigation{display: none;}
.pc-detail-photo .article-detail .article-detail-title{font-size: 30px;line-height: 1.2;text-align: center;letter-spacing: -1px;margin: 15px 0;}
.pc-detail-photo .article-detail .article-photo-cat {text-align: center;text-transform: uppercase;font-family: Arial, Helvetica, sans-serif;letter-spacing: 1px;font-size: 1em;font-weight: 300;color: #888;}
.pc-detail-photo .article-detail .article-detail-subtitle{display: none;}
.pc-detail-photo .article-detail .article-info{text-align: center;font-size: 14px;}
.pc-detail-photo .article-detail .article-detail-desc{font-size: 18px;line-height: 1.6;text-align: center;}
.pc-detail-photo .article-detail .__MASTERCMS_CONTENT{font-size: 18px;}
.pc-detail-photo .article-detail .__MASTERCMS_CONTENT .MASTERCMS_TPL_TABLE{width: 800px !important;margin: 20px -100px;}
.pc-detail-photo .article-detail .__MASTERCMS_CONTENT .MASTERCMS_TPL_TABLE.__MASTERCMS_TABLE_DATA{width: 100% !important;margin: 20px auto;}
.pc-detail-photo .article-related-detail .article{width: 290px;}
.pc-detail-photo .article-related-detail .article:nth-child(2n+1){clear: both;margin-left: 0;}
/* pc-detail-infographic */
.pc-detail-infographic .box-detail-infographic{width: 600px;margin: 0 auto;}
.pc-detail-infographic .navigation{display: none;}
.pc-detail-infographic .article-detail .article-detail-title{font-size: 30px;line-height: 1.2;text-align: center;letter-spacing: -1px;margin: 15px 0;}
.pc-detail-infographic .article-detail .article-photo-cat {text-align: center;text-transform: uppercase;font-family: Arial, Helvetica, sans-serif;letter-spacing: 1px;font-size: 1em;font-weight: 300;color: #888;}
.pc-detail-infographic .article-detail .article-detail-subtitle{display: none;}
.pc-detail-infographic .article-detail .article-info{text-align: center;font-size: 14px;}
.pc-detail-infographic .article-detail .article-detail-desc{font-size: 18px;line-height: 1.6;text-align: center;}
.pc-detail-infographic .article-detail .__MASTERCMS_CONTENT{font-size: 18px;}
.pc-detail-infographic .article-detail .__MASTERCMS_CONTENT .MASTERCMS_TPL_TABLE{width: 800px !important;margin: 20px -100px;}
.pc-detail-infographic .article-detail .__MASTERCMS_CONTENT .MASTERCMS_TPL_TABLE.__MASTERCMS_TABLE_DATA{width: 100% !important;margin: 20px auto;}
.pc-detail-infographic .article-related-detail .article{width: 290px;}
.pc-detail-infographic .article-related-detail .article:nth-child(2n+1){clear: both;margin-left: 0;}
/* bx-multimedia */
.bx-multimedia{background-color: #ffde76;padding:18px;margin-bottom: 25px;}
.bx-multimedia-title{margin-bottom: 10px;}
.bx-multimedia-name{height: 36px;line-height: 36px;font-size: 22px;color: #fff;text-transform: uppercase;overflow: hidden;float: left;margin-right: 10px;}
.bx-multimedia-name .bx-cat-link{background: none;line-height: inherit;}
.bx-multimedia .bx-cat-link::after {content: '/';display: inline;margin-left: 5px;}
.bx-multimedia .bx-cat-sub{height: 36px;line-height: 36px;float: left;}
.bx-multimedia .bx-cat-sub a{font-size: 14px;color: #000;text-transform: uppercase;margin-right: 10px;vertical-align: -3px;}
.bx-multimedia .article:not(:first-child){width: 300px;float: left;margin: 20px 0 0 20px;}
.bx-multimedia .article:first-child{width: 550px;float: left;}
.bx-multimedia .article:nth-child(2),.bx-multimedia .article:nth-child(3){margin-top: 0;}
.bx-multimedia .article-image{margin-bottom: 10px;}
.bx-multimedia .article-title{font-size: 18px;color:#fff;}
.bx-multimedia .article-desc{width: 100%;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;display: none;}
.bx-multimedia .article:first-child .article-title{font-size: 24px;margin-bottom: 10px;}
.bx-multimedia .article:first-child .article-desc{display: -webkit-box;}
.bx-multimedia .article:nth-child(2) .article-link,.bx-multimedia .article:nth-child(3) .article-link{width: 100%;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;height: 70px;}
.bx-multimedia a:hover{color: #96a1dc;}
/* bx-organization-info */
.bx-organization-info{background: #eee;padding: 15px;}
.bx-organization-info .bx-cat-link{background: none;}
.bx-organization-info .article{width: 214px;float: left;margin-left: 22px;}
.bx-organization-info .article:first-child{margin-left: 0;}
.bx-organization-info .article-image{margin-bottom: 10px;}
.bx-organization-info .article-title{font-size: 14px;}
/* #hashtag */
#hashtag .bx-cat-content{padding-top: 15px;}
#hashtag a{width: 100%;float: left;margin-top: 5px;}

/* #header,.cat-homepage,#footer{filter: grayscale(1);}
#nav{background: #474747;}
.cat > a, .cat.last > span{color: #fff;} */
.zalo-icon,.zalo-share-button{display: none;}