/*
Theme Name: Bchannel template
Text Domain: Bchannel
Version: 1.0
Requires PHP: 8.0.0
Description: The interface is designed and developed by TrongDZ and Tung Sida
Tags: Truyen hinh AnVien, Bchannel
Author: TrongDZ
Author URI: https://bchannel.vn/
Theme URI: https://bchannel.vn/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

    0.  CSS Reset
    1.  Document Setup
    2.  Element Base
    3.  Helper Classes
    4.  Site Header
    5.  Menu Modal
    6.  Search Modal
    7.  Page Templates
        a.  Template: Cover Template
        c.  Template: Full Width
    8.  Post: Archive
    9.  Post: Single
    10. Blocks
    11. Entry Content
    12. Comments
    13. Site Pagination
    14. Error 404
    15. Widgets
    16. Site Footer
    17. Media Queries

----------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*  0. CSS Reset
/* -------------------------------------------------------------------------- */
/* Centered texts in each section
    * --------------------------------------- */
:root {
    /* ===== Colours ===== */
    --body-color: #fff;
    --bg-color: #00502b;
    --nav-color: #00502b;
    --side-nav: #010718;
    --text-color: #222;
    --title-index: #222222;
    --search-bar: #f2f2f2;
    --search-text: #010718;
    --search-dark: #222;
    --text-a: #222;
    --text-a-hover: #EFA92F;
    --nav-link: #555555;
    --desc: #222;
    --border-before: #E9E9E9;
    /* ===== BG Colours ===== */
    --bg-color1: #9b59b6;
    --bg-color2: #3498db;
    --text-color1: #26ade4;
    --bg-news-hot: #F5F5F5;
    --bg-333: #333;
    --bg-offcanvas: #fff;
    --tran-02: all 0.2s ease;
    --tran-03: all 0.3s ease;
    --tran-04: all 0.4s ease;
    --tran-05: all 0.5s ease;
    --tran-06: all 0.6s ease;
    --tran-07: all 0.7s ease;
    /* ===== video ===== */
    --plyr-color-main: #EFA92F;
    --star-size: 20px;
    --star-color: #fff;
    --star-background: #fc0;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: 'FontAwesome';
}

.Stars::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    letter-spacing: 2px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#form-hoidap em {
    font-size: 12px;
    color: red;
    position: absolute;
}

#form-hoidap span {
    color: red;
    font-weight: 700;
}

.tags {
    padding: 10px 0px 30px;
}

.tags a {
    padding: 4px 11px;
    background: #F5F5F5;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 1px;
    font-style: italic;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 5px;
}

/*.row {
    margin-right: 0px;
    margin-left: 0px;
}*/
img {
    max-width: 100%;
}

.wpcf7-spinner {
    display: none;
}

section {
    padding: 30px 0px;
}

/*body.dark {
  --body-color: #18191a;
  --bg-color: #010718;
  --nav-color: #242526;
  --side-nav: #242526;
  --search-bar: #242526;
}
*/
@font-face {
    font-family: 'Google-Sans';
    src: url(./font/GoogleSans-Regular.ttf);
    font-weight: normal;
}

/*@font-face {
    font-family: Roboto;
    src: url(//bchannel.vn/wp-content/themes/anvien/font/Roboto.ttf);
    font-weight: normal;
}*/
/*@font-face {
    font-family: Merriweather-bold;
    src: url(//bchannel.vn/wp-content/themes/anvien/font/Merriweather-bold.ttf);
    font-weight: normal;
}
@font-face {
    font-family: Merriweather-regular;
    src: url(//bchannel.vn/wp-content/themes/anvien/font/Merriweather-Regular.ttf);
    font-weight: normal;
}*/

html, body {
    font-family: Roboto;
    font-size: 16px;
/*    line-height: 160%;*/
    background-color: var(--body-color);
}

body.dark {
    --desc: #fff;
    --body-color: #121212;
    --text-color: #fff;
    --bg-color: #010718;
    --nav-color: #242526;
    --side-nav: #242526;
    --title-index: #fff;
    --search-bar: #242526;
    --nav-link: #a09f9f;
    --text-a: #fff;
    --bg-news-hot: #181818;
    --border-before: #555555;
    --bg-333: #fff;
    --bg-offcanvas: #282828;
}
strong{
/*    font-family: Roboto !important;*/
}
.offcanvas-body {
    background: var(--bg-offcanvas);
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #EFA92F;
}

/*.stick #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link {
    color: #222;
}*/

.col-fix-left {
    max-width: 30%;
}
.entry-content p{ 
    margin: 14px 0px;
}
.pt-6 {
    padding-top: 6rem!important;
}

.header-main-page {
    position: relative;
    /*    z-index: 9999;*/
}

#menu-desktop {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 1;
    z-index: 99999;
    border-radius: 100%;
    background: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border: solid 1px #EFA92F;
}

a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    color: var(--text-a);
    text-decoration: none;
}

a:hover {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    color: var(--text-a-hover);
}

.btn-fix {
    /*border-radius: 30px;*/
    color: #fff;
    background: #EFA92F;
    border: none;
    min-height: 40px;
}

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

.tab-pane {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.stick {
    background: #fff;
    position: fixed;
    animation: stuckMoveDown .6s;
    border-bottom: 0.5px solid #E9E9E9;
    border-top: none !important;
}

.sticknone {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    /*    animation: stuckMoveUp .6s;*/
}

.sticknone {
    /*    position: relative;*/
    border-bottom: 0.5px solid #E9E9E9;
    background: #fff;
}

@-webkit-keyframes stuckMoveDown {
    0% {
        -webkit-transform: translateY(-300px);
        opacity: 0;
    }

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

@-moz-keyframes stuckMoveDown {
    0% {
        -moz-transform: translateY(-40px);
        opacity: 0;
    }

    100% {
        -moz-transform: translateY(0px);
        opacity: 1;
    }
}

@-o-keyframes stuckMoveDown {
    0% {
        -o-transform: translateY(-40px);
        opacity: 0;
    }

    100% {
        -o-transform: translateY(0px);
        opacity: 1;
    }
}

.site-header {
    top: 0;
    z-index: 1046;
    width: 100%;
    min-height: 116px;
    position: relative;
    background: #fff;
}

.fix-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    /* z-index: 2222; */
    top: 0;
    width: 100%;
}

.header-fix {
    display: flex;
    min-height: 70px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.mega-indicator {
    display: none !important;
}

.skip-link-fix {
    color: #EFA92F;
    padding: 0px 10px;
    font-size: 18px;
}

.spinner-border-sm {
    --bs-spinner-border-width: 0.1em;
}

.module-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #262626;
    padding: 50px 0px 20px;
}

/*.home .sticknone{
    border-bottom: none;
    background: transparent;
}*/
.btn {
    white-space: nowrap;
}

#menufull {
    align-items: center;
    display: flex;
    color: #222;
    margin: 0;
    margin-left: 20px;
    font-size: 20px;
    padding: 0;
}

/*.drop-search{
    background: #fff !important;
}
.drop-search .user-login-title a{
    color: #222 !important;
}
.drop-search #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link{
    color: #222 !important;
}
.drop-search #menufull{
    color: #222 !important;
}
.drop-search .dark-light i{
    color: #222 !important;
}*/
.canvas-menu {
    background: #fff !important;
    border-bottom: 0.5px solid #E9E9E9 !important;
}

/*.home #menufull{
    color: #fff;
}
.user-login-title{
    color: #fff;
}
.user-login-title a{
    color: #fff;
}
.stick #menufull{
    color: #222;
}*/
/*.home .sticknone:hover {
    background: #fff;
}*/
/*.home .sticknone:hover .user-login-title {
    color: #222;
}*/
.dark-light {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.dark-light i {
    position: absolute;
    pointer-events: none;
    color: #222;
    font-size: 22px;
    cursor: pointer;
    transition: var(--tran-05);
}

/*.home .dark-light i {
    color: #fff;
}
.home .sticknone:hover .dark-light i {
    color: #222;
}
.home .sticknone:hover .user-login-title a{
    color: #222;
}
.home .sticknone #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link{
    color: #fff;
}
.home .sticknone:hover #menufull{
    color: #222 !important;
}
.home .sticknone:hover #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link{
    color: #222;
}
.canvas-menu #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link{
    color: #222 !important;
}
.canvas-menu #menufull{
    color: #222 !important;
}
.stick #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link, .sticknone #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link{
    color: #222;
}

.home .sticknone .user-login-title {
    color: #fff;
}
.home .sticknone .user-login-title a{
    color: #fff;
}
.sticknone .user-login-title {
    color: #222;
}
.sticknone .user-login-title a{
    color: #222;
}
.stick .user-login-title {
    color: #222;
}
.stick .user-login-title a{
    color: #222;
}
.stick .dark-light i{
    color: #222;
}*/
/*.stick #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .sticknone #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .home .sticknone #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
}*/
/*.stick #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link:hover, .sticknone #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link:hover{
    color: #fff;
}
.stick #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item:hover > a.mega-menu-link {
    color: #fff;
}*/
#mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link {
    margin: 0;
    height: 46px;
    line-height: 46px;
    font-family: 'Roboto';
    border-radius: 30px !important;
    white-space: nowrap;
    padding: 0;
}

#menu-menu-full-1 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 0;
    column-gap: 20px;
    padding: 130px 0px 15px 15px;
    /* padding-left: 20px; */
    margin: 0;
}

#menu-menu-full-1 li:nth-child(1), #menu-menu-full-1 li:nth-child(6), #menu-menu-full-1 li:nth-child(9) {
    /* grid-column: 1/3; */
}

#menu-menu-full-1 li:nth-child(2), #menu-menu-full-1 li:nth-child(7), #menu-menu-full-1 li:nth-child(10) {
    /* grid-column: 3/5; */
}

#menu-menu-full-1 li:nth-child(3), #menu-menu-full-1 li:nth-child(8), #menu-menu-full-1 li:nth-child(11) {
    /* grid-column: 5/7; */
}

#menu-menu-full-1 li:nth-child(4), #menu-menu-full-1 li:nth-child(12) {
    /* grid-column: 7/9; */
}

#menu-menu-full-1 li:nth-child(5) {
    /* grid-column: 9/11; */
}

#menu-menu-full-1>li:last-child {
    /*    position: relative;*/
}

#menu-menu-full-1 li {
    margin-top: 10px;
}

#menu-menu-full-1>li {
    list-style: none;
    font-weight: bold;
    position: relative;
    margin: 0;
    margin-bottom: 30px;
}

#menu-menu-full-1>li:after {
    position: absolute;
    width: 3px;
    height: 15px;
    background: #EFA92F;
    content: '';
    top: 6px;
    left: -10px;
    border-radius: 3px;
}

#menu-menu-full-1 .sub-menu {
    padding: 0;
    overflow: hidden;
    position: relative;
}

#menu-menu-full-1 .sub-menu li {
    list-style: none;
    font-weight: 400;
}

#menu-menu-full-1 .sub-menu li a {
    font-size: 14px;
}

.readmore {
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    margin-top: 10px;
}

#menu-menu-full-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 0;
    background: transparent;
}

#menu-menu-full-1 > li.mega-menu-item:hover > a.mega-menu-link {
    background: transparent;
}

#menu-menu-full-1 > li.mega-menu-item > a.mega-menu-link:before {
    font-size: 18px;
    margin: auto;
}

.stick #menu-menu-full-1 > li.mega-menu-item > a.mega-menu-link {
    color: #222;
}

.stick #menu-menu-full-1 hover > li.mega-menu-item > a.mega-menu-link {
    color: #222;
}

#menu-menu-full-1 hover > li.mega-menu-item > a.mega-menu-link::before {
    content: "\f00d" !important;
}

#menu-footer {
    margin: 0;
    padding: 0;
    display: flex;
}

#menu-footer>li {
    list-style: none;
    width: calc(100%/5);
    font-weight: bold;
}

#mega-menu-wrap-footer-nav #mega-menu-footer-nav > li.mega-menu-item > a.mega-menu-link {
    border: 1px solid #ccc !important;
    padding: 10px 15px !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    color: #222 !important;
    height: 50px !important;
    line-height: 28px !important;
    margin-right: 20px;
    min-width: 220px;
}

#mega-menu-wrap-footer-nav #mega-menu-footer-nav > li.mega-menu-item > a.mega-menu-link:hover {
    border: 1px solid #ffc107 !important;
    background: none !important;
}

/* Video  */
.plyr {
    max-width: 100%;
    margin: 10px auto 30px;
    padding: 0;
    min-width: 100%;
}

#quickview .plyr {
    margin: 0;
    border-radius: 6px 6px 0px 0px;
}

#quickview .btn-close {
    box-sizing: content-box;
    background: none;
    border: 0;
    opacity: 1;
    font-size: 29px;
    color: #fff;
    z-index: 9;
    position: absolute;
    top: 1px;
    right: 5px;
    cursor: pointer;
}

#quickview .btn-close:hover {
    color: #EFA92F;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    aspect-ratio: 16/9 !important;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    background-size: 100% 100%;
}

iframe {
    position: relative;
    margin: 2em auto;
    display: block;
}

#truyen-hinh iframe, footer iframe {
    margin: 0;
}

iframe:before {
    position: absolute;
    background: #222;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.slide-container {
    position: relative;
}

/* page tin  */
.tab {
    margin: 0px;
    padding: 0;
    border-bottom: 1px solid #E9E9E9;
    min-height: 45px;
}

.breadcrumb {
    margin: 10px auto 15px;
    font-size: 14px;
}

.tab li {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    height: 40px;
    margin-right: 15px;
    color: #343434;
    font-family: Roboto;
}

.bigsize {
    font-size: 22px;
    position: relative;
    font-weight: 700;
    white-space: nowrap;
    padding-bottom: 0px;
    position: relative;
    margin-top: 1px;
    display: flex;
    align-items: center;
}
.haha a {
    color: #EFA92F;
}

.play-video {
    width: 100%;
    height: 100%;
    display: block;
    background: url(//bchannel.vn/wp-content/themes/anvien/img/video.png) no-repeat right 10px bottom 10px;
    background-size: 20px 20px;
    position: absolute;
    z-index: 99;
}

.bigsize::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #EFA92F;
    bottom: -2px;
    z-index: 9;
}

.menu-mini-slider .swiper-slide {
    width: auto !important;
    font-size: 16px;
}

.ban-tin .hot .col-news:first-child {
    width: 100% !important;
}
.ban-tin .hot .col-news:first-child .desc {
    color: #555;
    display: -webkit-box;
    max-height: 7rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 5;
    line-height: 140%;
}
.thumbnail {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    /*        max-width: 540px;*/
    background: #D9D9D9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnail img {
    height: 100% !important;
    width: 100% !important;
    /* transition: transform .5s; */
}

.news:hover .thumbnail img, .widget_news li:hover .thumbnail img {
    /* transform: scale(1.1); */
}

.col-news .thumbnail {
    width: 100%;
    height: 100%;
}

.news {
    display: block;
    margin-bottom: 20px;
}

.col-news-list .news {
    display: flex;
    border-bottom: dashed 1px #E9E9E9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.news .content, .widget-area .content {
    width: 100%;
    padding: 0;
    text-align: left;
}

.post-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 140% !important;
    font-family: Roboto;
}
/*@media only screen and (max-width: 1366px) {
    html, body {
        font-size: 15px;
    }
    .post-title {
        font-size: 16Px;
    }
}*/
.col-news-list .post-title, .boxsukien .post-title, .boxsukien-index .post-title {
    display: -webkit-box;
    max-height: 3.4rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    /* line-height: 1.8rem; */
}

.ban-tin .hot .col-news:first-child .thumbnail {
    width: 539px;
    max-width: 100%;
    height: 301px;
}

.news-tab-index .col-news:first-child .thumbnail {
    width: 100%;
    max-width: 100%;
    height: 317px;
}

.news-tab-index .col-news .thumbnail {
    width: 100%;
    height: 152px;
}

.ban-tin .hot .col-news:first-child .content {
    width: 39%;
    padding-left: 20px;
}

.col-news-list .content {
    /*    width: 70%;*/
    padding-left: 20px;
}

.col-news-list .thumbnail {
    width: 272px;
    height: 153px;
}

.showinfo {
    /*    display: none;*/
    margin-top: 10px;
    font-weight: 400;
    font-size: 13px;
    color: #999999;
    column-gap: 42.4px;
    display: flex;
}
.showinfo_more {
    column-gap: 20px;
    display: flex;
    font-size: 13px;
    align-items: center;
    color: #999;
}
.news-tab-index .col-news:first-child .showinfo_more_last{
    display: none;
}
.news-tab-index .col-news:not(:first-child) .showinfo_more{
    display: none;
}
.showinfo_more_last {
    column-gap: 20px;
    display: flex;
    margin-top: 10px;
    font-size: 13px;
    color: #999999;
}
.showinfo_more_last i{
    font-size: 13px !important;
    padding-right: 5px;
}
.hot .col-news:first-child .play-video {
    background-size: 30px 30px;
}

.hot .col-news:first-child .showinfo {
    display: flex;
}

.primary-max {
    display: none;
}

.primary-min {
    display: block;
}

.ban-tin .hot .col-news:first-child .primary-max, .news-tab-index .col-news:first-child .primary-max {
    display: block;
}

.ban-tin .hot .col-news:first-child .primary-min, .news-tab-index .col-news:first-child .primary-min {
    display: none;
}

.hot .col-news:nth-child(2) .post-title, .hot .col-news:nth-child(3) .post-title, .hot .col-news:nth-child(4) .post-title {
    display: -webkit-box;
    max-height: 3.5rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    /* line-height: 1.6rem; */
    margin-top: 10px;
}

.desc {
    color: #555;
    display: -webkit-box;
    max-height: 7rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    line-height: 140%;
}

.ban-tin .hot .col-news:nth-child(2) .desc, .ban-tin .hot .col-news:nth-child(3) .desc, .ban-tin .hot .col-news:nth-child(4) .desc {
    display: -webkit-box;
    max-height: 5.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    line-height: 1.6rem;
}

.ban-tin .hot .col-news:first-child .news {
    display: flex;
}

.ban-tin .hot .col-news:first-child .post-title {
    font-size: 22px;
    /* line-height: 30.8px; */
}

/*  */
.boxsukien {
    padding: 30px 30px 25px;
    background: #F5F5F5;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
}

h2.title {
    font-weight: 700;
    font-size: 30px;
    color: var(--title-index);
    padding-bottom: 20px;
}
.bigsize h1 {
    font-size: 22px;
    margin-bottom: 0;
}
.menu-mini-slider h2, .menu-mini-slider h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
}

.boxsukien .showinfo, .boxsukien-index .showinfo {
    display: flex;
}

.boxsukien .thumbnail, .boxsukien-index .thumbnail {
    width: 100%;
    height: 211px;
}

.boxsukien .news, .boxsukien-index .news {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    min-height: 444px;
}

.boxsukien .news .desc, .boxsukien-index .news .desc {
    display: -webkit-box;
    max-height: 4.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    line-height: 135%;
    margin-top: 10px;
}

.boxsukien .content, .boxsukien-index .content {
    padding: 20px 24px 0px;
}

.news-tab-index .col-news:first-child {
    width: 100% !important;
}

.news-tab-index .col-news:first-child .news {
    position: relative;
}

.news-tab-index .play-video {
    width: 30px;
    height: 30px;
    display: block;
    background: rgba(0, 0, 0, 0.3) url(//bchannel.vn/wp-content/themes/anvien/img/play-video.png) no-repeat center center;
    background-size: 30px 30px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 99;
    border-radius: 4px;
}

.news-tab-index .col-news:first-child .content {
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 20px;
    background-image: linear-gradient(#ffffff00, 25%, #000000d0);
    border-radius: 0px 0px 8px 8px;
}
.desc {
    font-size: 15px;
    line-height: 140% !important;
}
.news-tab-index .col-news .desc {
    display: -webkit-box;
    max-height: 4.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    
    margin-top: 10px;
}

.news-tab-index .col-news:first-child .desc {
    display: none;
}

.menu-mini-slider {
    margin-left: 20px;
    width: 100%;
}

/*.swiper.menu-mini-slider.swiper-initialized.swiper-horizontal.swiper-free-mode {
    margin-bottom: 30px;
}*/
.widget_news_index_tab:first-child {
    position: relative;
}

.widget_news_index_tab:first-child::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 90%;
    background: var(--border-before);
    right: -24px;
    bottom: 2.5%;
}

.widget_news_index_tab .swiper.menu-mini-slider.swiper-initialized.swiper-horizontal.swiper-free-mode {
    margin-bottom: 10px;
    width: 100%;
}

.menu-mini-slider .swiper-button-next {
    background: none;
    background-size: 104px 39px;
    width: 39px;
    height: 39px;
    right: 0;
    top: 56%;
}

.menu-mini-slider .swiper-button-next:after, .menu-mini-slider .swiper-rtl .swiper-button-prev:after {
    content: '';
}

.menu-mini-slider .swiper-button-prev {
    background: none;
    background-size: 104px 39px;
    width: 39px;
    height: 39px;
    left: 0;
    top: 56%;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.menu-mini-slider .swiper-button-prev:after, .menu-mini-slider .swiper-rtl .swiper-button-prev:after {
    content: '';
}

/* widget_news */
.widget_news .post-title {
    font-size: 14px;
    /* font-weight: 700; */
    display: -webkit-box;
    max-height: 4.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    line-height: 1.2rem;
}

.the_time {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #999999;
}

.catone {
    margin-right: 10px;
    font-size: 14px;
    color: #999999;
}

.catone a {
    font-family: Roboto;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    color: #EFA92F;
}

.news-tab-index {
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
}

.news-tab-index .col-news:first-child .catone a {
    font-weight: 700;
    font-size: 14px;
}

.news-tab-index .col-news .catone {
    padding: 15px 0px 5px;
}

.news-tab-index .col-news:first-child .the_time {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #D9D9D9;
}

.news-tab-index .col-news:first-child .post-title {
    display: -webkit-box;
    max-height: 4.5rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 140%;
    font-size: 26px;
}

.news-tab-index .col-news:first-child .post-title {
    font-weight: 700;
    color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
    .news-tab-index .col-news:first-child .post-title {
        color: #000;
    }
}
.news-tab-index .col-news:first-child .post-title:hover {
    color: #EFA92F;
}

.news-tab-index .col-news {
    width: 50%;
}

.catone a:hover {
    color: #222;
}

.widget_news .thumbnail {
    min-width: 106px;
    height: 60px;
    width: 30%;
    border-radius: 4px;
}

.widget_news {
    padding: 0;
    margin: 0;
}

.widget {
    margin-bottom: 10px;
}

.widget_bai_viet_xem_nhieu {
    background: #F5F5F5;
    padding: 0;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
}

.widget_bai_viet_xem_nhieu .widget-title {
    font-weight: 700;
    font-size: 20px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 15px;
}

.widget_bai_viet_xem_nhieu .widget-title:before {
    position: absolute;
    content: '';
    width: 100%;
    bottom: 0;
    height: 1px;
    background: #E9E9E9;
}

.widget_news li {
    list-style: none;
    display: flex;
    column-gap: 10px;
    margin-bottom: 20px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 12px;
    color: var(--text-a);
}


.nav-pills {
    padding: 0;
    border-bottom: solid 1px #e9e9e9;
}

.nav-pills a.nav-link {
    cursor: pointer;
    padding-top: 5px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 14px;
    color: var(--nav-link);
}

ul.swiper-wrapper {
    padding: 0;
    margin: 0;
}

.nav-pills.swiper-wrapper {
    column-gap: 20px;
}

.nav-pills .nav-item {
    line-height: 28px;
    min-height: 45px;
    display: flex;
}

.nav-pills .nav-link.active {
    color: var(--title-index);
    background: none;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    /*    min-height: 40px;*/
}

.nav-pills .nav-link.active::before {
    border-bottom: solid 3px #EFA92F;
    content: '';
    position: absolute;
    width: 100%;
    bottom: -1px;
}

.title-index {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    color: var(--title-index);
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*
* Video index
*/
.widget_video_index_cat .thumbnail, .widget_video_index_hot .thumbnail {
    width: 100%;
    height: 100%;
}

.widget_video_index_cat .news:hover .thumbnail img, .widget_video_index_hot .news:hover .thumbnail img {
    transform: scale(1);
}

.infovideo {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: flex;
    align-items: center;
}

.btn-info-video {
    font-size: 25px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 0px 20%;
}

.btn-info-video a {
    color: #fff;
    display: flex;
    align-items: center;
    width: 30px;
    justify-content: center;
}

.widget_video_index_cat .news:hover .infovideo {
    opacity: 1;
}

.widget_video_index_cat .box_slider, .widget_tintucnoibat .box_slider, .widget_video_index_hot .box_slider {
    /* margin-top: 30px; */
}

.widget_video_index_cat .news, .widget_video_index_hot .news {
    margin-bottom: 15px;
    position: relative;
}

.widget_video_index_cat .news:hover {
    /*    border:solid 1px green;*/
}

/*.widget_video_index_cat .news:hover article{
    position: absolute;
    width: 140%;
}*/
/*
* Quickview
*/
#quickview .btn-warning {
    color: #fff;
    padding: 10px 30px;
    background: #EFA92F;
}

#data-video .thumbnail {
    width: 100%;
    height: 91px;
    border-radius: 4px;
}

/*#data-video .thumbnail img{
    height: 100%;
    width: auto;
}*/
#quickview h4 {
    font-weight: 700;
    font-size: 22px;
    color: var(--title-index);
    margin: 50px 0px 20px;
}

#quickview .title-index {
    font-size: 30px;
}

#quickview .modal-body {
    padding: 30px 40px;
}

.widget_video_index_cat h4.title-index, .widget_tintucnoibat h4.title-index, .widget_video_index_hot h4.title-index, .widget_emagazine h4.title-index, .widget_hoidap h4.title-index {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.trongdz-fix-btn-more {
    position: relative;
    width: 170px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border: none;
    /* font-weight: 700; */
    font-size: 16px;
    color: #EFA92F;
    text-align: right;
}

.trongdz-fix-btn-more i {
    position: absolute;
    right: -10px;
    top: 29%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 0;
}

.trongdz-fix-btn-more:hover {
    padding-right: 50px;
}

.trongdz-fix-btn-more:hover i {
    right: 25px;
    opacity: 1;
}

.widget_tintucnoibat .news {
    /*    background: red;*/
    margin-bottom: 15px;
    border-radius: 10px;
    background: var(--bg-news-hot);
    /* box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
    min-height: 450px;
}

/* .widget_tintucnoibat .news .desc {
    display: -webkit-box;
    max-height: 6rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    line-height: 1.8rem;
} */
.widget_tintucnoibat .video-pagination {
    display: none;
}

/*.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1 !important;
}*/
.tanfix {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 15px;
}

.tanfix .swiper-button-lock {
    display: block;
    height: 32px;
    width: 32px;
    border: 1.5px solid var(--title-index);
    border-radius: 50%;
    position: relative;
    margin: 0;
    opacity: 0.5;
}

.tanfix .swiper-button-lock.swiper-button-next:after, .tanfix .swiper-button-lock.swiper-button-prev:after {
    font-size: 15px;
    font-weight: bold;
    margin-top: 23%;
    margin-left: 36%;
    position: relative;
    display: block;
}

.video-pagination {
    display: flex;
    height: 4px;
    width: auto !important;
    justify-content: flex-end;
}

.video-button-f {
    height: 32px;
    width: 32px;
    border: 1.5px solid var(--title-index);
    border-radius: 50%;
    position: relative;
    margin: 0;
    opacity: 0.5;
}

.video-button-f:hover {
    opacity: 1;
}

.video-button-f.swiper-button-next {
    right: 0;
}

.video-button-f.swiper-button-prev {
    left: 0;
}

.video-button-f.swiper-button-next:after, .video-button-f.swiper-button-prev:after {
    font-size: 15px;
    font-weight: bold;
}
.swiper-pagination-bullet {
    background: var(--bg-333);
}
.widget_video_index_cat  .box_slider .swiper-pagination-bullet {
    width: 12px;
    border-radius: 10px;
    height: 4px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.widget_video_index_cat .box_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
}

.swiper-button-next, .swiper-button-prev {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    border: solid 1px #ccc;
}

/*.mejs-container.wp-video-shortcode{
    margin: 0 auto;
}
.wp-video{
    width: 90% !important;
    margin: 0 auto;
}*/
/*
* eMagazine
*/
.widget_emagazine .col-news:nth-child(1), .widget_emagazine .col-news:nth-child(2) {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 20px;
}

.emagazine .hot .col-news .post-title {
    margin: 20px 0px 0px;
    display: -webkit-box;
    max-height: 3.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 139%;
}

.emagazine .hot .col-news .desc {
    display: -webkit-box;
    max-height: 4.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    line-height: 139%;
}

.emagazine .hot .col-news:nth-child(1), .emagazine .hot .col-news:nth-child(2) {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 20px;
}

.widget_emagazine .col-news:nth-child(1) .thumbnail, .widget_emagazine .col-news:nth-child(2) .thumbnail {
    width: 100%;
    height: 324px;
}

.emagazine .hot .col-news:nth-child(1) .thumbnail, .emagazine .hot .col-news:nth-child(2) .thumbnail {
    width: 100%;
    height: 324px;
}

.widget_emagazine .col-news:nth-child(1) .post-title, .widget_emagazine .col-news:nth-child(2) .post-title {
    font-weight: 700;
    font-size: 20px;
    padding: 20px 0px 2px;
    margin-bottom: 0;
    display: -webkit-box;
    max-height: 6rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 140%;
}

.widget_emagazine .col-news .post-title {
    font-weight: 700;
    font-size: 17px;
    padding: 20px 0px;
    margin-bottom: 0;
    display: -webkit-box;
    max-height: 4rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 140%;
}

.widget_emagazine .col-news .the_time {
    font-size: 14px;
}

.widget_emagazine .col-news .desc {
    margin-bottom: 0;
    display: -webkit-box;
    max-height: 5rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    line-height: 140%;
}

.widget_emagazine .col-news:nth-child(1) .primary-max, .widget_emagazine .col-news:nth-child(2) .primary-max {
    display: block;
}

.widget_emagazine .col-news:nth-child(1) .primary-min, .widget_emagazine .col-news:nth-child(2) .primary-min {
    display: none;
}

.emagazine .hot .col-news:nth-child(1) .primary-max, .emagazine .hot .col-news:nth-child(2) .primary-max {
    display: block;
}

.emagazine .hot .col-news:nth-child(1) .primary-min, .emagazine .hot .col-news:nth-child(2) .primary-min {
    display: none;
}

.widget_emagazine .widget-header, .widget_hoidap .widget-header {
    margin-bottom: 30px;
}

/*.widget_gallery .widget-swiper-grid {
  height: calc((100% - 30px) / 2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget_gallery .swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: inherit;
}*/
/*
* hoi dap
*/
.widget_hoidap .showinfo {
    display: flex;
}

.widget_hoidap .news {
    padding: 20px;
    width: 100%;
    min-height: 322px;
    border: 1px solid var(--border-before);
    border-radius: 8px;
}

.widget_hoidap .post-title {
    /* font-weight: 700; */
    font-size: 20px;
    display: -webkit-box;
    max-height: 4rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}

#cau-hoi {
    background: #f5f5f5;
}

#cau-hoi label {
    font-weight: bold;
}

/*
    doi tac
*/
.widget_doitac {
    padding: 70px 0px;
    height: 200px;
    background: #343434;
}

.widget_doitac .thumbnail {
    width: 100%;
    height: 85px;
    background: none;
}

.widget_doitac .thumbnail img {
    width: 70% !important;
}

/*
* truyen hinh anvien
*/
#truyenhinhanvien .thumbnail {
    width: 100%;
    height: 326px;
    margin-bottom: 20px;
}

#truyenhinhanvien h3.name {
    font-weight: 700;
    font-size: 22px;
    color: var(--title-index);
}

#truyen-hinh {
    background: #202020;
}

.swiper-slider-detail .thumbnail {
    height: 124px;
    margin-bottom: 10px;
}

.wpd-comment .wpd-avatar img {
    border: none !important;
    border-radius: 64px !important;
}

.wpd-sbs-toggle {
    display: none;
}

.entry-title {
    /* line-height: 150%; */
    font-weight: 700;
    font-size: 32px;
}

.wpd-wrapper #wpd-content-item-1 .wpd-item-right i, .wpd-wrapper #wpd-content-item-2 .wpd-item-right i {
    font-size: 16px;
}

/*#wpdcom.wpd-layout-2 .wpd-reply {
    margin-left: 0px !important; 
}*/
/*#wpdcom .wpd-reply {
    margin-left: 0px !important; 
}*/
.detail {
    padding-top: 0px;
}
.single-post section.detail {
    background: #f5f5f5;
    
}

/*
* css audio player
*/
.audio-player {
    --player-button-width: 3em;
    --sound-button-width: 2em;
    --space: .5em;
    background: #f1f3f4;
    height: 43px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0px 5px;
    margin: 1em 0;
}

.audio-icon {
    width: 90%;
    height: 90%;
}

.controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.player-button {
    background-color: transparent;
    border: 0;
    width: var(--player-button-width);
    height: var(--player-button-width);
    cursor: pointer;
    padding: 0;
    /*width: 39px;
  height: 32px;
  background: url("//bchannel.vn/wp-content/themes/anvien/img/Play-audio.png");*/
}

.timeline {
    -webkit-appearance: none;
    width: calc(100% - (var(--player-button-width) + var(--sound-button-width) + var(--space)));
    height: .3em;
    background-color: #D1D1D1;
    cursor: pointer;
    border-radius: 3px;
    background-size: 0% 100%;
    background-image: linear-gradient(#efa92f, #efa92f);
    background-repeat: no-repeat;
    margin-right: var(--space);
    margin: 0px 5px 0px 10px;
}

.timeline::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: all .1s;
    background-color: #efa92f;
}

.timeline::-moz-range-thumb {
    -webkit-appearance: none;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: all .1s;
    background-color: #efa92f;
}

.timeline::-ms-thumb {
    -webkit-appearance: none;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: all .1s;
    background-color: #efa92f;
}

.timeline::-webkit-slider-thumb:hover {
    background-color: #efa92f;
}

.timeline:hover::-webkit-slider-thumb {
    opacity: 1;
}

.timeline::-moz-range-thumb:hover {
    background-color: #efa92f;
}

.timeline:hover::-moz-range-thumb {
    opacity: 1;
}

.timeline::-ms-thumb:hover {
    background-color: #efa92f;
}

.timeline:hover::-ms-thumb {
    opacity: 1;
}

.timeline::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.timeline::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.timeline::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.sound-button {
    background-color: transparent;
    border: 0;
    width: var(--sound-button-width);
    height: var(--sound-button-width);
    cursor: pointer;
    padding: 0;
}

.audio-player .dropdown-toggle {
    background: none;
    color: #222;
    border: none;
}

.audio-player .dropdown-toggle:hover {
    background: none;
    color: #222;
    border: none;
}

#emagazin .large-img {
    width: 100vw !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    max-width: calc(100vw - 4px);
    text-align: center;
}

#emagazin .medium-img {
    text-align: center;
    width: 154%;
    max-width: 154%;
    margin-left: -27%;
}
#emagazin .medium-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.widget_media_gallery .is-layout-flex {
    display: block;
}

.widget_media_gallery .wp-block-image {
    width: 100% !important;
    padding: 7px;
    border: solid 1px var(--border-before);
    border-radius: 10px;
    margin-bottom: 20px !important;
}

.col-fix-left section {
    margin: 0;
}

@media only screen and (min-width: 1180px) {
    .container {
        max-width: 1200px;
        /*1170px; /*1162px; /*1130px; /*1200px;*/
    }
}

#block-logo {
    min-width: 330px;
}

.block-footer-first {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* padding: 50px 0px; */
    /* gap: 356px; */
    height: 180px;
    border-bottom: 1px solid var(--border-before);
    margin-bottom: 45px;
}

footer p.tieudefix {
    font-weight: 700;
    font-size: 16px;
    color: var(--title-index);
    text-transform: uppercase;
}

footer p {
    margin-bottom: 5px;
    color: var(--text-a);
}

footer a {
    color: #EFA92F;
    font-size: 13px;
}

footer .input-group p {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    height: 50px;
}

footer .input-group .wpcf7-submit {
    padding: 10px 30px;
    border: none;
    min-width: 123px;
    height: 50px;
    background: #EFA92F;
    border-radius: 8px;
}

footer {
    background: #fafafa;
    font-size: 15px;
}

footer .form-control {
    height: 50px;
}

footer .wpcf7-spinner {
    position: absolute;
}

footer .wpcf7-form-control-wrap {
    margin-right: 10px;
}

/*.content {
    position: relative;
}*/
.site-footer {
    min-height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    border-top: 1px solid var(--border-before);
    color: var(--text-a);
}

footer .hotline {
    font-size: 18px;
    padding-left: 5px;
    color: var(--text-a);
}

footer .fa-phone-volume {
    color: var(--text-a);
}

#form-hoidap {
    padding: 0px 60px 60px;
}

#tuyen-dung .module-title {
    padding: 0px;
}

.content-th {
    padding: 30px 200px;
}

#quickview .modal-dialog {
    min-width: 800px !important;
    width: 100%;
}

#quickview .modal-header {
    padding: 0;
    border-radius: 10px 10px 0px 0px;
}

.button-share {
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-top: 20px;
}

a {
    cursor: pointer;
}

a:focus {
    outline: none;
}

a:focus-visible {
    outline: none;
}

.swiper-button-prev:focus, .swiper-button-next:focus {
    outline: none;
}

.modal-user .modal-fix-login {
    max-width: 580px;
}

.modal-user .modal-content {
    padding: 35px 25px;
}

.modal-user .modal-header {
    border-bottom: none;
}

.modal-user .form-control {
    height: 50px;
    background: #F8F8F8;
    border: 1px solid #E9E9E9;
}

.modal-user .modal-title {
    font-weight: 700;
    font-size: 26px;
    color: #EFA92F;
    text-align: center;
    width: 100%;
}

.modal-user label.form-label {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #222;
    /*    var(--title-index);*/
}

.modal-user label.form-label span {
    color: red;
}

.modal-user a {
    font-weight: 400;
    font-size: 16px;
    color: #EFA92F;
}

.modal-user .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9;
    border-radius: 50%;
}

.modal-user button.btn-warning {
    font-family: 'Roboto';
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 28px;
}

.modal-user button.btn-light {
    color: #222;
    font-size: 16px;
    padding: 10px 28px;
}

.modal-user .text-choice-login {
    font-weight: 400;
    font-size: 13px;
    color: #999999;
    text-align: center;
    position: relative;
}

.modal-user .text-choice-login span {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0px 10px;
}

.modal-user .text-choice-login:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E9E9E9;
    left: 0;
    top: 50%;
    z-index: 0;
}

.modal-user .viewpass {
    position: absolute;
    right: 10px;
    top: 24%;
    font-size: 20px;
    color: #D1D1D1;
    cursor: pointer;
}

#register .note {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: var(--nav-link);
    margin-bottom: 0;
    padding: 5px 0px 0px;
}

.dongydieukhoan, #register .dongydieukhoan a {
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    align-items: center;
    text-align: center;
    color: var(--title-index);
}

#register .dongydieukhoan a {
    color: #EFA92F;
}

.modal-user ul {
    margin: 0;
    padding-left: 20px;
    padding-bottom: 2em;
}

.modal-user ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    margin: 10px 0px;
    margin-left: 0;
}

#dieu-khoan .modal-body {
    color: var(--nav-link);
}

#dieu-khoan .modal-title {
    font-weight: 700;
    font-size: 26px;
    color: #222;
    text-align: center;
    width: 100%;
}

#confirm {
    background: #ffc107;
}

.boxlienhe {
    border: solid 1px #e9e9e9;
    border-radius: 8px;
    width: 100%;
    padding: 30px;
    font-size: 14px;
}

.boxlienhe h3 {
    font-weight: 700;
    font-size: 16px;
    color: #EFA92F;
}

.boxlienhe li {
    list-style: none;
    margin-bottom: 20px;
}

.boxlienhe li:last-child {
    margin-bottom: 0px;
}

.boxlienhe p {
    margin-bottom: 0.3rem;
    padding-left: 15px;
}

.comment-fix {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

#respond {
    order: 1;
    -webkit-order: 1;
    display: none;
}

#comments {
    order: 2;
    -webkit-order: 2;
    display: none;
}

.logged-in-as {
    display: none;
}

.btn-light {
    --bs-btn-bg: #F5F5F5;
}

.btn-fix-h {
    min-width: 120px;
    min-height: 40px;
    line-height: 30px;
    border: solid 1px #eae9e9;
}

#reply-title {
    display: none;
}

.comment-form {
    border: solid 1px #ccc;
    border-radius: 10px;
    padding: 10px 20px 0px;
    position: relative;
}

#comment {
    resize: none;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    height: 70px;
    ; border: none;
    margin-top: 10px;
}

p.comment-form-comment label {
    display: none;
}

#comment:focus {
    outline: none;
}

.comment-form #submit {
    min-width: 120px;
    min-height: 40px;
    line-height: 30px;
    border: solid 1px #eae9e9;
    --bs-btn-bg: #F5F5F5;
    border-radius: 6px;
}

.comment-content {
    padding: 45px 20px 10px;
    width: 100%;
    background: #F8F8F8;
    border-radius: 8px;
    position: relative;
}

.comment-meta {
    display: flex;
    position: absolute;
    width: 100%;
    /*    border: solid 1px red;*/
    left: 0;
    top: 15px;
    padding-left: 80px;
    column-gap: 10px;
    z-index: 9;
}

span.edit-link {
    padding-left: 5px;
}

.comment-body {
    position: relative;
    padding-left: 60px;
}

.avatar.photo {
    position: absolute;
    top: -15px;
    left: 0;
    width: 44px;
    height: 44px;
    border-radius: 44px;
}

span.says {
    display: none;
}

.reply {
    padding: 7.5px 0px 10px;
    margin-left: 10px;
}

.comment-reply-link {
    font-weight: 400;
    font-size: 13px;
    color: var(--title-index);
    margin-left: 5em;
}

a.comment-reply-link:before {
    content: "\f4ad";
    color: var(--title-index);
    padding-right: 5px;
    font-family: 'FontAwesome';
}

li.comment {
    margin-top: 15px;
}

.comment-form p.form-submit {
    text-align: right;
}

a.comment-edit-link {
    display: inline-block;
    color: transparent;
    position: relative;
}

a.comment-edit-link:before {
    content: "\f044";
    position: absolute;
    left: 0;
    color: red;
    font-family: 'FontAwesome';
}

.navigation {
    order: 4;
    -webkit-order: 4;
}

.commentlist {
    order: 3;
    -webkit-order: 3;
    list-style: none;
    padding: 0;
    margin-bottom: 3em;
}

.comment-awaiting-moderation {
    /*    display: none;*/
    text-indent: 16px;
    width: 268px;
    height: 23px;
    overflow: hidden;
    float: right;
    right: 0;
    position: absolute;
}

em.comment-awaiting-moderation:before {
    content: '';
    color: #EFA92F;
    white-space: nowrap;
    font-size: 13px;
    padding: 0px 30px 0px 0px;
}

.children {
    list-style: none;
    padding-left: 60px;
}

.comments-rating {
    border: none;
    padding: 0;
    margin-left: 0;
}

.stars {
    position: absolute;
    top: 15px;
    right: 15px;
}

.comment-author.vcard {
    font-weight: 700;
    font-size: 15px;
    color: #EFA92F;
}

time {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #999999;
}

.btn-fix-email {
    padding: 11.2px 30px;
    color: #fff;
    font-weight: 700;
    background: #EFA92F;
}

input.form-control {
    background: #F8F8F8 !important;
    height: 50px;
    border: none;
}

.btn:hover, .btn {
    font-family: Roboto;
    border: none;
}

.like {
    font-weight: 400;
    font-size: 13px;
    position: absolute;
    bottom: -30.7px;
    left: 5px;
}

.dashicons-star-filled:before {
    color: #FFCC00;
}

.comments-rating label {
    display: inline-block;
}

.comment-content .dashicons,.comment-content .dashicons-before:before {
    width: 16px;
    font-size: 16px;
}

.dashicons, .dashicons-before:before {
    color: #FFCC00;
}

.rating-container {
    font-size: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.rating-container * {
    font-size: 1.4rem;
}

.rating-container > input {
    display: none;
}

.rating-container > input + label {
    font-family: 'dashicons';
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
}

.rating-container > input + label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "\f154";
    color: #888;
}

.rating-container > input:checked ~ label:before, .rating-container > input + label:hover ~ label:before, .rating-container > input + label:hover:before {
    content: "\f155";
    color: #ffcc00;
    text-shadow: 0 0 1px #ffcc00;
}

.rating-container > .star-cb-clear + label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em;
}

.rating-container > .star-cb-clear + label:before {
    width: .5em;
}

.rating-container:hover > input + label:before {
    content: "\f154";
    color: #888;
    text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before, .rating-container:hover > input + label:hover:before {
    content: "\f155";
    color: #ffcc00;
    text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
    text-indent: 9999px;
}

.comment-respond .rating-container > input + label {
    text-indent: -9999px;
}

.comment-reply-login {
    margin-left: 1em;
    font-size: 13px;
}

.wp-video {
    max-width: 100%;
    height: auto;
    margin: 20px auto;
}

/* Wrapper */
.sl-wrapper a {
    text-decoration: none !important;
}

.button-view {
    min-height: 50px;
    align-items: center;
    border-bottom: solid 1px #e9e6e6;
    margin-bottom: 20px;
}

.button-view strong {
    padding: 0px 7px;
}

.button-view span {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Colors */
a.liked {
    color: green;
}

a.liked:hover, a.liked:active, a.liked:focus {
    color: green;
}

a.liked span.sl-count, .sl-count {
    color: #222;
}

b.fn {
    white-space: nowrap;
}

.button-share-fix {
    display: flex;
    column-gap: 20px;
}

.position-fixed {
    z-index: 99999999;
    top: 6em;
    right: 2em;
}

.rating-fix {
    max-width: 124px;
    white-space: nowrap;
    overflow: hidden;
    max-height: 30px;
}

.rating-fix span {
    font-size: 25px;
    height: 25px;
    width: auto;
}

/*.mm-menu.mm-offcanvas {
    z-index: 1;
}*/
rs-fullwidth-wrap {
    overflow: hidden !important;
}

.entry-content img {
    border-radius: 10px !important;
    margin: 1.5em 0px;
}

div#tab-description {/*    min-height: 1400px;*/overflow: hidden;position: relative;padding-bottom: 40px;}

.devvn_readmore_flatsome:before {
    height: 55px;
    margin-top: -55px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
    display: block;
}
.devvn_readmore_flatsome_less.devvn_readmore_flatsome:before {
    height: 0; 
    margin-top: 0; 
}
.devvn_readmore_flatsome a {
    color: #c0392b;
    display: block;
    padding: 0px 0px 20px 0px;
}

.devvn_readmore_flatsome {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.aligncenter {
    margin: 0 auto;
    display: block;
}

.alignright {
    margin-right: 0;
    margin-left: auto;
    display: block;
}

.alignleft {
    margin-right: auto;
    margin-left: 0;
    display: block;
}

.zalo-chat-widget {
    right: 15px !important;
}
.entry-content{
    font-size: 17px;
}
.entry-content .h1, .entry-content .h1 {
    font-size: 1.8rem;
    font-weight: bold;
}

.entry-content h2, .entry-content .h2 {
    font-size: 1.7rem;
    font-weight: bold;
}

.entry-content h3, .entry-content .h3 {
    font-size: 1.3rem;
    font-weight: bold;
}

.thoitiet .weather {
    border: solid 1px red;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

#otiet {
    background: #fff;
    padding: 10px;
    width: 100%;
    border: none;
}

#timtiet {
    background: #666;
    border: none;
    color: #fff;
}

.widget_style-3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    padding: 10px;
}

.widget_style-3 .desc {
    display: none;
}

.widget_style-3 .col-news:nth-child(1) {
    /*    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 20px;*/
    grid-row: 1 / 3;
    grid-column: 1 / 3;
}

.widget_style-3 .col-news:nth-child(1) .primary-max, .widget_style-3 .col-news:nth-child(1) .style-3, .widget_style-3 .col-news:nth-child(1) .desc {
    display: block;
}

.widget_style-3 .col-news:nth-child(1) .primary-min, .widget_style-3 .style-3 {
    display: none;
}

.widget_style-3 .col-news:nth-child(1) .thumbnail {
    /*    height: 591px;*/
    position: relative;
    padding-bottom: 55.1%;
}

.widget_style-3 .col-news:nth-child(1) .thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.widget_style-3 .post-title {
    margin: 15px 0px;
    line-height: 150%;
}

img {
    object-fit: fill !important;
}

span.text-first-2::first-letter {
    color: #EFA92F;
    font-size: 38px;
    font-weight: bold;
}

.widget_media_gallery > div {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 10px;
}

.widget_media_gallery .gallery-icon {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 52%;
    z-index: 1;
    border: solid 1px red;
}

.widget_media_gallery .gallery-icon img {
    height: 100%;
}

.entry-excerpt {
    font-weight: bold;
    font-size: 17px;
    font-family: 'Noto Serif';
    /*    font-style: italic;*/
    margin: 30px 0px;
}

#data-video .thumbnail img {
    height: 100%;
}

ul.share-icon {
    display: flex;
    align-items: center;
    column-gap: 50px;
    /* justify-content: space-between; */
}

ul.share-icon li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
#comment{
    background: none !important;
    border: none !important;
}
@media only screen and (max-width: 767px) {
    .news-tab-index .play-video {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }
}
/*ul.share-icon li a{
    list-style: none;
    padding: 0;
    margin: 0;
    background: #222;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
/*ul.share-icon li path{
    fill: #fff;
}*/
/*li.swiper-slide-grab{
    width: 364px;
}*/
.swiper-slide-grab:hover img {
    transform: scale(1) !important;
}

.swiper-slide-grab article {
    /*    border: solid 1px red;*/
    padding-bottom: 100%;
    position: relative;
}

.swiper-slide-grab .thumbnail {
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

#hinh-anh .item {
    display: block;
    position: relative;
    padding-bottom: 100%;
}

#hinh-anh .thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
}

#hinh-anh .post-title {
    padding: 20px 0px 10px;
    display: -webkit-box;
    max-height: 5rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 135%;
}

#hinh-anh .desc {
    display: -webkit-box;
    max-height: 4.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    line-height: 135%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .mm-listview > li:not(.mm-divider):after {
        left: 0px;
    }
}
ul.row-news{
    margin: 0;
    padding: 0;
}
li.col-news-list{
    list-style: none;
    padding: 25px 20px;
    max-height: 160px;
    background: #FAFAFA;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 15px;
}
li.col-news-list .content{
    margin-bottom: 5px; 
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}
li.col-news-list .content-fix{
    display: flex;
    justify-content: space-between;
    column-gap: 25px;
    margin: 0;
    align-items: baseline;
    margin-right: 20px;
}
.home .bigsize {
    padding-bottom: 4px;
}
.archive  .bigsize {
    padding-bottom: 8px;
}
@media only screen and (max-width: 480px) {
    #page .bigsize {
        padding-bottom: 1px;
    }
    li.col-news-list .content-fix {
        display: grid;
        row-gap: 10px;
        margin-bottom: 10px;
    }
    .news-tab-index .col-news:first-child .news {
        position: relative;
        padding: 0;
        margin-bottom: 10px;
        border: none;
    }
    .widget_emagazine  article.news {
        display: flex;
        column-gap: 0px;
    }
    article.news{
        margin-bottom: 0;
        padding-bottom: 20px;
        border-bottom: dashed 1px #D9D9D9;
    }
    
    .row-news .col-news article {
        display: flex;
        column-gap: 0;
        border-bottom: dashed 1px #ccc;
        padding-bottom: 5px;
    }
    .col-emagazine .col-news:last-child article{
        border: none !important;
        margin-bottom: 2em;
    }
    .row-news .col-news:nth-child(6) article{
        border: none;
    }
    .ban-tin .col-news:nth-child(4) article.news {
        border: none;
    }
    .widget_style-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .widget_style-3 .col-news .thumbnail {
        height: 98px;
    }

    .widget_style-3 .news, .widget_style-3 .post-title {
        margin-bottom: 0;
    }

    .widget_emagazine .col-news:nth-child(1) .thumbnail, .widget_emagazine .col-news:nth-child(2) .thumbnail {
        height: 98px;
    }

    .entry-content img {
        border-radius: 6px !important;
        height: auto;
    }

    .sticknone {
        background: #fff;
    }

    .site-logo img {
        max-height: 48px !important;
    }

    .label-rating {
        display: none !important;
    }

    .fix-header {
        padding: 2px 10px 2px 10px;
        column-gap: 0;
/*        justify-content: normal;*/
    }
    /*.login span{
        display: none;
    }*/
    #menufull {
        display: none;
    }

    .modal.show .modal-dialog {
        min-width: 97%;
        width: 97%;
    }

    #quickview .title-index {
        font-size: 20px;
    }

    #quickview .modal-body {
        padding: 20px 10px 0px;
    }

    .content-th {
        padding: 30px 8px;
    }

    #tuyen-dung li.col-news-list {
        padding: 10px;
        max-height: none;
    }
    #tuyen-dung li.col-news-list .content {
        margin-bottom: 5px;
        margin-top: 20px;
        display: block;
        justify-content: space-between;
        padding-left: 0;
        padding: 0;
        text-align: left;
    }
    #cau-hoi .module-title {
        padding: 20px 40px 0px;
    }

    #tuyen-dung .module-title {
        padding: 20px 0px 10px;
    }

    #form-hoidap {
        padding: 0px 20px 20px;
    }

    html, body {
        font-size: 14px;
    }

    .widget_tintucnoibat .news .desc {
        line-height: 1.5rem;
        font-size: 14px;
    }

    .news-tab-index .col-news .catone {
        padding: 5px 0px 5px;
        display: block;
    }

    .thumbnail {
        border-radius: 8px;
        margin-right: 15px;
    }

    .title-index {
        font-size: 20px;
        margin-bottom: 0;
    }
    .title-index.mb-2 {
        margin-bottom: 1px !important;
    }
    .trongdz-fix-btn-more {
        width: auto;
        font-size: 12px;
        padding: 0;
    }

    .block-footer-first {
        display: block !important;
        gap: inherit !important;
        margin: 10px 0px 30px;
        border: none;
    }

    .nav-pills.swiper-wrapper {
        column-gap: 0px;
    }

    .nav-pills .nav-link.active {
        font-size: 16px;
    }

    .news-tab-index .col-news:first-child .thumbnail {
        height: 204px;
    }

    

    .news-tab-index .col-news:first-child .post-title {
        max-height: 3.5rem;
        line-height: 1.5rem;
    }

    .news-tab-index .col-news:first-child .post-title a {
        font-size: 20px;
    }



    .widget_hoidap .post-title {
        max-height: 5rem;
        line-height: 140%;
        font-size: 16px;
    }

    .news-tab-index .col-news .desc {
        margin-top: 0px;
    }

    .widget_video_index_cat .thumbnail, .widget_video_index_hot .thumbnail {
        height: 240px;
    }

    .widget_doitac {
        padding: 10px 0px;
        height: 100px;
    }
    .widget_emagazine .col-news:nth-child(1) article, .widget_emagazine .col-news:nth-child(2) article.news {
        display: block;
        padding-bottom: 20px;
    }
    
  
    .widget_emagazine .col-news:nth-child(1) .thumbnail, .widget_emagazine .col-news:nth-child(2) .thumbnail {
        height: 205px;
        margin: 10px 0px;
    }

    .widget_emagazine .col-news .thumbnail {
        /* height: 90px; */
    }

    .widget_emagazine .col-news:nth-child(1) .post-title, .widget_emagazine .col-news:nth-child(2) .post-title {
        font-size: 16px;
        /*        max-height: 4.4rem;*/
    }
    
    .widget_emagazine .col-news .post-title {
        font-size: 14px;
        max-height: 4.4rem;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .col-emagazine .col-news .post-title {
        margin-bottom: 0px;
    }
    .widget_emagazine .col-news:nth-child(1), .widget_emagazine .col-news:nth-child(2) {
        margin-bottom: 0px;
        width: 100%;
    }
   
    .widget_tintucnoibat .news {
        width: 304px;
    }

    section {
        padding: 10px 0px;
    }

    footer h3 {
        font-size: 14px;
    }

    footer .hotline {
        font-size: 14px;
    }

    .site-footer {
        font-size: 14px;
    }

    .widget_emagazine .col-news .the_time {
        font-size: 12px;
    }

    .widget_hoidap .news {
        min-height: 297px;
        width: 304px;
    }

    #truyenhinhanvien .thumbnail {
        height: 98px;
        margin-bottom: 10px;
    }

    #truyenhinhanvien h3.name {
        font-size: 14px;
    }

    .mb-5 {
        margin-bottom: 1rem!important;
    }

    .module-title {
        font-size: 20px;
        margin-top: 10px;
    }

    .ban-tin .hot .col-news:first-child .news {
        display: block;
    }

    .ban-tin .hot .col-news:first-child .thumbnail {
        width: 100%;
        height: 196px;
    }

    .ban-tin .hot .col-news:first-child .content {
        width: 100%;
        padding: 10px 0px;
    }

    .ban-tin .hot .col-news:first-child .post-title {
        font-size: 16px;
        line-height: 140%;
    }

    .pt-6 {
        padding-top: 3.5rem!important;
    }

    .breadcrumb {
        margin: 0px auto 0px;
        display: flex;
        flex-wrap: nowrap;
        max-height: 1.4rem;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 1;
    }
    .breadcrumb-item+.breadcrumb-item::before{
        float: inherit;
    }
    
    rs-slide{
        border-radius: 8px;
/*        border: solid 3px red;*/
    }
    body.home rs-slide {
        border-radius: 0px;
    }
    ul#breadcrumb li a {
        white-space: nowrap;
    }
    .ban-tin .col-news .thumbnail {
        width: 128px;
        height: 72px;
    }

    .col-fix-left {
        max-width: 100%;
        flex: 0 0 auto;
    }

    .col-news-list .news {
        display: flex;
        column-gap: 0;
    }

    .col-news-list .content {
        width: 100%;
        padding-left: 0px;
    }

    .col-news-list .thumbnail {
        width: 128px;
        height: 72px;
    }
    .boxsukien .post-title, .boxsukien-index .post-title {
        margin-top: 10px;
        max-height: 3rem;
    }
    .col-news-list .post-title{
        margin-top: 0px;
        max-height: 4.5rem;
        margin-bottom: 10px;
    }

    .boxsukien {
        padding: 10px 10px 0px;
    }

    .boxsukien .thumbnail {
        height: 196px;
    }
    .boxsukien-index .thumbnail {
        height: 171px;
    }

    .swiper-slider-detail .thumbnail {
        height: 100px;
    }

    .emagazine .hot .col-news:nth-child(1), .emagazine .hot .col-news:nth-child(2) {
        width: 100%;
        margin-bottom: 0px;
    }

    .emagazine .hot .col-news:nth-child(1) .thumbnail, .emagazine .hot .col-news:nth-child(2) .thumbnail {
        width: 100%;
        height: 205px;
    }

    .emagazine .col-news .thumbnail {
        width: 128px;
        height: 72px;
    }

    .avatar.photo {
        width: 38px;
        height: 38px;
        border-radius: 38px;
    }

    .comment-body {
        padding-left: 44px;
    }

    .comment-meta {
        padding-left: 55px;
    }

    .children {
        padding-left: 0;
    }

    .edit-link {
        display: none;
    }

    .comment-content {
        padding: 45px 10px 2px;
    }

    .button-share-fix {
        column-gap: 10px;
    }

    .btn-fix-h {
        min-width: 100px;
    }

    .comment-fix {
        padding-bottom: 10px;
    }

    input.form-control {
        height: 47px;
    }

    .modal-user .modal-content {
        padding: 5px 0px;
    }

    .position-fixed {
        top: 1em;
        right: 1.4em;
    }

}

#quickview a.add-to-favorite {
    background: #f5f5f5;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#quickview .button-share i.fa-heart, #quickview .button-share i.fa-heart-circle-check {
    font-size: 23px;
    color: #999999;
}

.dropdown-toggle {
    background: none;
    border: none;
    color: #222;
    font-weight: bold;
    font-size: 15px;
    padding-right: 25px;
    position: relative;
}

.dropdown-toggle:hover {
    color: #efa92f;
    background: none;
    border: none;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    position: absolute;
    top: 9px;
    right: 3px;
}
.audio-player .dropdown-toggle::after {
    top: 14px;
    right: 5px;
}
ul.pagination {
    column-gap: 5px;
    justify-content: flex-end;
}

.active>.page-link, .page-link.active {
    background: #efa92f;
    border-color: #efa92f;
    border-radius: 4px;
    color: #fff !important;
}

li.page-item.active {
    border-color: #efa92f;
}

li.page-item>.page-link {
    border-radius: 6px;
    color: #222;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-mini-slider .menu-button-next, .menu-mini-slider .menu-button-prev {
    border: none;
}

.widget_style-7 article{
    display: flex;
    column-gap: 24px;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 16px;
}

.widget_style-7 .col-news:last-child article {
    border: none;
    padding-bottom: 0;
}

.widget_style-7 .thumbnail {
    width: 276px;
    height: 155px;
}

.widget_style-8 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 24px;
}

.widget_style-8 .thumbnail {
    height: 211px;
    margin-bottom: 15px;
}

footer p {
    color: #555;
}

footer .email-footer a {
    color: #555;
}

.fb_iframe_widget iframe {
    position: absolute;
    border-radius: 4px;
}

#mega-menu-wrap-site-nav #mega-menu-site-nav {
    display: flex;
    column-gap: 20px;
}

#mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px;
}

.fa-house {
    font-size: 18px;
}

/*i {
    color: #555;
}*/

.infovideo i {
    color: #fff;
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: #fff;
}

.widget_tintucnoibat {
    position: relative;
}

.swiper-button-next, .swiper-button-prev {
    top: 45%;
    border: none;
}

.swiper-button-prev {
    left: 2px;
    right: auto;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.swiper-button-next {
    right: 2px;
    left: auto;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.gaps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 48px;
}

i.fa-solid.fa-eye {
    font-size: 14px;
    color: #c5c5c5;
    padding-right: 4px;
}

i.fa-solid.fa-comment-dots {
    font-size: 14px;
    color: #c5c5c5;
}

.showinfo i {
    padding-right: 4px;
}

/*.widget_hoidap .news*/
.widget_tonghop .showinfo {
    position: absolute;
    bottom: 20px;
}

.showinfo span {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.widget_gallery .news article {
    position: relative;
    color: #fff !important;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.widget_gallery .news .content {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    align-items: end;
    padding: 0px 20px 20px;
}

.widget_gallery .news article:hover .content {
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
input.form-control {
    background: #F1F1F1 !important;
    height: 48px;;
    border: none;
    border: solid 1px #e9e9e9;
}
.form-control {
    font-size: 16px;
}
aside#third {
    position: sticky;
    top: 56px;
}
i.fas.fa-arrow-up, i.fas.fa-arrow-down {
    color: #EFA92F;
}
i.fa-solid.fa-magnifying-glass {
    color: #555;
}
.tungdien {
    min-width: 72px;
    text-align: center;
    position: relative;
}
.tungdien:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 70%;
    background: #E9E9E9;
    left: 5px;
    top: 15%;
}
.tungdien:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 70%;
    background: #E9E9E9;
    right: 5px;
    top: 15%;
}
.login{
    color: #999;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.readmore a{
    color: #EFA92F;
}
.news-tab-index .content-m{
    display: none;
}
.title-m{
    display: none !important;
}
body.home rs-fullwidth-wrap {
    border-radius: 0px;
}
rs-fullwidth-wrap {
    border-radius: 8px;
    margin-bottom: 15px !important;
}
@media only screen and (max-width: 767px){
    #page {
        background: none;
        box-shadow: none;
        background: #fff;
        position: relative;
    }
}
.fancybox-skin{padding: 3px !important;}
.gallery-thumb{
    margin-top: 12px;
}    
.img-full a{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-full img {
    height: 100%;
    max-width: fit-content;
}
.img-full{
    width: 100%;
    height: 640px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thums-gallery{
    width: 100%;
    height: 80px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.gallery-thumb .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.gallery-thumb .swiper-slide-thumb-active {
  opacity: 1;
}

.gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-fix{
    background: #fff; padding: 20px 30px;
}
.pd-contact{
    padding: 0px 60px 14px;
}
.col-news-list:last-child .news{
    border-bottom: none !important;
}
.pt-130{
    padding-top: 50px !important;
}
#tonghop-15{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
#tonghop-15 .news{
    margin-bottom: 0;
}
#searchtop{
    display: none;
    position: absolute;
    width: 400px;
    top: -7px;
    right: 16px;
    background: #f8f8f8;
    max-height: 40px;
    border: solid 1px #e9e9e9;
    border-radius: 8px;
    z-index: 9;
    transition: all 2s linear;
}
#searchtop .form-control{
    width: 80%;
    height: 40px;
    background: none !important;
    font-size: 14px;
}
#searchtop .form-control:focus{
    outline: none;
    border: none;
    box-shadow: none;
}
#cau-hoi input.form-control{
    background: #f8f8f8 !important;
}
.closesearch:hover {
    background: none;
    border: none;
}
:not(.closesearch)+.closesearch:active {
    background: none;
    border-color: none;
}
.widget.widget_media_image{
    padding: 0;
    margin-top: 10px;
    border: solid 1px #e9e9e9;
    padding: 10px;
    border-radius: 8px;
/*    margin-bottom: 5px;*/
}
/*#mega-menu-wrap-footer-nav #mega-menu-footer-nav li > a.mega-menu-link:before {
    width: 20px !important;
    height: 26px !important;
    background-position: top left !important;
}*/
.breadcrumb-item.active {
    color: #efa92f;
}
/*ul.widget_news li:last-child {
    padding-bottom: 0;
    margin-bottom: 10px;
}*/

.widget .post-title{
    margin-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.btn-guicauhoi{
    width: 100%;
    margin: 10px 0px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}
.time {
    font-size: 13px;
    color: #999;
}
.button-share-fix a, .share{
    font-family: Roboto !important;
    font-size: 14px;
    font-weight: 400;
}
.comment-fix p{
    font-size: 15px;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 1.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.btn-warning{
    background: #EFA92F;
    color: #fff;
    font-family: Roboto !important;
}
.form-group{
    display: flex;
    column-gap: 15px;
}
#block-nhantin .maildk{
    min-width: 320px;
}
#block-nhantin .btn-warning{
    padding: 10px 28px; color: #fff;
    font-family: Roboto;
}
.large-img img {
    width: 100% !important;
    height: auto;
    object-fit: cover;
}
textarea {
    border: solid 1px #e9e9e9 !important;
    background: #f8f8f8 !important;
}
/*#widget-weather{display:block;position:relative;width:100%;min-width:300px;height:30px;line-height:30px}#widget-weather ul{margin:0;padding:0;margin-left:7px}#widget-weather.expanded .current-city i,#widget-weather.expanded .current-city:hover i{-webkit-transform:rotate(180deg) scale(1);-moz-transform:rotate(180deg) scale(1);transform:rotate(180deg) scale(1);font-size:13px;margin-left:13px}#widget-weather .hide{display:none!important}#widget-weather.expanded .filter{display:block}#widget-weather .current-city{cursor:pointer}#widget-weather .current-city:hover i{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);font-size:13px;margin-left:13px}#widget-weather .current-city li{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;width:100%;height:30px;text-align:right;color:#aaa}#widget-weather .current-city img{height:30px;width:auto;margin-left:5px}#widget-weather .current-city em{font-style:normal;color:#000}#widget-weather .current-city span{color:#000}#widget-weather .current-city strong{display:inline-block;margin-right:5px;color:#000}#widget-weather .current-city i{font-size:0;-webkit-transition:font-size .3s ease,-webkit-transform .3s ease;transition:font-size .3s ease,-webkit-transform .3s ease;-moz-transition:transform .3s ease,font-size .3s ease,-moz-transform .3s ease;transition:transform .3s ease,font-size .3s ease;transition:transform .3s ease,font-size .3s ease,-webkit-transform .3s ease,-moz-transform .3s ease;-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}#widget-weather .filter{display:none;position:absolute;z-index:99991;top:-moz-calc(100% + 7px);top:calc(100% + 7px);right:0;border-radius:5px;-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,0.4);box-shadow:0 10px 10px 0 rgba(0,0,0,0.4);background-color:#fff;min-width:265px;max-height:400px;overflow:hidden;-webkit-animation:fadeIn .3s ease;-moz-animation:fadeIn .3s ease;animation:fadeIn .3s ease}#widget-weather .filter input{background-color:#e8e8e8;padding:10px;width:100%;border:none;border-top-left-radius:5px;border-top-right-radius:5px}#widget-weather .filter input:focus{outline:none}#widget-weather .filter .city-list{width:100%;overflow-y:auto;max-height:355px}#widget-weather .filter .city-list .choosed-city,#widget-weather .filter .city-list .others-city{padding:5px 0}#widget-weather .filter .city-list .choosed-city p,#widget-weather .filter .city-list .others-city p{font-family:Arial;font-size:12px;font-weight:700;color:#797979;padding:0 10px;margin:0}#widget-weather .filter .city-list .choosed-city ul li,#widget-weather .filter .city-list .others-city ul li{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;font-family:Arial;font-size:12px;color:#000;padding:7px 10px;border-bottom:1px solid #eee}#widget-weather .filter .city-list .choosed-city ul li span,#widget-weather .filter .city-list .others-city ul li span{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;font-family:Arial;font-size:12px;color:#444}#widget-weather .filter .city-list .choosed-city ul li span img,#widget-weather .filter .city-list .others-city ul li span img{height:30px;margin-left:7px}#widget-weather .filter .city-list .others-city ul li{cursor:pointer}#widget-weather .filter .city-list .others-city ul li:hover{background-color:#e8e8e8}#widget-weather .filter .city-list .others-city ul li:last-child{border-bottom:none}#widget-weather .filter .city-list .others-city .no-result{font-family:Arial;font-size:12px;color:#797979;padding:10px;text-align:center;font-style:italic}@media (max-width: 1199.98px){#widget-weather .current-city i{font-size:13px;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);margin-left:13px}}#widget-finance{float:left;width:100%;padding:13px 10px 8px;background:#f7f7f7;margin:0 0 20px}#widget-finance .znews-banner{float:left;width:100%;margin-top:0;margin-bottom:10px;-webkit-box-shadow:1px 1px 0 rgba(0,0,0,0.1);box-shadow:1px 1px 0 rgba(0,0,0,0.1)}#widget-finance ul:before{display:block;text-transform:uppercase;letter-spacing:1px;font-size:10px;letter-spacing:1px;margin-bottom:5px;color:#888}#widget-finance ul.stock{width:54%;float:left;position:relative}#widget-finance ul.stock:before{content:"ChÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ng khoÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡n"}#widget-finance ul.stock:after{content:"";display:block;width:1px;position:absolute;top:0;right:-7px;bottom:0;background:#eaeaea}#widget-finance ul.exchange{width:40%;float:right;margin-right:1%}#widget-finance ul.exchange:before{content:"TÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â° giÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ USD"}#widget-finance ul.exchange span:after{content:"ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ";color:#888;font-size:10px;position:relative;top:-2px;left:1px}#widget-finance ul li{line-height:16px;text-align:right}#widget-finance ul li strong{float:left}#widget-finance ul li em{font-style:normal;display:inline-block;padding:0 3px;background:#fff;font-size:8px;position:relative;top:-2px;line-height:13px}#widget-finance ul li em.positive{background:#daf1d0}#widget-finance ul li em.negative{background:#ffe0e0}#widget-ticker{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;margin-bottom:10px;margin-top:10px;width:100%;font-size:.875rem;line-height:30px;height:30px;position:relative}#widget-ticker .latest-news{float:left;width:100%;position:relative;padding-left:60px;height:30px;overflow:hidden;display:none!important}#widget-ticker .latest-news h2{font-weight:600;color:#ff6a2b;text-transform:uppercase;display:inline-block;position:absolute;top:0;left:0;width:60px;font-size:.875rem;line-height:30px}#widget-ticker .latest-news h2 a{display:block;text-indent:-999px;overflow:hidden}#widget-ticker .latest-news h2 a:before{display:block;text-indent:0;content:'Tin mÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Âºi';text-transform:uppercase;color:#ff6a2b}#widget-ticker .latest-news ul{display:block;height:30px;overflow:hidden}#widget-ticker .latest-news ul li{display:none;width:100%;height:30px;line-height:30px}#widget-ticker .latest-news ul li a{display:block;color:#333;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#widget-ticker .latest-news ul li.active{display:block}#widget-ticker .widget-weather{position:absolute;width:200px;top:0;right:0;height:30px;line-height:30px}@media (max-width: 1023px){#widget-ticker{display:none}}*/
.swiper-pagination{
    bottom: -8px !important;
}
.widget_hoidap .swiper-pagination {
    bottom: 0px !important;
}
.danhmuc-m{
    display: none;
}
.danhmuc-d{
    display: block;
}
footer h3 {
    font-family: 'Roboto';
}
.the_time_desk{
    display: flex;
    column-gap: 20px;
    margin-bottom: 0;
    align-items: center;
}
.the_desk{
    display: block;
}
.the_mb{
    display: none;
}
.the_time_m{
    display: none;
}
div#quickview iframe {
    margin: 0;
}
figcaption{
    display: block;
    margin: 0 auto;
    padding: 15px 0px 0px;
    font-style: italic;
    text-align: center;
}
figure{
    max-width: 100%;
    width: 100% !important;
}
.showinfo_more i{
    font-size: 13px !important;
}
.content-post-fix{
    background: #fff; padding: 10px 20px 30px; border-radius: 10px; margin-top: 10px;
}
.content-td{
    background: #fff; padding: 20px 60px; border-radius: 10px;
}
.filter-td{
    background: #fff; padding: 30px 20px; border-radius: 10px;
}
.filter-td li{
    list-style: none;
}
#form-cauan{
    background: #f5edeb;
    padding: 3% 2%;
    border-radius: 20px;
    border: solid 1px pink;
    width: 90%;
    margin: 0 auto;
}
#form-cauan input{
    background: #fff !important;
}
#form-cauan h3{
    text-align: center;
    text-transform: uppercase;
}
#form-cauan em{
    font-size: 12px;
    color: red;
    position: absolute;
    bottom: -19px;
    left: 10px;
}
#Moda-result .btn-close{
    position: absolute;
    top: 10px;
    right: 10px;
}
div#themnguoithan {
/*    border-top: dashed 1px #ccc;*/
    margin-top: 20px;
}
#form-cauan .mt-4{
    position: relative;
}
#trongdepzai iframe{
    margin-top: 0;
    position: relative;
}
.nhandanhbongdem{
    padding: 10px 0px; 
    margin: 0;
}
#hinh-anh{
    padding-top: 0px;
}
.play-3d{
    width: 80px;
    height: 80px;
    background: url(./img/3d.svg) no-repeat center center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    background-size: 100% auto;
}
@media only screen and (max-width: 768px) {
    #hinh-anh{
        padding-top: 20px;
    }
    #emagazin img{
        border-radius: 0 !important;
    }
    #emagazin .large-img {
        max-width: calc(101vw - 4px);
    }

    .nhandanhbongdem{
        display: none;
    }
    figcaption {
        padding: 15px 0px 0px;
        font-size: 14px;
    }
    ol{
        padding-left: 25px;
    }
    #form-cauan{
        background: #f5edeb;
        padding: 3% 2%;
        border-radius: 10px;
        border: solid 1px pink;
        width: 100%;
        margin: 0 auto;
    }
    li.page-item>.page-link {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
    .filter-td {
        background: #ffff;
        padding: 10px 0px;
        border-radius: 10px;
        font-size: 16px;
    }
    .content-post-fix, .content-td{
        background: #fff; padding: 10px; border-radius: 0px; margin-top: 10px;
    }
    .single-post section.detail {
        background: #fff;
    }
    .the_mb{
        display: block;
    }
     .the_desk{
        display: none;
     }
    #hinh-anh .post-title {
        padding: 10px 0px;
        font-size: 14px;
        max-height: 3.5rem;
        text-align: left;
    }
    #hinh-anh .desc {
        text-align: left;
    }
     .post-title {
        /* font-weight: 700; */
        font-size: 16px;
        display: -webkit-box;
        max-height: 4.5rem;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 2;
        line-height: 1.5rem;
        margin-bottom: 5px;
    }
    ul.share-icon {
        column-gap: 8px;
    }
    #block-nhantin .maildk {
        min-width: 205px;
    }
    .block-footer-first {
        column-gap: 30px;
    }
    ul.share-icon li {
        display: block;
        text-align: center;
    }
    .title-index {
        font-size: 20px;
        margin-bottom: 4px !important;
    }
    .menu-mini-slider .swiper-slide {
        font-size: 14px;
    }
    .home .bigsize {
        padding-bottom: 0;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-right: 5px;
        padding-left: 5px;
    }
    .news-tab-index .col-news:first-child .post-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .post-title {
        font-size: 16px;
    }
    .news-tab-index .col-news:first-child .thumbnail {
        height: 212px;
    }
    .news-tab-index .col-news .thumbnail {
        height: 90px;
    }
   /* .news-tab-index .content-m {
        display: block;
    }
    .news-tab-index .col-news:not(:first-child) .content .catone, .news-tab-index .col-news:not(:first-child) .content .post-title {
        display: none !important;
    }*/
}

@media only screen and (max-width: 480px) {
    .boxsukien .news, .boxsukien-index .news {
        min-height: 385px;
    }
    .bantin-fix .mb-4, .bantin-fix .mb-3 {
        margin-bottom: 0.5rem !important;
    }
    .ban-tin .hot .col-news:first-child .post-title {
        display: block !important;
    }
    .ban-tin .hot .col-news:first-child .desc {
        display: none;
    }
    .ban-tin .hot .col-news:first-child .the_mb {
        display: none;
    }
    .catone a {
        font-size: 12px;
    }
    .the_time {
        font-size: 12px;
    }
    .post-title {
        max-height: 3.3rem;
    }
    span.text-first-2::first-letter {
        font-size: 20px;
    }
    .news-tab-index .col-news:first-child .time_test {
        display: none;
    }
    .news-tab-index .col-news:first-child .the_time {
        font-size: 12px;
        color: #999;
    }
    .showinfo_more {
        color: #999;
        font-size: 12px !important;
        padding-bottom: 10px;
    }
    .showinfo_more_last {
        margin-top: 5px;
        font-size: 12px;
    }
    .the_time_desk{
        display: none;
    }
    .the_time_m{
        display: flex;
        padding-top: 0;
        font-size: 12px;
        padding-bottom: 12px;
    }
    .infovideo{
        display: none;
    }
    .widget_tonghop .swiper-wrapper{
        margin-left: 16px;
    }
    .widget_gallery .swiper-wrapper{
        margin-left: 0;
    }
    .danhmuc-m{
        display: block;
    }
    .danhmuc-d{
        display: none;
    }
    /*#widget-weather .current-city li {
        font-size: 12px;
    }*/
    .widget_media_image{
        display: none;
    }
    .pd-contact{
        padding: 0px 10px;
    }
    .gallery-fix{
        background: #fff; padding: 0;
    }
    .gaps {
        grid-gap: 25px;
    }
    .entry-excerpt {
        font-weight: bold;
        /* font-family: Roboto; */
        font-size: 16px;
        margin: 0px 0px 10px;
        border-top: solid 1px #ccc;
        padding-top: 20px;
    }
    .site-header {
        min-height: 84px;
    }
    /*#widget-weather .current-city img {
        height: 22px;
    }*/
    .header-fix {
        min-height: 30px;
        justify-content: flex-end;
    }
    .gaps {
        grid-template-columns: repeat(1,1fr);
    }
    .news-tab-index .col-news {
        width: 100%;
    }
    .news-tab-index .col-news:not(:first-child) .content-m{
        display: block;
        margin-bottom: 5px;
    }
    .news-tab-index .col-news:not(:first-child) .news{
        display: flex;
        column-gap: 0;
    }
    .news-tab-index .col-news:first-child .content-m{
        display: block;
        margin-bottom: 12px;
        order: 2;
        border-bottom: dashed 1px #ccc;
    }
    .news-tab-index .col-news:first-child .news{
        display: flex;
        column-gap: 16px;
        order: 1;
    }
    .news-tab-index .col-news:first-child {
        display: inline-grid;
    }
    .news-tab-index .col-news:first-child .content{
        display: none;
    }
    .news-tab-index .col-news:first-child .post-title a {
        color: #000;
    }
    .news-tab-index .col-news:not(:first-child) .news{
        border-bottom: dashed 1px #ccc;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .news-tab-index .col-news:not(:first-child):last-child .news{
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .news-tab-index .col-news:not(:first-child) .thumbnail {
    width: 128px;
    height: 72px;
    }
    .news-tab-index .col-news:not(:first-child) .content .catone, .news-tab-index .col-news:not(:first-child) .content .post-title{
        display: none !important;
    }
/*    , .tungdien, .user-login-title*/
    .tungdien:before, .tungdien:after {
        display: none;
    }
    .widget_news_index_tab:first-child::before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        background: none;
        right: 0;
        bottom: 0;
    }

    .hot .col-news:nth-child(2) .post-title, .hot .col-news:nth-child(3) .post-title, .hot .col-news:nth-child(4) .post-title {
        max-height: 4.2rem;
        margin-top: 4px;
        padding-bottom: 0px !important;
    }
    .title-m{
        display: block !important;
        /* padding-bottom: 12px !important; */
        margin-bottom: 10px;
        margin-top: 16px;
        margin-bottom: 5px !important;
    }
    .widget_style-7 .content .post-title, .widget_style-7 .content .style-3, .widget_style-8 .content .post-title, .widget_style-8 .content .style-3, .row-news .content .post-title, .row-news .content .showinfo, .widget_emagazine .content .style-3, .widget_emagazine .content .post-title{
        display: none !important;
    }
    .widget_style-7 .thumbnail, .widget_style-8 .thumbnail, .widget_emagazine .thumbnail{
        width: 128px;
        height: 72px;
    }
    .widget_style-7 article {
        column-gap: 0;
    }
    .widget_style-8 {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 0;
    }
    .widget_style-8 .col-news article{
        display: flex;
        column-gap: 0;
        border-bottom: dashed 1px #ccc;
        padding-bottom: 5px;
        margin-bottom: 0;
    }
    .col-news:last-child article{
        border-bottom: none;
    }
    .entry-title {
        font-size: 22px;
        padding-top: 20px;
    }
    header.widget-header {
        margin-bottom: 20px;
    }
    .widget_news_index_tab .widget-header {
        margin-bottom: 0px;
    }
    ul.share-icon {
        column-gap: 25px;
    }
    input.form-control {
        height: 44px;
    }
    #hinh-anh .site-main {
        margin-top: 20px;
    }
    #hinh-anh .content {
        padding: 0;
    }
    .img-full {
        height: 220px;
    }
    #block-nhantin .maildk {
        min-width: 240px;
    }
    .nav-pills .nav-item {
        min-height: 40px;
    }
    .login span{
        display: none;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-right: 16px;
        padding-left: 16px;
    }
    .widget_video_index_cat li.news.col-news.swiper-slide {
        width: 156px;
        height: 234px;
    }
    .widget_video_index_cat li img{
        height: 100%;
    }
    .boxsukien-index .swiper-button-next, .boxsukien-index .swiper-button-prev, .widget_hoidap .swiper-button-next, .widget_hoidap .swiper-button-prev{
        display: none;
    }
    .swiper-pagination{
        bottom: -8px !important;
    }
    .widget_hoidap .swiper-pagination {
        bottom: 0px !important;
    }
    ul.swiper-wrapper {
        padding-left: 0px;
    }
    .menu-mini-slider .swiper-slide {
        font-size: 12px;
    }
    .bigsize {
        margin-bottom: 1px !important;
        font-size: 16px;
    }
    .menu-mini-slider {
        margin-left: 15px;
    }
    .tab li {
        height: auto;
    }
    .widget_gallery ul.swiper-wrapper {
        padding-left: 0;
    }
    .widget_tintucnoibat .news {
        min-height: 370px;
    }
    .boxsukien .content, .boxsukien-index .content {
        padding: 2px 16px 16px;
    }
    .widget_tonghop .showinfo {
        bottom: 20px;
    }
    .tanfix{
        padding-right: 16px;
        column-gap: 8px;
    }
    .video-button-f.swiper-button-next:after, .video-button-f.swiper-button-prev:after {
        font-size: 10px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 28px;
        height: 28px;
        border-radius: 28px;

    }
    .desc {
        font-size: 13px;
    }
    .col-news:first-child h3.title-m{
        padding-top: 0 !important;
        margin-bottom: 0;
        margin-top: 0 !important;
    }
    .widget_hoidap .desc {
        margin-top: 10px;
    }
    footer {
        font-size: 14px;
    }
    footer p{
        font-size: 12px;
    }
    footer a{
        font-size: 11px;
    }
    footer a.email-footer{
        font-size: 12px;
    }
    footer h3 {
        font-weight: auto;
        font-size: 14px;
        font-family: 'Roboto';
    }
    .site-footer {
        font-size: 11px;
    }
    .site-footer {
        min-height: 40px;
    }
    #tab-description iframe {
        width: 100%;
        height: 200px;
    }
    #height-scroll .news{
        margin-top: 10px;
    }
    a {
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        color: var(--text-a);
        text-decoration: none;
    }

    a:hover {
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        color: var(--text-a-hover);
    }
}
/*@media only screen and (max-width: 390px){
    .news-tab-index .col-news:not(:first-child) .news {
        display: flex;
        column-gap: 15px;
    }
    .widget_style-7 article {
        column-gap: 15px;
    }
    .widget_style-8 .col-news article {
        column-gap: 15px;
    }
}*/
@media only screen and (max-width: 375px){
    #block-nhantin .maildk {
        min-width: 223px;
    }
    .thumbnail{
        margin-right: 10px;
    }

}
@media only screen and (max-width: 360px){
    #block-nhantin .maildk {
        min-width: 200px;
    }
}
@media only screen and (max-width: 320px){
    #block-nhantin .maildk {
        min-width: 120px;
    }
    .share-icon span{
        display: none;
    }
    #block-logo {
        min-width: 100%;
    }
    
}

.box-xintien{
    margin: 20px auto;
    max-width: 90%;
    padding: 3% 2%;
    border: solid 1px #033a0b;
    border-radius: 10px;
    background: #017c46;
    text-align: center;
    color: #fff;
}
.box-taikhoan{
    display: flex;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    width: 100%;
}
.box-taikhoan-text{    
    line-height: 18px;
    padding: 0px 20px;
    text-align: left;
}
.box-img-qr{
    width: 110px;
    height: 110px;
}
.box-img-qr img{
    border-radius: 0 !important;
}
/*#rev_slider_3_1{
    top: -33px !important;
}*/
@media only screen and (max-width: 480px) {
   /* #rev_slider_35_1{
        height: 261px !important;
        width: 390px !important;
        max-height: 261px !important;
    }
    #rev_slider_35_1_forcefullwidth{
        margin-top: -28px !important;
    }*/
    .box-xintien {
        margin: 20px auto;
        max-width: 100%;
        padding: 30px 2%;
    }
    .box-taikhoan {
        display: block;
        padding: 10px;
        width: 100%;
    }
    .box-img-qr {
        width: 100%;
        height: 340px;
    }
    .box-taikhoan-text {
        line-height: 25px;
        padding: 0px;
    }
    .box-taikhoan-text p{
        padding-bottom: 0;
        margin: 0;
    }
}

.gj-textbox-md {
    padding: 0.375rem 0.75rem !important;
}
.gj-datepicker-md [role=right-icon] {
    right: 10px;
    top: 13px;
}
.addmore{
    position: relative;
    display: block;
    margin-top: -21px;
    color: red;
}
.delete-more{
    color: red; 
    padding-right: 10px;
    position: absolute;
    right: 1%;
}
.list-worship img {
    /* border: solid 1px #ccc; */
    /* min-height: 100px; */
}

.list-worship {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

.list-worship a {
    width: 100px;
    height: 100px;
    padding: 3px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #ccc;
    border-radius: 10px;
}

.widget_ads_mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
}