div#logo a {
    font-size: 20px;
    text-transform: inherit;
}

li.html.custom.html_topbar_left {
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-weight: 400;
    background: #046f65;
}
div#masthead {
    border-bottom: 2px #eb8f00 solid;
}
.nav_top {
    margin-top: 10px;
    background: #fff;
    padding: 10px;
}

.nav_top .nav_header {
    background: var(--primary-color);
    height: 50px;
    padding: 8px;
    text-align: right;
    display: flex;
    justify-content: end;
}
.mobile_nav-icon {
    cursor: pointer;
    height: 34px;
    border: 2px solid #fff;
    width: 34px;
    border-radius: 4px;
    display: inline-flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

/* .mobile_nav-icon span:nth-child(2) {
    width: 10px;
    margin-left: 7px;
} */

.mobile_nav-icon span {
    display: block;
    width: 18px;
    height: 2px;
    background: #ffffff;
    margin-bottom: 4px;
    transition: 0.3s;
}

.mobile_nav-icon span:last-child {
    margin: 0;
}

.mobile_nav-icon.rotate-mb span:first-child {
    transform: translate(1px, 6px) rotate(-48deg);
}

.mobile_nav-icon.rotate-mb span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}

.mobile_nav-icon.rotate-mb span:last-child {
    transform: translate(1px, -6px) rotate(48deg);
}
.nav_content ul#header_menu {
    display: flex;
    flex-flow: wrap;
    column-gap: 10px;
    margin: 0;
}

.nav_content ul#header_menu li {
    border: none;
}

.nav_content ul#header_menu li a {
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    text-shadow: 1px 1px 0 #283744;
    padding: 5px 15px;
}

.nav_content {
    background-color: var(--primary-color);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}
.nav_content.active{
    max-height: 500px;
}
section.ss_banner.section {
    padding: 10px 0;
}

.list_qc {
    background: #fff;
    display: flex;
    flex-flow: column;
    gap: 5px;
    position: relative;
}

.list_qc a {
    display: block;
}

.list_qc a img {
    width: 100%;
}
.list_ps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: 10px;
    border-radius: 4px;
}

.list_ps a {
    font-weight: bold;
}

.list_ps a .icom-lps{
    border: none;
    margin-right: 4px;
    margin-bottom: 4px;
}
.banner-qc-body{
    margin-top: 8px;
}
/* Home */
.single_wrap {
    padding: 10px;
    background: #fff;
    display: flex;
    gap: 10px;
}

.single_wrap .left {
    width: 67%;
}

.single_wrap .left h1.title {
    margin: 0;
    background: #2aa095;
    width: 100%;
    color: #FFF;
    height: 32px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: 1px 1px 0 #283744;
    text-align: center;
    padding: 0 10px;
}

.list_movie_image .note {
    position: relative;
    background: #2aa095;
    margin-bottom: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 20px;
}

.list_movie_image .note {display: flex;justify-content: space-between;gap: 10px;color: #fff;align-items: center;}

.list_movie_image .note > b {
    font-size: 12px;
    width: -webkit-fill-available;
}

.list_movie_image .note .btn {
    display: flex;
    align-items: center;
    gap: 15px;
    width: -webkit-fill-available;
    justify-content: end;
}

.list_movie_image .note .btn img {
    width: 20px;
    height: 20px;
}

.list_movie_image .note .btn .zoom {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.list_movie_image .note .btn .tatqc {
    cursor: pointer;
}
.list_movie_image .note .btn span {
    min-width: max-content;
    font-size: 14px;
    line-height: 20px;
    display: inline-flex;
}
.list_movie_image .info {
    background: #fff;
    line-height: 19px;
    overflow: hidden;
    padding: 10px 15px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 2px 0 #ECECEC;
    -khtml-box-shadow: 0 2px 0 #ECECEC;
    -moz-box-shadow: 0 2px 0 #ECECEC;
    -ms-box-shadow: 0 2px 0 #ECECEC;
    -o-box-shadow: 0 2px 0 #ECECEC;
    box-shadow: 0 2px 0 #ECECEC;
}
.list_movie_image .info {
    display: flex;
    gap: 15px;
}

.list_movie_image .info .img.thumbnail {
    width: 100px;
    min-width: 100px;
}

.list_movie_image .info .content {
    font-size: 12px;
}

.list_movie_image .info .content p {
    margin: 0;
}

.list_movie_image .info .content p label.label.label-primary {
    background-color: #2aa095;
    padding: 2px 6px;
    color: #fff;
    margin: 0;
    width: max-content;
    display: inline-block;
    border-radius: 2px;
}
a.qc_body {
    margin-top: 5px;
    display: flex;
}
.single_content {
    padding: 10px;
    background: #fff;
    margin-top: 10px;
}
ul#tabs-nav {
    list-style: none;
    margin: 10px 0;
    background: var(--primary-color);
    display: flex;
}

ul#tabs-nav li {
    margin: 0;
}

ul#tabs-nav li a {
    display: inline-flex;
    color: #fff;
    padding: 6px 20px;
}
ul#tabs-nav li.active a {
    background: red;
}
div#tabs_office {
    background: #fff;
    padding: 15px;
}

div#tabs_office .list_tv {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

div#tabs_office .list_tv a {
    display: flex;
    padding: 1px;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: border .2s ease-in-out 0s;
    -khtml-transition: border .2s ease-in-out 0s;
    -moz-transition: border .2s ease-in-out 0s;
    -ms-transition: border .2s ease-in-out 0s;
    -o-transition: border .2s ease-in-out 0s;
    transition: border .2s ease-in-out 0s;
    overflow: hidden;
    display: block;
}

div#tabs_office .list_tv a img {
    aspect-ratio: 16/10;
    object-fit: cover;
}
div#tabs_office .tab-content:not(:last-child) {
    margin-bottom: 30px;
}
.single_wrap .left iframe {
    width: 100%;
    aspect-ratio: 16/11;
    height: auto;
}
.single_wrap .right {
    flex: 1;
}

.single_wrap .right > .title {
    margin: 0;
    background: #2aa095;
    width: 100%;
    color: #FFF;
    height: 32px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: 1px 1px 0 #283744;
    text-align: center;
    padding: 0 10px;
}

.single_wrap .right ul {
    margin: 0;
    list-style: none;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border: 1px solid #ddd;
}

.single_wrap .right ul li {
    margin: 0;
}

.single_wrap .right ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.single_wrap .right ul li a {
    padding: 5px;
    display: flex;
    line-height: 30px;
    gap: 15px;
}

.single_wrap .right ul li a span.numble {
    background-position: 0 -86px;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 700;
    height: 26px;
    margin-left: 5px;
    padding-top: 2px;
    text-align: center;
    width: 34px;
    background-image: url(/wp-content/themes/media-theme/assets/image/Xj5hPLm.png);
}

.single_wrap .right ul li a span.title {
    font-size: 13px;
    font-weight: 830;
    font-style: italic;
}
.single_wrap.active .right {
    display: none;
}

.single_wrap.active .left {
    width: 100%;
}

a.qc_body img {
    width: 100%;
}
.list_movie_image .note .zoom span:last-child,.single_wrap.active .list_movie_image .note .zoom span:nth-child(2) {
    display: none;
}

.single_wrap.active .list_movie_image .note .zoom span:last-child {
    display: block;
}
.list_lich {
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border: 1px solid #ddd;
    height: 353px;
    overflow: hidden;
    overflow-y: scroll;
}

.list_lich .item {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    line-height: 1.3;
}
.form-comment iframe,.fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important;
}
.blog_wrap .exeprt {
    padding: 10px;
    background: #fff;
    display: flex;
    gap: 15px;
}

.blog_wrap .exeprt img {
    max-width: 140px;
}
/* Foorer */
.nav_content ul#header_menu li a:hover {
    color: red;
}

.absolute-footer.dark {
    padding: 12px 0 !important;
}

.copyright-footer {
    font-size: 12px;
    color: #fff;
}
.pad_none{
    padding-bottom: 0 !important;
}
.bottom_qc {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 700px;
    z-index: 1111;
    width: 100%;
}
.bottom_qc .close,.ss_banner .close_x {
    position: absolute;
    top: 0;
    right: 0;
    background: #ccc;
    padding: 4px;
    font-size: 14px;
    cursor: pointer;
}
.bottom_qc.left {
    width: calc((100% - 1110px) / 2);
    top: 102px;
    right: calc(1110px + ((100% - 1150px) / 2)) !important;
    left: auto;
    max-width: 120px;
}

.bottom_qc.right {
    width: calc((100% - 1110px) / 2);
    top: 102px;
    left: calc(1110px + ((100% - 1150px) / 2)) !important;
    right: auto;
    max-width: 120px;
}

.bottom_qc.left .list_qc,.bottom_qc.right .list_qc {
    padding: 0;
    background: none;
}
.program{border-top:1px solid #fff;cursor:pointer;display:table;width:100%}
li .time,li .title,li .genre{display:table-cell;border-left:none;color:#333;padding:0 20px;border-left:1px solid #fff;vertical-align:middle;height:36px}
.program:nth-child(odd){background: #d0d6e7;}
.program:nth-child(even){background: #e7eaf3;}
.time{width: 10%;text-align: center;}
.row.single-content {
    margin: 0 !important;
}
.body_qc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.nav_top .nav_header ul#header_menu {
    display: flex;
    margin: 0;
}

.nav_top .nav_header ul#header_menu li {
    border: none;
}

.nav_top .nav_header ul#header_menu li a {
    color: #fff;
    padding: 0 20px;
    line-height: 34px;
}
.list_ps a {
    font-weight: bold;
    line-height: 32px;
    border-bottom: 1px solid #ccc;
}
.list_ps a:last-child, .list_ps a:nth-child(n-1) {
    border: none;
}

p#“breadcrumbs” {
    padding: 08px 0 0 8px;
    color: #2aa095;
}

/* page lịch ps */
.ss-page-lps .widget-title {
    width: 100%;
    display: block;
    background: #2aa095;
    padding: 13px;
    color: #fff;
}
.siderbar_list_lps {
    display: flex;
    padding: 10px;
    flex-direction: column;
    margin: 0;
    list-style: none;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border: 1px solid #ddd;
}
.siderbar_list_lps a {
    margin-bottom: 17px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.entry-content {
    overflow: hidden;
}
/* Pc      --------------------------------------------- */
@media(min-width: 766px){

}
@media (min-width: 1023px){
    .nav_top .nav_header {
        justify-content: start !important;
    }

}
@media (max-width: 1024px){

}
@media (min-width: 990px) and (max-width: 1100px){

}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){

}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){

}
@media (max-width:990px){

}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){
    .nav_top .nav_header .menu-main-menu-container {
        display: none;
    }
}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
    .list_qc {
        padding: 0;
        gap: 2px;
    }
    
    .single_wrap {
        flex-flow: column;
    }
    
    .single_wrap .left {
        width: 100%;
    }
    .list_qc {
        padding: 0;
        gap: 2px;
    }
    
    .single_wrap {
        flex-flow: column;
    }
    
    .single_wrap .left {
        width: 100%;
    }
    
    ul#tabs-nav {
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-box-align: stretch;
        align-items: stretch;
    }
    
    ul#tabs-nav li a {
        padding: 5px 15px;
        font-size: 14px;
    }
    
    div#tabs_office {
        padding: 5px;
    }
    
    div#tabs_office .list_tv {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
    .list_movie_image .note .btn,.list_movie_image .info .img.thumbnail {
        display: none;
    }
    
    .list_movie_image .info {
        padding: 10px;
    }
    .bottom_qc {
        width: 350px;
    }
    .blog_wrap .exeprt {
        flex-flow: column;
    }
    .body_qc {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .list_ps {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .list_ps a:nth-child(n-1){
        border-bottom: 1px solid #ccc;
    }
}


/* width */
::-webkit-scrollbar {
    width: 5px;
    background: #000;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(0, 0, 0); 
    border-radius: 5px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background:  var(--primary-color);
    border-radius: 5px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background:  #fff;
  }
