
 #view-mobile {
  /* padding: 10px 20px; */
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

#view-desktop:hover, #view-mobile:hover {
  background: #0056b3;
}

#view-mobile {
  background: #28a745;
}

#view-mobile:hover {
  background: #218838;
}


.c-footer-col.footer-1 {font-size: 16px;}
.c-footer-col.footer-2 li {font-size: 16px;}


.hidden {
    display: none !important
}
html {
    /* overflow-x: hidden !important; */
}
html, body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  /* overflow-x: hidden; */
}

#site {
  will-change: transform;
}


body#site {
    overflow-x: hidden !important;
    margin-top: 0px !important;
    transform: unset !important;
}
.c-box.is-border.is-title-line-none.tygia {
    height: 405px;
    overflow-y: scroll;
}
.timeline-item {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 12px;
    margin: 10px auto;
    min-height: 138px
}

.c-box.is-minus-mobile.bg-primary.onecms_load_view {
    margin-top: 30px;
    padding: 30px 0px 20px;
    margin-bottom: 10px;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 130px;
    position: relative
}

.background-masker {
    background: #fff;
    position: absolute
}

.background-masker.header-top {
    top: 0;
    left: 33.3333%;
    right: 0;
    height: 10px
}

.background-masker.header-left {
    top: 10px;
    left: 33.3333%;
    width: 15px;
    height: 20px
}

.background-masker.header-right {
    top: 10px;
    left: 90%;
    right: 0;
    height: 20px
}

.background-masker.header-bottom {
    top: 30px;
    left: 33.3333%;
    right: 0;
    height: 10px
}

.background-masker.header-2-left {
    top: 40px;
    left: 33.3333%;
    width: 15px;
    height: 20px
}

.background-masker.header-2-right {
    top: 40px;
    left: 65%;
    right: 0;
    height: 20px
}

.background-masker.header-2-bottom {
    top: 60px;
    left: 33.3333%;
    right: 0;
    height: 15px
}

.background-masker.meta-left {
    top: 75px;
    left: 33.3333%;
    width: 15px;
    height: 8px
}

.background-masker.meta-right {
    top: 75px;
    left: 55%;
    right: 0;
    height: 8px
}

.background-masker.meta-bottom {
    top: 83px;
    left: 33.3333%;
    right: 0;
    height: 15px
}

.background-masker.description-left {
    top: 98px;
    left: 33.3333%;
    width: 15px;
    height: 12px
}

.background-masker.description-right {
    top: 98px;
    left: 95%;
    right: 0;
    height: 12px
}

.background-masker.description-bottom {
    top: 110px;
    left: 33.3333%;
    right: 0;
    height: 8px
}

.background-masker.description-2-left {
    top: 118px;
    left: 33.3333%;
    width: 15px;
    height: 12px
}

.background-masker.description-2-right {
    top: 118px;
    left: 87%;
    right: 0;
    height: 12px
}

.background-masker.description-2-bottom {
    top: 130px;
    left: 33.3333%;
    right: 0;
    height: 8px
}

.background-masker.description-3-left {
    top: 138px;
    left: 33.3333%;
    width: 15px;
    height: 4px
}

.background-masker.description-3-right {
    top: 138px;
    left: 100%;
    right: 0;
    height: 12px
}

.background-masker.description-3-bottom {
    top: 150px;
    left: 33.3333%;
    right: 0;
    bottom: 0
}

.popUp.binhLuan {
    border: 1px solid red
}

.popUp.active {
    pointer-events: auto;
    opacity: 1
}

.popUp {
    pointer-events: none;
    opacity: 0;
    z-index: 301;
    position: fixed;
    transition: .5s ease-in-out
}

.popUp .bg {
    position: fixed;
    z-index: 333;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6)
}

.popUp.binhLuan .popupContent {
    width: 600px;
    top: 65px;
    padding: 25px 30px 30px;
    border: 1px solid red;
    background-color: #fff
}

.popUp .popupContent {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    position: absolute;
    z-index: 5;
    z-index: 999;
    position: fixed
}

.popUp.binhLuan .popupContent .title {
    font: 20px/28px RobotoBold;
    color: red;
    font-family: "Asap Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700
}

.popUp.binhLuan .popupContent .form {
    margin: 25px -30px 0;
    padding: 15px 30px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.popUp.binhLuan .popupContent .btnClick {
    margin-top: 15px;
    font-size: 0;
    text-align: right
}

.popUp.binhLuan .popupContent .btnClick a {
    display: inline-block;
    width: 85px;
    height: 40px;
    text-align: center;
    font: 15px/40px RobotoMedium;
    border: 1px #e5e5e5 solid;
    margin-left: 10px;
    border-radius: 5px;
    font-weight: 700;
    font-family: "Asap Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif
}

.popUp.binhLuan .popupContent .btnClick a:last-child {
    background-color: red;
    border-color: red;
    color: #fff;
    font-weight: 700
}

.popUp.binhLuan .popupContent .form .box input {
    height: 40px;
    font: 15px/40px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    width: 100%;
    padding: 0 10px;
    font-family: "Asap Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif
}

.has-error em {
    color: red
}

.btn-close-comment {
    display: inline-block;
    height: 31px;
    font-size: 13px;
    color: #fff;
    padding: 6px 20px;
    background-color: #b30013;
    margin-top: -10px;
    border-radius: 4px;
}

.btn-send-comment {
    display: inline-block;
    height: 31px;
    font-size: 13px;
    color: #fff;
    padding: 6px 20px;
    background-color: #0056b3;
    margin-top: -10px;
    border-radius: 4px;
}

.btn-send-comment:hover,
.btn-close-comment:hover {
    color: #fff
}

/*add css new*/
a {
    text-decoration: none !important;
    cursor: pointer;
}

/* respensive iframe*/
.onecms_video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 */
}

.onecms_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.c-widget__title__name>a {
    color: inherit;
}

.c-cat-list__current>a {
    color: inherit;
}

video,
audio {
    width: 100%;
}

.c-header-inner h1 {
    margin-bottom: inherit;
}

.c-video-head__text h1 {
    font-size: 16px;
    margin-bottom: inherit;
}

.c-video-head__text a {
    color: #fff;
}

.bottom40 {
    margin-bottom: 40px
}

.c-video-head__cat li.active a {
    color: #ED1C24;
}

.colRight.rt {
    margin-bottom: 0px;
    padding-top: 20px;
}


.bg-detail.is-single .l-sidebar {
    display: none;
}

.bg-detail.is-single .l-main {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 600px;
}

.bg-detail.is-single .l-main .c-detail-head {
    padding: 0;
}

.bg-detail.is-single .l-main .c-news-detail {
    padding: 0;
}

.onecms_live {
    padding-left: 0 !important;
}

.banner.clearfix {
    padding: 20px 0px 10px;
}













.box-section-ocop .grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 25px;
}

.box-section-ocop .feature .media {
    background: rgb(230, 255, 242);
    padding: 10px;
}

.box-section-ocop .feature .media {
    position: relative;
    overflow: hidden;
}

.box-section-ocop .feature .media img {
    height: 307px;
}

.box-section-ocop .feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: top left;
}

.box-section-ocop .feature .caption {
    padding: 10px 0px;
}

.box-section-ocop .feature .title {
    font-size: 19px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0.1px;
    padding: 0px 15px;
    color: #000;
}

.box-section-ocop .side {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.box-section-ocop .item:first-child {
    border-top: 0px;
    padding-top: 0px;
}

.box-section-ocop .item {
    display: grid;
    gap: 14px;
    padding: 14px 0px;
    border-bottom: 1px dashed rgb(205, 205, 205);
    grid-template-columns: 1fr 189px;
}

.box-section-ocop .info .i-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}

.box-section-ocop .thumb {
    aspect-ratio: 1.6 / 1;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px;
    background: rgb(243, 244, 246);
}

.images-item-news {
    overflow: hidden;
    border-radius: 3px;
}

.box-section-ocop .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.images-item-news img {
    transform: scale(1);
    transition: 0.5s;
    display: block;
    object-position: top left;
}


.c-footer-main .b-maincontent tr {
    margin-bottom: 10px;
    display: block;
}

.box-section-ocop .item:last-child {
    border-bottom: none;
}

section.box-section-ocop.nongnghiep.c-box {
    margin-bottom: 25px;
}

section.news-section-kepper.nongdan {
    padding-bottom: 30px;
    margin: 30px 0px;
}

section.news-section-kepper {
    padding: 30px 0px 0px;
}

div#block-farmerNewsData .header {
    border: none;
}

section.news-section-kepper.nongdan .header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: unset;
    border-bottom: 1px solid #ffffff70;
}

section.news-section-kepper .header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 0px 76px;
}

section.news-section-kepper.nongdan .logo {
    background: url(../img/icon01.png) left center no-repeat rgb(0, 107, 0);
}

section.news-section-kepper.nongdan .logo {
    display: inline-block;
    width: max-content;
}

section.news-section-kepper .logo {
    color: white;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding: 5px 29px;
    background: url(../img/icon01.png) left center no-repeat rgb(0, 107, 0);
}

section.news-section-kepper .header a {
    color: rgb(255, 255, 255);
}

section.news-section-kepper .nav-menu {
    display: flex;
    list-style: none;
}

section.news-section-kepper .nav-menu li {
    color: white;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
    list-style: disc;
    margin-left: 37px;
}

section.news-section-kepper .main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

section.news-section-kepper .main-article {
    background: white;
    overflow: hidden;
}

section.news-section-kepper .main-article img {
    width: 100%;
    height: 334px;
    object-fit: cover;
    object-position: top left;
}

section.news-section-kepper .main-article-content {
    padding: 10px;
    text-align: center;
    font-size: 21px;
}

section.news-section-kepper .main-title {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}

section.news-section-kepper .side-articles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 15px;
}

section.news-section-kepper .side-article {
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

section.news-section-kepper .side-article img {
    width: 100%;
    height: 145px;
    object-fit: cover;
    border-radius: 10px;
}

section.news-section-kepper.nongdan .side-article-content {
    margin-top: 10px;
}

section.news-section-kepper .side-article-content {
    padding: 0px 10px;
}

section.news-section-kepper .side-title {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}



.invisible-box {
    opacity: 0;
    pointer-events: none;
}

/*new*/
.onecms_load_view.fadeout {
    position: relative;
}

.onecms_load_view.fadeout::after {
    animation: shimmer 2s linear infinite reverse;
    background-image: -webkit-gradient(linear, left top, right top, from(#ddd), color-stop(5%, #eee), color-stop(6%, #ddd), color-stop(66%, #ddd), color-stop(71%, #eee), color-stop(72%, #ddd), to(#ddd));
    background-image: linear-gradient(90deg, #ddd, #eee 5%, #ddd 6%, #ddd 66%, #eee 71%, #ddd 72%, #ddd);
    background-size: 300% 100%;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

@keyframes shimmer {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 0;
    }
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

.select2-results__option.level1 {
    font-weight: bold;
}

.select2-results__option.level2 {
    padding-left: 30px;
}

.preview-mode {
    padding-top: 50px;
}

.preview-mode:before {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
    display: block;
    padding: 10px;
    text-align: center;
    color: #e30000;
    font-size: 22px;
    height: 50px;
}




.entry .sc-longform-header-top-normal,
.entry .sc-longform-header-top-normal-small,
.entry .sc-longform-header-no-bg-img-normal,
.entry .sc-longform-header-default-normal,
.entry .sc-longform-header-top-normal .sc-longform-header-text,
.entry .sc-longform-header-top-normal-small .sc-longform-header-text,
.entry .sc-longform-header-no-bg-img-normal .sc-longform-header-text,
.entry .sc-longform-header-default-normal .sc-longform-header-text {
    padding-top: 0 !important;
}

.entry:not(.longform) .sc-longform-header-top-normal .sc-longform-header-text .sc-longform-header-title,
.entry:not(.longform) .sc-longform-header-top-normal-small .sc-longform-header-text .sc-longform-header-title,
.entry:not(.longform) .sc-longform-header-no-bg-img-normal .sc-longform-header-text .sc-longform-header-title,
.entry:not(.longform) .sc-longform-header-default-normal .sc-longform-header-text .sc-longform-header-title {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/*ChÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°nh thÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â´ng tin tÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡c giÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£, ngÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â y xuÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¥t bÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£n*/
.entry:not(.longform) .sc-longform-header-meta {
    font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 14px !important;
    margin-top: 15px !important;
    display: flex;
    gap: 0px 10px;
}

.entry:not(.longform) .sc-longform-header-author {
    color: #424242 !important;
}

.entry:not(.longform) .sc-longform-header-date {
    color: #888 !important;
}

.entry:not(.longform) .sc-text {
    font-size: 0;
}

.entry:not(.longform) .sc-text:after {
    font-size: 14px;
    display: inline;
    content: "|";
}

.c-menu>ul>li>a {
    font-size: 14px;
}

section.box-item-news.tintuc {
    padding: 25px 0px;
}

section.box-item-news.doanhnghiep .list-grid-news {}

section.box-item-news.tintuc .list-grid-news {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 13px;
}

section.box-item-news .list-grid-news {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0px 20px;
}

section.box-item-news .images-item-news {
    overflow: hidden;
    margin-bottom: 10px;
}

.images-item-news {
    overflow: hidden;
    border-radius: 3px;
}

section.box-item-news .images-item-news img {
    display: block;
    height: 155px;
    border-radius: 3px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.images-item-news img {
    transform: scale(1);
    transition: 0.5s;
    display: block;
    object-position: top left;
}

section.box-item-news .item-news .caption a {
    font-size: 18px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}



.doanhnghiep .c-topic-area.c-multimedia-box>ul>li {
    background-color: #006BAC;
    width: 25%;
}

.doanhnghiep .c-topic-area.c-multimedia-box>ul {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0;
}

.doanhnghiep .c-topic-area.c-multimedia-box>ul>li:nth-child(1) {
    border-radius: 30px 0 0 0;
}

.doanhnghiep .c-topic-area.c-multimedia-box>ul>li:nth-child(1) {
    background-color: #016e39;
    border-radius: 20px 0 0 0;
}

.doanhnghiep .c-topic-area.c-multimedia-box>ul>li:nth-child(2) {
    background-color: #017c40;
}

.doanhnghiep .c-topic-area.c-multimedia-box>ul>li:nth-child(3) {
    background-color: #028043;
}

.doanhnghiep .c-topic-area.c-multimedia-box>ul>li:nth-child(4) {
    background-color: #016e39e0;
    border-radius: 0 0 20px 0;
}

.doanhnghiep .c-template-list .b-grid .b-grid__title a {
    color: #fff;
    font-size: 16px;
}

.box-suckhoe .c-world-box {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-left: -10px;
    margin-right: -10px;
}

.box-suckhoe {
    padding-bottom: 25px;
    margin-top: 30px;
    padding-top: 30px;
}


.news-container {
    max-width: 1000px;
    margin: 0 auto;
}

.news-item {
    display: flex;
    background-color: #e8e8e8;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.3s;
}

.news-item:hover {
    background-color: #d8d8d8;
}

.news-image {
    width: 150px;
    height: 90px;
    flex-shrink: 0;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-title {
    flex: 1;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #2c5f2d;
    font-weight: 500;
    line-height: 1.4;
}

.icon24-search-white {
    background-image: url(https://tttctt.1cdn.vn/assets/images/icons/icon24-search-white.svg);
}

.icon24-home-white {
    background-image: url(https://tttctt.1cdn.vn/assets/images/icons/icon24-home-white.svg);
}

.c-header-social ul li.is-order a {
    width: auto;
    padding: 0 20px;
    border: none;
    background-color: #ed1d26;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 34px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}

.c-header-social ul li a {
    display: block;
    text-decoration: none;
    width: 36px;
    height: 36px;
    border: 1px solid #E2E2E2;
    text-align: center;
    line-height: 32px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f0f0f0;
}

.c-header-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px 10px;
}

.c-sologan {
    display: none;
    line-height: 1.4;
    color: #333;
    margin-bottom: 10px;
}

.b-maincontent ul li {
    list-style: disc;
}


.box-suckhoe .c-world-box.is-sort-pc .c-world-box__center a {
    font-size: 16px;
}

.blog-video .news-container {
    display: flex;
    gap: 15px;
    padding: 12px;
    background: #ed1d26;
    margin-bottom: 30px;
    max-width: unset;
    border-radius: 5px;
}

.blog-video .news-main {
    flex: 1;
    position: relative;
    overflow: hidden;
    height: 405px;
    border-radius: 5px;
}

.blog-video .news-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: 0.5s ease;
}

.blog-video .news-main .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    padding: 30px 20px;
    display: block;
    z-index: 9;
}

.blog-video .news-main .category {
    color: #f00;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: none;
}

.blog-video .news-main h1 {
    color: white;
    font-size: 22px;
    line-height: 1.3;
    font-weight: bold;
}

.blog-video .news-sidebar {
    width: 306px;
    height: 410px;
    /* overflow-y: scroll; */
    padding-right: 10px;
    scrollbar-width: thin;
}

.blog-video .news-item {
    display: flex;
    gap: 10px;
    overflow: hidden;
    transition: transform 0.2s;
    background: none;
    border-radius: unset;
    height: 96px;
}

.blog-video .news-item:hover {
    background-color: unset;
}

.blog-video .news-item img {
    width: 121px;
    height: 86px;
    object-fit: cover;
    border-radius: 5px;
    transform: scale(1);
    transition: 0.5s ease;
}

.blog-video .news-item-content {
    flex: 1;
    display: flex;
    align-items: center;
}

.blog-video .news-item h3 a {
    color: white;
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-video .news-sidebar::-webkit-scrollbar {
    width: 8px;
}

.blog-video .news-sidebar::-webkit-scrollbar-track {
    background: #1a1a1a;
}

.blog-video .news-sidebar::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 4px;
}


.blog-video .news-main .overlay:after {
    display: none;
}




.doanhnghiep.box-item-news.c-box .c-box.is-title-none {
    border-top: none;
    padding-top: 0 !important;
}

.doanhnghiep.box-item-news.c-box .c-box:last-child {
    margin-bottom: 0;
}

.doanhnghiep.box-item-news.c-box .c-box .c-box__title {
    border-bottom: 1px solid #fff;
}

.doanhnghiep.box-item-news.c-box .c-slider-button {
    position: relative;
    z-index: 1;
}

.doanhnghiep.box-item-news.c-box .b-grid {
    margin: 0;
    padding: 0;
    min-height: 60px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.doanhnghiep.box-item-news.c-box .c-focus-slider .b-grid .b-grid__img {
    float: none;
    width: auto;
    height: auto;
    border-radius: 5px;
}

.doanhnghiep.box-item-news.c-box .b-grid .b-grid__img {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background-color: #ececec;
    background-image: url(../images/default.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.doanhnghiep.box-item-news.c-box .c-focus-slider .b-grid .b-grid__img a {
    display: block;
    padding-top: 70.166667%;
    position: relative;
    z-index: 1;
}

.doanhnghiep.box-item-news.c-box .c-focus-slider .b-grid .b-grid__img a:before {}

.doanhnghiep.box-item-news.c-box .c-focus-slider .b-grid .b-grid__img img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: 0.5s ease;
}

.doanhnghiep.box-item-news.c-box .b-grid .b-grid__img img {
    width: 100%;
    min-height: 50px;
    height: auto;
}

.doanhnghiep.box-item-news.c-box .c-focus-slider .b-grid .b-grid__content {
    margin-left: 0px;
    padding: 10px 0px;
}

.doanhnghiep.box-item-news.c-box .b-grid .b-grid__row:last-child {
    margin-bottom: 0;
}

.doanhnghiep.box-item-news.c-box .c-focus-slider .b-grid .b-grid__title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    font-optical-sizing: auto;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.doanhnghiep.box-item-news.c-box .c-focus-slider .b-grid .b-grid__title a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.doanhnghiep.box-item-news.c-box .c-focus-slider.c-slider-button.c-slider-dots {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px 25px;
}

.c-more-pagination .pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 6px;
    padding-left: 0;
}

.c-more-pagination .page-item {
    display: inline-block;
}

.c-more-pagination .page-link {
    display: block;
    padding: 8px 14px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    border-radius: 6px;
    font-size: 14px;
    transition: 0.2s;
    text-decoration: none;
}

.c-more-pagination .page-link:hover {
    background: #f0f0f0;
    border-color: #ccc;
    color: #000;
}

.c-more-pagination .page-item.active .page-link,
.c-more-pagination .page-item.active .page-link:hover {
    background: #016e39;
    color: #fff;
    border-color: #016e39;
}

.c-more-pagination .page-item.disabled .page-link {
    background: #eee;
    color: #aaa;
    cursor: not-allowed;
}

li.is-order.ISSN a {
    background: #ed1d2617 !important;
    color: #ed1d26 !important;
    border: 1px solid #ed1d26 !important;
}

.content-lx {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 50% 50%;
    gap: 0px 17px;
}

.content-lx .c-box {
    height: 405px;
    margin-bottom: 0px;
}

.doanhnghiep.box-item-news.c-box {
    background: #016e39;
    padding: 25px 0px 20px;
}

.doanhnghiep.box-item-news.c-box .c-box .c-box__title h3.c-box__title__name {
    color: #fff;
}

.doanhnghiep.box-item-news.c-box .c-box__title .c-box__title__name a {
    color: #fff;
}

.doanhnghiep.box-item-news.c-box .c-box__title .c-box__title__cat ul li a {
    color: #fff;
}

.doanhnghiep.box-item-news.c-box .c-focus-box {
    margin-bottom: 20px;
    padding: 5px 0px;
    /* background: linear-gradient(to bottom, #95DCBD, #EBFFF6); */
    background: -o-linear-gradient(to bottom, #95DCBD, #EBFFF6);
}

.c-statistic-slider .owl-carousel .owl-item a {
    padding-left: 20px;
    position: relative;
    background-color: #f4f5f5;
    border-radius: 25px;
    margin-right: 20px;
}

.c-statistic-slider .owl-carousel .owl-item a:before {
}

.loaded.tindocnhieu {
    background: #016e39;
    margin-bottom: 0px;
}


.c-box.is-border.bg-gray-light.is-orange.onecms_load_view.loaded.tindocnhieu .c-box__title__name {
    color: #fff;
}

.c-box.is-border.bg-gray-light.is-orange.onecms_load_view.loaded.tindocnhieu .c-box__title {
    border-bottom: 1px solid #fff;
}


.c-box.is-border.bg-gray-light.is-orange.onecms_load_view.loaded.tindocnhieu .c-news-topread__title a {
    color: #fff;
}

.c-template-list.is-image-right .b-grid .b-grid__content {
    padding-left: 15px;
}

.c-menu-outer .c-menu ul li.active {
    background: #ed1d26;
}

.c-menu-outer .c-menu ul li:hover {
    background: #ed1d26;
}

.MASTERCMS_TPL_TABLE tbody tr:nth-child(even) td {
    background-color: #f8f8f8;
    color: #555;
    font-style: italic;
    padding: 10px;
    text-align: center;
    font-size: 13px;
}

.MASTERCMS_TPL_TABLE tbody td p {
    margin-bottom: 0px !important;
}

.MASTERCMS_TPL_TABLE tbody tr p {
    font-size: 14px !important;
}

.__MASTERCMS_CONTENT p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

div#__MB_MASTERCMS_EL_3 p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.source {
    font-size: 16px;
}

.blog-video.video {
    background: #ed1d26;
    margin-bottom: 20px;
    max-width: unset;
    border-radius: 5px;
    margin-top: 0px;
}



.c-box__title__name {
    color: #fff;
    padding: 10px;
    font-size: 22px;
    white-space: nowrap;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.blog-video.video.c-box h2.c-box__title__name a {
    color: #fff;
}

.blog-video.video.c-box .c-box__title {
    align-items: center;
    padding: 23px 20px 12px;
    display: block;
    border: none;
    margin-bottom: 0px;
}


.blog-video.video.c-box .c-box__title__cat ul li a {
    color: #fff;
}

.slider-container {
    /* Custom Slick Arrows */
}

.slider-container .slider-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.slider-container .brand-slider {}

.slider-container .brand-slide {
    padding: 6px;
    outline: none;
}

.slider-container .brand-card {
    background: white;
    border-radius: 8px;
    padding: 12px;
    height: 129px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.slider-container .brand-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.slider-container .brand-card img {
    max-width: 100%;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.slider-container .slick-prev,
.slider-container .slick-next {
    background: white;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.slider-container .slick-prev:hover,
.slider-container .slick-next:hover {}

.slider-container .slick-prev {
    left: -26px;
    background: none;
    width: unset;
    height: unset;
}

.slider-container .slick-next {
    right: -26px;
    top: 50%;
    transform: translateY(-50%);
    width: unset !important;
    height: unset !important;
    background: none;
}

.slider-container .slick-prev:before,
.slider-container .slick-next:before {
    font-size: 69px;
    opacity: 1;
    color: #e31e24;
}

.slider-container .slick-prev:before {
    content: '\2039';
}

.slider-container .slick-next:before {
    content: '\203A';
    background: none;
}

.slider-container .slick-dots {
    bottom: -40px;
}

.slider-container .slick-dots li button:before {
    font-size: 12px;
    color: #ccc;
}

.slider-container .slick-dots li.slick-active button:before {
    color: #e31e24;
}

.content-lx.tientichs .c-box.is-border {
    padding: unset;
}

.content-lx.tientichs .c-box__content {
    /* padding: 0px 15px; */
}

.c-small-tabs__title ul li {}

.content-lx.tientichs .c-small-tabs__title ul li {
    color: #fff;
}

.content-lx.tientichs .c-small-tabs__title ul li a {
    color: #fff;
}

.content-lx.tientichs .c-small-tabs__title {
    background: #ed1d26;
    padding: 5px 5px 0px;
}

.content-lx.tientichs .c-small-tabs__title ul li a {
    color: #fff !important;
}

.titile-member-news .wrap-heading {
    position: relative;
}

.titile-member-news .box-heading {
    font-family: var(--font-family-bar);
    font-size: 22px;
    line-height: 1.2;
    color: var(--gray-900, #212529);
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: max-content auto;
    gap: 0 20px;
}

.titile-member-news .wrap-heading .subcate {
    display: flex;
    position: absolute;
    top: 8px;
    right: 0;
    background: #fff;
    padding-left: 10px;
}

.titile-member-news .wrap-heading .subcate a {
    font-size: 12px;
    color: #44484b;
}

.titile-member-news .wrap-heading .subcate a {
    font-family: var(--font-family-pop);
    font-size: 14px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.titile-member-news .wrap-heading .subcate a::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #7a7373;
    margin-right: 10px;
    border-radius: 50%;
}

.titile-member-news a.title {
    border-bottom: solid 2px RED;
    padding-bottom: 5px;
    font-weight: 600;
}

.titile-member-news .box-heading * {
    color: #ed1d26;
    white-space: nowrap;
}

.titile-member-news .box-heading::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .1);
    position: relative;
    top: calc(50% - .5px);
}


.c-widget-stock.is-minus {
    margin: unset;
}

.blog-video.c-box.video .box-heading {
    font-size: 24px;
    line-height: 1.2;
    color: #212529;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0px;
    display: grid;
    gap: 0 20px;
    grid-template-columns: auto max-content auto;
}

.blog-video.c-box.video .box-heading::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ffffffc9;
    position: relative;
    top: calc(50% - .5px);
}

.blog-video.c-box.video .box-heading::after {
    background: rgba(255, 255, 255, .2);
}

.blog-video.c-box.video .box-heading::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ffffffc9;
    position: relative;
    top: calc(50% - .5px);
}

.blog-video.c-box.video .box-heading a {
    color: #fff;
}





.search-desktop {
    display: flex;
}

.search-desktop .c-header-inner__left {
    display: block;
}

.search-desktop .c-menu-expand.js-menu-expand {
    display: block;
}

.search-desktop .c-menu-expand span {
    background-color: #fff;
}

.search-desktop .c-menu-expand span:before,
.c-menu-expand span:after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    border-radius: 2px;
}

.search-desktop .c-search-expand.js-search-expand {
    border: none;
}

.search-desktop i.icon24-search-black {
    background: url(https://ktck.1cdn.vn/ktck/assets/static/images/icons/icon16-search-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
}

.titile-member-news .box-heading img {
    height: 28px;
    margin-top: -12px;
    padding-right: 10px;
}

.doanhnghiep.box-item-news.c-box.doanh-nghiep-doanh-nhan .titile-member-news .box-heading * {
    color: #fff;
}

.doanhnghiep.box-item-news.c-box.doanh-nghiep-doanh-nhan .titile-member-news a.title {
    border-bottom: 2px solid #fff;
}

.doanhnghiep.box-item-news.c-box.doanh-nghiep-doanh-nhan .titile-member-news .wrap-heading .subcate {
    background: #016e39;
}

.doanhnghiep.box-item-news.c-box.doanh-nghiep-doanh-nhan .titile-member-news .wrap-heading .subcate a {
    color: #fff;
}

.doanhnghiep.box-item-news.c-box.doanh-nghiep-doanh-nhan .titile-member-news .box-heading::after {
    background: #ffffff4f;
}

.c-box.is-minus-mobile.bg-primary.onecms_load_view .titile-member-news .box-heading img {
    filter: brightness(0) invert(1);
}

.c-box.is-minus-mobile.bg-primary.onecms_load_view .titile-member-news .box-heading * {
    color: #fff;
}

.c-box.is-minus-mobile.bg-primary.onecms_load_view .titile-member-news a.title {
    border-bottom: 2px solid #fff;
}

.c-box.is-minus-mobile.bg-primary.onecms_load_view .titile-member-news .box-heading::after {
    background: #cdcdcd;
}

.c-box.is-minus-mobile.bg-primary.onecms_load_view .titile-member-news .wrap-heading .subcate {
    background: #016e39;
}

.c-box.is-minus-mobile.bg-primary.onecms_load_view .titile-member-news .wrap-heading .subcate a {
    color: #fff;
}

.doanhnghiep.box-item-news.c-box.doanh-nghiep-doanh-nhan .titile-member-news .box-heading img {
    filter: brightness(35.5);
}

.titile-member-news .wrap-heading .subcate {
    display: flex;
}

.c-template-grid .b-grid .b-grid__img img:hover {
    transform: scale(1.1);
    transition: 0.5s ease;
}

.c-template-list .b-grid .b-grid__img img:hover {
    transform: scale(1.2);
    transition: 0.5s ease;
}

.doanhnghiep.box-item-news.c-box .c-focus-slider .b-grid .b-grid__img img:hover {
    transform: scale(1.2);
    transition: 0.5s ease;
}

.blog-video .news-main img:hover {
    transform: scale(1.2);
    transition: 0.5s ease;
}

.blog-video .news-item img:hover {
    /* transform: scale(1.2); */
    transition: 0.5s ease;
}

.slider-container {
    padding: 30px 0px;
}

h2.c-focus-box__title img {
    height: 27px;
    filter: brightness(136.5);
}

.blog-video .news-main h1 a {
    color: #fff;
}

















.c-template-list.is-large-pc ul li {
    position: relative;
}

.c-template-list.is-large-pc ul li:before {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #ed1d26;
    position: absolute;
    z-index: 4;
    left: -26px;
    top: 7px;
    border-radius: 50%;
}

.c-template-list.is-large-pc ul {
    position: relative;
    padding-left: 26px;
}

.c-template-list.is-large-pc ul:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 7px;
    left: 4px;
    width: 1px;
    bottom: 20px;
    background-color: #E5E5E5;
}

.c-copyright {
    text-align: center;
    background: #e6e6e6;
    padding: 10px;
    color: #000;
}

.c-copyright p {
    margin-bottom: 0px;
}

.c-copyright p a {
    color: #000 !important;
}

.c-head-list__bottom {
    padding: 20px 20px 7px;
    background: #dfdcdc;
    border-radius: 20px 0px;
}

p.sc-longform-header-sapo.block-sc-sapo {
    font-size: 19px;
    font-weight: 600;
    margin: 10px 0px;
}

.bg-box.bg-gray-medium.is-minus-mobile.tieudiem ul li:nth-child(n + 4) {
    display: none;
}

.item-images-brand.item-bg-pages.slider-1-desktop {
    margin-bottom: 15px;
}

.c-box.onecms_load_view.thi-truong {
    padding: 30px 0px 0px;
}

.doanhnghiep.box-item-news.c-box.thi-truong .titile-member-news a.title {
    color: #fff;
    border-bottom: 2px solid;
}

.doanhnghiep.box-item-news.c-box.thi-truong .titile-member-news .box-heading img {
    filter: brightness(0) invert(1);
}

.doanhnghiep.box-item-news.c-box.thi-truong .titile-member-news .box-heading::after {
    background: #cdcdcd;
}

.doanhnghiep.box-item-news.c-box.thi-truong .titile-member-news .wrap-heading .subcate {
    background: #016e39;
}

.doanhnghiep.box-item-news.c-box.thi-truong .titile-member-news .wrap-heading .subcate a {
    color: #fff;
}
main#page-news_detail {
    padding: 0px 0px 20px;
}

.header-mobile {
    display: none;
}
.nganhhang-desktop {
    display: block;
}
.chuyennganh-mobile{
    display: none;
}
.c-news-topread ul li:nth-child(n + 7) {
    display: none;
}
.c-box.is-border.is-title-line-none.giavang {
    height: 405px;
    overflow-y: scroll;
}











.content-lx.tientichs .rate-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:10px;
    position: absolute;
    top: 7px;
    right: 10px;
}
.content-lx.tientichs .rate-header h2{
    color:#e53935;
    margin:0;
}
.content-lx.tientichs .rate-nav button{
    border:none;
    background:#eee;
    padding: 1px 12px;
    cursor:pointer;
    font-size:18px;
    border-radius:4px;
}
.content-lx.tientichs .rate-nav button:hover{background:#ddd}

.content-lx.tientichs .slider{
    background:#fff;
    border-radius:6px;
    overflow:hidden;
}
.content-lx.tientichs .slider-inner{
    display:flex;
    transition:.4s;
}
.content-lx.tientichs .bank{
    min-width:100%;
    /* padding:10px; */
}

.content-lx.tientichs table{
    width:100%;
    /* border-collapse:collapse; */
    font-size:14px;
}
.content-lx.tientichs th,td{
    text-align:center;
}
.content-lx.tientichs thead th{
    /* background: #ed1d26; */
    color:#fff;
}
.content-lx.tientichs thead tr:nth-child(2) th{
    background: #b81319;
}
.content-lx.tientichs .bank-name{
    color:#e53935;
    font-weight:bold;
    text-align:center;
}
.content-lx.tientichs .table-wrap{
    max-height: 282px;
    overflow-y:auto;
}
.content-lx.tientichs .update-time{
    text-align:right;
    font-size:13px;
    color:#666;
    margin-top:6px;
}
.c-box.is-border.is-title-line-none.tygia {
    position: relative;
}

.c-box.is-border.is-title-line-none.tygia .tab-pane.fade.active.show {
    display:block;
}

.c-box.is-border.is-title-line-none.tygia .tab-pane.fade.active {
    display:none;
}


.c-box.is-border.is-title-line-none.tygia .col-lg-5 {
    display: none !important;
}

.c-box.is-border.is-title-line-none.tygia .col-lg-7 {
    width: 100%;
}

.c-box.is-border.is-title-line-none.tygia .nav.nav-tabs.border-0.gap-10px {
    display: flex;
    gap: 0px 10px;
    padding-top: 20px;
    padding-left: 0px;
}



.c-box.is-border.is-title-line-none.tygia .c-box.is-border.is-title-line-none.tygia .c-small-tabs__title {
    width: 100vw;
}

.c-box.is-border.is-title-line-none.tygia .section-heading.mx-xl-0.mb-xl-0.mb-3 {
    display: none;
}

.c-box.is-border.is-title-line-none.tygia .text-center.mt-3 {
    display: none;
}

.c-box.is-border.is-title-line-none.tygia .tab-pane.fade {
    display: none;
}

.footer-member-lienhe .c-header-inner__right {
    min-width: unset !important;
    width: 100%;
    justify-content: center;
    flex-direction: unset;
    background: #cdcdcd;
    position: unset;
    padding: 6px 0px;
}
button#view-mobile svg {
    height: 20px;
    width: 20px;
    margin-bottom: 1px;
}
.footer-member-lienhe{
    display: none;
}
button#view-mobile{
    display: none;
}
button#view-mobile {
    width: 100%;
    text-align: center;
    border: none;
    font-size: 25px;
    color: #FFF;
}
.c-detail-head.tieude.c-detail-head .c-detail-head__row:before {
    background: url(https://thuonghieusanpham.vn/modules/frontend/themes/thuonghieusanpham/images/bg-hr.png) 0 0 repeat-x;
    padding-top: 0px;
    position: absolute;
    bottom: -13px;
    height: 10px;
    content: "";
    right: 0;
    width: calc(100% - 61px);
}
span.sc-longform-header-author.block-sc-author a {
    display: block;
    color: #016e39;
    text-decoration: underline !important;
    text-transform: uppercase;
}
.pen_name {
    text-align: right !important;
    font-size: 16px !important;
}


.news-bar .search {
    position: relative;
}
.top-header .search {
    position: relative;
    line-height: 32px;
}
.news-bar .search {
    color: white;
}
.top-header .search input {
    width: 0px;
    padding: 0px;
    border: 0px;
}
.top-header .search input {
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    border: 1px solid rgb(229, 229, 229);
    padding: 0px 30px 0px 14px;
    margin: 0px;
    width: 160px;
}
.top-header .search button {
    /* position: absolute; */
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    border: none;
    background: rgb(230, 0, 35);
    color: white;
    border-radius: 25px;
}
.top-header .search button svg {
    width: 18px;
    height: 18px;
    margin-bottom: 1px;
}
.top-header .search input {
    width: 0px;
    padding: 0px;
    border: 0px;
}

.top-header .search input {
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    border: 1px solid rgb(229, 229, 229);
    padding: 0px 30px 0px 14px;
    margin: 0px;
    width: 160px;
}

.top-header .search input {
    width: 0px;
    padding: 0px;
    border: 0px;
}
.top-header .search.active input {
    padding: 0px 10px 0px 30px;
    width: 180px;
    border-radius: 16px;
    border: 1px solid rgb(229, 229, 229);
}
.top-header .search.active button {
    background: none;
    right: unset;
    left: 0;
}
.top-header .search button {
    position: absolute;
    right: -33px;
    top: 0px;
    width: 30px;
    height: 30px;
    border: none;
    background: rgb(230, 0, 35);
    color: white;
    border-radius: 25px;
}
.top-header .search.active button svg path {
    fill: rgb(205, 205, 205);
}
.c-header-social ul li:last-child {
    padding-right: 33px;
}
.c-box.is-minus-mobile.bg-primary.onecms_load_view .titile-member-news .wrap-heading .subcate a:before {
    background: #fff;
}


.c-box.is-minus-mobile.bg-primary.onecms_load_view .titile-member-news .wrap-heading .subcate a:hover {
    color: #fff;
}
.doanhnghiep.box-item-news.c-box.thi-truong .titile-member-news .wrap-heading .subcate a:before {
    background: #fff;
}

.titile-member-news .wrap-heading .subcate a:hover {
    color: #016e39;
}

#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
	height: 5px;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #016e39;
	border: 2px solid #016e39;
}

.c-box.is-border.is-title-line-none.tygia tbody tr:nth-child(n + 10) {
    display: none;
}
.c-box.is-border.is-title-line-none.tygia::-webkit-scrollbar {
    width: 0px !important;
}
.hd-event-name {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #d1232b;
    padding-left: 36px;
    white-space: nowrap;
    line-height: 36px;
    background: url(https://tapchikinhtetaichinh.vn/modules/frontend/themes/kttc/images/pc/ico-event.png) 0 center no-repeat;
    padding-right: 20px;
}
span.bx-cat-link:hover {
    color: #016e39;
}
.__mb_article_in_image td {
    padding: 0 10px 0 0 !important;
    background: #f2f2f2;
    border-bottom: 10px solid #fff;
}
.__MASTERCMS_CONTENT a, .__MASTERCMS_CONTENT_MOBILE a {
    color: blue;
}
.__mb_article_in_title_box {
    top: 5px;
    position: relative;
    color: #155825 !important;
    line-height: 1.3;
    font-size: 16px;
}
.__MASTERCMS_CONTENT a, .__MASTERCMS_CONTENT_MOBILE a {
    color: blue;
}
.__mb_article_in_image_box {
    width: 105px;
    height: 70px;
    overflow: hidden;
    display: block;
    margin-right: 10px;
    float: left;
}
.__mb_article_in_image td {
    padding: 0 10px 0 0 !important;
    background: #f2f2f2;
    border-bottom: 10px solid #fff;
}
a.c-box__title__name.chuyenmuc {
    font-size: 20px !important;
}
.MASTERCMS_TPL_TABLE td img {
    margin-bottom: 0;
    width: 100% !important;
    height: auto !important;
}
span.tags {
    font-size: 20px;
    font-weight: 600;
    display: block;
    float: left;
    height: 36px;
    font: normal 18px / 36px 'Roboto-Bold', sans-serif;
    background: url(https://thuonghieusanpham.vn/modules/frontend/themes/thuonghieusanpham/images/ico-tag.png) left 6px no-repeat;
    padding-left: 35px;
    padding-right: 10px;
}
.l-content.bg-detail.is-full-content.detail-post-member {
    padding-bottom: 0px !important;
}
.__MASTERCMS_CONTENT iframe, .__MASTERCMS_CONTENT_MOBILE iframe {
    width: 100%;
}
.__MASTERCMS_CONTENT p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.article-detail-desc, .article-detail-author, .article-detail-source {
    font-size: 16px;
    color: #333;
}
.article-detail-desc {
    margin-bottom: 15px;
}
.lt {
    display: block;
    float: left;
}

.fw {
    width: 100%;
}
.__MASTERCMS_CONTENT {
    color: #333;
}
.__MASTERCMS_CONTENT iframe, .__MASTERCMS_CONTENT_MOBILE iframe {
    width: 100%;
}
p.MASTERCMS_MEDIA_BOX iframe {
    width: 100%;
    padding-top: 20px;
    height: 500px;
}
.item-images-brand.item-bg-pages.slider-1-desktop img {
    width: 100%;
}

.item-images-brand.item-bg-pages {
    margin-bottom: 15px;
}   


.banner-ads-center-slick .slick-list.draggable {
    height: 1570px !important;
}



