﻿@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'),
         url('../fonts/Roboto/roboto-v18-latin_vietnamese_latin-ext-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/Roboto/roboto-v18-latin_vietnamese_latin-ext-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* roboto-500 - latin_vietnamese_latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'),
         url('../fonts/Roboto/roboto-v18-latin_vietnamese_latin-ext-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/Roboto/roboto-v18-latin_vietnamese_latin-ext-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* roboto-700 - latin_vietnamese_latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'),
         url('../fonts/Roboto/roboto-v18-latin_vietnamese_latin-ext-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/Roboto/roboto-v18-latin_vietnamese_latin-ext-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* roboto-900 - latin_vietnamese_latin-ext */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local('Roboto Black'), local('Roboto-Black'),
         url('../fonts/Roboto/roboto-v18-latin_vietnamese_latin-ext-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/Roboto/roboto-v18-latin_vietnamese_latin-ext-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  @font-face {
      font-family: RobotoCondensed;
      src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
      font-weight:normal;
  }
  @font-face {
      font-family: RobotoCondensed;
      src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
      font-weight: bold
  }
  @font-face {
      font-family: UTMAvo;
      src: url('../fonts/UTM Avo.ttf') format('truetype');
      font-weight:normal;
  }
  @font-face {
      font-family: UTMAvo;
      src: url('../fonts/UTM AvoBold.ttf') format('truetype');
      font-weight: bold
  }
  @font-face {
      font-family: 'Helvet';
      src: url('../fonts/UTM HelvetIns.ttf') format('truetype');
  }

body {
    margin: 0;
    padding: 0;
    font-family: Roboto, Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    line-height: 19px;
    background: #f7f6f3;
    background-image: url(../img/bg-content-min.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9,
.container, .container-fluid {
    padding-left: 10px;
    padding-right: 10px
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

a {
    text-decoration: none;
    outline: none;
}

li {
    padding: 0;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    border: 0;
}

p {
    padding: 0;
    margin: 0;
}

/*Add 24-8
.td-row {overflow:hidden}*/
.td-row:after {
    display: block;
    content: ' ';
    clear: both
}

/**/
.form-group:after {
    display: block;
    content: ' ';
    clear: both;
}

video {
    width: 100%
}

.header {
	background-image: url("../img/bg-header.jpg");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-attachment: inherit;
	background-position: top right;
    background-color: #fff;
    position: relative;
}
/* 
.header>.container:before, .header>.container:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    display: inline-block;
    background-image: url(../img/bg-header-left-min.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.header>.container:after {
    background-image: url(../img/bg-header-right-min.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
} */

.nav-head>ul {
    background: #c52c2c;
    background: linear-gradient(#c52c2c, #b02a14);
    position: relative;
    margin-right: 15px;
}

.head-right {
    padding-top: 20px;
}

.head-right #_td_clock {
    text-align: right;
    display: block;
    padding: 6px 0 0 0;
    color: #fff;
    font-size: 14px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.nav-head>ul li {
    padding: 3px 0;
    display: inline-block;
    float: left;
}

.nav-head>ul a {
    color: #fff;
    padding: 0px 8px;
    display: inline-block;
    font-family: Roboto, arial, sans-serif;
    font-size: 13px;
}

.nav-head>ul li:not(:first-child) a {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.nav-head>ul li:not(:last-child) a {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.navbar-brand {
    display: none;
}

.header>.container {
    position: relative;
    z-index: 1;
}

/* .header-content {
    padding-top: 28px;
    padding-bottom: 28px;
} */

.title-head {
    color: yellow;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
}

.title-head h4 {
    font-family: 'Roboto';
    font-weight: 900;
    color: #025a9c;
    margin: 0 0 10px 0;
    font-size: 22px;
    text-shadow: 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff, 1px 1px 1px #fff;
}

.title-head h2 {
    font-family: Avo, Roboto, arial;
    font-weight: 900;
    color: #bc2b20;
    text-shadow: 2px 0px 0px #fff, 0px 2px 0px #fff, -2px 0px 0px #fff, 0px -2px 0px #fff, 2px 2px 2px #fff;
    font-size: 32px;
    margin: 0px 0 3px;
}

.logo-head {
    padding-right: 35px;
}

.nav-head {
    width: 100%;
    display: block;
    top: 0px;
    z-index: 2;
    position: absolute;
    right: 0px;
}

.nav-head>ul:before, .nav-head>ul:after {
    content: '';
    position: absolute;
    right: 99%;
    height: 100%;
    width: 14px;
    top: 0;
    background-image: url('/portal/_res/img/nav-top-left.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% 100%;
}

.nav-head>ul:after {
    right: auto;
    left: 99%;
    background-image: url('/portal/_res/img/nav-top-right.png');
    background-position: top left;
}

.navbar {
    margin: 0;
    border-radius: 0;
    border: none;
    min-height: auto;
    background: transparent;
    position: relative;
}

.navbar-default .navbar-brand {
    color: #ffffff;
    background: #ba2b20 !important;
}

.navbar-default .navbar-brand:hover {
    color: yellow;
}

.td-main-nav>.container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 0
}
.td-main-nav {
    background: #2574e0;
    border-top: 1px solid #165fc2;
    box-shadow: inset 0px 1px 1px rgb(255 255 255 / 60%);
}
.td-main-nav .navbar-nav, .container>.navbar-header {
    margin: 0 !important;
}

.tandan-div-nav {
    display: inherit;
}

.td-main-nav .search-btn-area {
    float: right;
    position: relative;
    align-items: center;
    display: flex;
}

.td-main-nav .search-btn-area .btn-navbar {
    padding: 6px 15px;
    line-height: 20px;
    border: none;
    top: 0 !important;
    color: #fff;
    text-shadow: none;
    outline: none !important;
    transition: all ease .3s;
    height: 39px;
    background: #c00d0d;
    border-radius: 3px;
}

.td-main-nav .search-btn-area .search-dropdown-panel {
    min-width: 280px;
    z-index: 9999;
    position: absolute;
    right: 0;
    top: 100%;
}

.block>.title, .block .tandan-div-article-other p.tandan-p-article-other {
    background: transparent;
}
.widget-iframe .block>.title>a {
    padding-left: 8px;
    background-image: none;
    color: #ffffff;
    background-color: #2574e0;
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.vertical-menu .block, .vertical-menu .block .body {
    margin-bottom: 5px;
}
.vertical-menu.widget-iframe>.block>.body {
    padding: 10px 10px 0 10px;
    background: #fff;
}
.vertical-menu .block>.title {
    position: relative;
    border: none;
        width: 100%;
    display: inline-block;
    padding: 0
}
.vertical-menu .block>.title>a:after {
    display: none;
}
.vertical-menu .block>.title>a {
    width: 100%;
    display: inline-block;
    padding: 6px 4px 6px 6px;
    line-height: 20px;
    font-weight: 500;
    background: #dbe8ff;
    border: 1px solid #a3befe;
    border-radius: 3px;
    font-size: 15px;
    text-transform: none;
    transition: all ease .3s;
    color: #202532;
    box-shadow: none;
}
.vertical-menu .block.border.has-icon.hasSubMenu:not(.active)>.title>a, .vertical-menu .block.border>.title>a:hover {
    background: #2574e0;
    color: #fff;
}
/*
.vertical-menu .block>.title>a:before {
    display: inline-block;
    background-image: url(/portal/_res/img/ic-vertical-menu.svg);
    float: left;
    margin: 5px 5px 0 0;
    border: none !important;
    content: '';
    position: relative;
    left: 0;
    width: 11px;
    height: 11px;
}
*/
.vertical-menu .block span.far {
    position: absolute;
    top: 0px;
    right: 0;
    color: #71a2e4;
    font-size: 12px;
    padding: 10px 10px;
    cursor: pointer;
    transition: all ease 0.3s;
}
.vertical-menu .block.has-icon:not(.active)>.title span.far , .vertical-menu .dropdown.hasSubMenu.active span.far {
    transform: rotate(180deg);
    color: #fff
}
.vertical-menu .block>.body {
    display: none;
    background: #fff;
    border: 1px solid #d1d1d1;
    padding: 8px;
    border-radius: 0 0 6px 6px;
    margin: 0;
}
.vertical-menu .block>.body .dropdown {
    padding-left: 0;
    display: grid;
}
.vertical-menu .dropdown.hasSubMenu>.upperdd>a {
    max-width: calc(100% - 22px);
}
.vertical-menu .block .dropdown.hasSubMenu span.far {
    padding: 10px 5px;
}
.vertical-menu .block.border {
	border: none;
	padding: 0;
    width: 100%;
    display: flex;
    flex-flow: column;
    margin-bottom: 2px;
}
input.form-control {
    width: 100%;
}

#mask {
    display: none;
    background: url(img/mask.png);
    background-repeat: repeat;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

.row-chanel-link {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #a7a7a7;
    margin-bottom: 10px;
}

#_td_clock {
    text-align: right;
    margin-left: auto;
    display: block;
}

.menu-lv1 {
    height: auto;
}

.home-nav-bottom:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f015";
    padding: 7px 10px;
    display: inline-block;
}

.menu-lv1>ul {
    position: relative;
}

.menu-lv1>ul>li ul {
    position: absolute;
    left: 0;
}

.menu-lv1 li ul {
    position: absolute;
    z-index: 999;
    border-radius: 5px;
    display: none;
    list-style: none;
    background: rgba(255, 255, 255, 1);
    padding: 10px;
    min-width: 260px;
    max-width: 290px;
    margin: 0;
    -webkit-box-shadow: 3px 3px 6px rgb(0 0 0 / 30%);
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 6px rgb(0 0 0 / 30%);
}

.menu-lv1>ul>li ul ul {
    top: 0;
    left: 100%;
}

.menu-lv1 .left>li>a, .menu-lv1 .left>li>a:link, .menu-lv1 .left>li>a:visited {
    text-decoration: none;
    font-weight: bold;
    display: block;
    color: #fff;
}

.menu-lv1 .left>li>a>span {
    display: inline-block;
    padding: 10px 6px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.menu-lv1 .left ul {
    display: none;
}

.menu-lv1 li:hover>ul {
    display: block;
}

.menu-lv1 li.actived ul a, .menu-lv1 li.actived ul a:link, .menu-lv1 li.actived ul a:visited {
    color: #000
}

.menu-lv1 .right {
    float: right;
    padding-right: 10px;
}

.menu-lv1 .right li {
    padding: 10px 0px;
    margin-right: 5px;
}

.menu-lv1 .right a, .menu-lv1 .right a:link, .menu-lv1 .right a:visited {
    color: #fff;
}

.menu-lv2 .left, .menu-lv1 li.actived ul {
    float: left;
    padding-left: 10px;
    padding-top: 3px;
}

.menu-lv2 .right {
    float: right;
    padding: 7px;
    color: #444;
}

.menu-lv2 li, .menu-lv1 li.actived li {
    margin-right: 20px;
    margin-top: 3px;
}

.menu-lv2 li a, .menu-lv2 li a:link, .menu-lv2 li a:visited, .menu-lv1 li.actived li a, .menu-lv1 li.actived li a:link, .menu-lv1 li.actived li a:visited {
    padding-left: 0px;
}

.nav-dropdown .tandan-ul-nav>li {
    position: relative;
}

.nav-dropdown .tandan-ul-nav>li ul {
    position: absolute;
    z-index: 999;
    width: auto;
    padding: 4px 0;
    list-style: none;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
}

.nav-dropdown .tandan-ul-nav>li.actived ul {
    display: none;
}

.nav-dropdown .tandan-ul-nav>li:hover ul {
    display: block;
}

.nav-dropdown .tandan-ul-nav>li ul>li {
    display: block;
    float: none;
    margin: 0;
}

.nav-dropdown .tandan-ul-nav>li ul>li>a {
    display: block;
    padding: 4px 12px;
}

.nav-dropdown .tandan-ul-nav>li ul>li>a:hover, .nav-dropdown .tandan-ul-nav>li ul>li>a:active {
    text-decoration: none;
}

.nav-dropdown .menu-lv1 li.actived li a, .nav-dropdown .menu-lv1 li.actived li a:link, .nav-dropdown .menu-lv1 li.actived li a:visited {
    background-image: url(img/sep-sub-nav.png);
    background-position: 5px center;
    background-repeat: no-repeat;
}

table.table {
    width: 100%;
    border: 1px #ddd solid;
    margin-bottom: 5px
}

table.table th, table.table td {
    padding: 6px
}

table.table tr>th+th, table.table tr>td+td {
    border-left: 1px #ddd solid
}

table.table tr+tr>th, table.table tr+tr>td {
    border-top: 1px #ddd solid
}

table.table tr>th {
    background: #f4f4f4
}

table.table .header-top th {
    border-bottom: 2px #ddd solid;
}

table.table .header-left th {
    border-right: 2px #ddd solid;
}

table.table .header-right th {
    border-left: 2px #ddd solid;
}

table.table .header-bottom th {
    border-top: 2px #ddd solid;
}
div#topcontrol {
    bottom: 80px !important;
    background: #fff;
    padding: 8px;
    border-radius: 6px;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 10%);
}

div#topcontrol>img {
    width: 28px !important;
    height: auto !important;
}
.tandan-div-body {
    margin: auto;
}

.tandan-div-body:after {
    display: block;
    content: ' ';
    clear: both
}

.tandan-div-nav-top {
    height: 17px;
    text-align: right;
}

.tandan-div-nav-top img {
    padding-left: 15px;
    margin-top: -3px;
}

.tandan-div-nav-top a {
    color: #333;
    padding-left: 5px;
    text-decoration: none;
    line-height: 18px;
}

.tandan-div-banner {
    height: auto;
    width: 100%;
}

.tandan-div-banner img {
    max-width: 100%;
	width: auto !important;
	height: auto !important;
	padding: 18px 10px 17px 0;
}

.tandan-div-main {
    height: auto;
    clear: both;
    padding-top: 15px;
    padding-bottom: 20px;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.TD-main-left h1:empty, .TD-main-left h3:empty {
    display: none
}

.tandan-a-readmore {
    color: #f23505 !important;
    padding-left: 5px;
    font-style: italic;
    text-decoration: none;
    font-size: 12px;
}

.tandan-a-readmore:hover {
    text-decoration: underline;
}

.TD-table-module-border-default, TD-table-module-border-default {
    margin-bottom: 15px;
}

.TD-quangcao {
    height: auto;
    margin-bottom: 15px;
}

.TD-quangcao img {
    width: 100%;
}

.TD-box-news {
    margin-bottom: 15px;
    border: 1px solid #ede3c5;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    padding: 5px;
    font-size: 14px;
    line-height: 22px;
    color: #586B8B;
    border-radius: 6px;
}

.TD-box-news:after {
    display: block;
    content: ' ';
    clear: both
}

.layout-pre-top .TD-box-news {
    border: 1px #e2e2e2 solid
}

.TD-box-news-title {
    background: transparent;
    border-bottom: 2px solid #c10e0d;
    padding: 0;
    line-height: 27px;
}

.TD-box-news-title a {
    position: relative;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 3px 10px 3px 50px;
    background: #005798;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Roboto, arial, sans-serif !important;
    background-image: url('/portal/_res/img/bg-title.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.TD-box-news-title a:after {
    position: absolute;
    content: '';
    left: 100%;
    bottom: 4px;
    width: 0px;
    height: 100%;
    top: 0;
    display: inline-block;
    border-bottom: 33px #005798 solid;
    border-left: 0px transparent solid;
    border-right: 20px transparent solid;
}

.tandan-div-module-news-bottom {
    margin-top: 10px;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.tandan-div-module-news-top {
    float: left;
    padding-top: 5px;
    border-bottom: 1px solid #e1e1e1;
    width: 100%
}

.TD-box-news-main>table {
    width: 100%
}

.tandan-div-module-default-left {
    float: left;
    margin: 3px 15px 10px 0;
    margin-right: 15px;
}

.tandan-div-module-default-left>a {
    max-width: 100%;
    width: 160px;
    max-height: 115px;
    overflow: hidden;
    display: inline-block;
    height: 180px;
    background-image: url('img/empty-image.jpg');
    background-position: center center;
    background-size: cover
}

.featured ul.ui-tabs-nav li img[src=''] {
    visibility: initial;
    position: relative;
}

.featured ul.ui-tabs-nav li img[src='']:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: inherit;
    background-image: url('img/empty-image.jpg');
    background-position: center center;
    object-fit: cover;
    background-size: 100% 100%;
    border: none;
}

.tandan-div-module-default-left>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tandan-div-module-default-left img[src=''] {
    display: none
}

.tandan-p-module-news-title {
    padding-right: 5px;
    text-align: justify;
}

.tandan-p-module-news-title a {
    font-weight: 500;
    text-align: justify;
    line-height: 20px;
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.tandan-p-module-news-title a:hover {
    color: #c10600;
    cursor: pointer;
    text-decoration: none;
}

.tandan-p-module-news-summary {
    color: #5e5e5e;
    text-align: justify;
    margin: 5px;
    line-height: 20px;
}

.tandan-p-module-news-second {
    margin-left: 10px;
    line-height: 18px;
    margin-bottom: 10px;
}
.block .tandan-div-article-other p.tandan-p-module-news-second {
    margin: 0;
    padding: 6px 0 6px 5px;
    border-bottom: 1px dashed #c3c3c3;
}
.block .tandan-div-article-other p.tandan-p-module-news-second:last-child {
    border: none;
}
.TD-main-right .widget-iframe .block .body {
    padding: 10px;
}
.tandan-p-module-news-second a {
    padding-left: 15px;
    text-align: justify;
    cursor: pointer;
    color: #333 !important;
    font-weight: 400;
    text-decoration: none;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.tandan-p-module-news-second a, .article-lst.no-img li a, .TD-ul-module-menu-left a, .TD-ul-module-menu-left a:hover {
    background: url('../img/hv-more-news.png') no-repeat center left !important;
}

.tandan-p-module-news-second a:hover {
    text-decoration: none !important;
    color: #ca0116 !important;
}

.TD-box-news .TD-box-news-main, .block.tieu-diem>.body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}
.TD-box-news.rpt-news-hasthumb {
	padding: 5px 10px
}
.TD-box-news.rpt-news-hasthumb .TD-box-news-main{
	padding: 15px 0 10px 0
}
.TD-box-news.rpt-news-hasthumb .TD-box-news-main>table,
.TD-box-news.rpt-news-hasthumb .TD-box-news-main>div {
	display: flex;
    margin: 0 /* flex-wrap: wrap; */;
    width: 50%;
}
.TD-box-news.rpt-news-hasthumb .TD-box-news-main>table>tbody tr, 
.TD-box-news.rpt-news-hasthumb .TD-box-news-main>table>tbody td,
.TD-box-news.rpt-news-hasthumb .TD-box-news-main>table>tbody {
    width: 100%;
    display: block;
}
.TD-box-news.rpt-news-hasthumb .TD-box-news-main>table .tandan-div-module-news-top {
    padding: 0;
    border: none;
}
.TD-box-news.rpt-news-hasthumb .TD-box-news-main>table .tandan-div-module-default-left {
    margin: 0 0px 10px 0;
    display: inline-block;
    float: left;
    width: 100%;
}
.TD-box-news.rpt-news-hasthumb .TD-box-news-main>table .tandan-div-module-default-left>a {
    width: 100%;
    height: 300px;
    max-height: 300px;
    border-radius: 6px;
    overflow: hidden;
    display: inline-block;
    background-image: url('../img/image-empty.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.TD-box-news.rpt-news-hasthumb .TD-box-news-main>table .tandan-div-module-default-left>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.TD-box-news.rpt-news-hasthumb .tandan-div-module-default-right .ngay {
    display: block;
    padding-bottom: 8px;
    padding-top: 8px;
    font-family: 'Roboto';
    font-style: normal;
    line-height: 14px;
    color: #586B8B;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}
.TD-box-news.rpt-news-hasthumb .tandan-div-module-default-right .ngay:before {
	display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: inherit;
    content: "\f073";
}
.TD-box-news.rpt-news-hasthumb .TD-box-news-main>div.tandan-div-module-news-bottom {
    width: calc(50% + 19px);
    padding: 0 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.TD-box-news.rpt-news-hasthumb .tandan-div-module-news-bottom .rpt-news-content {
    width: 50%;
    padding: 0 10px 5px 10px;
}
.TD-box-news.rpt-news-hasthumb .tandan-div-module-news-bottom .rpt-news-thumb {
    overflow: hidden;
    margin-bottom: 6px;
    display: block;
    width: 100%;
    height: 120px;
    border-radius: 6px;
    background-color: #E4EFFF;
    background-image: url(../img/image-empty.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.TD-box-news.rpt-news-hasthumb .tandan-div-module-news-bottom .rpt-news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    color: #666;
    font-size: 10px;
}
.TD-box-news.rpt-news-hasthumb .tandan-div-module-news-bottom .rpt-news-thumb img[src=""] {
    opacity: 0;
}
.TD-box-news.rpt-news-hasthumb .tandan-div-module-news-bottom .rpt-news-content .news-second-title {
    width: 100%;
    align-self: flex-start;
    display: grid;
}
.TD-box-news.rpt-news-hasthumb .tandan-div-module-news-bottom .rpt-news-content .news-second-title a {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #3D5586;
}
.TD-box-news.rpt-news-hasthumb .tandan-div-module-default-right p {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.TD-box-news.rpt-news-hasthumb .rpt-news-content .ngay {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #586B8B;
    padding-top: 0;
    display: block;
    flex: 1 0 100%;
}
.TD-box-news.rpt-news-hasthumb .rpt-news-content .ngay:before {
	display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: inherit;
    content: "\f073";
}
.TD-box-news.rpt-news-hasthumb .TD-box-news-main>div.tandan-div-module-news-bottom .rpt-news-content:nth-child(3) {
  margin-top: 10px;
}
.TD-box-news.rpt-news-hasthumb .TD-box-news-main>div.tandan-div-module-news-bottom .rpt-news-content:nth-child(n+3) {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 0 0;
  padding: 0 10px;
}
.TD-box-news.rpt-news-hasthumb .TD-box-news-main>div.tandan-div-module-news-bottom .rpt-news-content:nth-child(n+3) .rpt-news-thumb {
    height: 60px;
    width: 90px;
    max-width: 90px;
    flex: 1 0 90px;
}
.TD-box-news.rpt-news-hasthumb .TD-box-news-main>div.tandan-div-module-news-bottom .rpt-news-content:nth-child(n+3) a:nth-child(2){
	flex: 1 0 0%;
	background-image: none
}
.TD-box-news.rpt-news-hasthumb .TD-box-news-main>div.tandan-div-module-news-bottom .rpt-news-content:nth-child(n+3) .news-second-title {
  padding: 0 0 0 10px;
}
.TD-box-news.rpt-news-hasthumb .TD-box-news-main>div.tandan-div-module-news-bottom .rpt-news-content:nth-child(n+3) .rpt-news-title-quote a {
  font-weight: 400;
  line-height: 18px;
  color: #4f4f4f;
  order: 1 !important;
  margin-bottom: 5px;
  display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: 0.3s
}
.TD-box-news.rpt-news-hasthumb .TD-box-news-main>div.tandan-div-module-news-bottom .rpt-news-content:nth-child(n+6) {
    display: none;
}
.TD-box-news.rpt-news-hasthumb .rpt-news-title-quote  {
	flex: 1 0 0%;
	width:100%;
	max-width: 100%
}
.TD-box-news.rpt-news-hasthumb .rpt-news-title-quote>a {    
        text-align: justify;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    transition: 0.3s;
    margin-bottom: 5px;
}
.TD-box-news.rpt-news-hasthumb .rpt-news-content .tandan-p-module-news-summary {
	display: none
}
.TD-box-news.rpt-news-hasthumb .tandan-p-module-news-title a{
	width: 100%;
    font-family: 'Roboto';
    font-style: normal;
    text-align: justify;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #3D5586;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.3s
}
.TD-box-news.rpt-news-hasthumb .tandan-p-module-news-title a:hover, .TD-box-news.rpt-news-hasthumb .rpt-news-title-quote>a:hover {
	color: #ca0116 !important;
	text-decoration: none
}

.ngay {
    font-style: italic;
    font-size: 13px;
    color: #666;
    display: none;
}

.tabbed {
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    padding: 5px;
}
.subsites_main {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0 20px 0;
    max-width: 100vw;
    overflow-x: auto;
}

.subsites_main>.row {
    margin: 0;
}

.subsites_pb {
    width: 100%;
    float: left;
    height: auto;
    font-size: 14px;
    vertical-align: top;
    column-count: 3;
    column-gap: 20px;
}

.subsites_pb li {
    padding: 5px 0px 5px 0px;
    font-size: 9pt;
    width: 100%;
    float: left;
    list-style: none;
}

.subsites_pb a, .subsites_pb a:visited {
    font-size: 14px;
    padding-left: 15px;
    font-weight: 400;
    text-decoration: none;
    margin-left: 0px;
    float: left;
    font-family: roboto, arial, sans-serif;
    line-height: 19px;
}

.list-donvi table {
    max-width: 100%;
}

.TD-div-top-fotter {
    width: 100%;
    height: 1px;
    background: #ccc;
    float: left;
}

.tandan-div-module-links-websites, .TD-div-module-links-websites {
    text-align: center;
    margin:5px 0px
}

.tandan-div-module-links-websites select, .TD-div-module-links-websites select {
    font-family: Roboto, arial, sans-serif;
    font-weight: 400;
    width: 100%;
    height: 26px;
    border: 0;
    font-size: 13px;
    background: #fff;
    color: #333;
    outline: none;
    padding: 3px;
    box-shadow: 0 0 1px #000;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.tandan-div-module-links-websites label, .TD-div-module-links-websites label {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
}
.block .block {
    margin-bottom: 0;
}
.tandan-div-module-links-websites label:after, .TD-div-module-links-websites label:after {
    right: 5px;
    top: 0px;
    bottom: 1px;
    position: absolute;
    pointer-events: none;
    background: #fff;
    content-attachment: scroll;
    content-repeat: no-repeat;
    content-position-x: left;
    content-position-y: top;
    content-size: auto;
    content-origin: padding-box;
    content-clip: border-box;
    content-color: transparent;
}

.tandan-div-module-links-websites label:before, .TD-div-module-links-websites label:before {
    content: '';
    right: 6px;
    top: 0px;
    width: 20px;
    height: 20px;
    position: absolute;
    pointer-events: none;
    display: block;
}

.tandan-div-search {
    position: relative;
    height: 40px;
    min-width: 200px;
    background: #fff;
    padding: 8px 8px;
    border: 1px solid #b6ccea;
    display: block;
    width: 100%;
    border-radius: 6px;
    box-shadow: 1px 1px 7px rgb(13 72 134 / 50%);
}

.tandan-div-search .btn-search {
    position: absolute;
    right: 0;
    width: 24px;
}

.tandan-div-search .adv-search {
    display: none
}

.tandan-div-search .div-input {
    position: absolute;
    left: 8px;
    right: 26px;
}

.tandan-div-search .div-input input {
    background: #fff;
    height: 22px;
    width: 100%;
    border: 0px;
    outline: none;
    font-size: 13px;
    font-family: roboto, arial;
}

.tandan-search-icon {
    height: 22px;
    width: 24px;
}

.td-thongke {
    margin: 5px 0;
    margin-left: 10px;
    width: 100%;
    height: auto;
    float: left;
}

.td-thongke p {
    width: 100%;
    float: left;
    line-height: 25px;
}

.td-thongke p span {
    font-weight: bold;
    font-size: 14px;
    padding-left: 5px;
}

.lv-mc-h-main-body {
    margin: 10px 0;
    width: 100%;
    height: auto;
    float: left;
}

.lv-mc-h-main-thang1, .lv-mc-h-main-thang2, .lv-mc-h-main-dunghan2 {
    text-align: center !important;
    font-family: Roboto, Arial;
    font-size: 10pt;
    font-weight: 700;
    padding-bottom: 4px;
}

.lv-mc-h-main-thang1, .lv-mc-h-main-thang2, .lv-mc-h-main-dunghan2 {
    font-family: Roboto, Arial;
    font-size: 10pt;
    font-weight: 700;
    padding-bottom: 4px;
}

.lv-mc-h-main-dunghan1, .lv-mc-h-main-dunghan1 a, .lv-mc-h-main-dunghan1 span {
    text-align: center !important;
    color: #C00000 !important;
    font-size: 25pt !important;
    font-weight: 700 !important;
}

.td-video-album {
    width: 100%;
    height: auto;
    float: left;
}

.TD-img-lienket, .TD-link-img {
    width: 100%;
    float: left;
    height: auto;
}

.TD-main-right .TD-link-img {
    margin-bottom: 10px;
}
.TD-main-right .block .TD-link-img {
    margin-bottom: 0
}
.TD-main-right .block .TD-link-img img {
    margin-bottom: 0;
}
.TD-img-lienket img, .TD-link-img img {
    width: 100%;
    margin-bottom: 5px;
}

.home-main .TD-img-lienket img, .home-main .TD-link-img img {
    width: 48%;
}

.center-col .TD-img-lienket img, .center-col .TD-link-img img {
    width: 24%;
}

.td-thongtincanbiet {
    height: auto;
    margin: 5px 0;
    max-width: 100%;
}
.td-ttcb-right {
    width: 100%;
    display: inline-block;
    margin-top: 5px;
}
.td-ttcb-left img {
    margin-bottom: 5px;
}

.img-quangcao-ngang {
    width: 100%;
    overflow: hidden;
    height: 100px;
    margin-bottom: 10px;
    background: #fff9ea;
    border-top: 2px solid #f6d382;
    padding: 4px 0 0 0;
    position: relative;
    display: inline-block;
    clear: both;
}

.img-quangcao-ngang>marquee {
    height: 100px
}

.img-quangcao-ngang img {
    height: 90px;
    width: auto;
    margin-right: 10px;
}

.bottom-nav li {
    font-weight: 500;
    float: left;
    padding-right: 20px;
    display: inline-block;
}

.bottom-nav li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: roboto, arial, sans-serif;
    font-size: 14px;
}

.bottom-nav li a:hover {
    color: red;
}

.Td-footer-text {
    margin: 15px auto 8px auto;
    height: auto;
    font-family: roboto, arial, sans-serif;
    color: #dbeeff;
    font-size: 14px;
    line-height: 22px;
}

.Td-footer-text p {
    color: #fff;
    text-align: left !important;
    line-height: 20px;
    font-size: 14px;
}

.footer-title {
    font-weight: bold;
}

.Td-footer-text a {
    color: maroon;
}

.TD-chanel-link {
    margin-top: 0px;
}

.top-t {
    padding: 0 0 6px 0;
}

.top-t a {
    padding: 0 1px;
    font-size: 14px;
    font-weight: bold;
}

.TD-body-bt-bt-right-chanel .pager {
    vertical-align: middle;
    text-align: right;
    padding: 6px 0;
    line-height: 22px;
    border-top: 3px #ddd solid;
    margin-top: 12px;
}

.TD-body-bt-bt-right-chanel .pager .PageNumbers, .TD-body-bt-bt-right-chanel .pager .CurrentPage {
    padding: 4px 8px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.TD-body-bt-bt-right-chanel .pager .PageNumbers:hover {
    background: #f6f6f6
}

.TD-body-bt-bt-right-chanel .pager .CurrentPage {
    font-weight: 700;
    background: #eee
}

.TD-body-bt-bt-right-chanel .pager a {
    color: #555;
    text-decoration: none
}

/*.TD-body-bt-bt-right-chanel .pager .prev:before,.TD-body-bt-bt-right-chanel .pager .next:before{display:inline-block;font-size:18px}
.TD-body-bt-bt-right-chanel .pager .prev:before{content:'←';}
.TD-body-bt-bt-right-chanel .pager .next:before{content:'→';}*/
.TD-body-bt-bt-right-chanel>span {
    padding: 4px;
    display: block
}

.TD-body-bt-bt-right-chanel .pager .PageNumbers, .TD-body-bt-bt-right-chanel .pager .CurrentPage {
    vertical-align: top
}

.TD-body-bt-bt-right-chanel .pager .PageNumbers .next, .TD-body-bt-bt-right-chanel .pager .PageNumbers .prev {
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block
}

.top-t-1 {
    text-transform: uppercase;
}

.top-t-3 {
    color: #CE0203;
}

.TD-div-chanel-main {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.channel-table-main {
    margin-right: 0px;
    background: #fff;
    margin-bottom: 5px;
}

.channel-news-folder {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    text-align: justify;
    border-bottom: 1px #fff solid;
    width: 98%;
    display: inline-block;
}

.channel-news-img img {
    width: 150px;
    height: 115px;
    margin-right: 8px;
    margin-top: 5px;
    float: left;
}

.channel-news-img img[src=''] {
    display: none
}

.channel-news-folder .channel-news-title {
    display: inline
}

.channel-news-title a {
    font-weight: 700;
}

.TimeCreatedChannel {
    font-size: 8pt;
    font-style: italic;
    color: #ABABAB;
    font-weight: normal;
}

.channel-news-folder .pub-time {
    font-size: 8pt;
    font-style: italic;
    color: #ABABAB;
    font-weight: normal;
}

.channel-news-folder .pub-time:before {
    content: "(";
}

.channel-news-folder .pub-time:after {
    content: ")";
}

.channel-news-folder .pub-time:empty:before {
    content: "";
}

.channel-news-folder .pub-time:empty:after {
    content: "";
}

.channel-news-comments {
    color: #000;
    text-align: justify;
    width: 100%;
    font-size: 13px;
    margin-top: 5px;
    line-height: 20px;
}

.TD-channel-main-td {
    padding-bottom: 2px;
    padding-top: 2px;
}

.TD-chanel-next a {
    color: red !important;
    font-size: 9pt;
    font-weight: bold;
    padding-left: 10px;
}

.TD-chanel-next {
    margin-bottom: 10px;
}

.tandan-div-article-center {
    width: 786px;
    float: left;
    margin: 5px
}

.tandan-div-article-border-top-center {
    height: 29px;
    width: 772px;
    float: left;
}

.tandan-div-article-border-top-center a {
    color: white;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    margin-left: 5px;
    padding-left: 10px;
    text-shadow: 0px 1px #D51010;
}

.tandan-div-border-article-center {
    width: 690px;
    float: left;
}

.tandan-div-article-border-bottom-center {
    height: 4px;
    float: left;
    width: 782px;
}

.tandan-div-module-article-img {
    margin: 3px;
    margin-right: 10px;
}

.tandan-div-module-article-img img {
    padding: 2px;
    border: 1px solid #c0c0c0;
    width: 233px;
    height: 166px;
}

.tandan-p-article-news-title {
    margin: 8px 0;
}

.tandan-p-article-news-title a {
    text-decoration: none;
    font-size: 16pt;
    font-weight: bold;
}

.tandan-p-article-news-summary {
    font-weight: 500;
    font-size: 15px;
    color: #2E2C2C;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tandan-div-module-news-article {
    border-bottom: 1px solid #ccc;
    margin-right: 10px
}

.tandan-div-module-news-article p, .tandan-div-module-news-article>div {
    margin: 10px 0;
    line-height: 23px;
    text-align: justify;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000;
}
.head-news-cover-wrapper {
	display: grid
}
.featured .info p {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.head-news-cover-wrapper>h2 {
	order: 2;
	margin-top: 10px
}
.head-news-cover-wrapper>img {
	max-height: 450px;
    height: 350px;
    overflow: hidden;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    position: relative;
    object-fit: cover;
    padding-right: 0;
    object-position: center;
    order: 1;
    transition: 0.3s
}
*::-webkit-scrollbar-track{ background-color: #F5F5F5;}
*::-webkit-scrollbar{width: 6px;  background-color: #F5F5F5;}
*::-webkit-scrollbar-thumb{background-color: #dae3e8;}

body::-webkit-scrollbar-track{ background-color: #F4f4f4;}
body::-webkit-scrollbar{width: 12px;  background-color: #F4F4F4;}
body::-webkit-scrollbar-thumb{background-color: #b1b1b1;}

.jcarousel-skin-tango .jcarousel-clip-horizontal {width: 100% !important}
.TD-box-news .jcarousel-skin-tango .jcarousel-item {
    width: 234px;
    padding: 0 8px !important;
}
.TD-box-news .jcarousel-skin-tango .jcarousel-item>div {
    width: 100% !important;
    font-size: 15px !important
}
.TD-box-news .jcarousel-skin-tango .jcarousel-item>div center>a {
    width: 100%;
    height: 120px;
    display: inline-block;
}
.TD-box-news .jcarousel-skin-tango .jcarousel-item>div center>a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.TD-box-news .jcarousel-skin-tango .jcarousel-item>div>A {
    line-height: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #4f4f4f;
    order: 1 !important;
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: 0.3s;
}
.TD-box-news .jcarousel-skin-tango .jcarousel-item>div>A:hover {
    color: #c00d0d;
    text-decoration: none;
}
.tandan-div-module-news-article img {
    max-width: 100%;
    margin: 4px auto;
    height: auto !important
}

.tandan-div-module-news-article.left img {
    float: left;
}

.tandan-div-module-news-article.right img {
    float: right;
}

.tandan-div-module-news-article.zoom-09 p, .tandan-div-module-news-article.zoom-09 p span, .tandan-div-module-news-article.zoom-09>div {
    font-size: 12px !important
}

.tandan-div-module-news-article.zoom-09 .tandan-span-date-publish {
    font-size: 8pt;
}

.tandan-div-module-news-article.zoom-11 p, .tandan-div-module-news-article.zoom-11 p span, .tandan-div-module-news-article.zoom-11 p font, .tandan-div-module-news-article.zoom-11>div {
    font-size: 14px !important;
    line-height: 22px;
}

.tandan-div-module-news-article.zoom-11 .tandan-span-date-publish {
    font-size: 11pt;
}

.tandan-div-module-news-article.zoom-12 p, .tandan-div-module-news-article.zoom-12 p span, .tandan-div-module-news-article.zoom-12 p font, .tandan-div-module-news-article.zoom-12>div {
    font-size: 16px !important;
    line-height: 26px;
}

.tandan-div-module-news-article.zoom-12 .tandan-span-date-publish {
    font-size: 12pt;
}

.tandan-div-module-news-article.zoom-13 p, .tandan-div-module-news-article.zoom-13 p span, .tandan-div-module-news-article.zoom-13 p font, .tandan-div-module-news-article.zoom-13>div {
    font-size: 20px !important;
    line-height: 30px;
}

.tandan-div-module-news-article.zoom-13 .tandan-span-date-publish {
    font-size: 13pt;
}

.tandan-div-module-news-article .img-border {
    background: #eee;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    border-radius: 4px;
    display: table;
    margin: auto;
    padding: 6px;
}

.tandan-div-module-news-article .img-border .img-cap {
    text-align: center;
    min-width: 500px\9
}

.tandan-div-module-news-article .img-border .img-cap, .tandan-div-module-news-article .img-border .img-cap span, .tandan-div-module-news-article .img-border .img-cap p {
    font-size: 8pt !important;
    font-weight: 700;
}

.tandan-div-module-news-article .img-border .img-cap p {
    margin: 0
}

.tandan-p-article-main {
    text-align: justify;
    line-height: 20px;
}

.tandan-p-article-author {
    padding-right: 10px;
    text-align: right !important;
    font-style: italic;
}

.tandan-span-date-publish {
    font-style: italic;
    color: #383838;
    font-size: 8pt;
    display: none;
}

.tandan-div-module-news-article .tandan-span-date-publish {
    padding: 2px 20px 2px 2px;
    border-radius: 0 0px 60px 0;
    border-left: 2px #ddd solid;
}

.tandan-div-article-other {
    margin-top: 10px;
    margin-right: 8px
}

.block .tandan-div-article-other {
    width: auto;
    float: none;
    margin-top: 0;
    margin-right: 0;
    padding: 10px 6px;
    max-height: 300px;
    overflow: auto;
    margin-bottom: 10px;
}

.tandan-p-article-other {
    font-weight: bold;
    margin-bottom: 5px;
}

.tandan-div-article-tool img {
    vertical-align: middle;
    margin-right: 5px;
}

.tandan-div-article-tool a {
    color: black;
    text-decoration: none;
    font-size: 8pt;
    margin-right: 10px;
}

.trang-channel a {
    text-decoration: none;
    padding-right: 20px;
}

.tandan-div-article-tool {
    width: 100%;
    height: auto;
    float: right;
    padding-top: 5px;
    padding-bottom: 10px;
}

.toan-div-google, .toan-div-facebook, .toan-div-mail, .toan-div-print, .toan-div-chat {
    height: 20px;
    float: right;
    width: 20px;
    padding-right: 4px;
}

.tandan-div-module-default-right p {
    line-height: 20px;
    font-size: 14px;
}

.popup {
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    padding: 10px;
}
.td-fly-out-gallery a.close {
    background: red;
    opacity: 1;
}
.popup .close {
    float: right;
    position: absolute;
    top: 2px;
    right: 2px;
    color: #fff !important;
    width: 20px;
    text-align: center;
    background: #ce0d0d;
    opacity: 1;
    font-size: 18px;
    font-weight: 400;
    text-shadow: none;
    height: 20px;
    border-radius: 3px;
}

.TD-table-module-border-compact {
    border: 1px #ddd solid;
    padding: 4px;
}

.TD-table-module-border-compact .TD-div-module-tit {
    font-weight: 700
}

.TD-div-module-thongke {
    font-size: 42px;
    text-align: center;
    padding-top: 15px;
}

.TD-div-module-thongke a {
    font-size: 27px;
    font-weight: bold;
}

.TD-div-module-thongke a:hover {
    text-decoration: none;
}

.current-online {
    text-align: center;
    padding-bottom: 10px;
}

.tdweather {
    font-family: 'Segoe UI Light', Tahoma, Helvetica, Sans-Serif;
}

.tdweather select {
    width: 100%;
}

.tdweather .today {
    display: table;
    width: 100%
}

.tdweather .today>div {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.tdweather .today .curdate {
    color: #333;
    float: left
}

.tdweather .today .time {
    color: #888;
    float: right
}

.tdweather .current .temp {
    font-family: "Segoe UI Light";
    font-size: 20pt;
    padding-left: 12px;
    color: #333;
    padding-top: 4px
}

.tdweather .current .temp.c:after {
    content: "°C";
    color: #888;
    font-size: 14pt
}

.tdweather .current .temp.f:after {
    content: "°F";
    color: #888;
    font-size: 14pt
}

.tdweather .current .img, .tdweather .current .temp {
    display: table-cell;
    vertical-align: middle
}

.tdweather .current .humidity {
    text-align: left;
    margin-top: 6px;
    color: #666
}

.tdweather .current .humidity:after {
    content: "%"
}

.tdweather .current {
    margin-bottom: 6px;
    padding: 4px
}

.tdweather .forecast {
    width: 60px;
    font-size: 8pt;
    text-align: center;
    float: left;
    margin-left: 10px;
    margin-top: 12px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.tdweather .location {
    text-align: left;
    line-height: 20px;
    border-bottom: 2px #ddd solid;
    color: #666;
    padding-left: 6px;
    margin-bottom: 10px
}

.weather-popup {
    padding: 2px 10px 2px 2px;
    background-color: #d65a01;
    border-radius: 10px;
    float: right;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAA5SURBVHjabI5BCgAwCMNS///n7jBlTuxJ0lCUbXMjSQAUCl6al3aCTlVHTNBFLXvqs2sxH/oKgDMAds4X/GwwshUAAAAASUVORK");
    line-height: 20px !important;
}

.td-thongtincanbiet .tdweather {
    margin: 9px 0 10px 0
}

.td-thongtincanbiet .tdweather .current {
    margin: 35px 0
}

.td-thongtincanbiet .tdweather .tdweather .current {
    margin: 10px 0
}

.tandan-div-nav li {
    display: inline-block;
    white-space: normal;
    position: relative;
}

.menu-lv1>ul>li ul li, .menu-lv1>ul>li ul li>a {
    width: 100%;
    display: block;
    color: #444;
}

.menu-lv1>ul>li ul li>a {
    padding: 8px 0 8px 10px;
    font-weight: 500;
}

.menu-lv1>ul>li ul li+li {
    border-top: 1px dashed rgba(0, 0, 0, 0.3);
}

.TD-sub-channel-title {
    padding: 6px;
    font-weight: bold;
}

marquee {
    overflow: hidden;
    white-space: normal
}

.lattest-video {
    position: relative;
    margin-bottom: 0;
}

.lattest-video>a {
    display: block;
    max-height: 200px;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.lattest-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lattest-video .video-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.portal-form {
    margin: 0 8px 16px 0;
    padding-bottom: 10px;
    border: 1px #e2e2e2 solid;
    border-radius: 2px
}

.portal-form .row label {
    vertical-align: bottom;
    line-height: 32px;
}

.portal-form .title {
    height: 29px;
    padding-left: 12px;
    margin-bottom: 2px;
    font-weight: bold;
    text-decoration: none;
    line-height: 30px;
}

.portal-form .row {
    margin: 0
}

.portal-form input[type='text'], .portal-form select, .portal-form textarea {
    border: 1px #e2e2e2 solid;
    min-width: 224px;
    padding: 4px;
    margin: 8px 0 0 0;
}

.portal-form input[type='button'], .portal-form input[type='submit'], .portal-form button, a.tdbtn {
    margin: 8px 0 0 0;
}

.portal-form input[type='text'].large, .portal-form select.large {
    min-width: 350px
}

button, input[type='button'], input[type='submit'], a.tdbtn {
    background-color: #f9f9f9;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: #3D5586,arial;
    font-size: 14px;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

button:hover, input[type='button']:hover, input[type='submit']:hover, a.tdbtn:hover {
    background-color: #e9e9e9;
}

button:active, input[type='button']:active, input[type='submit']:active, a.tdbtn:active {
    position: relative;
    top: 1px;
}

.td-tags {
    margin-top: 10px;
    font-size: 11px;
}

.td-tags .tag {
    display: inline-block;
    background: #f2f2f2;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 2px 6px;
}

.td-tags .tag.head {
    padding-left: 24px;
}

.td-tags .tag a {
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    color: #666
}

.td-sitemap-node {
    background-repeat: no-repeat;
    background-position: 4px center;
    padding-left: 4px
}

.td-sitemap-node[data-type='home'] {
    padding-left: 28px;
}

.td-sitemap-node a {
    color: #484848;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none
}
.td-sitemap-node a:hover {
    color: #b82114;
}

.contact input[type='text'], .contact textarea {
    width: 95%
}

.contact input[type='file'] {
    padding: 5px 0 5px 0
}

.contact {
    width: 100%
}

.th-tbl-Contact td span {
    color: red
}

.textboxtContact {
    width: 20% !important;
    height: 30px;
    font-size: 13pt
}

.div-sent-reload-contact input[type='image'] {
    margin-bottom: -10px
}

.div-sent-reload-contact span {
    color: red
}

.vid-info {
    margin-right: 10px;
}

.vid-info h2 {
    padding-left: 6px;
    margin-bottom: 1px;
    padding-bottom: 10px;
    font-size: 20px;
}

.vid-info .vid-desc {
    position: relative;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.vid-info .vid-desc.expand {
    height: auto
}

.vid-info .vid-desc>p {
    margin-bottom: 24px;
    margin-top: 20px
}

.vid-info .vid-desc .expander {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px #eee solid;
    background-color: #fff;
}
.td-media-player>iframe, .jwplayer.playlist-none {
    border: none;
}
.td-vid-View {
    margin: 0 -10px 10px -10px;
    display: flex;
    flex-wrap: wrap;
}

.td-vid-View .thumb {
    height: 160px;
}

.td-vid-View .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.td-vid-View .vid-title {
    padding: 8px 0;
    color: #444;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

}

.td-vid-View .vid-item {
    float: left;
    width: 33.33333%;
    padding: 10px
}

/* .td-vid-View.zoom-first .vid-item:first-child .thumb img {
    height: 100%;
}

.td-vid-View.zoom-first .vid-item:first-child .vid-title {
    height: 86px;
    padding: 8px;
    font-size: 24px
} */

.binh-chon .bc-item {
    margin: 0 8px 8px 8px;
}

.binh-chon .bc-item>.title {
    line-height: 24px;
    font-weight: 700
}

.binh-chon .bc-item .number {
    margin-top: 8px;
    padding-left: 6px;
    font-style: italic;
    font-weight: 400;
    color: #d29716;
}

.binh-chon .bc-item .number span.num {
    font-style: normal;
    font-size: 15px;
    font-weight: 600;
    color: #b82114;
    padding: 0px 6px;
    background: #f7d383;
    border-radius: 3px;
}

.binh-chon .bc-item .number .num:empty:before {
    content: '0'
}

.binh-chon .bc-item .actions {
    margin-top: 8px;
    text-align: center
}

.binh-chon .bc-item .actions a, .binh-chon .bc-item .actions a:visited {
    padding: 4px 6px;
    color: #666;
    text-decoration: underline
}

.binh-chon .bc-item>.body label {
    margin-left: 8px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}

.binh-chon .bc-item>.body>ul {
    padding-left: 12px
}

.binh-chon .bc-item>.body>ul>li {
    margin: 4px 0
}
.binh-chon .popup {
    max-width: 98vw;
}
.binh-chon .td-bar-chart{width:460px; max-width: 100%;}
.binh-chon .popup .popup-title{width:440px; max-width: 100%;}

.td-bar-chart {
    border-bottom: 1px #ddd solid;
    border-left: 1px #ddd solid;
    background-color: #eee
}

.td-bar-chart li {
    margin: 6px 0;
}

.td-bar-chart li .bar {
    position: relative;
    height: 24px;
    border-bottom: 1px #fff dashed;
    border-right: 1px #eee solid;
    background: #fff;
}

.td-bar-chart li .fill {
    height: 100%;
    float: left;
    background: #fa4
}

.td-bar-chart li .bar .count, .td-bar-chart li .bar .per {
    position: absolute;
    text-shadow: 0 0 2px #FFFFFF;
    line-height: 24px;
    z-index: 9;
    color: #484848
}

.td-bar-chart li .bar .count {
    left: 0;
    padding-left: 6px;
}

.td-bar-chart li .bar .per {
    right: 0;
    padding-right: 6px;
}

.td-bar-chart li .title {
    padding-left: 6px;
    font-style: italic
}

.td-bar-chart li.selected .title {
    font-weight: 700;
}

.TD-ul-module-menu-left {
    line-height: 18px;
}

.TD-ul-module-menu-left li {
    border-bottom: 1px solid #e0e0e0;
    padding: 3px 0;
    padding-left: 5px;
}

.TD-ul-module-menu-left li:last-child {
    border-bottom: 0
}

.TD-ul-module-menu-left a {
    font-size: 14px;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    padding: 3px 0 3px 15px;
    font-weight: 500;
}

/*Add 26-10*/
.vertical-menu .block>.body .dropdown.active>.Menu-2c-tvt {
    display: block !important;
    visibility: initial !important;
    opacity: 1 !important;
    padding-left: 10px !important;
}
.Menu-2c-tvt {
    display: none !important;
}

.TD-ul-module-menu-left .Menu-2c-tvt a {
    background: none !important;
    font-weight: normal;
    padding-left: 15px !important;
}

.TD-ul-module-menu-left .Menu-2c-tvt a:hover {
    background: url('img/icon_menu-2c-tvt_hover.png') center left no-repeat;
    font-weight: normal;
    padding-left: 15px !important;
}

/**/

.tdtbl {
    margin-right: 8px;
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    font-size: 14px;
    width: 98%;
    width: calc(100% - 8px)
}

.tdtbl th {
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 5px;
    line-height: 16px;
}

.tdtbl th.ms-vh2 {
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}

.tdtbl .v-th {
    width: 90px
}

.tdtbl td {
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    line-height: 20px;
    padding: 5px;
}

.tdtbl {
    border-collapse: collapse;
}

.tdtbl a {
    font-size: 14px;
    padding-right: 10px;
}

.tdtbl .ms-viewheadertr .ms-vh2-nofilter {
    display: none
}

.ms-WPBody .tdtbl, .ms-WPBody .tdtbl td {
    font-size: 14px
}

.tdtbl .no-wrap {
    white-space: nowrap;
}

.list_carousel {
    margin: 5px;
}

.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.list_carousel li {
    font-size: 9pt;
    color: #999;
    text-align: center;
    background-color: #eee;
    height: 96px;
    padding: 0;
    margin: 4px;
    display: block;
    float: left;
}

.list_carousel li img {
    height: 96px;
    border: 1px solid #c0c0c0;
    padding: 3px;
}

.list_carousel .caroufredsel_wrapper a {
    display: block;
    width: 100%;
}

.list_carousel.responsive {
    width: auto;
    margin-left: 0;
}

.album-preview {
    position: relative;
}

.album-preview .TD-box-news-title>div {
    float: left
}

.album-preview .TD-box-news-title>div.album-select {
    float: right;
    margin: 6px 6px 0 0
}

.album-preview .pager {
    text-align: center;
}

.album-preview .pager a {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #888;
    color: #888;
    background: rgba(0, 0, 0, .5);
    color: transparent;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 4px;
}

.article-lst li {
    border-bottom: 1px #c00d0d dashed;
    padding: 5px 0;
    overflow: hidden
}

/* add 1-10 */
.vb-moi marquee {
    white-space: inherit;
    margin: 10px 0;
}

/**/

.article-lst.no-img li img {
    display: none
}

.article-lst.no-img li a {
    padding-left: 18px;
    font-size: 14px;
    color: #020202 !important;
    font-weight: 400;
}

.block .article-lst {
    margin: 6px;
}

.block .article-lst img {
    float: left;
    width: 60px;
    height: 46px;
}

.td-luffy li {
    width: calc(50% - 6px);
    height: 26px;
    margin: 3px;
    display: inline-block;
    border-radius: 15px;
    margin-bottom: 4px;
}

.td-luffy li img {
    width: 20px;
    height: 20px;
    float: left;
    margin: 3px;
}

.td-luffy li a {
    text-decoration: none;
    font-weight: bold;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 26px;
    padding-left: 5px;
    width: 87%;
    /*float:left;*/
}

.td-luffy li:hover {
    cursor: pointer;
}

.TD-div-module-solid-right {
    width: 790px;
    float: left;
}

.ms-viewheadertr {
    width: 100%;
}

.GopYVanBan h2 {
    border-bottom: 0;
    margin-bottom: 5px !important;
}

.GopYVanBan {
    margin-right: 8px;
}

.GopYVanBan table {
    border: 0px !important;
}

.GopYVanBan table th, .GopYVanBan table tr, .GopYVanBan table td {
    padding: 10px 0px;
}

td.ms-vb-title {
    display: none;
}

.div-webpart {
    margin-right: 8px;
}

.div-first-filter {
    padding-top: 10px;
    padding-left: 10px;
}

.div-between-filter {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

#div-xaydung-filter input[type='text'] {
    width: 30%;
    line-height: 25px;
    font-size: 10pt;
    font-weight: bold
}

#div-xaydung-filter input[type='button'] {
    font-size: 12pt;
    font-weight: bold;
    width: 30%;
}

.div-calendar-table table {
    width: 100%;
    border: 1px #C6DBFF solid;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.th-lich-cong-tac table th {
    height: 30px;
    font-size: 13px;
    padding: 0 5px;
}

.th-lich-cong-tac table td {
    height: 40px;
    font-weight: 400;
    font-size: 8pt;
}

.th-lich-cong-tac table td p {
    margin-top: 5px;
}

.th-lich-cong-tac table td .p-center {
    text-align: center
}

.div-title {
    width: 100%;
    float: left;
}

.TD-TH-div-calendar-tit {
    width: 199px;
    height: 22px;
    margin-bottom: 3PX;
}

.div-xem {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.div-xem table {
    width: 100%
}

.div-calendar-next-pre {
    width: 135px;
    float: left;
}

.div-calendar-next-pre a {
    font-weight: bold;
    font-size: 12px;
}

.div-xem-left {
    float: left;
    height: 2px;
    width: 455px;
    margin: 9px 5px;
}

.div-xem-center {
    float: left;
    width: 190px;
}

.div-calendar-table {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.GopYVanBan table th {
    height: 30px;
    font-size: 13px;
}

.GopYVanBan table td {
    font-size: 10pt;
    font-weight: 400;
}

.header-above-latest-news {
    font-size: 10pt;
    padding: 5px 0;
    margin: 0;
    font-weight: normal;
    overflow: hidden;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px
}

;

.th-lich-tiep-cong-dan a, p {
    font-size: 11pt;
    font-weight: bold;
}

.danh-sach-title {
    margin: 0;
    margin-bottom: 20px;
    padding: 6px 10px !important;
    margin-bottom: 0;
    border: 1px solid #dfdfdf;
    color: #fff;
}

.div-title img {
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

.div-danh-sach {
    border-top: 0px !important;
}

.th-tbl-Contact td input[type='text'] {
    height: 30px;
    margin-bottom: 10px
}

.img-reload-captcha {
    margin-bottom: -8px;
    margin-left: 5px
}

.textboxtContact {
    margin-top: 5px
}

.div-btn-sent-info p {
    text-align: center
}

.div-btn-sent-info input[type='submit'] {
    padding: 5px 15px 5px 15px;
    font-size: 12pt;
    font-weight: bold;
}

.div-btn-sent-info {
    margin-bottom: 10px;
    margin-top: 5px
}

.div-content-press, .div-text-name, .div-text-email {
    width: 100%;
    padding-left: 10px;
}

.div-text-captcha {
    float: left;
    margin-right: 10px;
}

.div-img-captcha {
    float: left;
    border: 1px solid #ccc;
}

.div-img-reload-captcha {
    padding-top: 6px;
    float: left;
    padding-left: 10px;
}

.cmnt-view-title {
    float: left;
    width: 100%;
}

.image-capcha {
    width: 150px
}

.title-center {
    text-align: center
}

a.lnk-btn {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 24px;
    margin: 0 4px;
}

a.lnk-btn:active {
    position: relative;
    top: 1px;
}

.div-title h3 {
    color: red;
    font-size: 15px;
    margin-bottom: 15px;
}

.div-calendar-table td {
    padding-left: 5px;
}

.div-calendar-table td p {
    padding-left: 5px;
}

.center-col .TD-img-lienket img, .center-col .TD-link-img img {
    width: 24%;
    float: left;
}

.center-col .TD-img-lienket a+a>img, .center-col .TD-link-img a+a>img {
    margin-left: 8px;
}

.ExternalClass224FFBFB477F483A8C44785504ACB74A table td {
    border: 1px black solid
}

.Td-footer {
    position: relative;
    background-color: #2574e0;
    background-image: url('../img/bg-footer.png'), linear-gradient(#2e7fef, #2574e0);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: inset 0px 2px 3px rgba(255, 255, 255, 0.46);
}

.Td-footer>.container {
    background-image: url('img/bg-footer-pattem.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 90% auto;
}

.Td-footer-nav {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.bottom-nav {
    list-style: none;
    overflow: hidden;
    line-height: 36px;
    float: left;
}

.admin-page-fix {
    float: right;
}

.div-button-send-comment {
    clear: both;
    overflow: hidden;
}

.div-button-send-comment input {
    display: block;
    border: 1px solid #aaa;
    padding: 5px 10px;
    margin: 10px 10px 10px 0px;
    border-radius: 5px;
    cursor: pointer;
}

.div-under-legend {
    padding: 15px 0 0 15px
}

.div-left-send-comment {
    margin-left: 105px;
}

.div-img-captcha img {
    height: 30px;
}

.div-text-captcha input {
    height: 32px;
    padding-left: 10px;
    font-size: 10pt;
    border: 1px solid #ccc;
    width: 184px;
    line-height: 18px;
}

.div-text-name, .div-text-email {
    height: 32px;
    border: 1px solid #ccc;
    font-size: 10pt;
    line-height: 18px;
    width: 271px;
    float: left;
}

.div-comment-input-content {
    margin-top: 10px;
}

.div-content-press {
    width: 552px;
    font-style: italic;
    display: block;
    font-family: inherit;
    font-size: 10pt;
    overflow: hidden;
    padding-top: 5px;
    border: 1px solid #ccc;
}

.div-comment-input-name {
    float: left;
    margin-top: 10px;
}

.div-comment-input-email {
    margin-left: 10px;
    float: left;
    margin-top: 10px;
}

.cmnt-view-title {
    float: left;
    width: 100%;
    padding-left: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    padding-top: 5px;
}

.cmnt-view {
    float: left;
    width: 100%;
}

#resultData .item {
    border-bottom: 1px dashed #d1d1d1;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

#resultData .item .title {
    font-weight: bold;
    color: #777;
    float: left;
    width: 100%;
    padding-bottom: 5px;
}

#resultData .item .content {
    float: left;
    width: 100%;
}

#ctl00_PlaceHolderMain_ctl07_ctl00_readMore {
    float: left;
    width: 100%;
    padding-top: 10px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    padding-left: 13px;
}

.TD-sub-channel {
    margin-bottom: 5px;
}

.artcle-tools {
    overflow: hidden
}

.artcle-tools .at-btn:hover {
    background: #eee;
}

.artcle-tools .icon-text {
    color: #888;
}

.artcle-tools .at-btn:hover .icon-text {
    color: #000
}

.artcle-tools .icon.print {
    background-position: 0 0;
}

.artcle-tools .at-btn:hover .icon.print {
    background-position: 0 -16px;
}

.artcle-tools .icon.zoom-out {
    background-position: -16px 0;
}

.artcle-tools .at-btn:hover .icon.zoom-out {
    background-position: -16px -16px;
}

.artcle-tools .icon.zoom-in {
    background-position: -32px 0;
}

.artcle-tools .at-btn:hover .icon.zoom-in {
    background-position: -32px -16px;
}

.div-form-input {
    margin-top: 5px;
    overflow: hidden
}

.admin-page-fix a {
    float: right;
    font-weight: 400;
    line-height: 22px;
    padding: 3px 10px;
    border-radius: 5px;
    margin: 3px 0;
    font-size: 14px;
    background: rgb(0 0 0 / 20%);
    color: #fff;
    text-decoration: none;
}

.admin-page-fix a:hover {
    color: red;
}

.admin-page-fix a:active {
    position: relative;
    top: 1px;
}

.TD-link-img a:last-child {
    margin-right: 0;
}

div[class^="ExternalClass"] table {
    margin-left: 0px !important;
    width: 100% !important;
    margin-top: 10px;
}

div[class^="ExternalClass"] table td {
    padding: 5px 7px;
}

div[class^="ExternalClass"] strong>span {
    font-size: 16px;
}

div[class^="ExternalClass"] p>span {
    font-size: 16px;
}

.th-lich-tiep-cong-dan p, .th-lich-tiep-cong-dan a {
    font-weight: bold;
    font-size: 14px;
    font-family: times new roman, serif;
    margin: 2px 0px 7px;
}

.div-no-calendar {
    margin: 5px 0px 15px;
}

.ms-rtestate-field table {
    border: 1px solid #666;
    width: 100% !important;
}

.ms-rtestate-field table td {
    border: 1px solid #666;
}

.ms-rtestate-field table td p {
    margin-left: 0px !important
}


@keyframes lazy-show {
    0% {
        max-height: 28px
    }

    90% {
        max-height: 28px
    }

    100% {
        max-height: 200px;
    }
}

@-moz-keyframes lazy-show {
    0% {
        max-height: 28px
    }

    90% {
        max-height: 28px
    }

    100% {
        max-height: 200px;
    }
}

@-webkit-keyframes lazy-show {
    0% {
        max-height: 28px
    }

    90% {
        max-height: 28px
    }

    100% {
        max-height: 200px;
    }
}

body .lazyload-block-wrapper.show .block {
    overflow: hidden;
    -moz-animation: lazy-show 5s linear;
    -o-animation: lazy-show 5s linear;
    -webkit-animation: lazy-show 5s linear;
    animation: lazy-show 5s linear;
}

.lazyload-block-wrapper .block iframe {
    background: none
}

.input-medium {
    width: 256px;
}

.block-HasThumbal .TD-box-news-main>table {
    width: 50%;
    float: left;
    padding: 0 10px;
    display: inline-block;
}

.block-HasThumbal .tandan-div-module-default-left {
    margin: 0 0 15px 0;
}

.block-HasThumbal .TD-box-news-main {
    margin: 8px -10px 0px -10px;
}

.block-HasThumbal .tandan-div-module-news-top {
    border: none;
}

.block-HasThumbal .tandan-div-module-default-left, .block-HasThumbal .tandan-div-module-default-left>a {
    width: 100%;
    display: inline-block;
}

.block-HasThumbal .tandan-div-module-default-left>a {
    height: 230px;
    max-height: 230px;
}

.block-HasThumbal .tandan-p-module-news-summary {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 10px 0 0;
}

.block-HasThumbal .tandan-div-module-news-bottom {
    width: 50%;
    padding: 0
}

.block-HasThumbal .tandan-p-module-news-second img {
    max-width: 100%;
}

.block-HasThumbal .tandan-p-module-news-second:nth-child(-n+2) {
    width: 50%;
    display: inline-block;
    margin: 0px 0 10px 0;
    float: left;
    padding: 0 10px;
}

.block-HasThumbal .tandan-p-module-news-second:nth-child(-n+2) a {
    background-image: none;
    padding: 0;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.block-HasThumbal .tandan-p-module-news-second:nth-child(-n+2) a:first-child {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.block-HasThumbal .tandan-p-module-news-second:nth-child(-n+2) a:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.block-HasThumbal .tandan-p-module-news-second:nth-child(-n+2) .ngay {
    display: none;
}

.block-HasThumbal .tandan-p-module-news-second:nth-child(n+3) {
    width: 100%;
    display: inline-block;
    margin: 5px 0;
    padding: 3px 5px;
}

.block-HasThumbal .tandan-p-module-news-second:nth-child(n+3) a:first-child {
    display: none;
}

.block-HasThumbal .tandan-p-module-news-second:nth-child(n+3) a {
    font-weight: 400;
    font-size: 14px;
}

.TD-main-right .block .body .body {
    background: transparent;
    border: none;
    box-shadow: none
}

.TD-main-right .block .body .body:after {
    display: none
}

@media (min-width: 768px) {
    .td-main-nav .navbar-collapse {
        display: flex !important;
        flex: 1 0 0%;
        padding: 0;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1280px;
    }
}

@media (min-width: 1400px) {
    /* .navbar-default>.container {
        width: 1350px;
    } */
}

@media (min-width: 768px) and (max-width: 1365px){
    .td-luffy li {
        width: 100%;
    }
}
@media (min-width: 1600px) {
    /* .navbar-default>.container {
        width: 1500px;
    } */
}

@media (max-width: 767px) {
    .td-slide-rotate {
        height: 260px;
    }
    .td-thongtincanbiet, .td-thongtincanbiet .td-ttcb-left {
        width: 100%;
    }
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: auto;
        z-index: 2;
        background: #fff;
        padding: 10px !important;
        box-shadow: 0 5px 6px rgb(0 0 0 / 22%);
    }
    .navbar-header {
        width: 100%;
        max-width: 100%;
        flex: 1 0 0%;
    }
    .tandan-div-nav li a>span, .menu-lv1 .left>li>a {
        color: #333 !important;
        text-shadow: none !important;
        padding-bottom: 0px;
    }
    .tandan-div-nav .menu-lv1>ul>li>a, .menu-lv1 .left>li>a>span {
        color: #d85d05 !important;
    }
    .menu-lv1>ul>li ul {
        position: relative;
        left: 0;
        display: inline-block !important;
        box-shadow: none;
        max-width: 100%;
        width: 100%;
        padding-top: 0;
    }
    .featured ul.ui-tabs-nav {
        max-height: 200px;
        margin-top: 10px;
    }
    .subsites_pb {
        column-count: 2;
    }
    .navbar-collapse.collapse {
        display: none !important
    }
    .navbar-toggle, .navbar-collapse.collapse.in {
        display: inline-block !important;
    }

    .navbar-toggle {
        background-color: transparent !important;
        border: none !important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-brand {
        display: block;
        color: #fff !important;
    }
    .menu-lv1>ul, .menu-lv1>ul>li, .menu-lv1>ul>li>ul li, .menu-lv1 .left>li>a>span {
        width: 100%;
        display: inline-block;
    }

    .menu-lv1>ul.left>li>ul {
        display: inline-block;
        position: relative;
        box-shadow: none;
    }

    .menu-lv1>ul.left>li>ul a {
        color: #ffe8b6 !important;
        font-size: 13px;
    }
}
@media (max-width: 580px) {
    .navbar-header {
        width: 100%;
    }
    .row.header-content>.col-xs-12 {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0px 0;
    }
    #_td_clock {display: none;}
    .head-news-cover-wrapper>img {
        height: 245px;
    }
    
    .TD-box-news.rpt-news-hasthumb .TD-box-news-main>table, 
    .TD-box-news.rpt-news-hasthumb .TD-box-news-main>div {
        width: 100%;
    }
    .TD-box-news.rpt-news-hasthumb .TD-box-news-main>div.tandan-div-module-news-bottom {
        padding: 15px 0 0 0;
        margin: 0 -10px;
        width: calc(100% + 20px);
    }
    .TD-box-news.rpt-news-hasthumb .TD-box-news-main>div.tandan-div-module-news-bottom.col-sm-6 {
        padding: 15px 0 0 0 !important;
        margin: 0 0px !important;
        width: 100% !important;
    }
    .TD-box-news.rpt-news-hasthumb .TD-box-news-main>table .tandan-div-module-default-left>a {
        height: 200px;
    }

    .featured ul.ui-tabs-nav {
        width: 100%;
        position: relative;
        display: block;
        left: 0;
        padding-left: 0
    }

    .featured .ui-tabs-panel {
        width: 100%;
        margin-top: 0px
    }

    .featured {
        height: auto;
        display: grid;
    }

    .tandan-div-module-default-left {
        margin-right: 0
    }

    .tandan-div-module-default-left>a {
        width: 100%;
        max-height: 200px;
    }

    .header-content {
        margin: 0
    }
    .nav-head>ul:before, .nav-head>ul:after {display: none}
    .logo-head>img {
        margin: 0 auto 10px auto;
        max-width: 60px;
    }
    .title-head {
        text-align: center;
    }
    .logo-head {
        width: 100%;
    }

    .header>.container {
        padding: 0;
    }
    .nav-head {
        position: relative;
        background: #c8282a;
        display: inline-block;
    }
    .nav-head>ul {background: transparent;}

    .title-head h4 {
        font-size: 16px;
    }

    .title-head h2 {
        font-size: 20px;
        text-shadow: 2px 0px 2px #fff, 0px 2px 2px #fff, -2px 0px 2px #fff, 0px -2px 2px #fff, 0px 0px 2px #fff;
    }

    .head-right {
        padding-top: 8px;
    }

    .TD-box-news-title a:after {
        display: none;
    }

    .tandan-div-module-default-left>a {
        height: auto;
    }
    .TD-link-xs-2col .TD-link-img {
        display: flex;
        flex-wrap: wrap;
        margin-left: -6px;
        margin-right: -6px;
        width: calc(100% + 12px);
    }
    .TD-link-xs-2col .TD-link-img>a {
        width: 50%;
        padding: 3px 6px;
    }
}
@media (max-width: 480px) {
    .subsites_pb {
        max-height: 250px;
        overflow: hidden;
        overflow-y: auto;
        column-count: inherit;
    }
}