.hide_mb{
    display: block !important;
}

.hide_pc{
    display: none !important;
}

*{margin: 0; padding: 0;} 

@font-face {
  font-family: hs;
  src: url(../fonts/HSPEED.TTF); }
@font-face {
  font-family: robo-black;
  src: url(../fonts/Roboto-Black.ttf); }

@font-face {
  font-family: robo-slab;
  src: url(../fonts/RobotoSlab-Regular.ttf); }

@font-face {
  font-family: robo-slab-bold;
  src: url(../fonts/RobotoSlab-Bold.ttf); }

@font-face {
  font-family: robo-black-italic;
  src: url(../fonts/Roboto-Black.ttf); }

@font-face {
  font-family: robo-cond;
  src: url(../fonts/RobotoCondensed-Regular.ttf); }

@font-face {
  font-family: robo-cond-bold;
  src: url(../fonts/RobotoCondensed-Bold.ttf); }
@font-face {
  font-family: robo-cond-italic;
  src: url(../fonts/RobotoCondensed-Italic.ttf); }
@font-face {
    font-family: "Font Awesome\ 5 Brands";
    src: url("https://www.giadinhmoi.vn/v1.9.584/templates/themes/fonts/fa-brands-400.ttf");
}
body {
    font-size: 14px;
}
body a {
    color: #444444;
}
h1, h2, h3, h4, h5, h6, ul {
    margin: 0;
    font-size: inherit;
}
.left .title a {
    /*background: #ec1f25;*/
    background: #209ad6;
    color: #fff !important;
    padding: 5px 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: robo-black;
}
#content_detail .col-md-11 a {
    font-size: 18px;
    color: #2196f4;
}

.left .title {
    transform: skew(-10deg);
    width: auto;
    text-align: center;
    position: relative;
}

.content-main-1 .left {
    width: 268px;
    float: right;
}

.content-main-1 .left .list-left-big img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.content-main-1 .left .list-left-big .info a {
    font-size: 16px;
    display: block;
    font-family: robo-cond-bold;
    padding: 5px 0 10px 0;
    line-height: initial;
}

.list-small .avarta {
    width: 61px;
    float: left;
}

.list-small .avarta img {
    height: 61px;
    width: 100%;
    object-fit: cover;
}

.list-small {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.list-small .info {
    padding-left: 70px;
}

.list-small .info a {
    display: block;
    font-size: 16px;
    font-family: robo-cond-bold;
    line-height: initial;
}

.list-left-big {
    border-bottom: 1px solid #ddd;
}

.big-center .info a {
    text-transform: uppercase;
    display: block;
    font-size: 28px;
    font-family: robo-black;
    line-height: initial;
    padding: 10px 0;
}

.big-center .desc {
    font-size: 19px;
    font-family: robo-cond;
    line-height: initial;
}

.big-center .tg-time {
    font-size: 12px;
    color: #209ad6;
    font-family: robo-cond;
    padding-top: 15px;
}

.big-center {
    width: 568px;
}

.big-center .avarta img {
    height: 320px;
    object-fit: cover;
}
.list-small:last-child {
    border-bottom: 0;
}

.big-center .item {
    margin-bottom: 10px;
}

.right {
    width: 300px;
    float: right;
    /*margin-right: 10px;*/
    margin-right: 0px;
}

.content-main-1 .container {
    width: 1250px;
}

.title-right {
    font-family: robo-black;
    font-style: italic;
    font-size: 14px;
    position: relative;
    margin: 20px 0 10px 0;
}

.title-right:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #1e5797;
    position: absolute;
    left: 0;
    top: 9px;
}

.title-right span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 15px;
    text-transform: uppercase;
    color: #1e5797;
}

.list-item-right a {
    font-size: 16px;
    font-family: robo-cond-bold;
    display: block;
    line-height: 21px;
}

.list-item-right .time {
    color: #777;
    font-family: robo-cond;
    font-size: 14px;
}

.list-item-right .item {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.list-item-right .item:last-child {
    border: 0;
}
.main-menu.sticky_nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.right .ads-right img {
    /* height: 230px; */
    /* width: 100%; */
    /* object-fit: cover; */
}
.video .title {
    padding: 20px 15px 20px 15px;
    background: #35363a
    color: #fff;
    font-family: robo-cond-bold;
    font-size: 20px;
    position: relative;
    margin-left: 15px;
}

.video .title:after {
    content: "";
    width: 4px;
    height: 25px;
    background: #209ad6;
    position: absolute;
    left: 0;
    bottom: 25px;
}

.content-main-2 {
    margin-top: 10px;
}
.content-main-2 .list-item-right .item .avarta {
    width: 65px;
    height: 65px;
    float: left;
}

.content-main-2 .list-item-right .item .avarta img,
#item-new .avarta img  {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 50%;
}

.content-main-2 .list-item-right .item .info {
    padding-left: 80px;
}

.content-main-2 .list-item-right .item .info a {
    font-size: 17px;
    line-height: initial;
}

.content-main-2 .list-item-right .item .info .name {
    font-family: robo-cond;
    color: #666;
    padding-top: 4px;
    font-size: 13px;
}
.content-main-2 .container {
    width: 1250px;
}

.video {
    width: 865px;
    margin-left: 15px;
    background: #1e5797; //35363a
}
.video-big .info a {
    font-family: robo-cond-bold;
    font-size: 20px;
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    color: #fff;
}
.docnhieu .title a {
    background: #209ad6;
    color: #fff !important;
    padding: 5px 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: robo-black;
}

.docnhieu .title {
    transform: skew(-10deg);
    width: auto;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.docnhieu {
    margin-top: 30px;
    width: 865px;
    margin-left: 15px;
}

.content-read img {
    width: 418px;
    height: 235px;
    object-fit: cover;
}

.content-read .info a {
    font-family: robo-black;
    /*text-transform: uppercase;*/
    line-height: 26px;
    font-size: 22px;
    display: block;
    padding: 10px 0 5px 0;
}
.video-big .avarta {
    text-align: center;
}

.video-big .avarta img.img-max-height {
    padding: 0px 130px;
    width: 100%;
}

.content-read .info .desc {
    font-family: robo-cond;
    font-size: 20px;
    line-height: initial;
}

.content-read .info .name-hours span {
    font-family: robo-slab;
}

.content-read .name-hours {
    font-family: robo-cond;
    padding: 10px 0;
}

.content-read .name-hours span:first-child {
    color: #209ad6;
    padding-right: 10px;
}

.content-read {
    margin-bottom: 20px;
}

.docnhieu .col-md-4 .content-read .info a {
    font-family: robo-cond-bold;
    text-transform: unset;
    font-size: 20px;
    display: block;
    line-height: 25px;
}

.docnhieu .col-md-4 .content-read .name-hours {
    padding: 0;
}
.list-item-event .avarta {
    width: 212px;
    float: left;
}

.list-item-event .item-event {
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}

.list-item-event .item-event .info {
    padding-left: 230px;
}

.list-item-event .item-event .info .cate {
    text-transform: uppercase;
    font-family: robo-cond-bold;
    margin-top: -4px;
}

.list-item-event .item-event .info h2 a {
    font-size: 22px;
    font-family: robo-cond-bold;
    line-height: 30px;
    display: block;
    padding-bottom: 8px;
    padding-top: 7px;
}
.list-item-event .item-event .info .desc {
    font-size: 16px;
    line-height: initial;
    /*font-weight: 600;*/
    font-family: robo-cond;
}

.video-big .info {
    padding: 0 20px;
}

.list-item-event .item-event .info .name {
    color: #209ad6;
    font-family: robo-cond;
    padding-top: 6px;
}
.list-other .container {
    width: 1215px;
}

.list-other .container .col-md-3 {
    padding: 0 12.5px;
    margin-bottom: 20px;
}

.item-other-cate .title a {
    font-family: robo-black;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    padding: 25px 20px;
    color: #1e5797;
}

.item-other-cate {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 0;
    height: 100%;
}

.item-other .info {
    padding: 0 20px;
}

.item-other .info a {
    /*display: block;*/
    /*border-bottom: 1px solid #ddd !important;
    padding: 20px 0;*/
    font-family: robo-cond-bold;
    font-size: 19px;
    line-height: 24px;
}

.item-other .info .item-other:last-child a {
    border: 0 !important;
}
.docnhieu .col-md-4 .content-read img {
    height: 163px;
}
footer {
    background: #35363a;
}

.footer-left .logo img {
    width: 100%;
}

.footer-right ul li {
    width: 32%;
    margin-bottom: 20px;
}

.footer-right {
    /*padding-left: 10%;*/
    padding-left: 40px;
}

.content-footer {
    padding: 20px 0 0;
}
.footer-page p {
    color: white;
    margin-bottom: 5px;
}

.footer-right ul li a {
    font-size: 20px;
    color: #fff;
}

.content-footer .container {
    width: 1220px;
}

.content-footer .container .row {
    align-items: center;
}
.ads-top {
    text-align: center;
    margin: 20px 0;
}
.you-may span:first-child {
    font-family: robo-cond-bold;
    font-size: 18px;
    display: block;
    float: left;
    margin-top: -5px;
}

.you-may span:last-child {
    font-size: 13px;
    font-family: robo-cond;
    float: right;
    display: block;
}

.you-may .title {
    display: inline-block;
    width: 100%;
}

.title-may a {
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 5px 0;
    line-height: 22px;
}

.item-youmay .other-cate a {
    font-family: robo-cond;
}

.item-youmay {
    padding-bottom: 15px;
}
.banner-big .container {
    width: 1350px;
    position: relative;
    padding: 0;
}
.main-menu {
    /*background: #35363a;*/
    background: #1e5797;
    text-align: center;
}

.main-menu ul li a {
    display: block;
    font-family: robo-cond-bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 7px 5px;
    letter-spacing: .5px;
}
ul.list-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-menu ul li.other-list a{
    font-size: 16px;
    margin-top: 2px;
}
.search_false {
    width: 20px;
    padding: 10px 5px;
    color: white;
    background: #209ad6;
    border-left: 1px solid;
}
.search_false:hover {
    cursor: pointer;
}
.content-big-top {
    background: #3f3f40;
}

.title-big {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}

.title-big a {
    color: #fff;
    text-transform: uppercase;
    font-family: robo-black;
    width: 100%;
    display: block;
    padding: 40px 0;
    font-size: 55px;
    background: rgba(0, 0, 0, 0.4);
}

.content-big-top .avarta img {
    width: 100%;
}

.main-menu .container {
    padding: 0;
}
header {
    /*height: 125px;*/
    background: #35363a;
    margin-bottom: 15px;
}

header .container {
    /*width: 1350px;*/
    width: 1250px;
    /*overflow: hidden;*/
}

header .logo {
    text-align: center;
}

header .logo img {
    width: 350px;
    height: 123px;
    padding: 10px 0;
}

.menu-bar {
    width: 30px;
    float: left;
    margin-right: 5px;
}

.menu-bar a {
    color: #aaa;
    font-size: 20px;
}

.search a {
    font-size: 20px;
    color: #aaa;
}

/* .search input {
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: -41px;
    left: -16px;
} */
.search input {
    display: none;
    position: absolute;
    z-index: 9999999;
    width: 100%;
    bottom: -5px;
    left: 64px;
}

.menu-bars-search {
    position: absolute;
    bottom: 15px;
    width: 100%;
}
.sub-menu {
    position: absolute;
    background: #35363a;
    z-index: 1;
    width: 315px;
    text-align: right;
    padding: 30px 15px 30px 70px;
    display: none;
}

.sub-menu ul li {
    list-style: none;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 2px solid #aaa;
}

.sub-menu ul li a {
    font-family: robo-black;
    font-size: 17px;
    text-transform: uppercase;
    padding-right: 7px;
    color: #fff;
}

.sub-menu ul li a i {
    position: absolute;
    right: -3px;
    top: 13px;
}

.sub-menu ul li:last-child {
    border: 0;
}
.sub-cate-menu ul li a {
    font-family: robo-cond;
    display: block;
    text-transform: unset;
    font-size: 15px;
}

.sub-cate-menu {padding-right: 25px;display: none;}
.sign-in-out {
    position: absolute;
    width: 100%;
    text-align: right;
    bottom: 15px;
    right: 15px;
}

.sign-in-out a {
    font-family: robo-black;
    color: #fff;
    padding: 0 30px;
}

a.sign-up {
    padding: 8px 20px;
    border: 1px solid #fff;
    border-radius: 25px;
}
.title-cate {
    text-align: center;
    padding: 10px 0 25px 0;
}

.title-cate a {
    font-family: robo-black;
    text-transform: uppercase;
    font-style: italic;
    font-size: 30px;
    color: #333;
    position: relative;
}

.title-cate a:after {
    content: "";
    width: 10px;
    height: 25px;
    background: #1e5797;
    position: absolute;
    left: -21px;
    top: 5px;
}

.title-cate a:before {
    content: "";
    width: 10px;
    height: 25px;
    background: #1e5797;
    position: absolute;
    right: -30px;
    top: 5px;
}
.content-main-1.cate .left .list-left-big .info a {
    padding-bottom: 0;
}

.content-main-1.cate .left .list-left-big {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.content-main-1.cate .left .list-left-big:first-child {
    padding-top: 0;
}

.content-main-1.cate .left .list-left-big:last-child {
    border: 0;
}
.item-cate .info-left {
    width: 68%;
}

#pagecate_update .item-cate .avarta {
    width: 32%;
    margin-right: 20px;
}
#pagecate_update .item-cate .avarta img {
    width: 100%;
}
.big-center .item-cate .avarta img {
    height: auto;
}

.item-cate {
    display: inline-block;
    width: 100%;
    padding: 25px 0 30px 0;
    border-bottom: 1px solid #ddd;
}

.content-main-1.cate .big-center {
    padding-right: 15px;
    width: calc(568px + 30px );
    border-right: 1px solid #ddd;
    margin-left: -15px;
    padding-left: 15px;
    border-left: 1px solid #ddd;
}

.item-cate .info-left a {
    font-family: robo-cond-bold;
    font-size: 20px;
    line-height: 26px;
}

.item-cate .info-left .name-cate {
    font-size: 13px;
    color: red;
}

.item-cate:last-child {
    border: 0;
}

.item-cate:first-child {
    padding-top: 0;
}
.pagination {
    width: 100%;
    text-align: center;
}

.pagination ul li a, .pagination ul li span {
    font-family: robo-cond-bold;
    font-size: 17px;
}

.pagination ul li a.active {
    color: #0cbe94;
}

.list-other.cate .item-other-cate {
    border: 0;
}

.list-other.cate .item-other-cate .info {
    padding: 0;
}

.list-other.cate .item-other-cate .info a {
    padding: 10px 0;
    border-bottom: none !important;
}
.list-other.cate .item-other-cate .avarta {
    width: 100%;
}

.list-other.cate ul li {
    margin-right: 0 !important;
    margin-left: -5px;
    width: 20%;
    box-sizing: border-box;
    padding: 0 10px;
}

.list-other.cate ul li img {
    width: 100%;
}

.list-other.cate ul li .item-other-cate .info a {
    font-size: 17px;
    line-height: initial;
}

.list-other.cate {
    padding: 25px 0 15px 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}
.list-other.cate .title {
    font-size: 25px;
    font-family: robo-black;
    text-transform: uppercase;
    font-style: italic;
    padding-bottom: 15px;
}
.list-other.cate ul {
    padding-left: 7px;
}
.list-other.cate.detail .title {
    font-size: 20px;
}

.read-more ul li {
    list-style: none;
}

.other-details ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #ddd;
}

.other-details ul li span {
    font-size: 18px;
    font-family: robo-black;
    text-transform: uppercase;
    font-style: italic;
    padding-bottom: 15px;
}

.other-details .avarta {
    width: 270px;
    float: right;
}

.other-details .info {
    width: calc(100% - 280px);
    float: left;
}

div.detail_content {
    padding-left: 19px;
    padding-right: 25px;
}

.other-details .info h3 a {
    font-size: 18px;
    font-family: robo-slab-bold;
    display: block;
    line-height: initial;
    padding-bottom: 5px;
}

.other-details .info .desc {
    font-family: robo-cond;
    font-size: 16px;
    padding: 5px 0;
}

.other-details .info .time span {
    font-size: 14px;
    text-transform: unset;
    font-family: robo-cond;
    font-style: unset;
    color: #666;
}

.other-details .avarta img {
    width: 100%;
    height: 185px;
    object-fit: cover;
}

div.detail_content p,div.detail_content i,div.detail_content li,div.detail_content em,div.detail_content b  {
    font-size: 18px !important;
    font-family: robo-cond;
    text-align: justify;
    line-height: unset !important
}
div.detail_content p strong {
    font-size: 18px !important;
    color: #373a3c !important;
    font-family: robo-cond-bold;
}
div.detail_content p {
    word-break: break-word;
}
.read-more ul li span {
    font-size: 20px;
    font-family: robo-slab-bold;
    display: block;
    padding-bottom: 20px;
}

.read-more ul li a {
    font-size: 17px;
    font-family: robo-slab;
    color: #2196F3;
    padding: 10px 0;
    display: block;
}

.read-more {
    padding: 20px 0;
}
.cate-detail-more a {
    font-family: robo-cond-bold;
    font-size: 16px;
    display: block;
    padding-bottom: 10px;
}
.list-other.cate.detail .col-md-4 {
    margin-bottom: 20px;
}
.tab-right .avarta {
    width: 70px;
    float: right;
    margin-left: 10px;
}

.tab-right .avarta img {
    height: 70px;
    object-fit: cover;
}

.tab-right .info {
    width: calc(100% - 80px);
    float: left;
}

.tab-left {
    width: 20px;
    float: left;
    font-family: robo-black;
    font-size: 18px;
    margin-right: 10px;
    margin-top: -4px;
}

.tab-right {
    display: inline-flex;
    flex: 100%;
}
.item-tabs {
    display: inline-flex;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.tab-right .info a {
    font-family: robo-cond;
    font-size: 15px;
    line-height: 19px;
}

ul.list-inline.tab li a {
    font-family: robo-slab-bold;
    font-size: 16px;
}

ul.list-inline.tab li a.active {
    color: #2196F3;
    position: relative;
}

ul.list-inline.tab {
    padding: 15px 0 10px 0;
}
.item-tabs:last-child {
    border: 0;
}

.tab-content {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin-bottom: 20px;
    display: none;
}
.tab-content.active {
    display: block;
}
.avarta-details img {
    width: 100%;
}

.sabo h2 {
    font-family: robo-cond-bold;
    padding: 15px 0;
    font-size: 21px !important;
    line-height: 20px;
    color: #373a3c;
}

.tg-details {
    padding-bottom: 20px;
}

.name-tg {
    font-family: robo-cond;
}

.name-tg span {
    font-family: robo-cond-bold;
    color: #2196F3;
}

.time-detail {
    font-size: 14px;
    font-family: robo-cond;
    color: #666;
}
.list-item-event .item-event:last-child {
    border: 0;
    padding-bottom: 60px;
}
.content-item-slide h3 a {
    display: block;
    font-family: robo-cond;
    font-size: 15px;
    line-height: initial;
    padding-top: 7px;
    color: #fff;
}

.slide-video {
    padding: 20px;
}

.content-video {
    background: #1e5797 ;
}
.slide-video .swiper-button-prev {
    left: 0;
    top: 35%;
    background: #fff;
    height: 44px;
    line-height: 44px;
    width: 20px;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    opacity: .7;
}

.slide-video .swiper-button-next {
    right: 0;
    top: 35%;
    width: 20px;
    height: 44px;
    background: #fff;
    text-align: center;
    line-height: 44px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    opacity: .7;
}
div.detail_content h1 {
    font-size: 35px !important;
    text-align: left;
    font-family: robo-black;
    line-height: initial !important;
}

div.detail_content .container {
    padding: 0 !important;
}
.btn-search-pc {width: 313px !important;position: absolute;right: 0;bottom: -40px;border: 1px solid #209ad6;border-radius: 5px;overflow: hidden;box-shadow: -5px 5px 10px 0px #1e5797;z-index: 999; display: none;}

.btn-search-pc form#search {
    display: flex;
}

.btn-search-pc form#search input.search {
    border: none;
    padding: 5px;
    width: 280px;
}

.btn-search-pc form#search button {
    border: none;
    background: #209ad6;
    padding: 5px 10px;
    color: #fff;
}
/*/detail/*/
@media (max-width: 767px){
#content_detail figure figcaption {
    width: 100%!important;
}
}
span.pad_left10.fl.upper {
    line-height: 17px;
    margin: 2px 0;
    font-family: robo-cond-bold;
    font-size: 20px;
    color: #e42d21;
}
.tags a {
    float: left;
    background: #eee;
    padding: 3px 11px 3px;
    margin: 0 5px 5px 0;
    border-radius: 4px;
    text-decoration: none;
    font-family: robo-cond;
}
.text_tag{
    font-family: robo-cond;
}
.cmex {
    margin-top: 15px;
}
.tags a:hover {
    background: #ec1f25;
    color: #fff;
}
div#social-share {
    will-change: min-height;
    margin-top: 20px;

}
div#social-share .share i {
    margin-bottom: 0px;
}
a.fb-share{
    color: #fff;
    background: #1da1f2;/* #0073b2;*/
    text-align: center; 
    font-size: 18px; 
    padding: 5px 0px;
}
a.share-zalo.zalo-share-button {
    height: 45px;
}
.fa-facebook-messenger:before {
    content: "\f39f";
}
.share {
    display: flex;
    flex-direction: column;
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
a.tw-share {
    color: #fff;
    background: #1da1f2;
    text-align: center;
    padding: 6px  0;
    font-size: 18px;
    margin-top: 5px;
}
a.lkin-share {
    text-align: center;
    background: #0077b5;
    padding: 6px 0px;
    margin-top: 5px;
    color: #fff;
    font-size: 18px;
}
a.fb-mb {
    background: #2851A3;
    padding: 5px 28px;
}

a.tw-mb {
    background: #1da1f2;
    padding: 5px 28px;
    margin-left: 5px;
}

a.in-mb {
    background: #0077b5;
    padding: 5px 28px;
    margin-left: 5px;
}

i.fa.fa-share-alt {
    font-family: FontAwesome;
}

a.share-icon {
    margin-right: 16px;
    font-family: robo-cond-bold;
    font-size: 15px;
}

.social-mb {
    margin-top: 30px;
}
.fa-zalo {
    width: 32px;
    height: 32px;
    background: url(https://static.ex-cdn.com/nongnghiep.vn/v0.1.389/templates/themes/images/zalo_icon.png) no-repeat;
    background-size: cover;
    margin: auto;
    transform: translateY(3px);
}
.fix-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.fix-text3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}*/
.fix-text4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.border-bottom-t {
    border-bottom: 1px solid  #ddd!important;
    padding-top: 20px;
    padding-bottom: 20px;
}
.info-sapo-t {
    font-size: 17px;
    line-height: initial;
    font-family: robo-cond-bold;
    font-weight: 600;
    padding-top: 10px;
}
.title-best-t {
    transform: skew(-10deg);
    width: auto;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.title-best-t a {
    background: #209ad6;
    color: #fff!important;
    padding: 5px 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: robo-black;
}
.box-master-t {
    display: flex;
}
.thumb-img {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.thumb-item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.thumb-5x3 {
    padding-bottom: 60%;
}
.thumb-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-new-hot-footer .container {
    width: 1215px;
}
.box-new-hot-footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
}
.box-new-hot-footer-items {
    flex: 0 0 20%;
    padding-right: 15px;
    padding-bottom: 15px;
}
.box-environment {
    padding-right: 0;
    padding-bottom: 30px;
}
.box-expert {
    padding-left: 0;
    padding-bottom: 30px;
}
a.share-zalo.zalo-share-button.fb-share {
    width: 45px !important;
    height: 45px !important;
    /*overflow: hidden;*/
}

a.share-zalo.zalo-share-button.fb-share iframe {
    height: 100%;
    width: 100%;
    /*opacity: 0;*/
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: auto;
}
#content_detail .col-md-1.show_desktop {
    z-index: 99;
}
#pagecate_update .big-center.list_news_append {
    width: 100%;
    border: none;
    padding: 0;
}

#pagecate_update .item-cate {
    padding: 20px 0px;
    border-bottom: 1px solid #eee;
    display: flex;
}
.top_onecate a.focus__title {
    font-size: 30px;
    font-family: robo-black;
    line-height: 36px;
}

.top_onecate .intro_sapo_img {
    display: flex;
    margin-top: 15px;
}

.info_intro {
    padding-right: 20px;
    width: 34%;
}

.info_intro time {
    color: #aaa;
    display: block;
    margin-bottom: 10px;
}

.info_intro .summary {
    font-size: 18px;
}
.img_pox {
    width: 66%;
}
.top_seceint {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 20px;
    /*border-bottom: 3px solid #eeeeee;*/
    background: url(../images/border.png) 0 bottom repeat-x;
}

.itemt_cate_boxsecont {
    width: 32%;
}

#pagecate_update .big-center.list_news_append img {
    width: 100%;
    height: auto;
}

.itemt_cate_boxsecont .info-left {
    margin-top: 10px;
}

.itemt_cate_boxsecont .info-left a {
    font-size: 18px;
    line-height: 22px;
    font-family: 'robo-cond-bold';
}
.list ul {
    display: flex;
    justify-content: space-between;
}

.list li {
    width: calc(33% - 10px);
    list-style: none;
}

.list li img {
    width: 100%;
}

.list li .info {
    padding: 10px 0px;
}
.suugesst_box .title {font-family: robo-black;font-size: 22px;font-style: italic;color: #444444;margin-bottom: 10px;}

.suugesst_box {
    margin-top: 15px;
}

.list li .info a {
    line-height: 22px;
}

.colum-list-center-update .news_secont .big-center {
    width: calc(33% - 8px);
}
.colum-list-center-update .news_secont .big-center .info a,
.big_cennter_top_box .big_left_home .info a {
    font-size: 18px;
    text-transform: unset;
    line-height: 24px;
}

.big_cennter_top_box {
    display: flex;
    justify-content: space-between;
}

.big_cennter_top_box .big_left_home {
    width: 40%;
    max-width: 300px;
}

.big_cennter_top_box .item {
    width: calc(100% - 320px);
}
.big_cennter_top_box .big_left_home .ontop {
    margin-bottom: 15px;
}
.big_cennter_top_box .big_left_home .ontop:last-child {
    margin: 0;
}
#content_detail figure figcaption h3 {
    font-size: 13px;
    margin: 0;
    font-family: Arial;
    font-weight: 400;
    line-height: 19px;
    font-style: italic;
}
.sabo {
    font-size: 18px;
    line-height: 24px;
    margin: 5px 0;
    font-family: robo-black !important;
}

