.home-news-vip{overflow: auto; max-height: 570px;}
@media only screen and (min-width: 980px) {
    .scroll-wrapper {
        padding-right: 10px !important;
        margin: 0 !important;
    }
}
.navbar ul li {position: relative;}
.navbar ul li ul li span{padding: 8px;}
.navbar ul li ul li a{text-align: left; max-height: 100%;}
.page-header-inner img{vertical-align: top;}
.nav-left-top{padding: 7px 0;}
.nav-languagebox {
    display: inline-flex;
    vertical-align: middle;
    gap: 5px;
}
.nav-languagebox a, .sidebar-languagebox a{
    width: 25px;
    height: 16px;
    display: inline-block;
}
.nav-languagebox a.active, .sidebar-languagebox a.active{
    border: 1px solid #333;
}
.pub-time {
    font-size: 10pt;
    font-style: italic;
    color: #ababab;
    font-weight: normal;
}
.pagination{justify-content: center;}
.page-item.active .page-link{    
    background-color: #F20D0D;
    border-color: #F20D0D;
}
.TD-chanel-link a {
    border-radius: 0 0px 0px 0;
    background: #ffe2bb;
    color: #222;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    height: 32px;
    line-height: 33px;
    padding: 0 8px 0 0px;
    text-align: center;
    margin-right: 10px;
    font-weight: 400;
    display: inline-block;
}
.TD-chanel-link a:before,
.TD-chanel-link a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #3498db;
    border-width: 16px 10px;
    width: 0;
    height: 0;
    margin-top: 0;
}
.TD-chanel-link a:before {
    left: 0;
    margin-left: -20px;
    border: 0 solid #ffe2bb;
    border-left-color: transparent;
}
.TD-chanel-link .top-t > span:first-child a:before {
    display: none;
}
.TD-chanel-link .top-t > span:first-child a {
    border-radius: 5px 0 0 5px;
    padding-left: 10px;
}
.TD-chanel-link a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #3498db !important;
}
.TD-body-bt-bt-right-chanel {
    padding-top: 10px;
}
.TD-chanel-link {
    margin-bottom: 10px;
}
.story_content img{height: auto;}
.required{color: red;}
.control-label{font-weight: bold;}
.contactform-i p {margin-bottom: 10px;}
.contactform-i h2{font-size: 1.2rem;margin-bottom: 15px;}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.with-errors {
    color: red;
}
.bad input, .bad textarea {
    border: 1px solid red;
}
.td-search-query{color: red;}
.medialist-item .avatar img{height: -webkit-fill-available;}
.lateststory-i{max-height: 550px; overflow-y: auto;}
.advrow img{width: 100%;}
.TD-div-module-thongke a{color: #8D0000;}
.TD-div-module-thongke ul li{font-size: 16px; border-bottom: 1px dashed #ccc;display: flex; justify-content: space-between; padding: 5px;}
.TD-div-module-thongke ul li:last-child{border: none}
.table-link a{color: red;}
.table-link a:hover{text-decoration: underline;}
.table-link td{font-size: 14px;}
table.table .header-top th {
    border-bottom: 2px #ddd solid;
}
table.table tr > th {
    background: #f4f4f4;
}
.box{
    background: #fff4d4;
    border: 1px solid #e8e8e8;
    padding: 10px;
    border-radius: 8px;
    height: 100%;
}
.vb-moi .table{
    background: #fff1f1;
}
.story_body a{word-wrap: break-word;}
.owl-dots, .owl-theme .owl-nav {
    text-align: center;
    margin-top: 10px;
    -webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #4d4d4d;
}

.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    width: 100%;
    cursor: pointer;
    z-index: 999;
    opacity: 1;
}

/* .owl-carousel:hover .owl-nav {
    opacity: 1;
} */

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    display: block;
    position: absolute;
    text-indent: inherit;
    background: #ffffffd6;
    font-size: 1.6em;
    z-index: 10000;
    width: 45px;
    height: 47px;
    color: #333;
    border: 1px solid #eee;
    box-shadow: 0 0 4px #dddfe2;
    border-radius: 50%;
    outline: 0;
    padding-bottom: 2px !important;
}
.owl-carousel .owl-nav span{font-size: 28px;}
.owl-prev {
    left: -15px;
}

.owl-next {
    right: -15px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: #d2384f;
    color: #fff;
}
.box-news img{border-radius: 10px;}
.box-news .box-news-title{margin-top: 15px;}