@import "common.css";

body, input, button, option, textarea, label, legend{
    font: 14px/22px 'Roboto', Arial, sans-serif;
    color: #000000;
    outline: none;
    zoom: 1;
}
a {
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #B00101;
}
img {
    max-width: 100%;
}
.img > img {
    width: 100%;
}
.page-wrapper {
    overflow: hidden;
    position: relative;
}
.content-wrapper {
    padding-bottom: 30px;
    padding-top: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 220px;
    background-attachment: fixed;
}
.content-wrapper .page-bar {
    clear: both;
}
.page-breadcrumb li {
    display: inline-block;
    font-family: 'Roboto Medium Italic', 'Roboto Regular', 'Roboto', sans-serif;
    font-weight: 500;
    font-style: italic;
    line-height: 19px;
    font-size: 14px;
    margin-right: 3px;
}
.page-breadcrumb li:last-child .fa-angle-right {
    display: none;
}
.container {
    max-width: 100%;
}
.main-container {
    width: 100%;
}
.sidebar {
    position: relative;
    margin: 0 auto;
    display: block;
    /*width: 300px;*/
}
.page-bar {
    background-color: transparent;
    margin-bottom: unset;
}

.scrollToTop {
    position: fixed;
    right: 5px;
    bottom: 55px;
    background: rgba(0,0,0,.75);
    display: block;
    width: 45px;
    height: 45px;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.section-container {
    padding-top: 30px;
}
a.img {
    position: relative;
    display: block;
    overflow: hidden;
}
a.img .duration {
    display: block;
    padding: 2px 4px;
    background: rgba(0,0,0,.5);
    position: absolute;
    right: 4px;
    bottom: 4px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 2px!important;
}
a.img .video-play-ico img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
a.img:after {
    /*border: 1px solid rgba(0, 0, 0, .1);*/
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
div.actions > a.btn {
    border-radius: 0px;
    min-width: 110px;
}
.actions .view-more {
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
    color: #333;
}
.page-heading {
    padding-bottom: 20px;
    padding-top: 5px;
}
.page-heading h1 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: bold;
}
.site-overlay {
    z-index: 9;
    position: fixed;
    display: none;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0,0,0,.1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-middle {
    background: #fff;
    padding: 0;
    background-image: url(/dbndna-media/logo/header-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.header-logo {

}
.header-logo a img {
    width: 100%;
}
.header-search .dropdown-menu {
    padding: 0px;
    border-radius: 0px;
}
.header-search-box {
    right: 0;
    left: auto;
    width: 400px;
    padding: 15px;
    font-size: 16px;
    text-align: left;
    border-radius: 0;
    opacity: 0.95;
    height: 80px;
}
.header-search-box form {
    position: relative;
}
.header-search-box .form-control {
    height: 48px;
    position: absolute;
    z-index: 2;
    width: 100%;
    border-radius: 0;
}
.header-search-box .search-btn {
    background: #e90606;
    height: 48px;
    line-height: 48px;
    width: 110px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    border: none;
}
.footer {
    background-color: #f2f2f2;
    padding: 30px 0px;
    position: relative;
    overflow: hidden;
}
.footer:before {
    content: ' ';
    display: block;
    width: 683px;
    height: 683px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url('../images/hoa-sen.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.footer:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -25px;
    right: -200px;
    width: 627px;
    height: 350px;
    display: flex;
    background-image: url('../images/hoa-sen.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.footer-content {
}
.footer-logo {
    width: 100%;
}
.footer-logo a {
    background: #e90606;
    display: inline-block;
    padding: 5px;
    width: 200px;
}
.footer-info p {
    font-size: 13px;
    margin-bottom: 1px;
}
.footer .footer-actions {
    padding: 10px 0;
    border-bottom: #555 1px solid;
}
.footer-actions ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer-actions ul li:first-child {
    font-size: 16px;
    line-height: 42px;
}
.footer-actions ul li:last-child a {
    background-color: #e90606;
}
.footer-actions ul li {
    margin-bottom: 5px;
}
.footer-actions ul li a {
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #7a7a7a;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.scrollToTop {
    position: fixed;
    right: 5px;
    bottom: 55px;
    background: rgba(0,0,0,.75);
    display: block;
    width: 45px;
    height: 45px;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.sub-heading-content {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    clear: both;
    display: block;
}
.sub-heading-content .sub-heading-title {
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
    background-image: url(../images/lotus-draw.svg);
    padding-left: 45px;
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 34px 34px;
}
.sidebar .sub-heading-title {
    background: transparent;
    font-size: 17px;
    line-height: 24px;
    padding-left: 0px;
    text-transform: uppercase;
    color: #B00101;
}
.sub-heading-title,
.sub-heading-title a {
    color: #B00101;
    font-size: 1.15rem;
    font-weight: bold;
}
#mostViewPost .list-post .sub-title a {
    color: #B00101;
    font-size: 14px;
    font-weight: normal;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
#mostViewPost .list-number .number {
    text-align: right;
    color: #e0e0e0;
    font-size: 30px;
    font-weight: bold;
}
.list-number.number-right .list-item {
    padding-right: 20px;
    position: relative;
}
.list-number.number-right .list-item:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.list-number .number {
    position: absolute;
}
.list-number.number-right .number {
    top: 15px;
    right: 0px;
}
.post-item {
    position: relative;
}
.post-item:after {
    content: ' ';
    display: table;
    clear: both;
}
.list-post .post-item .info {
    padding-right: 10px;
}
.list-post .post-item .post-image {
    clear: right;
    float: left;
    width: 100%;
}
.post-meta .post-date,
.post-item .post-date, .more-button {
    font-weight: 400;
    font-size: 12px;
    color: #2A2A2A;
    text-align: left;
    line-height: 17px;
    display: block;
}
.post-meta .post-date, .post-item .post-date{
    color: #808080;
}
.more-button {
    background: #EAEAEA;
    border-radius: 5px;
    display: inline-flex;
    font-size: 10px;
    font-weight: 600;
}
.list-post .post-item .hashtags a,
.post-item .hashtags a {
    display: inline-block;
    margin-top: 5px;
    font-size: 13px;
}
.post-item .sub-title {
    font-weight: 400;
    font-size: 12px;
    color: #808080;
    text-align: left;
    line-height: 18px;
}
.list-view .pagination {
    width: 100%;
    text-align: center;
}
.list-view .pagination .btn {
    background: #fff;
    border-bottom: #f5f5f5 10px solid;
    width: 150px;
    display: inline-block;
    padding: 10px;
    font-size: 16px;
}
.widget-layout-1 .post-item {
    display: block;
    height: 100%;
}
.widget-layout-1 .first-post {
    padding-bottom: 13px;
    height: auto;
}
.widget-layout-1 .first-post .post-image {
    margin-bottom: 10px;
}
.responsive-image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 30% 30%;
    -moz-background-size: 30%;
    -o-background-size: 30%;
    background-size: 30%;
    height: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease 0s;
}
.responsive-image--16by9 {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}
.responsive-image img {
    display: block;
    width: 100%;
}
.sidebar-widget {
    margin-bottom: 10px;
}
.sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}
.ads-box {
    margin: 0 auto 15px;
}
.sidebar-widget .post-item {
    position: relative;
    overflow: hidden;
}
.sidebar-widget .post-item .post-image {
    float: left;
    margin-right: 10px;
    max-width: 30%;
    border-radius: 10px;
    border: 0.5px solid #C8C8C8;
    overflow: hidden;
}
.sidebar-widget .list-post .post-item {
    margin-bottom: 0px;
}
.rounded{
    border-radius: 10px !important;
}
.so-do-web{
    width: 100%;
    height: 133px;
    background-image: url(../images/khai-mac.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
}
.so-do-web::after{
    background:rgba(217, 0, 27, 1);
    content: " ";
    opacity: .3;
    position: absolute;
    width: 100%;
    height: 100%;
}
.so-do-web .heading-banner{
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
}
.imag{
    background: #EAEAEA;
}
.so-do-web .heading-banner::after {
    display: none;
}
.so-do-web .heading-banner .heading-text{
    padding-left: 0;
}
.widget-layout-2 .post-item {
    height: 100%;
    display: block;
}
.index-hot-post {
    border-bottom: 1px solid #d7d7d7;
}
.index-hot-post .main-container {
    margin-bottom: 15px;
}
.widget-layout-2 .first .title {
    /*padding-right: 10px;*/
}
.widget-layout-2 .list-post .post-item {
    margin-bottom: 5px;
}
.widget-layout-2 .list-post .post-item:last-child {
    border-bottom: none;
}
div.widget-layout-2 .list-post .post-item .post-image, div.widget-layout-4 .list-post .post-item .post-image {
    margin-right: 10px;
    width: 40%;
}
.widget-layout-4 {
    background-position: center center;
    background-size: cover;
}
.widget-layout-4 .sub-heading-title, .widget-layout-4 .sub-heading-title a {
    color: #FFFF00;
}
.widget-layout-4 .post-item.first .image-link {
    position: relative;
    display: block;
}
.widget-layout-4 .post-item.first .title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 10px;
    z-index: 2;
}
.widget-layout-4 .post-item.first .image-link:before {
    bottom: 0;
    content: "";
    display: block;
    height: 70%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.9) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(40%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.9)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.9) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.9) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.9) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.video-widget {
    background-color: #FBF4E9;
    padding: 30px 0 0 0;
    background-image: url(../images/lotus-vector-gradient.svg);
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
    overflow: hidden;
}
.video-widget::after{
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../images/lotus-vector-gradient.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    bottom: -120px;
    left: -100px;
    z-index: 1;
}
.bg-video{
    background: #FBF4E9;
    padding-bottom: 30px;
}
.video-widget .sub-heading-content {
    margin-bottom: 20px;
}
.video-widget .post-image {
    position: relative;
}
.video-widget .play-video a {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    width: 70px;
    display: block;
}
.video-widget .main-post .title a {
    display: block;
}
.video-widget .another-video .post-item {
    padding: 10px 0;
    border-bottom: 1px solid #555;
}
.video-widget .another-video .post-image {
    width: 40%;
    float: left;
    margin-right: 15px;
}
.video-widget .another-video .title a {
    color: #e0e0e0;
    font-weight: normal;
    margin-top: 0;
    padding-right: 10px;
}
.video-widget .view-more {
    padding-bottom: 20px;
    text-align: right;
    display: block;
    width: 100%;
    clear: both;
    text-align: right;
}
.view-more, .view-more a {
    color: #909090;
    font-size: 14px;
}
.home-page section:not(.m-0) {
    margin-bottom: 30px;
}
.layout-slide {
    padding-top: 20px;
    padding-bottom: 10px;
}
.layout-slide .owl-nav button {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    position: absolute;
    text-indent: -999px;
    top: 50%;
    transition: background-color 0.5s ease 0s, opacity 0.5s ease 0s;
    vertical-align: top;
    width: 50px;
    z-index: 999;
    opacity: 0.8;
    margin-top: -41px;
}
.layout-slide .owl-carousel .owl-nav button.owl-prev {
    background: #fff url(../images/btn-pre.png) no-repeat center center;
    left: 0;
    right: auto;
}
.layout-slide .owl-carousel .owl-nav button.owl-next {
    background: #fff url(../images/btn-next.png) no-repeat center center;
    right: 0;
    left: auto;
}
.layout-list-links .link-item {
    padding: 16px 0;
    display: block;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.layout-list-links .link-item:last-child{
    border: none;
}
.layout-list-links .link-item .title {
    position: relative;
    line-height: 1.75;
}
/*.ellipsis_2_line{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ellipsis_3_line{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}*/
.layout-list-links.dots .title, .layout-list-links.dots .post-date {
    padding-left: 12px;
}
.layout-list-links.dots .link-item .title:before {
    content: " ";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #aaaaaa;
    top: 50%;
    left: 0px;
    margin-top: -3px;
}
.mobile-layout-slide .box-content {
    background-color: #f2f2f2;
}
.top-banner .ads-box {
    margin-bottom: 0px;
}
.top-banner .ads-box img,
.ads-zone-4 .ads-box img {
    width: 100%;
}
.ads-box {
    text-align: center;
}
.ads-box img {
    max-width: 100%;
    height: auto;
}
.ads-zone .heading {
    font-size: 14px;
    color: #909090;
    display: block;
    margin-bottom: 9px;
    padding: 5px;
    background: #e0e0e0;
    width: 100%;
    display: block;
}
.widget-layout-2 .last-post-special {
    background: #091756;
    padding: 15px;
}
.widget-layout-2 .last-post-special .title {
    font-size: 19px;
    line-height: 26px;
}
.widget-layout-2 .last-post-special .title a:hover {
    color: #e0e0e0;
}
.widget-layout-2 .last-post-special .actions li {
    display: inline;
    width: 50%;
    float: left;
    margin-top: 15px;
}
.widget-layout-2 .last-post-special .actions li:last-child {
    text-align: right;
}
.widget-layout-2 .last-post-special .actions a {
    color: #16c9b3;
    display: inline-block;
    padding-right: 15px;
    font-size: 14px;
}
.widget-layout-2 .last-post-special .actions a:hover {
    text-decoration: underline;
}
.widget-layout-2 .last-post-special .actions li:last-child a {
    background: url(../images/icon-chinhsach.png) no-repeat scroll left center;
    padding-left: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.widget-layout-3 .sub-heading-title {
    background: transparent;
    font-size: 17px;
    line-height: 24px;
    padding-left: 8px;
    text-transform: uppercase;
    border-left: 2px solid #BF3333;
}
.widget-layout-3 .sub-heading-title, .widget-layout-3 .sub-heading-title a{
    color: #000;
}
.widget-layout-3 .post-item {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
}
.widget-layout-3 .post-item:last-child {
    border-bottom: none;
}
.widget.publication .image {
    padding: 0 30px 10px;
}
.widget.publication .actions li {
    float: left;
    display: inline-block;
    padding: 0 5px;
    width: 50%;
}
.widget.publication .actions {
    padding: 10px;
}
.widget.publication .actions li a
{
    height: 48px;
    line-height: 48px;
    display: block;
    text-align: center;
}
.slider .owl-nav {
    opacity: .2;
    transition: all 0.5s ease 0s;
}
.slider:hover .owl-nav {
    opacity: 1;
}
.main-nav .nav-link {
    font-family: 'Roboto Bold', 'Roboto Regular', 'Roboto';
}
.heading-banner {
    height: 45px;
    position: relative;
    overflow: hidden;
    background-color: #F2F2F2;
}
.heading-banner:after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 8px;
    left: 15px;
    background-image: url(../images/lotus-draw.svg);
    background-repeat: no-repeat;
}
.heading-banner .heading-text {
    position: relative;
    z-index: 1;
    font-size: 15px;
    color: #B00101;
    text-transform: uppercase;
    line-height: 53px;
    padding: 0 20px 0 60px;
    font-weight: 700;
}
.index-hot-post .sidebar-widget .sub-heading-content, .tai-lieu-ky-hop .sub-heading-content, .thong-bao-moi-hop .sub-heading-content {
    display: none;
}
.block-link-1 .heading-banner {
    background-color: #7f7f7f;
    -webkit-transition: width 0.25s ease-in-out;
    -moz-transition: width 0.25s ease-in-out;
    -ms-transition: width 0.25s ease-in-out;
    -o-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
}
.block-link-1 .heading-banner:hover {
    background-color: rgba(217, 0, 27, 1);
}
.external-link .layout-list-links .title {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
}
.mega-menu .heading {
    font-size: 15px;
    line-height: 21px;
    text-transform: uppercase;
    color: #2A2A2A;
    font-weight: 600;
}
.mega-menu ul li {
    font-size: 15px;
    line-height: 22px;
    color: #6C6C6C;
}
.logo-db{
    width: 300px;
}
.mega-menu-toggle {
    display: block;
    width: 30px;
    height: 54px;
    padding: 0px;
    background: url(../images/menu-toggle.png) center center no-repeat;
}
#navigation .mega-menu {
    position: absolute;
    z-index: 9;
    background-color: rgba(242, 242, 242, 1);
    width: 100%;
    height: 0px;
    left: 0px;
    top: 54px;
    overflow: hidden;
    transition: height 3s;
}
#navigation .mega-menu.open {
    padding-top: 35px;
    height: auto;
}
#navigation.sticky {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
}
#mostViewPost .layout-content{
    background: #fff;
}
.hashtag-view .list-post .post-item.first .post-image {
    max-width: 100%;
}
.hashtag-6 .page-bar, .hashtag-21 .page-bar, .hashtag-22 .page-bar {
    display: none;
}
.hashtag-6 , .hashtag-21 , .hashtag-22 {
    background: url('/dbndna-media/styles/que-minh-xu-nghe-bg.png') top center no-repeat;
    background-size: contain;
}
.hashtag-6 #mostViewPost .layout-content, .hashtag-21 #mostViewPost .layout-content , .hashtag-22 #mostViewPost .layout-content{
    padding: 0 15px;
}
.hashtag-6 .content-wrapper, .hashtag-21 .content-wrapper, .hashtag-22 .content-wrapper {
    background: transparent;
}
.hashtag-6 .page-sub-heading, .hashtag-21 .page-sub-heading, .hashtag-22 .page-sub-heading {
    padding: 80px 0;
    text-align: center;
    display: block;
}
.hashtag-6 .page-sub-heading .sub-heading-title, .hashtag-21 .page-sub-heading .sub-heading-title, .hashtag-22 .page-sub-heading .sub-heading-title{
    color: #fff;
    padding-left: 0px;
    padding-bottom: 20px;
    background: transparent;
    font-size: 70px;
    text-transform: uppercase;
    text-shadow: rgb(0 0 0 / 10%) 5px 5px 10px;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.post-content img, .post-content iframe {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.post-content figcaption {
    background: #f5f3f3;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    color: #212529;
}

.post-detail .post-content ul,
.post-detail .post-content ol {
    padding-left: 40px;
}

.post-detail .post-content ul li,
.post-detail .post-content ol li {
    margin-bottom: 3px;
}

.post-detail.post-content ul {
    list-style: circle;
}

.post-detail .post-content ol {
    list-style: decimal;
}

.post-content blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #e90607;
    background: #eee;
}

.article-detail h2,
.article-detail h3,
.article-detail h4,
.article-detail h5 {
    font-weight: 500;
    margin: 20px 0 15px;
    padding: 0px;
}
.article-detail h2 {font-size:22px;}
.article-detail h3 {font-size:20px;}
.article-detail h4 {font-size:18px;}
.post-content a {
    color: #0b72ca;
}
.post-detail .related-posts li {
    display: block;
    padding: 0 0 10px;
    line-height: 17px;
    position: relative;
}
.post-detail .related-posts li:before {
    content: " ";
    position: absolute;
    width: 6px;
    height: 6px;
    background: red;
    top: 5px;
}
.post-detail .related-posts a {
    display: block;
    color: #909090;
    font-weight: bold;
    padding-left: 15px;
    font-size: 15px;
}
.tags {
    font-size: 14px;
    border-bottom: 1px solid #EAEAEA;
    border-width: 1px 0;
    padding: 11px 0;
    margin-bottom: 30px;
}
.tags .tag-item {
    margin: 0 10px 10px 0;
    color: #333;
}
.tags .tag-item:before {
    content: "#";
}
.video-detail .tags {
    margin: 0px;
    border: none;
}
.video-detail .tags .tag-item {
    margin: 0px;
    padding: 0 10px 5px 0;
}
.post-detail .source {
    font-style: italic;
    text-align: right;
    position: relative;
}
.post-detail .source>div {
    border-radius: 50px;
    font-size: 12px;
    color: #676666;
    padding: 8px 10px;
    display: inline-block;
}
.post-detail .source span a {
    color: #444;
    font-weight: 600;
    text-decoration: none;
}
.post-detail .footer-content-link {
    color: #000;
}
.link-source-detail {
    display: none;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 6px;
    width: 300px;
    position: absolute;
    right: 0;
    bottom: 50px;
    padding: 10px 12px;
}
.post-detail .source.active .link-source-detail {
    display: block;
}
span.link-source-detail-title {
    color: rgba(255, 255, 255, 0.8);
    font: normal 10px/11px Roboto;
    float: left;
}
span.btn-copy-link-source {
    float: right;
    margin-left: 10px;
    opacity: .5;
}
.link-source-detail span.link-source-full {
    font: normal 12px/14px Roboto;
    color: #fff!important;
    display: block;
    word-break: break-all;
    margin-top: 20px;
    clear: both;
    border: 1px solid;
    padding: 0 10px;
    border-radius: 5px;
}
.link-source-detail span.link-source-full {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.link-source-detail .arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.9);
    position: absolute;
    bottom: -10px;
    right: 16px;
}
span.btn-copy-link-source.copy-source {
    padding: 3px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    margin-top: -5px;
    color: white;
    opacity: 1;
    cursor: pointer;
    font-size: 10px;
}
.social-actions .header {
    color: #aaa;
    display: inline-block;
    line-height: 32px;
    float: left;
    margin-right: 5px;
}
.social-actions .social-share {
    display: inline-block;
}
.social-share a.item {
    padding: 5px;
    font-size: 30px;
    color: #aaaaaa;
}

.social-share a.item:hover {
    color: inherit;
}
.ytVideoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.ytVideoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.formLoader {
    overflow: hidden;
    height: 100%;
    position: absolute;
    width: 100%;
    min-height: 150px;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .02);
    display: none;
    z-index: 999;
}
.formLoader ul {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 999999;
    margin: 0;
}
@keyframes preload {
    0% {
        background: #ed7c00;
        opacity: 1
    }
    50% {
        background: #fff;
        opacity: 0.5
    }
    100% {
        background: #ed7c00;
        opacity: 1
    }
}
.formLoader .formLoading {
    display: block;
    height: 14px;
    margin: 0 auto;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 100%;
    padding: 0;
}
.formLoader .formLoading li {
    background: #fff;
    opacity: 0.5;
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    border: 1px solid #ed7c00;
    line-height: 12px;
    padding: 0;
    position: relative;
    margin: 0 0 0 4px;
    animation: preload 1s infinite;
    top: -50%;
    border-radius: 50%;
}
.formLoader .formLoading li:first-child {
    margin-left: 0
}
.formLoader .formLoading li:nth-child(2) {
    animation-delay: .15s
}
.formLoader .formLoading li:nth-child(3) {
    animation-delay: .3s
}
.formLoader.formLoader-complete {
    opacity: 0;
    visibility: hidden;
    transition-duration: 1s
}
.loading>.formLoader {
    display: block;
}
form.lnxForm {
    position: relative;
}
.btn-sticky {
    position: fixed;
    right: 30px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    background-color: #d9001b;
    opacity: 0.5;
}
.btn-sticky:hover {
    opacity: 1;
}
.btn-opinion {

}
.sitemap {
    background-color: rgba(255, 255, 255, .5);
}
.sitemap > li > a {
    text-transform: uppercase;
    font-weight: 500;
    color: #bf3332;
}
.sitemap > li > ul {
    padding-left: 35px;
}
.sitemap a {
    padding: 5px 0;
    display: block;
}
.header-bottom {
    height: 54px;
    position: relative;
    width: 100%;
    z-index: 9;
    background: rgba(255, 255, 255, 1);
}
.main-nav {
    position: relative;
    height: 54px;
}
.main-nav .nav-item {
    line-height: 54px;
    display: inline-block;
    font-size: 15px;
}
.main-navbar > .nav-item >.dropdown-menu {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-radius: inherit;
    border: none;
    height: 40px;
    -webkit-background-clip: initial;
    background-clip: initial;
}
.main-navbar .nav-item.navigationHiddenTabs .dropdown-menu {
    height: auto;
}
.navigationHiddenTabs.open>.nav-link>.fa-bars,
.navigationHiddenTabs>.nav-link>.fa-close {
    display: none;
}
.navigationHiddenTabs.open>.nav-link>.fa-close {
    display: inline-block;
}
.main-navbar > .nav-item.active,
.main-navbar > .nav-item:hover {
    background-color: #fff; 
}
.main-nav .nav-item:hover > .dropdown-menu {
    display: block;
    top: 45px;
}
.main-nav .nav-link {
    color: #383e42;
    display: block;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 15px;
}
.main-nav .nav-item.menu-home {
    float: left;
}
.main-nav .nav-item .nav-link.home {
    height: 54px;
    width: 30px;
    background: url('../images/home.svg') center center no-repeat;
    background-size: 24px 20px;
}
.main-nav .home span {
    display: none;
}
.hiddenTabs .fa-angle-down {display:none}
.main-nav .nav-link:not(.home):not(.hiddenTabs) .fa {
    display: none;
}
.main-nav .main-navbar > .nav-item:last-child {
    padding: 0;
    margin-right: 80px;
}
.main-navbar, .visitorTabs {
    padding: 0px;
    margin: 0px;
    float: left;
    font-size: 0px;
}
.visitorTabs {
    height: 54px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: rgba(255,255,255,.85);
    padding-left: 10px;
}
.main-navbar .dropdown-menu .nav-item:before {
    content: " ";
    position: absolute;
    width: 6px;
    height: 6px;
    background: red;
    top: 50%;
    margin-top: -3px;
}
.main-navbar .nav-item.active > .nav-link {
    background: inherit;
    color: #383e42;
}
.main-navbar .dropdown-menu .nav-link {
    padding: 0 10px;
    line-height: 45px;
    font-weight: normal;
}
.main-navbar .navigationHiddenTabs .hiddenTabs {
    padding: 0 10px;
    font-size: 20px;
}
.blockLinksList ul {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    border: 1px solid silver;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.blockLinksList ul li {
    display: inline-block;
    float: left;
    width: 25%;
    margin-bottom: 20px;
}
.blockLinksList ul li .navLink:first-child {
    font-weight: bold;
}
.blockLinksList.dropdown-menu ul .nav-link {
    padding: 5px 10px;
    line-height: initial;
}
.blockLinksList .navLink:hover {
    text-decoration: underline;
}
.hidescroll-mx {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
}
.hidescroll-mx::-webkit-scrollbar {
    display: none;
}
.mobile-mega-menu {
    position: absolute;
    right: 0;
    top: 0px;
    background-color: #fff;
    width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    z-index: 100;
    float: none;
    margin-right: 0px;
    z-index: 9999;
}
.mobile-mega-menu .sitemap {
    padding: 50px 10px 60px;
}
.mobile-mega-menu .sitemap > li > ul {
    padding-left: 20px;
}
.select-file-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 25px;
    min-height: 25px;
}
.select-file-wrapper input[type="file"] {
    display: none;
}
.select-file-wrapper .sf-placeholder {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    display: block;
    cursor: pointer;
}
.select-file-wrapper .hint-block {
    font-size: 13px;
    font-style: italic;
    color: #555;
}
.list-view .pagination {
    margin-top: 20px;
}
.pagination a, .pagination span {
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #ccc;
    font-family: Roboto;
    font-weight: 500;
    color: rgb(170, 170, 170);
    text-align: center;
    line-height: 36px;
    margin-right: 8px;
    border-radius: 8px;
}
.pagination .active a {
    background-color: #d9001b;
    color: #fff;
    border-color: #d9001b;
}
.list-document .doc-item .doc-code {
    font-family: Roboto;
    font-weight: 500;
    font-size: 15px;
}
.sub-heading-content, .sub-heading-content .sub-categories {white-space:nowrap}
.sub-heading-content .sub-categories .sub-cate-item {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #d0cfcf;
}
.sub-heading-content .sub-categories .sub-cate-item:last-child {
    border:none;
}
.sub-heading-content .sub-cate-item a {color:#7d7d7d}
.sub-heading-content .sub-cate-item:hover a,
.sub-heading-content .sub-cate-item.active a {color:#B00101}
.sub-heading-content .sub-cate-item.active a {font-weight:bold}
.sub-heading-content .slick-arrow {
    position: absolute;
    top: -4px;
    padding: 5px 0;
    line-height: 1rem;
    z-index: 2;
    border: none;
    background: transparent;
    font-size: 1.1rem;
}
.sub-heading-content .slick-arrow:focus {
    outline: none;
}
.sub-heading-content .slide-prev {
    left: 0px;
}
.sub-heading-content .slide-next {
    right: 0px;
}
.slick-slider-1:after {
    position: absolute;
    top: 0px;
    width: 15%;
    height: 100%;
    content: ' ';
    z-index: 1;
}
.slick-slider-1:after {
    right: 0px;
    background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 991px) {
    .index-hot-post .main-content {
        display: flex;
        flex-direction: column;
    }
    .index-hot-post .sidebar-left {
        width: 100%;
        order: 2;
    }
}
@media (max-width: 767px) {
    html.with--sidebar, body.with--sidebar {
        overflow: hidden;
        height: 100%;
        position: relative;
    }
    .with--sidebar .site-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        display: block;
    }
    .mobile-nav-heading .facebook {
        font-size: 25px;
        background: #909090;
        width: 30px;
        height: 30px;
        display: inline-block;
        line-height: 30px;
        text-align: -webkit-center;
    }
    .mobile-nav-heading .close {
        font-weight: bold;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        font-size: 22px;
        opacity: .7;
        margin-right: 10px;
    }
    .mobile-nav-heading .close:hover {
        opacity: .5;
    }
    .mobile-nav-heading{
        display: block;
        padding: 10px;
        border-bottom: 1px solid #e5e5e5;
        background-image: url(/images/admin/logo-admin.png);
        background-repeat: no-repeat;
        background-position: 10px center;
        background-color: #e3e3e3;
        background-size: 145px;
        position: fixed;
        width: 100%;
    }
    .mobile-nav-heading .close{
        color: #1f1f1f;
    }
    .event-n-stats .event-content .sub-heading {
        font-size: 18px;
    }
    .main-menu-toggle {
        font-size: 30px;
        color: #FFFFFF;
    }
    .search-onmobile {
        padding-top: 3px;
        margin-right: 10px;
    }
    .search-onmobile #headerSearchBox img {
        height: 25px;
        width: auto;
    }
    .mobile-nav {
        margin-top: 18px;
    }
    .header-search.pull-right .dropdown-menu:before {
        display: none;
    }
    .header-search-box {
        width: 300px;
        height: auto;
    }
    .header-search-box .form-control,
    .header-search-box .search-btn {
        position: relative;
        height: 40px;
        line-height: 40px;
        width: 100%;
    }
    .header-search-box .form-control {
        margin-bottom: 10px;
    }
    .with--sidebar .mobile-mega-menu {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    .footer-actions ul li:first-child {
        width: 100%;
        text-align: center;
    }
    .list-post .post-item {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: #f5f5f5 1px solid;
    }
    .widget-layout-2 .first,
    .widget-layout-2 .row {
        margin-bottom: 0px;
    }
    .widget-layout-2 .first .title {
        /*padding-left: 10px;*/
    }
    .widget-layout-2 .first,
    .widget-layout-2 .post-item {
        width: 100%;
        border-bottom: #e0e0e0 1px solid;
    }
    .widget-layout-1 , .container, .widget-layout-2,
    .layout-slide .owl-carousel {
        display: block;
    }
    .video-widget .another-video .post-item,
    .layout-slide .item:nth-child(n+1) {
        border-top: 1px solid #555;
        border-bottom: none;
    }
    .home-page section .sidebar {
        margin-top: 30px;
    }
    .layout-slide .item:first-child .title {
        font-size: 21px;
        line-height: 24px;
    }
    .layout-slide .slider {
        background-color: #f2f2f2;
    }
    .layout-slide .item .post-meta {
        padding: 10px;
    }
    .layout-list-links .layout-content,
    .widget-layout-3 {
        padding-bottom: 20px;
    }
    .sidebar .ads-zone {
        margin-bottom: 30px;
    }
    .list-post .post-item .post-image {
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 8px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
    .header-top {
        display: block;
        height: 28px;
        background: #b00101;
        color: #fff;
        line-height: 28px;
    }
    .header-top .time-home {
        font-size: 12px;
        color: #fff;
    }
    .header-top-nav {
        font-size: 0px;
    }
    .header-top-nav .nav-item {
        display: inline-block;
    }
    .header-top-nav .nav-item a {
        color: #fff;
        display: inline-block;
        border-right: #e0e0e0 1px solid;
        padding: 0 7px;
        font-size: 13px;
    }
    .header-top-nav .nav-item a:hover {
        color: initial;
    }
    .header-top-nav img {
        height: 30px;
        width: auto;
        display: inline-block;
    }
    .header-top-nav .nav-item:nth-last-child(2) a, .header-top-nav .nav-item:last-child a {
        border-right: none;
        padding-right: 0px;
    }
    .mobile-mega-menu,
    .main-menu-toggle,
    .search-onmobile {
        display: none;
    }
    .menu-footer {
        padding: 15px 0;
        border-top: #7a7a7a 1px solid;
        border-bottom: #7a7a7a 1px solid;
        float: left;
        width: 100%;
        text-align: center;
    }
    .menu-footer ul {
        float: left;
        width: 100%;
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    .menu-footer ul li {
        padding-right: 7px;
        font-size: 14px;
        float: left;
    }
    .menu-footer ul li a {
        color: #e0e0e0;
        display: inline-block;
        background: url(../images/xemtiep-right.png) no-repeat scroll left center;
        padding-left: 12px;
    }
    .footer-logo {
        float: left;
        margin-right: 20px;
        width: 25%;
        margin-bottom: 10px;
    }
    .footer-logo a {
        width: 100%;
    }
    .footer .footer-actions {
        padding: 20px 0;
    }
    .footer-actions ul li {
        float: left;
        width: 25%;
        padding-right: 7px;
    }
    .list-post .post-item {
        margin-bottom: 20px;
    }
    .widget-layout-1 {
        padding-bottom: 15px;
    }
    .hashtag-view .widget-layout-1 .first-post .post-image {
        width: 50%;
        float: left;
        margin-right: 20px;
        clear: right;
        margin-bottom: 0px;
    }
    .list-post .post-item .post-meta {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .widget-layout-2 .row, .widget-layout-4 .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .widget-layout-2 .row .col-sm-6, .widget-layout-4 .row .col-sm-6 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .video-widget .another-video .list-items {
        margin-left: -10px;
        margin-right: -10px;
    }
    .video-widget .another-video .post-item {
        border-bottom-width: 0px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
        width: 33.33%;
    }
    .video-widget .another-video .title a {
        padding-right: 0px;
    }
    .video-widget .another-video .post-image {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .layout-slide {
        padding-bottom: 25px;
    }
    .layout-slide .post-item .hashtags a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 20px;
        width: 100%;
    }
    .layout-slide .post-item .post-meta {
        background: rgba(255,255,255,.82);
        padding: 5px 10px;
        height: 120px;
    }
    .layout-slide .post-item:hover .post-meta
    {
        background: #fff;
    }
    .layout-slide .post-item .post-meta .title {
        min-height: 50px;
        height: 65px;
        overflow: hidden;
    }
    .widget.publication {
        margin-top: 30px;
    }
    .hidescroll-mx {
        /*padding-right: 80px;*/
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 980px;
    }
    .main-container {
        float: left;
        margin-right: -320px;
        width: 100%;
    }
    .main-content {
        margin-right: 335px;
        padding: 0;
    }
    .sidebar {
        float: right;
        width: 300px;
    }
    .footer-actions ul li {
        padding-right: 20px;
    }
    .footer-actions ul li,
    .footer-actions ul li a {
        font-size: 16px;
        height: 48px;
        line-height: 48px;
        text-transform: uppercase;
    }
    .list-post .post-item .post-image:not(.full-width) {
        width: 40%;
        margin-right: 20px;
    }
    .index-hot-post .main-content {
        display: flex;
    }
    .index-hot-post .main-content .sidebar-left {
        width: 280px;
        margin-right: 20px;
    }
    .index-hot-post .widget-layout-1 {
        flex: 1;
    }
    .index-hot-post .main-container{
        padding-bottom: 15px;
        margin-bottom: 30px;
        border-bottom: 1px solid #efecec;
    }
    .video-widget .another-video .post-image {
        width: 45%;
        margin-bottom: 0px;
        margin-right: 15px;
    }
    .video-widget .another-video .list-items {
        margin-left: 0px;
        margin-right: 0px;
    }
    .video-widget .another-video .post-item {
        border-bottom-width: 1px;
        width: 100%;
        float: none;
        padding-right: 0px;
        padding-left: 0px;
    }
    .video-widget .view-more {
        padding-top: 20px;
    }
    .video-widget .another-video .post-item:first-child {
        padding-top: 0px;
    }
    .video-widget .view-more {
        text-align: center;
    }
    .video-container {
        float: left;
        margin-right: -320px;
        width: 100%;
    }
    .video-content {
        margin-right: 340px;
        padding: 0;
    }
    .video-metadata {
        position: relative;
        float: right;
        width: 320px;

    }
    .video-detail .title-detail {
        margin-top: -2px;
    }
    .public-post-view.hashtag-6 .main-content, .public-post-view.hashtag-21 .main-content, .public-post-view.hashtag-22 .main-content {
        background-color: #fff;
        padding: 15px;
    }
    .hashtag-6 .video-metadata, .hashtag-21 .video-metadata, .hashtag-22 .video-metadata {
        background: rgba(255, 255, 255, .5);
        padding: 15px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1190px;
    }
    .main-content{
        margin-right: 320px;
    }
}