@font-face {
    font-family: roboto-regular;
    src:url('https://static.ex-cdn.com/nongnghiepmoitruong.vn/v0.0.15/templates/themes/css/fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: roboto-bold;
    src:url('https://static.ex-cdn.com/nongnghiepmoitruong.vn/v0.0.15/templates/themes/css/fonts/Roboto-Bold.ttf');
}
a{ color: #333333; }
.main-header {
    background: #BFD7EA;
}
.main-header .timeline .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
}
.main-header .timeline {
    border-bottom: 1px solid #91AEC1;
}
.container {
    max-width: 1080px;
    padding: 0;
}
.top-header-right {
    display: flex;
    align-items: center;
}
.social-networks {
    display: flex;
    font-size: 16px;
}
.nav_mobile, .icon_nav_menumb, .signatureandtime{
    display: none;
}
ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.social-networks li {
    margin-right: 15px;
}
.social-networks a {
    color: #555;
}
p {
    margin-bottom: 0;
}
p.time, p.weather {
    font-size: 13px;
}

.bottom-header .container .main-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-cate {
    display: flex;
    align-items: center;
}
.menu-cate .menu-cate-1 {
    border-bottom: 3px solid transparent;
    margin: 0 15px;
    padding: 17px 0px;
}
.menu-cate .menu-cate-1.active-menu {
    border-bottom: 3px solid #ee0202;
}
.menu-cate .menu-cate-1>a {
    text-transform: uppercase;
}
.menu-cate a {
    color: #666666;
    font-size: 14px;
    font-family: roboto-bold;
}
.menu-action {
    display: flex;
    margin-left: 25px;
}
.menu-search {
    position: relative;
}
.nav_desktop {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}
.menu-action .bars {
    margin-right: 20px;
    display: inline-block;
    width: 16px;
}
.menu-action a {
    color: #333;
    font-size: 18px;
}
.extra-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #f1f9ff;
    z-index: 10;
    padding: 45px 0 25px;
    display: none;
}
.all-category {
    display: flex;
    flex-wrap: wrap;
}
.all-category>li {
    width: 16.66%;
}
.extra-menu-category {
    padding-left: 20px;
    margin-bottom: 20px;
}
.extra-menu-category li.first-category {
    position: relative;
}
.extra-menu-category li {
    margin-bottom: 6px;
}
.extra-menu-category li.first-category .cate-icon {
    position: absolute;
    left: -15px;
    height: 13px;
    bottom: 7px;
    width: 2px;
}
.cate-icon {
    display: inline-block;
    width: 3px;
    height: 17px;
    transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    background: #03932a;
    position: relative;
    margin-right: 12px;
}
.extra-menu-category li.first-category a {
    font-size: 16px;
    color: #6a6a6a;
    font-family: roboto-bold;
}
.extra-menu-category li a {
    font-size: 14px;
    color: #555;
    font-family: roboto-regular;
    transition: .1s color linear;
}
.header_content .container .content_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-search-form {
    position: absolute;
    z-index: 3;
    right: 0;
    border: 1px solid #cdcdcd;
    background: #fff;
    display: none;
}
.main-search-form input {
    padding: 5px 10px;
    border: 0;
    outline: 0;
}
.main-search-form button {
    border: 0;
    outline: 0;
    background: 0 0;
    cursor: pointer;
}
.header_content .container .content_menu .logo {
    width: 150px;
/*    width: 130px;*/
}

.logo img {
    max-width: 100%;
}
.main_content_all {
    margin-top: 30px;
}

.top_box {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
}

.top_box .container_left {
    width: 805px;
    display: flex;
}

.top_box .container_left .top_home_lf {
    width: 515px;
    padding-right: 15px;
    border-right: 1px solid #E0E0E0;
}
img {
    width: 100%;
}
.top_box .container_left .top_home_right {
    width: calc(100% - 515px);
    padding: 0px 15px 0px;
    border-right: 1px solid #e0e0e0;
}
.item_top {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E0E0E0;
}

.top_box .container_left .top_home_right .item_top .main-intro.main-intro-large {
    display: none;
}

.item_top:last-child {
    border: none;
    margin: 0;
}
.cate_info {
    font-size: 14px;
    color: #508CA4;
}
.cate_info a{
    font-size: 14px;
    color: #508CA4;
}

.main-title-big {
    font-size: 24px;
    line-height: 30px;
}

.main-intro-big {
    font-size: 16px;
}

.main-intro {
    margin: 10px 0px;
}
.loadmorecss {
    display: block;
    text-align: center;
    margin: 20px 0;
    cursor: pointer;
    color: #508ca4;
    font-size: 20px;
}
.main-title-small {
    font-size: 16px;
    line-height: 22px;
}
.main-title-lager{
    font-size: 20px;
    line-height: 26px;
}

.main-title {
    margin: 10px 0px;
}
.top_box .container_right {
    width: calc(100% - 805px);
    padding-left: 15px;
}

.container_right .item_top img, .container_right .item_top p.main-intro {
    display: none;
}

.container_right .item_top:first-child img, .container_right .item_top a.thumb:first-child {
    display: block;
}
.flex_content{
    display: flex;
}
.container_right .item_top a.thumb{
    display: none;
}
.container_left {
    width: calc(100% - 300px);
    padding-right: 20px;
}

.section_content {}

.section_content .container_left {
    padding-right: 40px;
}

.container_right {
    width: 300px;
}
.main-intro-large {
    font-size: 14px;
}
.list-news-home .news-home-item:first-child {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
}
.news-home-item {
    display: flex;
    /*flex-wrap: wrap;*/
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.news-home-item .thumb {
    width: 300px;
    margin-right: 15px;
    aspect-ratio: 16 / 9;
    display: block;
    height: 100%;
    overflow: hidden;
}
.news-home-item .news-info {
    /*padding: 10px 0;*/
    width: calc(100% - 315px);
}
.main-title-sizable {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: .02em;
}
.list-news-home {
    margin-bottom: 20px;
}
.tv-box-home {
    background: #337357;
    padding: 20px 0px;
}
.tv-box-home-head {
    padding: 0px 30px;
    display: flex;
    justify-content: space-between;
}
.tv-box-home-head ul {
    display: flex;
    align-items: center;
}
.tv-box-home-head ul li a {
    font-weight: 700;
    font-size: 36px;
    line-height: 64px;
    font-family: roboto-bold;
    color: #fff;
}
.tv-box-home-main {
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.tv-box-home-main .tv-box-home-image {
    width: 100%;
}
.tv-box-home-main .tv-box-home-image iframe {
    max-width: 100%;
}
.tv-main-title-big {
    font-size: 32px;
}

.tv-box-home-main-info {
    padding: 0px 30px;
}

.tv-box-home a, .tv-box-home p, .tv-box-home-item .cate_info{
    color: #fff;
}
.tv-main-news-share {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
.tv-main-news-share li {
    width: 30px;
    height: 30px;
    background: #0dab76;
    margin-left: 12px;
    text-align: center;
    line-height: 30px;
}
.tv-box-home-list {
    display: flex;
    padding: 0px 30px;
    justify-content: space-between;
}
.tv-box-home-item {
    width: 200px;
    margin-right: 20px;
}
span.icon-type {
    bottom: 0;
    left: 0;
    border-radius: 0;
    background: #a9a9a9c7;
}
.icon-type {
    width: 30px;
    height: 30px;
    position: absolute;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000;
    border-radius: 50%;
    bottom: 14px;
    left: 9px;
    font-size: 16px;
}
.thumb {
    display: inline-block;
    position: relative;
}
i.icon-videodesg {
    background-image: url(../images/playdesg.png);
    width: 20px;
    height: 20px;
    background-repeat: space;
    background-position: center;
}
.tv-box-home-item:last-child {
    margin: 0;
}
.cate-icon {
    display: inline-block;
    width: 3px;
    height: 17px;
    transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    background: #03932a;
    position: relative;
    margin-right: 12px;
}
.cate-icon:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 17px;
    background: #ee0202;
    display: inline-block;
    left: 100%;
}
.category-title {
    font-family: roboto-regular;
    display: inline;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
}
.category-title a {
    color: #03932a;
}
.box_cate_new_type_one_home .main-box-cate-type-one {
    padding-bottom: 20px;
    border-bottom: 1px solid #D2D2D2;
}
.main-box-cate-type-one {
    display: flex;
}
.box_cate_new_type_one_home .box-one {
    width: 275px;
    padding-right: 15px;
    border-right: 1px solid #D2D2D2;
}
.box_cate_new_type_one_home .box_two {
    width: 480px;
    border-right: 1px solid #D2D2D2;
    padding-right: 15px;
    display: block;
    padding-left: 15px;
}
.box_three {
    width: 325px;
    padding-left: 15px;
}
.box-item {
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E0E0E0;
}
.box-title {
    width: 230px;
    padding-right: 10px;
}
.box-image {
    width: 80px;
    height: 80px;
}
.box-image img {
    object-fit: cover;
    height: 100%;
}
.box-item:last-child {
    border: none;
    padding: unset;
    margin: unset;
}
.box_cate_new_type_one_home, .box_cate_new_type_two_home {
    margin-top: 30px;
}
.category-header {
    margin-bottom: 10px;
}
.box_cate_new_type_two_home .main-box-cate-type-two {
    padding-bottom: 20px;
    border-bottom: 1px solid #D2D2D2;
}
.main-box-cate-type-two {
    display: flex;
}
.box_cate_new_type_two_home .box_two {
    width: 480px;
    border-right: 1px solid #D2D2D2;
    padding-right: 15px;
    display: block;
}
.box_cate_new_type_two_home .box-one {
    width: 275px;
    padding-right: 15px;
    border-right: 1px solid #D2D2D2;
    padding-left: 15px;
}
.section_box_news {
    margin-top: 30px;
}

.section_box_news .width_content_50 {
    width: 50%;
    border-left: 1px solid #e0e0e0;
    padding-left: 15px;
    border: none;
}

.section_box_news .width_content_50:first-child {
    border: none;
    padding-right: 15px;
    padding-left: 0;
}
.box_cate_in_home .main-title-big {
    font-weight: 700;
}
.in_ctn {
    width: calc(50% - 13px);
}
.child_box_home {
    justify-content: space-between;
    margin-top: 20px;
}
.box_has_border {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}
.main-footer {
    background: #f1f9ff;
    padding: 30px 0 42px;
    position: relative;
    z-index: 2;
}
.footer-top {
    text-align: center;
}
.footer-top .footer-logo {
    width: 157px;
    display: inline-block;
}
.footer-menu-page {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}
.footer-menu-page li {
    padding: 0 10px;
}
.footer-menu-page a {
    color: #508ca4;
    font-size: 12px;
    line-height: 140%;
}
.footer-menu-cate {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*margin: 0 -23.5px;*/
    padding: 35px 0 19px;
}
.footer-menu-cate>li {
    margin: 10px 23.5px;
}
.sub-footer-menu-cate {
    display: none;
}
.footer-info-office {
    font-size: 12px;
    color: #555;
    line-height: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    clear: both;
}
.footer-copy-right {
    font-size: 12px;
    color: #555;
    line-height: 140%;
    margin-top: 20px;
    text-align: center;
}
.footer-copy-right .dmca-protect {
    margin-top: 14px;
}
.footer-copy-right .dmca-protect img {
    width: 121px;
}
.footer-menu-cate>li a {
    font-size: 14px;
    line-height: 18px;
    font-family: roboto-bold;
    text-transform: uppercase;
    color: #555;
}
#back-to-top {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #b6c5d3;
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    z-index: 10;
}
#cate_news_list_content .tv-box-home {
    margin-bottom: 20px;
}
#loadmore {
    display: block;
    text-align: center;
    margin: 20px 0;
    cursor: pointer;
    color: #508ca4;
    font-size: 20px;
}
.left-top-home {
    /*display: flex;*/
    padding-right: 15px;
    border-right: 1px solid #e0e0e0;
}

.left-top-home .img-tlth {
    width: 500px;
    margin-right: 20px;
}

.left-top-home .news-info {
    width: calc(100% - 520px);
    padding-right: 15px;
}
.box_merge {
    display: flex;
    background: #F1F9FF;
}
.intro_show {
    display: block !important;
}

#cate_news_list_content .item_top:last-child {
    padding-bottom: 0;
}

#cate_news_list_content .item_top:last-child .intro_show {
    margin-bottom: 0;
}
.breadcrumbs ul li {display: inline-block;padding: 10px 0px;padding-right: 20px;font-size: 16px; text-transform: uppercase;}

.breadcrumbs {
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
}
.detail-header-right {
    display: flex;
    align-items: center;
}
span.time-detail {
    font-size: 14px;
    padding-top: 20px;
    color: #757575;
}
.breadcrumbs li.cate_parent a {
    font-size: 24px;
    color: #03932A;
    font-weight: 500;
}

.breadcrumbs li.active_cate a {
    color: #243260;
    font-weight: 700;
}
.breadcrumbs ul li.active_cate span {
    margin-right: 30px;
    font-size: 12px;
}
#cate_news_list_content {
    margin-top: 15px;
}
/*detail*/
.box_content_detail {
    display: flex;
}
.tab_barscroll {
    margin-right: 20px;
    position: relative;
    width: 57px;
}
.floating-bar .detail-header-action {
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(43,114,93,.2);
    width: 50px;
    text-align: center;
}
.floating-bar .detail-header-action li {
    padding: 10px 0px;
}
.toolTipCopy {
    position: relative;
    display: inline-block;
}
.detail-header-action .floating-bar-action {
    color: #18136F;
    font-size: 18px;
}
.toolTipCopy .tooltiptext {
    line-height: 24px;
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: -100%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity .3s;
}
.toolTipCopy:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.content_detail_border {
    width: 100%;
}
.title_news {
    display: block;
    line-height: 38px;
    font-size: 32px;
    margin-bottom: 20px;
}
.sapo {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: Arial;
}
.content_detail {
    font-family: Arial;
    font-size: 17px;
}
.content_detail h1,
.content_detail h2,
.content_detail h3,
.content_detail h4,
.content_detail h5{
    font-weight: bold;
}
.signature {
    font-weight: 700;
    text-align: right;
    margin-top: 20px;
}
.detail-action {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 20px;
}
.social-list {
    display: flex;
    padding-left: 0!important;
}
ul.social-list li {
    list-style: none;
}
.social-list li {
    margin-right: 9px;
}
.share-fb {
    display: flex;
}
.social-list .share-fb .icon-share-fb {
    background: #3b5999;
    display: inline-block;
    height: 40px;
    width: 36px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.social-list .share-fb .text-share-fb {
    font-family: roboto-regular;
    color: #fcfaf6;
    background: #087cce;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}
.social-list .share-twitter {
    display: inline-block;
    height: 40px;
    width: 36px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #55acee;
}
.social-list .share-zalo {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #41a0d7;
    line-height: 36px;
    text-align: center;
}
.like-main {
    display: flex;
    align-items: center;
    font-size: 15px;
    height: 40px;
}
.like-main .like, .like-main .like-ip {
    margin-right: 20px;
    cursor: pointer;
}
.like-main .unlike, .like-main .unlike-ip {
    margin-right: 15px;
    cursor: pointer;
}
.detail-title-interested {
    border-radius: 5px;
}
.detail-title-interested, .detail-title-interested-ip {
    padding: 8px 10px;
    color: #494949;
    border: 1px solid rgba(0,0,0,.2);
    display: flex;
    align-items: center;
}
.detail-title-interested a, .detail-title-interested-ip a {
    color: #757575;
    font-size: 13px;
    padding-left: 5px;
}
.detail-interested-mobile, .detail-interested-mobile-ip {
    display: none;
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-zalo {
    width: 32px;
    height: 32px;
    background: url(https://static.ex-cdn.com/nongnghiepmoitruong.vn/v0.1.396/templates/themes/images/zalo_icon.png) no-repeat;
    background-size: cover;
    margin: auto;
    transform: translateY(3px);
}
.relation-news-header {
    font-size: 18px;
    line-height: 12px;
    color: #333;
    margin-bottom: 30px;
    padding: 15px 22px;
    background-color: #f7f7f7;
}
.relation-news-title {
    margin-bottom: 5px;
    font-family: Lato;
    color: #333;
}
.relation-news-list {
    margin-left: 18px;
}
.relation-news-list li {
    position: relative;
    margin-bottom: 10px;
}
.relation-news-list li h3 {
    margin: 0;
    line-height: 20px;
}
.relation-news-list a {
    font-size: 16px;
    color: #4f4f4f;
}
.relation-news-list li:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #c4c4c4;
    display: inline-block;
    position: absolute;
    left: -18px;
    top: 15px;
    transform: translateY(-50%);
}
.lg-comments {
    margin-bottom: 20px;
}
/* ul.tag-list {
    align-items: center;
    margin-bottom: 10px;
}
.tag-title {
    background: #f7f7f7;
    padding: 7px 10px 7px 10px;
    position: relative;
    margin-right: 35px;
    margin-bottom: 20px;
}
.tag-title:after {
    content: "";
    height: 0px;
    width: 0px;
    border-left: 20px solid #f7f7f7;
    border-top: 22px solid transparent;
    border-bottom: 16px solid transparent;
    float: left;
    position: absolute;
    top: 0px;
    right: -20px;
}
.detail-tag li {
    padding: 5px;
    border: 1px solid #e7e7e7;
    margin-right: 20px;
    margin-bottom: 20px;
}
.detail-tag li a {
    color: #0f0f0f;
}
.detail-tag li:hover {
    background: #F1F9FF;
    border: 1px solid #BFD7EA;
}

.detail-tag li:hover a {
    font-weight: 600;
} */
.detail-tag{
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    align-items: flex-start;
}
.detail-tag .tag-title{
    padding: 10px 0 10px 5px;
    display: inline-block;
    background: #d5d5d5;
    color: #757575;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    width: 60px;
    margin-right: 20px;
    margin-bottom: 5px;
}
.detail-tag .tag-title:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 18.5px solid transparent;
    border-left: 15px solid #d5d5d5;
    border-bottom: 18.5px solid transparent;
    position: absolute;
    left: 100%;
    top: 0;
}
.detail-tag .tag-title i{
    color: #666666;
}
.tag-list{
    /*margin-left: 35px;*/
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.tag-list li{
    padding: 7px;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    margin-right: 5px;
    transition: 0.2s;
    margin-bottom: 5px;
    background: #f7f7f7;
    font-size: 14px;
}
.tag-list li:hover{
    background: #BFD7EA;
}
.tag-list a{
    color: #4f4f4f;
    transition: 0.2s;
}
.tag-list a:hover{
    /*font-weight: 700;*/
    color: #222222;
}

.ts-home-box {
    background: #f1f9ff;
    padding: 20px 20px 27px;
    margin-bottom: 20px;
}
.ts-home-box-content {
    display: flex;
    margin: 8px -10px 0;
}
.ts-home-box-item {
    width: 220px;
    margin: 0 10px;
}
.ts-home-box-item .thumb {
    width: 100%;
    height: 132px;
}

.news-inside {
    padding-left: 12px;
    margin-bottom: 20px;
}
.news-inside h4 {
    position: relative;
    /*padding: 3px 0;*/
    margin-bottom: 5px;
}
.news-inside a {
    font-size: 14px;
    line-height: 160%;
    font-weight: 700;
    color: #337357;
    transition: .3s;
}
.news-inside h4:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #337357;
    position: absolute;
    left: -12px;
    top: 16px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
.content_detail figure figcaption .h2, .content_detail figure figcaption h2 {
    font-size: 15px;
    text-align: left;
    line-height: 24px;
    background: #f2f2f2;
    color: #000;
    font-style: normal;
    padding-left: 8px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 2px;
    margin-bottom: 15px;
}
.floating-bar.sticked {
    position: fixed;
    top: 10px;
}
#navmobie_content {
    display: none;
}
.category-header-tag {
    padding: 0px 0px 15px;
    font-size: 20px;
    font-weight: 700;
}
.sapo-tag {
    margin-bottom: 15px;
}
.sapo-tag h2 {
    font-size: 16px;
    line-height: 24px;
}
p.search-count {
    margin-bottom: 20px;
}
.list_news_in_detail .news-info .main-title {
    margin-top: 0;
}
.content_detail h2, .content_detail  h3, .content_detail  h4, .content_detail  h5, .content_detail h6, .content_detail p {
    margin-bottom: 20px;
}
.content_detail h2, .content_detail  h3, .content_detail  h4, .content_detail  h5, .content_detail h6 {
    font-size: 18px;
}
.top_scroll {
    display: none;
}
.content_detail figure.vd iframe.exp_video {
    height: 100%;
}
.add_cmt.ti-comment-alt {
    color: #00942c !important;
    font-size: 13px;
    padding-left: 10px;
}
.add_cmt.ti-comment-alt span {
    font-size: 17px;
    padding-left: 5px;
    font-style: unset;
    font-family: roboto-medium;
}
.content_detail blockquote.expNoEdit {
/*    width: 100% !important;*/
    width: 100%;
/*    margin: 0 0 20px !important;*/
    margin-bottom: 20px !important;
    font-size: unset !important;
    padding: 15px  15px 0.5px !important;
}
.fa-zalo {
    width: 32px;
    height: 32px;
    background: url(../images/zalo_icon.png) no-repeat;
    background-size: cover;
    margin: auto;
    transform: translateY(3px);
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hide_after_load{
    display: none !important;
}






/* add css */
i.icon-imgdegs {
    background-image: url(../images/imgdesg.png?v=2);
    width: 20px;
    height: 20px;
    background-repeat: space;
    background-position: center;
}
@media (min-width: 1280px) {
    .news-home-item .icon-type{
/*            margin-bottom: 6px;*/
    }
}
.contentTV {
    width: 100%;
    max-width: 720px;
    margin: auto;
    padding: 0px 25px;
}

.content-detail-tv.content-video {
    aspect-ratio: 16/9;
}