.fix {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99 !important;
    -webkit-transition: position 0.4s;
    -o-transition: position 0.4s;
    transition: position 0.4s;
    -webkit-animation: affix-menu 1s;
    animation: affix-menu 1s;
}

.language-switch img {
    width: 32px;
    border-radius: 8px;
    /* margin-right: 5px; */
}

.language-picker {
    /* border: 1px solid white; */
    /* padding: 0.8rem 1rem; */
    /* border-radius: 8px; */
    /* font-size: 12px; */
}

.language-switch ul.topbar-dropdown {
    top: calc(100% + 8px);
    min-width: 13rem;
    border: 1px solid lightgray;
    border-radius: 8px;
    overflow: hidden;
}

.language-switch ul.topbar-dropdown a {
    padding: .4rem 1rem;
    height: auto;
}

.language-switch a:hover {
    background: #e5e7eb !important;
}

.language-switch ul.topbar-dropdown {
    top: calc(100% + 8px);
    min-width: 10rem;
    border: 1px solid lightgray;
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
}

.language-switch ul.topbar-dropdown a {
    padding: .4rem 1rem;
    height: auto;
    /* padding-left: 0px; */
    font-size: 13px;
    margin-left: 0px;
}

.language-switch .language-picker:hover {
    color: black !important;
}

.is-mobile .language-switch {
    margin-top: 5px !important;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.scrollstyle1::-webkit-scrollbar {
    width: 8px;
}

.scrollstyle1::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrollstyle1::-webkit-scrollbar-thumb {
    background: #c3581a;
    border-radius: 10px;
}

.scrollstyle1::-webkit-scrollbar-thumb:hover {
    background: #e46b25;
}

.section-article-update-news .article-item .article-title {
    font-weight: normal;
    margin-bottom: 5px !important;
    font-size: 14px;
}

@-webkit-keyframes affix-menu {
    from {
        position: fixed;
        top: -50px;
    }

    to {
        position: fixed;
        top: 0;
    }
}

@keyframes affix-menu {
    from {
        position: fixed;
        top: -50px;
    }

    to {
        position: fixed;
        top: 0;
    }
}

.align-row-center > .container > .row > div, .align-row-center>.row>div {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.bg-main {
    background: var(--color-main);
}

.text-black {
    color: var(--black);
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 30px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 30px;
}

.pb-70 {
    padding-bottom: 70px;
}

/*.ratio-3-2 {*/
/*    padding-top: 44%;*/
/*}*/
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1170px;
    }

    .menu-section .entry-menu.dropdown {
        padding: 0;
        min-width: 22rem;
    }

    .menu-section .entry-menu.dropdown li>a {
        background: var(--color-main);
        padding: 10px 15px;
        color: var(--white);
    }

    .menu-section .entry-menu.dropdown li:hover > a, .menu-section .entry-menu.dropdown li>a:hover {
        color: var(--white);
        background: var(--color-highlight);
    }
}

.search-section .form-dropdown {
    position: absolute;
    padding: 6px;
    background-color: #ffffff;
    width: 250px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    border-radius: 5px;
}

.entire-action-header {
    position: relative;
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.search-section.entire-action-header a.btn-action-header {
    display: inline-block;
    padding: 5px 8px 4px;
    background-color: #38353566;
    border-radius: 50%;
}

.header-main>.container>.row>div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.entire-action-header {
    margin-left: 0;
}

.menu-section > ul > li > a.active {
    color: var(--white) !important;
    border-bottom: 3px solid;
}

.menu-section > ul > li > a {
    padding: 0 1.5rem;
}

.menu-section > ul > li > a:hover {
    background: var(--color-highlight);
}

.box-article-hot .article-item .inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    background-color: rgba(0,0,0,.7);
    user-select: none;
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.box-article-hot .article-item {
    position: relative;
    margin-bottom: 0;
}

.box-article-hot .article-item .inner-content .article-title a {
    color: var(--white);
}

.box-article-hot .article-item .inner-content .article-title {
    font-size: 18px;
    margin-bottom: 5px !important;
    font-weight: 700;
}

.box-article-hot .article-item .inner-content .date-view>span {
    color: var(--white);
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #fff;
    font-size: 14px;
}

.box-article-hot .article-item .inner-content .date-view>span:last-child {
    border-right: 0;
    padding-right: 0;
}

.box-article-hot .article-item .inner-image {
    border-radius: 15px;
    overflow: hidden;
}

.title-section:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    width: 5px;
    height: 80%;
    background-color: var(--color-main);
}

.box-article-news .list-article-news .article-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.box-article-news .list-article-news .article-item .inner-image , .list-small-flex article.article-item .inner-image {
    flex: 0 0 140px;
    max-width: 140px;
    /*     width: 30%;
    max-width: 100%;
    float: left; */
}

.box-article-news .list-article-news .article-item .inner-content, .list-small-flex .article-item .inner-content {
    flex-basis: calc(100% - 140px);
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 10px;
    /*     width: 70%;
    float: left;
    padding-left: 15px; */
}

.by-name-view>span {
    /* padding-right: 10px; */
    /* margin-right: 10px; */
    /* border-right: 1px solid var(--color-black); */
    /* font-size: 11px; */
}

.by-name-view>span:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.by-name-view>span>span a {
    color: var(--black);
    /* font-weight: 500 !important; */
}

.box-article-news .list-article-news .article-item .inner-image .img {
    border-radius: 5px;
    overflow: hidden;
    /* padding-top: 72%; */
}

.list-article-news {
    max-height: 435px;
    overflow-y: scroll;
}

.section-remarkable .list-small-flex {
    padding: 15px;
    padding-top: 0px;
    /* border: 2px solid var(--color-main); */
    position: relative;
}

.list-small-flex article.article-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    background: transparent;
    padding: 0px;
}

.list-small-flex article.article-item .inner-image img {
    border-radius: 5px;
}

.swiper-button-next-2, .swiper-button-prev-2 {
    position: absolute;
    top: 50%;
    width: 26px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--color-main);
    border-radius: 5px;
    cursor: pointer;
    transform: translateY(-50%);
}

.swiper-button-next-2 {
    right: -13px;
}

.swiper-button-prev-2 {
    left: -13px;
}

.list-small-flex .article-item .inner-content {
    padding-bottom: 0;
}

.swiper-button-next-2 i, .swiper-button-prev-2 i {
    margin-bottom: 0;
    font-size: 15px;
}

.list-article-news::-webkit-scrollbar, .item-video-left::-webkit-scrollbar {
    width: 8px;
}

.list-article-news::-webkit-scrollbar-track, .item-video-left::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.list-article-news::-webkit-scrollbar-thumb, .item-video-left::-webkit-scrollbar-thumb {
    background: var(--color-main);
    border-radius: 10px;
}

.list-article-news::-webkit-scrollbar-thumb:hover, .item-video-left::-webkit-scrollbar-thumb:hover {
    background: var(--color-main);
}

.section-news-hot-remarkable .container>.row {
    margin-right: 0;
    margin-left: 0;
}

.section-news-hot-remarkable .container>.row>div {
    padding: 0;
    /* padding: 20px; */
    /* background-color: #fff; */
    /* border-radius: 5px; */
    /* -webkit-box-shadow: 0 1px 20px 0 rgb(0 0 0 / 10%); */
    /* box-shadow: 0 1px 20px 0 rgb(0 0 0 / 10%); */
    /* -webkit-transition: -webkit-box-shadow .15s; */
}

.section-article-hot-news {
    margin-bottom: 40px;
}

.list-small-flex .article-item .inner-content .article-title {
    font-size: 1.4rem;
    font-weight: 500;
}

.article-item-list {
    /* border-radius: 15px; */
    overflow: hidden;
}

.article-item-list .inner-content {
    /* padding: 15px; */
    /* background-color: #d7d7d778; */
    display: flex;
    flex-direction: column;
    /* -webkit-box-pack: justify; */
    /* justify-content: space-between; */
}

.article-item.article-item-list.swiper-slide {
    margin-bottom: 0;
}

.swiper-button-prev i, .swiper-button-next i {
    margin-bottom: 0;
    font-size: 20px;
}

.article-item-list .inner-content .article-title {
    /* margin-bottom: 0px !important; */
}

.inner-content .date-view {
    display: flex;
    padding: 10px 0px 0;
    justify-content: space-between;
}

.article-item-list .inner-content .date-view span a {
    color: var(--color-black);
}

.link-seemore a {
    display: inline-block;
    padding: 8px 15px;
    background: var(--color-main);
    color: var(--white);
    font-size: 1.6rem;
    border-radius: 30px;
}

.section-banner-list .img {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid var(--color-main);
}

.section-banner-list .img:before, .article-item .inner-image .img:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: rgba(255,255,255,0.1);
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}

.section-banner-list .img:after, .article-item .inner-image .img:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: rgba(255,255,255,0.1);
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}

.section-banner-list .img:hover:before, .article-item .inner-image:hover .img:before {
    -webkit-animation: h1 1s linear;
    -o-animation: h1 1s linear;
    animation: h1 1s linear;
}

.section-banner-list .img:hover:after, .article-item .inner-image:hover .img:after {
    -webkit-animation: h1 1s 0.3s linear;
    -o-animation: h1 1s 0.3s linear;
    animation: h1 1s 0.3s linear;
}

@-webkit-keyframes h1 {
    0% {
        transform: scale(2);
        opacity: 0.2
    }

    20% {
        transform: scale(6);
        opacity: 0.4
    }

    40% {
        transform: scale(10);
        opacity: 0.8
    }

    60% {
        transform: scale(14);
        opacity: 0.4
    }

    80% {
        transform: scale(18);
        opacity: 0.2
    }

    100% {
        transform: scale(22);
        opacity: 0;
    }
}

@-moz-keyframes h1 {
    0% {
        transform: scale(2);
        opacity: 0.2
    }

    20% {
        transform: scale(6);
        opacity: 0.4
    }

    40% {
        transform: scale(10);
        opacity: 0.8
    }

    60% {
        transform: scale(14);
        opacity: 0.4
    }

    80% {
        transform: scale(18);
        opacity: 0.2
    }

    100% {
        transform: scale(22);
        opacity: 0;
    }
}

@-o-keyframes h1 {
    0% {
        transform: scale(2);
        opacity: 0.2
    }

    20% {
        transform: scale(6);
        opacity: 0.4
    }

    40% {
        transform: scale(10);
        opacity: 0.8
    }

    60% {
        transform: scale(14);
        opacity: 0.4
    }

    80% {
        transform: scale(18);
        opacity: 0.2
    }

    100% {
        transform: scale(22);
        opacity: 0;
    }
}

@keyframes h1 {
    0% {
        transform: scale(2);
        opacity: 0.2
    }

    20% {
        transform: scale(6);
        opacity: 0.4
    }

    40% {
        transform: scale(10);
        opacity: 0.8
    }

    60% {
        transform: scale(14);
        opacity: 0.4
    }

    80% {
        transform: scale(18);
        opacity: 0.2
    }

    100% {
        transform: scale(22);
        opacity: 0;
    }
}

.section-banner-list .img img, .article-item .inner-image .img img {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.section-banner-list .img:hover img ,.article-item .inner-image:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.copyright {
    font-size: 12px;
}

.logo-section-footer img {
    width: 150px;
    height: auto;
}

.logo-section-footer {
    margin-bottom: 15px;
}

.title-footer {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 5px;
    margin-top: 0px;
}

.menu-footer>ul {
    padding-left: 0;
}

.menu-footer>ul>li {
    list-style: none;
}

.menu-footer>ul>li>a {
    color: var(--color-main);
    display: flex;
    font-size: 14px;
    align-items: center;
}

.menu-footer>ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.menu-footer>ul>li {
    /* flex: 0 0 50%; */
    /* margin-bottom: 20px; */
}

.menu-footer>ul>li>a>i {
    width: 30px;
    height: 36px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    background-color: var(--color-main);
    border-radius: 50%;
}

.menu-footer>ul>li:last-child>a>i {
    margin-right: 0px;
}

.footer-fanpage .menu-footer>ul>li>a {
    font-weight: 700;
}

.item-video-left {
    max-height: 450px;
    overflow: hidden scroll;
}

.item-video-left::-webkit-scrollbar {
    /*display: none;*/
}

.item-video-left .article-item-video {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
}

.item-video-left .article-item-video .inner-image {
    flex: 0 0 124px;
    max-width: 124px;
}

.item-video-left .article-item-video .inner-content {
    flex-basis: calc(100% - 124px);
    max-width: calc(100% - 124px);
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-video-left .article-item-video .inner-image .img {
    border-radius: 10px;
    overflow: hidden;
}

.item-video-left .article-item-video .inner-content .article-title {
    color: var(--black);
    font-weight: 700;
    cursor: pointer;
}

.item-video-left .article-item-video.active .date-view span, .item-video-left .article-item-video.active .date-view i, .item-video-left .article-item-video.active .date-view .user a {
    color: var(--white);
}

.item-video-left .article-item-video.active .inner-content .article-title {
    color: var(--white);
}

.link-video a {
    display: inline-block;
    padding: 2px 6px 2px 4px;
    border-radius: 2px;
    background: var(--color-main);
    color: var(--white);
    font-size: 12px;
    font-weight: 700;
    align-items: center;
    justify-content: flex-start;
    -webkit-box-shadow: 0 1px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 20px 0 rgb(0 0 0 / 10%);
}

.link-video a i {
    margin-right: 5px;
    font-size: 13px;
}

.item-video-iframe .video {
    position: relative;
    padding-top: 56%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.item-video-iframe .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

article.article-item-video.active {
    background: var(--color-main);
    width: 100%;
    border-radius: 10px;
}

.search-section .input-group input.form-control, .boxSearch-mobile .input-group input.form-control {
    border: 1px solid #ddd;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.boxSearch-mobile .input-group input.form-control {
    border-right: none;
}

.search-section .input-group .input-group-append button.btn.btn-submit, .boxSearch-mobile .input-group .input-group-append button.btn.btn-submit {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*Button Contact Fixed*/
.contact-fixed {
    z-index: 999;
    right: 20px;
    bottom: 20px;
    position: fixed;
    height: 60px;
    width: 60px;
    background: var(--color-main);
    border-radius: 50%;
    cursor: pointer;
}

.contact-fixed__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 10px;
    line-height: 11px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__button.show {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.contact-fixed__button i {
    font-size: 16px;
    margin-bottom: 5px;
}

.contact-fixed__pulsation {
    width: 84px;
    height: 84px;
    background-color: var(--color-main);
    border-radius: 50px;
    position: absolute;
    left: -12px;
    top: -12px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.contact-fixed__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 24px;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__close.show {
    -webkit-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.contact-fixed__list {
    background: center no-repeat var(--white);
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    width: 235px;
    position: absolute;
    bottom: 80px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 10000;
}

.contact-fixed__list:before {
    position: absolute;
    bottom: -7px;
    right: 25px;
    left: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    content: '';
}

.contact-fixed__list.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__item {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    width: 100%;
}

.contact-fixed__item:hover {
    background-color: #eeeeee;
    color: var(--color-text);
}

.contact-fixed__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    background-color: var(--color-main);
    border-radius: 50%;
    padding: 8px;
}

.contact-fixed__item-icon img {
    filter: brightness(0) invert(1);
}

.contact-fixed__list a.contact-fixed__item {
    color: var(--black);
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.form-contact-popup button.close {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--color-main);
    opacity: 1;
    width: 20px;
    height: 20px;
    color: var(--white);
    font-weight: 400;
    font-size: 20px;
    z-index: 99;
}

.form-contact-popup .modal-body {
    padding: 20px;
}

.form-contact-popup .modal-body .title-form {
    margin-bottom: 25px;
    text-align: center;
    font-size: 20px;
    color: var(--color-black);
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.form-contact-popup .modal-body .title-form:before {
    width: 50px;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-main);
    content: '';
    bottom: -3px;
}

.form-contact-popup .modal-body .form-group .form-control {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.title-section-1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    position: relative;
    margin-left: 34px;
    margin-bottom: 15px;
}

.title-section-1::before {
    content: '';
    height: 4px;
    width: 24px;
    position: absolute;
    top: 50%;
    left: -34px;
    background: var(--color-main);
    transform: translateY(-50%);
}

.view-small .article-item {
    margin-bottom: 0;
    padding: 12px 0;
    border-bottom: 1px dashed rgb(151, 146, 151);
}

.view-small .article-item:last-child {
    border: 0;
}

.small-wrapper {
    padding: 15px;
    background: #db824f1f;
    border-radius: 8px;
    box-shadow: rgb(229 229 229 / 70%) 0px 4px 10px;
}

.is-mobile .catalogue-wrapper {
}

.catalogue-wrapper {
    width: 100%;
    /* display: inline-block; */
    /* border: 1px solid rgb(222, 225, 243); */
    /* border-radius: 8px; */
    /* padding: 10px; */
    /* background: #db824f1f; */
    /* box-shadow: rgb(229 229 229 / 70%) 0px 4px 10px; */
}

.list-social-share {
    /* background-color: #f6f6f6; */
    /* border-radius: 10px; */
    padding: 15px 0 15px 15px;
    text-align: right;
}

.list-social-share .btn-social {
    display: block;
    margin-bottom: 10px;
}

.list-social-share .btn-social a {
    font-size: 1.6rem;
    color: var(--color-main);
}

/* .color-facebook {
    color: #4267b2;
}

.color-telegram {
    color: #0088cc;
}

.color-twitter {
    color: #1da1f2;
}
 */
.color-copy i {
    /* color: #95A4BD; */
    font-size: 18px !important;
}

.tags-wrapper label {
    font-size: 12px;
    margin-bottom: 1px;
    background: #4267b2;
    color: #fff;
    padding: 3px 6px;
    margin-right: 5px;
}

body.article_detail {
    /* background: #fff; */
}

.categories-style a {
    background: var(--color-main);
    color: #fff;
    font-weight: bold;
    display: inline-block;
    font-size: 12px;
    padding: 4px 8px 3px;
    margin-right: 5px;
    border-radius: 3px;
}

.categories-style a:hover {
    background: var(--color-highlight);
}

.categories-style {
    margin: 20px 0;
}

.btn-twitter {
    height: 20px;
    background: #1da1f2;
    color: #fff;
    line-height: 13px;
    border-radius: 10px;
}

.btn-twitter:hover {
    color: #fff;
}

.tags li a:hover {
    background: var(--color-main);
}

.author-section {
    margin-top: 10px;
    border-top: 1px solid #9e9e9e2e;
    padding-top: 15px;
}

.author-section img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    float: left;
}

.author-section .inner-content {
    margin-left: 120px;
}

[nh-table-content="catalogue"] {
    margin-top: 15px;
}

/*End Button Contact Fixed*/
.note-post a {
    color: var(--color-main);
}

.note-post a:hover {
    color: #000;
}

.box-article-hot .article-item .inner-image .ratio-3-2 {
    padding-top: 85%;
}

@media (max-width: 1200px) {
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        /* padding-right: 10px; */ /* padding-left: 10px; */
    }

    .entire-action-header {
        margin-left: 0;
    }

    .search-section.entire-action-header a.btn-action-header {
        width: 35px;
        height: 35px;
        padding: 0;
        background: var(--white);
        color: var(--color-main);
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-section > ul > li > a.active {
        color: var(--color-main) !important;
    }
}

@media (max-width: 767px) {
    .section-news-hot-remarkable .container>.row>div {
        padding: 15px;
    }

    .section-article-hot-news {
        margin-bottom: 20px;
    }

    .list-article-news {
        max-height: 270px;
    }

    .section-article-hot-news .box-article-hot {
        margin-bottom: 20px;
    }

    .box-article-hot .article-item .inner-content .article-title {
        font-size: 1.8rem;
    }

    .list-video>.row>div:nth-child(1) {
        order: 2;
    }

    .item-video-left {
        margin-top: 20px;
        max-height: 260px;
    }

    .link-seemore {
        margin-top: 20px !important;
    }

    .title-footer {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

@media (max-width: 992px) {
    .row {
        /* margin-right: -7.5px; */ /* margin-left: -7.5px; */
    }

    .no-gutters {
        margin-right: 0;
        margin-left: 0;
    }

    .row>div {
        /* padding-right: 7.5px; */
        /* padding-left: 7.5px; */
    }

    .footer-mid-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .logo-section-footer {
        /* text-align: center; */
    }
}

@media (min-width: 767px) and (max-width:1023px) {
    .box-article-hot .article-item .inner-content {
        position: inherit;
    }

    .box-article-hot .article-item .inner-content .article-title {
        font-size: 2rem;
    }

    .box-article-hot .article-item .inner-image {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .box-article-news .list-article-news .article-item .inner-image, .list-small-flex article.article-item .inner-image {
        flex: 0 0 130px;
        max-width: 130px;
    }

    .box-article-news .list-article-news .article-item .inner-content, .list-small-flex .article-item .inner-content {
        flex-basis: calc(100% - 130px);
        padding-bottom: 0;
    }

    .box-article-news .list-article-news .article-item .inner-content .article-title, .list-small-flex .article-item .inner-content .article-title {
        margin-bottom: 10px !important;
    }

    .list-article-news {
        max-height: 305px;
    }

    .section-article-hot-news {
        margin-bottom: 15px;
    }

    .box-article-news .list-article-news .article-item {
        margin-bottom: 15px;
    }

    .item-video-left {
        max-height: 226px;
    }
}

@media (min-width: 1024px) and (max-width:1200px) {
    .list-article-news {
        max-height: 300px;
    }

    .section-article-hot-news {
        margin-bottom: 30px;
    }

    .item-video-left {
        max-height: 300px;
    }
}

.author-infor {
    padding: 50px 0;
}

.author-infor .author-infor--image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.author-infor .author-infor--image {
    margin-bottom: 15px;
}

.author-info--name {
    font-size: 20px;
    font-weight: 700;
}

.search-section .btn-submit:hover {
    color: #fff;
    background: #4267b2 !important;
    border: 1px solid #4267b2;
}

.section-article-hot-news-home {
    margin-bottom: 30px;
}

.section-article-update-news {
    margin-bottom: 30px;
}

.section-2 > .container > .row {
    margin: 0 -7.5px;
}

.section-2 > .container > .row > div {
    /* padding: 0 7.5px; */
}

.section-article-update-news .box-article-news .list-article-news .article-item {
    margin-bottom: 15px;
    padding-right: 0px;
    flex-wrap: nowrap;
}

.article-item.article-item-list.swiper-slide .article-title {
    /* height: 50px; */
    font-size: 13px;
    overflow: hidden;
    margin-bottom: 0px !important;
}

.list-video > .row {
    margin: 0 -7.5px;
}

.list-video > .row > div {
    padding: 0 7.5px;
}

.article-description-custom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    height: auto;
    max-height: 70%;
    margin: auto;
    padding: 15px 15px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    word-break: break-word;
    z-index: 1;
    background-color: rgba(37,49,54,.85);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.article-item:hover .article-description-custom {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.box-news-child-01 > .row {
    margin: 0 -7.5px;
}

.box-news-child-01 > .row > div {
    margin-bottom: 0px !important;
    padding: 0 7.5px;
}

.box-news-child-01 .article-item {
    margin-bottom: 15px;
}

.box-news-child-01 .article-item .article-title {
    /* height: 50px; */
    /* overflow: hidden; */
    /* margin-bottom: 0px !important; */
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.table-content-icon {
    /* margin-top: -43px; */
}

.is-mobile.article_detail .sidebar-sticky {
    position: static;
}

.section-2 {
    margin-top: 30px;
    margin-bottom: 30px !important;
}

.box-description-detail {
    margin-bottom: 15px;
    font-size: 14px;
    /* font-weight: 700; */
    /* font-style: italic; */
}

.catalogue-wrapper .list-item a.table-link {
    font-size: 13px;
    color: #000;
}

.catalogue-wrapper .list-item a.table-link:hover {
    color: var(--color-main);
}

.catalogue-wrapper .list-item, .table-content li {
    list-style: none;
}

.is-mobile .table-content, .is-mobile .title-table-navigation {
    /* display: none; */
}

.date-view>.user, .date-view>.view {
    font-size: 12px;
}

.widget-sidebar-right {
    margin-top: 30px;
    color: #000;
    background-color: #db824f1f;
    box-shadow: rgb(229 229 229 / 70%) 0px 4px 10px;
    border-radius: 8px;
    padding: 15px 20px;
}

.btn-seemor {
    padding: 0.375rem 0.85rem;
    color: #fff;
    border-radius: 30px;
    border-color: #e46b25;
    background-color: #e46b25;
}

.widget-sidebar-right .btn-seemor {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
}

.smooth {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.heading-title-news {
    font-size: 2.8rem;
}

.article-content h1 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.article-content h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.article-content h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.article-content h4 {
    display: block;
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.article-content h5 {
    display: block;
    font-size: 0.83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.article-content h6 {
    display: block;
    font-size: 0.67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.header-main {
    padding: 0px 0px !important;
}

.ft-top {
    padding-top: 15px !important;
}

.footer-top {
    padding-top: 30px;
    padding-bottom: 20px;
}

.ft-social .title-footer {
    color: rgba(0, 0, 0, 0.87);
}

.footer-fanpage .menu-footer>ul>li>a span {
    display: none;
}

.footer-fanpage .menu-footer>ul>li {
    display: inline-block;
}

.ft-social {
    margin-bottom: 0px;
}

footer {
    background: #f6f6f6;
    color: rgba(0, 0, 0, 0.87);
    padding-top: 0px;
}

.footer-contact-website p {
    font-size: 13px;
    color: white;
}

.footer-contact-website {
    margin-bottom: 30px;
}

.list-small-flex article.article-item .ratio-3-2 {
    padding-top: 75%;
}

.article-content .twitter-tweet {
    display: table;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.article-content a {
    color: var(--color-main) !important;
}

.article-content a:hover {
    color: rgba(0, 0, 0, 0.87) !important;
}

.footer-contact-website {
    border-top: none;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.ft-copyright {
    background: var(--color-main);
    padding: 10px 0px;
}

.box-main-news {
    margin-bottom: 30px;
}

.box-news-lien-quan {
    margin-bottom: 30px;
}

.module-news-lien-quan .article-item.article-item-list.swiper-slide {
    /* margin-top: 0px !important; */
    /* margin-bottom: 5px !important; */
    /* border-radius: 0px; */
}

.module-news-lien-quan .article-item.article-item-list.swiper-slide .inner-image .ratio-3-2 {
    padding-top: 60%;
    margin-bottom: 10px;
}

.module-news-lien-quan .article-item.article-item-list.swiper-slide .inner-image .ratio-3-2 img {
    border-radius: 10px;
}

.module-news-lien-quan .article-item-list .inner-content .date-view, .module-news-lien-quan .date-view>.view {
    display: none;
}

.module-news-lien-quan .article-item.article-item-list.swiper-slide .article-title {
    height: auto;
    margin-bottom: 0px !important;
}

.footer-menu-section .title-footer {
    color: white;
}

.footer-menu-section ul li a {
    color: white;
    font-size: 14px;
}

.footer-menu-section ul li a:hover {
    color: black;
}

.footer-menu-section {
    margin-bottom: 30px;
}

.module-news-lien-quan .article-item.article-item-list.swiper-slide .inner-content {
    background: transparent;
    padding: 0px 0px 0px 0px !important;
}

.section-2 > .container > .row {
    /* background: #d7d7d778; */
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    /* -webkit-box-shadow: 0 1px 20px 0 rgb(0 0 0 / 10%); */
    /* box-shadow: 0 1px 20px 0 rgb(0 0 0 / 10%); */
    /* -webkit-transition: -webkit-box-shadow .15s; */
}

.article-detail {
    word-wrap: break-word;
}

.note-post-custom p span strong {
    padding-right: 5px;
}

.is-mobile .menu-container {
    float: right;
}

.is-mobile .boxSearch-mobile {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.is-mobile .box-article-hot .article-item .inner-image .ratio-3-2 {
    padding-top: 56%;
}

.is-mobile .box-article-hot .article-item .inner-content {
    position: relative;
    background: transparent;
    padding: 10px 0px 0px 0px;
}

.is-mobile .box-article-hot .article-item .inner-content .article-title a {
    color: rgba(0, 0, 0, 0.87);
}

.is-mobile .box-article-hot .article-item .inner-content .date-view>span {
    color: rgba(0, 0, 0, 0.87);
    border-right: 1px solid var(--color-black);
}

.is-mobile .box-article-hot .article-item .inner-content .date-view>span:last-child {
    border-right: none;
}

.is-mobile .box-article-hot .article-item .inner-content .text-white {
    color: rgba(0, 0, 0, 0.87) !important;
    font-weight: normal !important;
}

.is-mobile .section-article-hot-news-home .title-section, .is-mobile .section-article-update-news .title-section {
    display: none;
}

.is-mobile .section-article-update-news .list-article-news, .is-mobile .item-video-left {
    /* max-height: 100%; */
    /* overflow-y: unset; */
}

.is-mobile .box-article-news .list-article-news .article-item .inner-image, .is-mobile .list-small-flex article.article-item .inner-image {
    flex: 0 0 120px;
    max-width: 120px;
}

.is-mobile .box-article-news .list-article-news .article-item .inner-content, .is-mobile .list-small-flex .article-item .inner-content {
    flex-basis: calc(100% - 120px);
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0px;
}

.is-mobile .section-article-update-news .article-item .article-title {
    margin-bottom: 0px !important;
}

.is-mobile .section-article-update-news .article-item .article-title {
    font-size: 13px;
}

.is-mobile .section-article-update-news {
    margin-bottom: 0px;
}

.is-mobile .item-video-left .article-item-video .inner-content .article-title {
    font-size: 13px;
}

.is-mobile .item-video-left .article-item-video .inner-image {
    flex: 0 0 120px;
    max-width: 120px;
}

.is-mobile .item-video-left .article-item-video .inner-content {
    flex-basis: calc(100% - 120px);
    max-width: calc(100% - 120px);
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.is-mobile .box-news-custom-01 .article-item-list .inner-content .date-view {
    width: 100%;
    display: table;
}

.is-mobile .box-news-custom-01 .article-item-list .date-view>.user /*.is-mobile .page-news-child .date-view>.user,*/
/*.is-mobile .page-news-child .date-view*/
{
    width: 100%;
    /*     display: table; */
    display: none;
}

.is-mobile .box-news-custom-01 .article-item.article-item-list.swiper-slide .article-title {
    margin-bottom: 0px !important;
}

.is-mobile .article-item .article-description-custom {
    display: none;
}

.is-mobile .box-news-custom-01 .article-item.article-item-list.swiper-slide {
    margin-top: 0px !important;
    margin-bottom: 15px;
}

.is-mobile .box-news-custom-01 .swiper-pagination, .is-mobile .page-news-child .swiper-pagination {
    bottom: -5px;
}

.is-mobile .box-news-custom-01 .swiper, .page-news-child .swiper {
    padding-bottom: 20px;
}

.is-mobile .box-news-custom-01 .swiper-button-prev, .is-mobile .box-news-custom-01 .swiper-button-next {
    display: none;
}

.box-news-custom-01 .swiper-button-prev, .box-news-custom-01 .swiper-button-next {
    bottom: 10%;
    top: auto;
}

.box-news-custom-01 .swiper-button-next, .box-news-custom-01 .swiper-button-prev {
    right: -60px;
    left: auto;
}

.box-news-custom-01 .swiper-button-prev, .box-news-custom-01.swiper-button-next {
    left: -60px;
    right: auto;
}

.is-mobile .box-news-custom-01 .swiper-button-prev, .is-mobile .box-news-custom-01 .swiper-button-next, .is-mobile .page-news-child .swiper-button-prev, .is-mobile .page-news-child .swiper-button-next {
    display: none;
}

.module-news-lien-quan .swiper-button-prev, .module-news-lien-quan .swiper-button-next {
    display: inline-flex;
}

.module-news-lien-quan .swiper-button-prev:hover, .module-news-lien-quan .swiper-button-next:hover {
    color: #fff;
}

.is-mobile .menu-section > ul > li > a.active, .is-mobile .menu-section > ul > li > .entry-menu > li > a.active, .is-mobile .menu-section > ul > li.has-child:hover > a {
    color: #000 !important;
}

.is-mobile .page-news-child .article-item.article-item-list.swiper-slide {
    margin-top: 0px !important;
    margin-bottom: 15px;
}

.section-remarkable.section-remarkable-hot .swiper-button-next-2, .section-remarkable.section-remarkable-hot .swiper-button-prev-2 {
    color: var(--color-main);
    background: transparent;
    font-size: 30px;
    width: auto;
    height: auto;
}

.section-remarkable.section-remarkable-hot .swiper-button-next-2 i, .section-remarkable.section-remarkable-hot .swiper-button-prev-2 i {
    font-size: 30px;
}

.boxSearch-mobile .btn-submit {
    background: transparent;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: none;
    color: var(--color-highlight);
    font-size: 20px;
    padding-top: 0px;
    font-weight: bold;
    padding-bottom: 0px;
}

.boxSearch-mobile .btn-submit i {
    font-weight: 700;
}

.is-mobile .menu-section .grower {
    border-left: none;
}

.is-mobile .btn-menu-mobile {
    background: transparent;
    color: #fff;
    font-size: 30px;
    width: auto;
}

.img-icon-menu {
    width: 40px;
    height: auto;
}

.note-post-custom {
    margin-top: 0px !important;
}

.is-mobile .article-detail .article-content, .is-mobile .article-detail .box-description-detail {
    line-height: 3.4rem;
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
    letter-spacing: .3px;
    color: #292929;
}

.article-detail .article-content, .article-detail .box-description-detail {
    line-height: 3.4rem;
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
    letter-spacing: .3px;
    color: #292929;
}

.frm-textarea textarea {
    height: 200px;
}

@media (min-width: 992px) {
    body {
        font-size: 15px;
        line-height: 1.5;
    }

    .section-2 {
        margin-top: 50px;
        margin-bottom: 0px !important;
    }

    .menu-section > ul > li:hover > a, .menu-section > ul > li > a:hover {
        background: var(--color-highlight);
    }

    .menu-section .entry-menu.dropdown ul {
        padding: 0px 0px;
    }

    .menu-section .entry-menu.dropdown ul {
        top: 0;
        left: 100%;
        box-shadow: none;
        border-top: 0.1rem solid #e3e3e3;
    }

    .menu-section .child-indicator {
        right: 10px;
        font-size: 10px;
    }

    .search-section .form-dropdown {
        width: 300px;
    }

    .section-article-hot-news-home {
        margin-bottom: 30px;
    }

    .section-article-update-news {
        margin-bottom: 0px;
    }

    .section-2 > .container > .row {
        margin: 0 -10px;
    }

    .section-article-update-news .box-article-news .list-article-news .article-item {
        margin-bottom: 20px;
        padding-right: 5px;
    }

    .article-item.article-item-list.swiper-slide .article-title {
        /* height: 60px; */
        font-size: 15px;
        margin-bottom: 15px !important;
    }

    .list-video > .row {
        margin: 0 -20px;
    }

    .list-video > .row > div {
        padding: 0 10px;
    }

    .list-video > .row > div:nth-child(1) {
        flex: 0 0 44.5%;
        max-width: 44.5%
    }

    .list-video > .row > div:nth-child(2) {
        flex: 0 0 55.5%;
        max-width: 55.5%;
    }

    .box-news-child-01 > .row {
        margin: 0 -15px;
    }

    .box-news-child-01 > .row > div {
        margin-bottom: 0px !important;
        padding: 0 15px;
    }

    .box-news-child-01 .article-item {
        margin-bottom: 30px;
    }

    .box-news-child-01 .article-item .article-title {
        /* height: 50px; */
        /* font-size: 15px; */
        /* margin-bottom: 15px !important; */
    }

    .box-description-detail {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .search-section.entire-action-header {
        margin-left: 0;
    }

    .ft-social {
        /* float: right; */
        margin-bottom: 0px;
    }

    .logo-section-footer {
        margin-bottom: 15px;
    }

    .footer-contact-website p:last-child {
        margin-bottom: 0px;
    }

    .footer-contact-website {
        border-top: none;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .section-2 > .container > .row {
        /* background: #d7d7d778; */
        /* margin: 0px 0px 0px 0px; */
        /* padding: 15px 15px 15px 15px; */
        border-radius: 5px;
        /* -webkit-box-shadow: 0 1px 20px 0 rgb(0 0 0 / 10%); */
        /* box-shadow: 0 1px 20px 0 rgb(0 0 0 / 10%); */
        /* -webkit-transition: -webkit-box-shadow .15s; */
    }

    .section-2 > .container > .row > div {
        /* padding: 0px; */
    }

    .box-article-news {
        padding: 0px 0px 0px 20px;
    }

    .box-article-news .list-article-news .article-item .inner-content {
        padding-bottom: 0px;
    }

    .list-small-flex article.article-item .ratio-3-2 {
        padding-top: 75%;
    }

    .box-main-news > .container > .row > div:nth-child(1) {
        flex: 0 0 22%;
        max-width: 22%;
    }

    .box-main-news > .container > .row > div:nth-child(2) {
        flex: 0 0 56%;
        max-width: 56%;
    }

    .box-main-news > .container > .row > div:nth-child(3) {
        flex: 0 0 22%;
        max-width: 22%;
    }

    .box-main-news {
        margin-bottom: 50px;
    }

    .box-news-lien-quan {
        margin-bottom: 50px;
    }

    .menu-section > ul > li > a {
        padding: 0px 15px;
    }

    .module-news-lien-quan .article-item.article-item-list.swiper-slide {
        /* margin-top: 0px !important; */
        /* margin-bottom: 0px !important; */
    }

    .module-news-lien-quan .article-item.article-item-list.swiper-slide .article-title {
        height: auto;
    }

    footer {
        padding-top: 0px;
    }

    .footer-menu-section {
        margin-bottom: 0px;
    }

    .section-2-desktop > .container > .row > div:nth-child(1) {
        /* flex: 0 0 52%; */
        /* max-width: 52%; */
    }

    .section-2-desktop > .container > .row > div:nth-child(2) {
        /* flex: 0 0 48%; */
        /* max-width: 48%; */
    }

    .section-2-desktop > .container > .row > div:nth-child(3) {
        /* flex: 0 0 100%; */
        /* max-width: 100%; */
    }

    .section-article-update-news .article-item .article-title {
        font-size: 15px;
    }

    .item-video-left .article-item-video {
        padding: 15px 15px;
    }

    .by-name-view>span {
        /* font-size: 13px; */
    }

    .box-article-hot .article-item .inner-image .ratio-3-2 {
        padding-top: 56%;
    }

    .article-detail .article-content, .article-detail .box-description-detail {
        line-height: 3rem;
        margin-bottom: 2rem;
        font-size: 1.5rem;
        letter-spacing: .3px;
        color: #292929;
    }

    .text-fix p {
        line-height: 3.4rem;
        margin-bottom: 2.4rem;
        font-size: 1.5rem;
        letter-spacing: .3px;
        color: #292929;
    }

    .note-post-custom p, .note-post-custom p span {
        font-size: 1.5rem;
        color: #292929;
        margin-bottom: 5px;
    }

    .catalogue-wrapper .list-item a.table-link, .widget-sidebar-right p, .widget-sidebar-right a, .title-table-navigation {
        font-size: 1.4rem;
    }

    .catalogue-wrapper .list-item a.table-link {
        font-size: 1.5rem;
    }

    .catalogue-wrapper {
        /* max-height: 80vh; */
        /* overflow-y: scroll; */
    }

    .catalogue-wrapper::-webkit-scrollbar {
        width: 8px;
    }

    .catalogue-wrapper::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .catalogue-wrapper::-webkit-scrollbar-thumb {
        background: var(--color-main);
        border-radius: 10px;
    }

    .catalogue-wrapper::-webkit-scrollbar-thumb:hover {
        background: var(--color-main);
    }
}

.h3-contact h3 {
    margin-bottom: 10px;
}

.h3-contact p {
    font-size: 18px;
    color: #343a40;
    margin-bottom: 0px;
}

.span-color {
    font-size: 13px;
    color: #ccc;
}

/*csss neww tung*/
/*csss neww tung*/
.block-bv-noi-bat-home > .row > div:nth-child(1) > .row > div:nth-child(1) > article {
    margin-bottom: 6px;
    border-bottom: 1px solid #B4B0AE;
}

.block-bv-noi-bat-home > .row > div:nth-child(1) > .row > div:nth-child(2) {
    margin-top: 5px;
}

.block-bv-noi-bat-home > .row > div:nth-child(1) > .row > div:nth-child(1) > article > .row > div:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
}

.block-bv-noi-bat-home > .row > div:nth-child(1) > .row > div:nth-child(1) > article > .row > div:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
}

.cus-tab-research .swiper-tab-esearch .row > div:nth-child(1) {
    flex: 0 0 65%;
    max-width: 65%;
}

.cus-tab-research .swiper-tab-esearch .row > div:nth-child(2) {
    flex: 0 0 35%;
    max-width: 35%;
}

.cus-2banner-home > .row > div:nth-child(1) {
    flex: 0 0 80%;
    max-width: 80%;
    display: flex;
    justify-content: flex-end;
}

.cus-2banner-home > .row > div:nth-child(2) {
    flex: 0 0 17%;
    max-width: 17%;
    display: flex;
    justify-content: flex-end;
}

.cus-2banner-home > .row > div:nth-child(1) img {
    height: 207px !important;
}

.cus-2banner-home > .row > div:nth-child(2) img {
    height: 207px !important;
}

.cus-4cate-post .row > div .row > article:nth-child(1) > .row > div:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
}

.cus-4cate-post .row > div .row > article:nth-child(1) > .row > div:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
}

.cus-4cate-post .space-block-5 > .row-4cate-post > div {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}

.cus-border-left-post-scoll:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: var(--color-main);
    width: 2px;
    height: 30px;
}

.article-title.cus-border-left-post-scoll.mb-4 {
    position: relative;
    padding-left: 10px;
}

.cus-4post-home .space-block-5 .row-4cate-post > div {
    padding-right: 2rem;
    padding-left: 2rem;
}

.cus-4post-home {
    background-color: black;
    padding: 40px 0;
}

.cus-4post-home * {
    color: white !important;
}

.cus-4post-home .date-view {
    background-color: black;
}

.cus-4post-home .row-4cate-post > div:nth-child(1) > .row > div:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
}

.cus-4post-home .row-4cate-post > div:nth-child(1) > .row > div:nth-child(3) {
    flex: 0 0 50%;
    max-width: 50%;
}

.cus-4post-home .row-4cate-post > div:nth-child(1) > .row > div:nth-child(1) {
    margin-bottom: 10px;
}

.block-bv-noi-bat-home > .row > div:nth-child(3) .row > div {
    flex: 0 0 100%;
    max-width: 100%;
}

.cus-box-etroactive-slider-scoll > .row > div:nth-child(2) .row > div {
    flex: 0 0 100%;
    max-width: 100%;
}

.cus-box-etroactive-slider-scoll > .row > div:nth-child(1) > .row > div {
    flex: 0 0 33.33333%;
    max-width: 3333333%;
}

.cus-box-etroactive-slider-scoll .list-article-news {
    max-height: 615px;
    overflow-y: scroll;
}

footer {
    background: var(--color-main);
}

.page-news-child .row-duong-dan2 > div {
    flex: 0 0 25%;
    max-width: 25%;
}

.view-small .inner-content .date-view {
    display: none;
}

.cus-thong-tin-post .box-table-nav ol.table-content {
    display: none;
}

.cus-thong-tin-post .box-table-nav:hover ol.table-content {
    display: block;
}

/*page gioi thieu*/
.banner-gioi-thieu-img img {
    width: 100%;
    height: 44vw !important;
    object-fit: cover;
}

.banner-gioi-thieu-content {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-align: center;
}

.banner-gioi-thieu-tile {
    font-size: 40px;
    font-weight: 600;
}

.banner-gioi-thieu-description {
    font-size: 22px;
    padding: 0 20%;
}

.banner-gioi-thieu2-img img {
    width: 100%;
    height: 44vw !important;
    object-fit: cover;
}

.banner-gioi-thieu2-content {
    position: absolute;
    top: 33%;
    left: 50%;
    background: rgb(253,145,72);
    background: linear-gradient(90deg, rgba(253,145,72,1) 0%, rgba(255,138,58,1) 100%);
}

.banner-gioi-thieu2-description-short {
    color: #F0F35F;
    font-size: 18px;
    font-weight: 600;
}

.banner-gioi-thieu2-description-short {
    color: #F0F35F;
    font-size: 18px;
    font-weight: 600;
}

.banner-gioi-thieu2-tile {
    font-size: 40px;
    color: white;
    font-weight: bold;
    width: 75%;
    line-height: 45px;
    margin: 10px 0;
}

.banner-gioi-thieu2-description {
    color: white;
    width: 80%;
    letter-spacing: 0.8px;
    font-size: 17px;
}

.tai-sao-chon-toi-tile {
    color: var(--color-main);
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
}

.tai-sao-chon-toi-description {
    padding: 0 30px;
}

.tai-sao-chon-toi {
    text-align: center;
}

.cus-title-section {
    font-size: 2.4rem;
    color: var(--color-main);
    font-weight: 800;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

.cus-title-section:before {
    position: absolute;
    content: '';
    top: 35px;
    left: 0;
    right: 0;
    width: 100px;
    background-color: var(--color-main);
    height: 4px;
    margin: auto;
}

.cus-ten-class-item-so-chay {
    display: flex;
    justify-content: center;
    color: var(--color-main);
    font-size: 35px;
    font-weight: bold;
}

.doi-ngu-img {
    border-radius: 15px;
}

.bg-form-page-gioithieu {
    background-color: #FFA800;
    padding: 45px 0;
}

.btn-gui-thong-tin {
    border: 1px solid var(--color-highlight);
    background-color: var(--color-highlight);
    color: var(--white);
    border-radius: 20px;
}

.rounded-5 {
    border-radius: 5px;
}

/*page gioi thieu*/
@media (max-width: 768px) {
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 0px;
        left: auto;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 0px;
        right: auto;
    }

    .cus-tab-research .swiper-tab-esearch .row > div:nth-child(1) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cus-tab-research .swiper-tab-esearch .row > div:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cus-2banner-home > .row > div:nth-child(1) img {
        height: 104px !important;
    }

    .cus-2banner-home > .row > div:nth-child(2) img {
        height: 104px !important;
    }

    .cus-2banner-home > .row > div:nth-child(1) {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .cus-2banner-home > .row > div:nth-child(2) {
        flex: 0 0 30%;
        max-width: 30%;
        justify-content: left;
    }

    .cus-4cate-post .row > div .row > article:nth-child(1) > .row > div:nth-child(1) {
        /* flex: 0 0 41.66667%; */
        /* max-width: 41.66667%; */
    }

    .cus-4cate-post .row > div .row > article:nth-child(1) > .row > div:nth-child(2) {
        /* flex: 0 0 58.33333%; */
        /* max-width: 58.33333%; */
    }

    /*.space-block-5 > .row {*/
    /*    margin-right: -7.5px;*/
    /*    margin-left: -7.5px;*/
    /*}*/
    .box-news-custom-01.row {
        margin: 0 0px;
    }

    .cus-box-etroactive-slider-scoll .list-article-news {
        max-height: 255px;
        overflow-y: scroll;
        margin: 0 0;
    }

    .cus-4post-home .row-4cate-post > div:nth-child(1) > .row > div:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cus-4post-home .row-4cate-post > div:nth-child(1) > .row > div:nth-child(3) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cus-box-etroactive-slider-scoll > .row > div:nth-child(1) > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page-news-child .row-duong-dan2 > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .post-duong-dan > .row-duong-dan1 > div:nth-child(2), .row-duong-dan3 > div:nth-child(2) > div {
        padding-right: 0;
        padding-left: 0;
    }

    .is-mobile .table-content-icon {
        display: none !important;
    }

    .banner-gioi-thieu-img img {
        height: 70vw !important;
    }

    .banner-gioi-thieu-tile {
        font-size: 20px;
    }

    .banner-gioi-thieu-content {
        top: 23%;
        left: 10%;
        transform: translateX(-5%);
    }

    .banner-gioi-thieu-description {
        font-size: 16px;
        padding: 0 0;
    }

    .banner-gioi-thieu2-img img {
        height: 94vw !important;
    }

    .banner-gioi-thieu2-tile {
        font-size: 20px;
        width: 100%;
        line-height: 30px;
        margin: 5px 0;
    }

    .banner-gioi-thieu2-content {
        top: 10%;
        left: 25%;
    }

    .banner-gioi-thieu2-description {
        width: 100%;
        letter-spacing: 0.4px;
        font-size: 15px;
    }

    .tai-sao-chon-toi img {
        width: 80px;
    }

    .cus-box-so-chay img {
        width: 40px;
    }

    .cus-box-so-chay {
        border-bottom: 1px solid var(--color-main);
        padding-bottom: 10px;
    }

    .section-counter > .row > div:last-child .cus-box-so-chay {
        border-bottom: none;
        padding-bottom: 0px;
    }

    .view-small .inner-image {
        width: 15rem;
        float: left;
    }
}

/*tab the block 101*/
.block-tab-101 > li {
    margin-right: 15px;
    margin-bottom: 15px;
}

.bg-tab-khoa-hoc-101 {
    background-color: #FF8A3A;
    padding: 40px 0;
}

.bg-tab-khoa-hoc-101 li a {
    padding: 0 10px;
    border: 1px solid white;
    border-radius: 15px;
}

.bg-tab-khoa-hoc-101 li a.active, .bg-tab-khoa-hoc-101 li a:hover {
    background-color: var(--color-highlight) !important;
}

.bg-tab-khoa-hoc-101 li a::after {
    display: none;
}

.title-section-post {
    font-size: 2.2rem !important;
}

.bg-content-attr-the-block-101 {
    background-color: white;
    padding: 10px;
    border-radius: 15px;
    overflow-y: scroll;
    height: 268px;
}

.title-noi-dung-block-101 {
    color: var(--color-highlight);
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
}

.name-tt-bai-hoc {
    font-size: 15px;
    color: black;
}

.cout-tt-bai-hoc {
    font-size: 14px;
    background-color: var(--color-main);
    color: white;
    padding: 1px 8px;
    margin-right: 8px;
    border-radius: 15px;
    width: 120px;
    text-align: center;
}

.bg-content-attr-the-block-101::-webkit-scrollbar {
    width: 8px;
}

.bg-content-attr-the-block-101::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.bg-content-attr-the-block-101::-webkit-scrollbar-thumb {
    background: var(--color-main);
    border-radius: 10px;
}

.bg-content-attr-the-block-101::-webkit-scrollbar-thumb:hover {
    background: var(--color-main);
}

@media (max-width: 768px) {
    .bg-content-attr-the-block-101 {
        height: 280px;
    }

    .bg-tab-khoa-hoc-101 .swiper-button-next, .bg-tab-khoa-hoc-101 .swiper-button-prev {
        display: none;
    }
}

.tab-bv-khoa-hoc-101 .swiper-button-next {
    right: -45px;
    left: auto;
}

.tab-bv-khoa-hoc-101 .swiper-button-prev {
    right: auto;
    left: -45px;
}

/*tab the block 101*/
/*csss neww tung*/
/*csss neww tung*/
.img-iconx-mui-ten-trenning {
    width: 24px;
}

.box-4cate-article>.row>.article-item>.row>div {
    padding-right: 15px !important;
    padding-left: 15px;
}

@media (min-width: 968px) {
    .cus-tab-research .box-news-custom-01 > div:nth-child(1) > .row {
        margin: 0px 10px 0 0px;
    }

    .cus-tab-research > .row > div:nth-child(1) {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .cus-tab-research > .row > div:nth-child(2) {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .row-4cate-post > div:nth-child(1) > .row > div > article > .inner-image > div {
        padding-top: 53%;
    }

    .cus-box-etroactive-slider-scoll .swiper .inner-image > div {
        padding-top: 50%;
    }

    .block-bv-noi-bat-home > .row > div:nth-child(1) > .row > div:nth-child(1) .inner-image > a {
        padding-top: 65%;
    }

    .post-duong-dan > .row > div:nth-child(1) .inner-image > div, .row-duong-dan3 > div:nth-child(1) > .row > div:nth-child(1) .inner-image > div, .page-news-child .post-duong-dan .row-duong-dan1 > div:nth-child(1) .row .article-item .row > div:nth-child(1) .inner-image > a {
        padding-top: 48%;
    }

    .module-news-lien-quan .swiper-slide {
        margin-bottom: 15px !important;
        margin-top: 0 !important;
    }

    /*.row-4cate-post .box-4cate-article > .row > .article-item:not(.article-item:nth-child(1)) .row > div:nth-child(1) {*/
    /*    padding-right: 5px !important;*/
    /*}*/
    .row-4cate-post > div:nth-child(2) > .row .article-item .article-title {
        font-size: 2rem;
    }

    .cus-tab-research .swiper-tab-esearch .row > div:nth-child(2) {
        padding-left: 5px;
    }
}

.row-4cate-post .box-4cate-article > .row > .article-item:not(.article-item:nth-child(1)) .row > div:nth-child(1) {
    padding-right: 5px !important;
}

.img-icon-avtar-tg-home {
    width: 28px;
    border-radius: 50%;
}

.time-attrr-khoa-hoc {
    border: 1px solid white;
    padding: 0 10px;
    border-radius: 15px;
}

.btn-social i {
    font-size: 23px;
}

.home .btn-social i {
    font-size: 13px;
}

.table-content-section {
    color: var(--color-main);
    border-bottom: none !important;
}

.cus-thong-tin-post .by-name-view {
    font-size: 13px !important;
}

.bdr-20 img {
    border-radius: 20px;
}

@media (max-width: 768px) {
    .section-2 > .container > .row > div {
        padding: 0 0px;
    }
}

.block-bv-noi-bat-home > .row > div:nth-child(3) > .row > div > article .article-title {
    font-size: 1.4rem;
    font-weight: 500;
}

 .block-bv-noi-bat-home > .row > div:nth-child(3) > .row > div > article > .inner-content > span {
    font-size: 12px !important;
}

.cus-box-etroactive-slider-scoll > .row > div:nth-child(2) > .row > article .article-title {
    font-size: 1.4rem;
    font-weight: 500;
}

 .cus-box-etroactive-slider-scoll> .row > div:nth-child(2) > .row > article > .inner-content > span {
    font-size: 12px !important;
}

.cus-du-an-ntf-home .inner-content > span, .cus-tab-research .inner-content > span {
    font-size: 12px !important;
}

.row-4cate-post .box-4cate-article > .row > .article-item:not(.article-item:nth-child(1)) .date-view {
    display: none;
}

.swiper-first-slider-retroactive .article-item .article-title {
    font-size: 2rem;
}

.cus-tab-research .tab-pane > .row > div:nth-child(2) .article-title {
    font-size: 2rem;
}

.block-bv-noi-bat-home > .row > div:nth-child(1) > .row > div:nth-child(1) > article .article-title {
    font-size: 2rem;
}

@media (max-width: 768px) {
    .list-social-share {
        display: flex;
        padding-left: 0;
    }
}

.page-news-child .row-duong-dan1 > div:nth-child(1) .article-item > .row > div {
    flex: 0 0 100%;
    max-width: 100%;
}

.post-duong-dan > .row div:nth-child(1) > div:nth-child(1) .inner-content .article-title, .row-duong-dan3 > div:nth-child(1) > .row > div:nth-child(1) .inner-content .article-title {
    font-size: 2rem !important;
}

.col-small-mt .inner-image {
    margin-bottom: 10px;
}

.block-bv-noi-bat-home .article-item {
    margin-bottom: 2.5rem;
}

.list-social-share .btn-social.copy a {
    border-top: 1px solid var(--color-main);
    padding-top: 5px;
}

.cus-fs-chuyen-gia {
    font-size: 14px !important;
    padding-left: 40px;
}

@media (max-width: 768px) {
    .block-bv-noi-bat-home > .row > div:nth-child(1) > .row > div:nth-child(1) > article > .row > div:nth-child(1) {
        padding-right: 15px !important;
    }

    .cus-4post-home .row-4cate-post {
        display: flex;
        flex-direction: column-reverse;
    }

    .list-social-share .btn-social {
        margin-bottom: 0;
        margin-right: 10px;
    }
}




.container-menu .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    height: 100%;
    margin-right: 16px;
    padding: 0 12px;
    position: static;
    width: auto;
}




.ecosystem-item .container-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
}

.ecosystem-item .container-menu .row-menu {
    width: 176px;
    display: -ms-flexbox;
    display: flex;
    margin-right: -1rem;
    margin-left: -1rem;
    flex-direction: column;
}
.ecosystem-item .container-menu .column-4 {
    height: 34px;
    left: 60px;
}
.container-menu .column-4:hover {
    background: #c3581a;
    color: white;

}
.ecosystem-item .menu-section .entry-menu.full-width .menu-title {
    font-size: 1.5rem;
}

.xem-them-tab-resach {
    list-style: none;
}

.menu-footer img {
    width: 25px;
    height: 25px;
    margin-right: 15px !important;
    position: relative;
    margin-top: 5px !important;
}

.is-mobile .menu-section > ul > li > .entry-menu {
    background: transparent !important;
}

.img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.tieu-de-popup-trach-nhiem-to {
    border-radius: 20px;
    padding: 30px;
    margin: 10px;
    color: black;
    border: 2px solid var(--color-main);
    background: #FFFFFF;
    background: -moz-linear-gradient(-45deg, #FFFFFF 0%, #FF840E 50%, #FFFFFF 100%);
    background: -webkit-linear-gradient(-45deg, #FFFFFF 0%, #ffa047b8 50%, #FFFFFF 100%);
    background: linear-gradient(135deg, #FFFFFF 0%, #fd871696 50%, #FFFFFF 100%);
}

.tieu-de-popup-trach-nhiem1 {
    font-size: 31px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.tieu-de-popup-trach-nhiem2 {
    font-size: 20px;
}

.is-mobile .tieu-de-popup-trach-nhiem1 {
    font-size: 28px;
}

.modal .close {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: -15px;
    right: -15px;
    background: var(--red);
    color: var(--white);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1;
}

#popup-center .modal-content {
    border-radius: 25px;
}

/* Bọc cột phải theo dạng flex để chia không gian cho list + heatmap */
.featured-news__right--compact {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* List "Điểm tin mới" giới hạn chiều cao + cuộn */
.list-article-news--scroll {
    flex: 1 1 auto;
    max-height: 260px;      /* chỉnh số này nếu muốn cao/thấp hơn */
    overflow-y: auto;
    margin-bottom: 10px;
}

/* Thu nhỏ heatmap, tránh kéo cột quá dài */
.featured-news__heatmap--small {
    flex: 0 0 auto;
    max-height: 220px;      /* chỉnh số này để kéo ngắn/dài heatmap */
    overflow: hidden;
}

/* Đảm bảo widget fill hết chiều rộng, phần dư bị crop theo wrapper */
.featured-news__heatmap--small gecko-coin-heatmap-widget {
    width: 100%;
    height: 100%;
    display: block;
}

html,
body {
    background-color: #ffffff !important;
}

body.home.scrollstyle1 {
    background-color: #ffffff !important;
    background-image: none !important;
}

/* Nền footer trên dev.theblock101.com */
.footer-top-custom.footer-top {
    background-color: #F2F5F8 !important;
}

.footer-top-custom.footer-top,
.footer-bottom {
    background-color: #F2F5F8 !important;
}

.footer-top-custom.footer-top .title-footer,
.footer-top-custom.footer-top .title-footer.text-white {
    color: #111111 !important;
}

.footer-top-custom.footer-top,
.footer-top-custom.footer-top p,
.footer-top-custom.footer-top a {
    color: #333333;
}

.footer-top-custom.footer-top {
    background-color: #F2F5F8 !important;
}

.footer-top-custom.footer-top,
#nth1u60,
#jowx03c {
    background-color: #F2F5F8 !important;
}

.custom-header-orange {
    background-color: #e46b25 !important;
    color: #ffffff;
}

.custom-header-orange a {
    color: #ffffff;
}
