﻿/*
* @ Core CSS File
* @ Author: Uoc Nguyen
* @ Fontend Developer
* @ Website: http://lamnham.com
* @ Template: Song Cong Portal
*/
.borderbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.normal {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.upper {
  text-transform: uppercase;
}
.left,
.ap-left {
  float: left;
}
.right,
.ap-right {
  float: right;
}
.pointer {
  cursor: pointer;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.hidden {
  display: none;
}
.xdot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.xo,
.ap-xo {
  overflow: hidden;
}
.full {
  width: 100%;
  height: 100%;
}
.fullw {
  width: 100%;
}
.fullh {
  height: 100%;
}
.block {
  display: block;
}
.inline {
  display: inline-block;
}
.cell {
  display: table-cell;
}
.table {
  display: table;
}
.invisible,
.ap-invisible {
  opacity: 0;
  filter: alpha(opacity=0);
}
.vtop {
  vertical-align: top;
}
.vcenter {
  vertical-align: middle;
}
.vbottom {
  vertical-align: bottom;
}
.f9 {
  font-size: 9px;
}
.f10 {
  font-size: 10px;
}
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f17 {
  font-size: 17px;
}
.f18 {
  font-size: 18px;
}
.f19 {
  font-size: 19px;
}
.f20 {
  font-size: 20px;
}
.f21 {
  font-size: 21px;
}
.f22 {
  font-size: 22px;
}
.f23 {
  font-size: 23px;
}
.f24 {
  font-size: 24px;
}
.f25 {
  font-size: 25px;
}
.f26 {
  font-size: 26px;
}
.f27 {
  font-size: 27px;
}
.f28 {
  font-size: 28px;
}
.f29 {
  font-size: 29px;
}
.f30 {
  font-size: 30px;
}
.f31 {
  font-size: 31px;
}
.f32 {
  font-size: 32px;
}
.thin {
  font-weight: 300;
}
.thick {
  font-weight: 500;
}
/* Fonts */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Bold.woff') format('woff'), url('../fonts/roboto/Roboto-Bold.ttf') format('truetype'), url('../fonts/roboto/Roboto-Bold.svg#SFUFutura') format('svg');
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Regular.woff') format('woff'), url('../fonts/roboto/Roboto-Regular.ttf') format('truetype'), url('../fonts/roboto/Roboto-Regular.svg#SFUFutura') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Medium.woff') format('woff'), url('../fonts/roboto/Roboto-Medium.ttf') format('truetype'), url('../fonts/roboto/Roboto-Medium.svg#SFUFutura') format('svg');
  font-weight: 500;
  font-style: 500;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto/Roboto-Light.woff') format('woff'), url('../fonts/roboto/Roboto-Light.ttf') format('truetype'), url('../fonts/roboto/Roboto-Light.svg#SFUFutura') format('svg');
  font-weight: 300;
  font-style: 300;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../fonts/NotoSans/NotoSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSans/NotoSans-Regular.woff') format('woff'), url('../fonts/NotoSans/NotoSans-Regular.ttf') format('truetype'), url('../fonts/NotoSans/NotoSans-Regular.svg#SFUFutura') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSans';
  src: url('../fonts/NotoSans/NotoSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSans/NotoSans-Bold.woff') format('woff'), url('../fonts/NotoSans/NotoSans-Bold.ttf') format('truetype'), url('../fonts/NotoSans/NotoSans-Bold.svg#SFUFutura') format('svg');
  font-weight: bold;
  font-style: bold;
}
body,
.ms-WPBody {
  font-family: "NotoSans", sans-serif !important;
  font-size: 14px;
  line-height: normal;
  background: #fff !important;
  line-height: 1.333;
  overflow: auto;
}
.ms-webpart-zone,
.ms-webpart-cell-vertical,
.ms-webpart-chrome-vertical {
  display: block;
}
img {
  max-width: 100%;
}
a:hover {
  color: #016acd;
  text-decoration: none;
}
.red {
  color: red !important;
}
.bg-white {
  background: #fff !important;
}
.bor {
  border: 1px solid #dededf !important;
}
.f22 {
  font-size: 22px !important;
}
.scroll-top {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  -webkit-transform: translate(0px, 10px);
  -moz-transition-transform: translate(0px, 10px);
  transition: all 0.5s ease;
  opacity: 0;
}
.scroll-top .fa {
  line-height: 40px;
  font-size: 18px;
}
.scroll-top:hover {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
.scroll-top.show {
  opacity: 1;
  transition: all 0.5s ease;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transition-transform: none;
}
.container {
  max-width: 1200px;
  padding: 0px 15px;
  width: 100%;
}
.main-content {
  padding: 20px 0px;
}
.image-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.divider-5gray {
  background: #f7f7f7;
  margin: 20px 0px;
  height: 5px;
}
.marl10 {
  margin-left: 10px !important;
}
.marr10 {
  margin-right: 10px !important;
}
.marl5 {
  margin-left: 5px !important;
}
.marr5 {
  margin-right: 5px !important;
}
.bor {
  border: 1px solid #dededf !important;
}
.mart20 {
  margin-top: 20px !important;
}
.pad10 {
  padding: 10px !important;
}
.title-main,
.title-main > a {
  font-size: 18px;
  display: block;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 20px;
  position: relative;
  font-family: "Roboto";
  color: #960000;
}
.title-main:before,
.title-main > a:before {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 5px;
  left: 0px;
  right: 0px;
  background: #dededf;
}
.title-main > span,
.title-main > a > span {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-right: 10px;
}
.title-main.style-none,
.title-main > a.style-none {
  font-size: 14px;
}
.title-main.style-none > span,
.title-main > a.style-none > span {
  padding-right: 0px;
}
.title-main.style-none:before,
.title-main > a.style-none:before {
  display: none;
}
.title-main.-style01,
.title-main > a.-style01 {
  color: #3e3e3e;
  border-left: 4px solid #0d5eb3;
  padding-left: 10px;
}
.title-main.-style01:before,
.title-main > a.-style01:before {
  display: none;
}
.divider-gray2 {
  height: 2px;
  margin: 20px 0px;
  background: #dededf;
}
.breadcrumb {
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Roboto;
  padding: 10px 0px;
  border-bottom: 1px solid #efefef;
}
.breadcrumb > li > span {
  font-weight: normal;
}
.section {
  margin-bottom: 20px;
}
.pagination {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagination > li {
  border-radius: 0px;
  margin: 0px 2px;
  display: inline-block;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  border-radius: 0px;
}
.pagination > li > a {
  color: #030000;
  padding: 5px 10px;
  border-radius: 0px;
  line-height: auto;
  background: none;
  border: none;
  font-weight: bold;
}
.pagination > li.active > a,
.pagination > li:focus > a {
  color: #0d5eb3;
  background: none;
  border: none;
}
.check-action {
  position: relative;
}
.check-action .check {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0px;
}
.check-action .name {
  padding-left: 25px;
  position: relative;
  display: block;
  min-height: 16px;
}
.check-action .name:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0px;
  background-color: #fff;
  border: 1px solid #dededf;
}
.check-action .name.vcenter:before {
  bottom: 0px;
  margin: auto;
}
.check-action .name.vcenter:after {
  bottom: 0px;
  margin: auto;
  top: 0px;
}
.check-action .check:checked + .name:before {
  border-color: #0d5eb3;
  color: #fff;
  font-family: ap;
  content: "\ea2b";
  font-size: 9px;
  background: #0d5eb3;
  line-height: 14px;
  text-align: center;
}
.check-action .check:disabled + .name:before {
  background: #C3C8D2;
  border: 1px solid #C3C8D2;
}
.check-action input[type="radio"] + .name:before {
  border-radius: 50%;
}
.check-action input[type="radio"] + .name:after {
  border-radius: 50%;
}
.check-action input[type="radio"]:checked + .name:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #0d5eb3;
  left: 4px;
  top: 6px;
}
.check-action input[type="radio"]:checked + .name:before {
  background: #fff;
  content: "";
  border-color: #0d5eb3;
}
.check-action input[type="radio"]:checked + .name.vcenter:after {
  top: 0px;
}
.btn {
  border-radius: 0px;
  padding: 5px 20px;
}
.btn-main {
  background: #0d5eb3;
  color: #fff;
}
.btn-main:hover {
  color: #fff;
  background: #0a4583;
}
#overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  display: none;
}
#overlay.show {
  display: block;
}
.title-line {
  border-bottom: 1px solid #0d5eb3;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
.table-info {
  width: 100%;
  margin-bottom: 20px;
}
.table-info td {
  padding: 10px;
}
.table-info td:first-child {
  width: 160px;
}
.table-info tr:nth-child(2n+2) {
  background: #f9f9f9;
}
.form-control {
  border-radius: 0px;
  box-shadow: none;
  height: 32px;
}
.input-right-icon {
  position: relative;
}
.input-right-icon .form-control {
  padding-right: 30px;
}
.input-right-icon .icon {
  position: absolute;
  right: 7px;
  height: 20px;
  top: 0px;
  bottom: 0px;
  z-index: 11;
  margin: auto;
  line-height: 20px;
  color: #666;
}
.header {
  background: #104d8d;
}
.header .navbar-nav > li:last-child {
  margin-right: 0px;
}
.header .navbar-nav > li:hover > a,
.header .navbar-nav > li:focus > a,
.header .navbar-nav > li.active > a,
.header .navbar-nav > li:hover > a:focus,
.header .navbar-nav > li:focus > a:focus,
.header .navbar-nav > li.active > a:focus {
  background: none;
}
.header .navbar-nav > li:first-child > a:before {
  display: none;
}
.header .navbar-nav > li:hover > .dropdown-menu {
  display: block;
}
.header .navbar-nav > li.active > a,
.header .navbar-nav > li.open > a {
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}
.header .navbar-nav > li li {
  position: relative;
}
.header .navbar-nav > li li .dropdown-menu {
  left: 100%;
  top: 0px;
  margin: 0px;
  padding: 0px;
}
.header .navbar-nav > li li:hover > .dropdown-menu {
  display: block;
}
.header .navbar-nav > li > a {
  padding: 10px 15px;
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
.header .navbar-nav > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.header .navbar-collapse {
  padding: 0px;
  border: none;
}
.header .search {
  position: relative;
  margin-top: 7px;
  margin-right: 7px;
  width: 250px;
  font-size: 15px;
}
.header .search .form-control {
  padding: 3px 10px;
  height: auto;
  font-size: 13px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-right: 30px;
}
.header .search .form-control::placeholder {
  font-style: italic;
}
.header .icon {
  position: absolute;
  top: 0px;
  width: 30px;
  right: 0px;
  padding: 5px 0px;
  text-align: center;
  color: #0d5eb3;
}
.header .nav-toggle {
  display: none;
}
@media (max-width: 1000px) {
  .header .nav-toggle {
    width: 40px;
    height: 40px;
    background: #0d5eb3;
    text-align: center;
    line-height: 40px;
    color: #fff;
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 10;
    font-size: 32px;
    cursor: pointer;
  }
  .header .navbar-nav {
    position: fixed;
    top: 0px;
    left: -100%;
    margin: 0px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    width: 260px;
    bottom: 0px;
    background: #0d5eb3;
    z-index: 100;
    overflow-y: auto;
  }
  .header .navbar-nav.open {
    left: 0;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
  }
  .header .navbar-nav > li {
    display: block;
    width: 100%;
  }
  .header .navbar-nav > li > a:before {
    display: none;
  }
  .header .navbar-nav > li:hover > .dropdown-menu {
    display: none;
  }
  .header .navbar-nav > li.active > .dropdown-menu {
    display: block;
  }
  .header .dropdown-menu {
    position: relative;
    width: 100%;
    box-shadow: none;
    border: 0px;
  }
}
.bottom-menu {
  background: #f4f4f4;
  height: 44px;
}
.bottom-menu .content {
  position: relative;
  padding-left: 210px;
  padding-right: 260px;
}
.bottom-menu .list {
  white-space: nowrap;
}
.bottom-menu .list > a {
  display: inline-block;
  padding: 10px 10px;
  position: relative;
  padding-left: 20px;
  color: #030000;
}
.bottom-menu .list > a:hover {
  color: #0d5eb3;
}
.bottom-menu .list > a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #030000;
  position: absolute;
  top: 15px;
  left: 5px;
}
.bottom-menu .search {
  position: absolute;
  top: 5px;
  right: 0px;
  border-radius: 0px;
  width: 240px;
}
.bottom-menu .search .form-control {
  padding-right: 34px;
}
.bottom-menu .search .btn {
  width: 34px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #0d5eb3;
  color: #fff;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.bottom-menu .title {
  position: absolute;
  width: 180px;
  top: 0px;
  left: 0px;
  background: #ebeaea;
  color: #0d5eb3;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.bottom-menu .title:before {
  content: "";
  position: absolute;
  top: 0px;
  right: -22px;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 22px solid #ebeaea;
}
@media (max-width: 768px) {
  .bottom-menu {
    height: auto;
    padding: 5px 10px;
  }
  .bottom-menu .content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bottom-menu .title {
    position: relative;
  }
  .bottom-menu .search {
    position: relative;
    width: 100%;
    top: 0px;
  }
}
.select-custom {
  position: relative;
}
.select-custom select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 2px;
  box-shadow: none;
  padding-right: 15px;
}
.select-custom:before {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  width: 0px;
  top: 7px;
  right: 20px;
  height: 0px;
  color: #666;
}
.post-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  margin-bottom: 7px;
  margin-bottom: 10px;
}
.post-image img {
  width: 100%;
  opacity: 0;
}
.post-title {
  margin-bottom: 10px;
}
.post-title,
.post-title > a {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  color: #212121;
  line-height: 1.3333;
  display: block;
}
.post-title:hover,
.post-title > a:hover {
  color: #0d5eb3;
}
.post-title.big,
.post-title > a.big {
  font-size: 20px;
}
.post-desc {
  margin: 10px 0px;
  line-height: 20px;
}
.post-date {
  font-size: 12px;
  color: #707070;
  display: block;
}
.post-info {
  font-size: 12px;
  font-family: "Roboto";
}
.post-info .link {
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  margin-right: 7px;
}
.post-info .post-date {
  display: inline-block;
}
.box-news {
  margin-bottom: 20px;
}
.topnews .post-title {
  margin-bottom: 0px;
}
.topnews .post-title > a {
  font-weight: normal;
}
.topnews .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dededf;
}
.topnews .item:last-child {
  border-bottom: 0px;
}
.topnews .item:after {
  content: "";
  display: block;
  clear: both;
}
.topnews .item.first .post-title > a {
  font-weight: bold;
}
.marb30 {
  margin-bottom: 30px;
}
.marb20 {
  margin-bottom: 20px;
}
.marb10 {
  margin-bottom: 10px;
}
.divider-main {
  margin: 20px 0px;
  border-top: 2px solid #0d5eb3;
}
.divider {
  margin: 20px 0px;
  border-top: 1px solid #ddd;
}
.navtabs {
  margin-bottom: 10px;
}
.navtabs:after {
  content: "";
  display: block;
  clear: both;
}
.navtabs > li {
  float: left;
}
.navtabs > li > a {
  display: inline-block;
  color: #1c1c1c;
  font-size: 18px;
}
.navtabs > li > a:after {
  content: "|";
  display: inline-block;
  margin: 0px 7px;
}
.navtabs > li:hover > a {
  color: #0d5eb3;
}
.navtabs > li:last-child > a:after {
  display: none;
}
.navtabs > li.active > a {
  color: #0d5eb3;
  font-weight: bold;
}
.relates > li {
  padding: 7px 0px;
}
.relates a {
  display: block;
  margin-bottom: 5px;
}
.links {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.links > li {
  padding: 5px 0px;
  padding-left: 15px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.links > li > a {
  display: block;
  color: #212121;
  margin-bottom: 5px;
  line-height: 20px;
}
.links > li > a:hover {
  color: #016acd;
  text-decoration: none;
}
.links > li:last-child {
  border-bottom: 0px;
}
.links > li:before {
  position: absolute;
  width: 3px;
  height: 3px;
  content: "\f105";
  top: 5px;
  left: 0px;
  color: #0d5eb3;
  font-family: FontAwesome;
}
.links.-news {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dededf;
}
.links.-news > li {
  padding-left: 0px;
}
.links.-news > li:before {
  display: none;
}
.table-vb .table th,
.table-vb .table td {
  border: 1px solid #d5d5d5 !important;
}
.table-vb .table th {
  text-align: center;
  background: #edecec;
  font-weight: bold;
}
.hotnews .description {
  font-size: 15px;
  line-height: 22px;
}
.hotnews .post-title,
.hotnews .post-title > a {
  font-size: 24px;
  line-height: 32px;
}
.banners,
.banner {
  margin-bottom: 20px;
  display: block;
}
.banners img,
.banner img {
  width: 100%;
  display: block;
}
.banners .banner,
.banner .banner,
.banners .banner-text,
.banner .banner-text {
  display: block;
  margin-bottom: 5px;
}
.tin-trong-nganh-lien-quan {
  border-left: 1px solid #ddd;
}
.box-news.-video .row {
  margin: 0px -5px;
}
.box-news.-video .item {
  padding: 0px 5px;
}
.box-news.-video .video-time {
  position: absolute;
  bottom: 0px;
  display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  left: 0px;
}
.box-news.-video .video-title,
.box-news.-video .video-title > a {
  color: #030000;
}
.box-news.-video .video-title:hover,
.box-news.-video .video-title > a:hover {
  color: #016acd;
  text-decoration: none;
}
.table-content {
  overflow: auto;
}
.tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-bottom: 2px solid #dededf;
  margin-bottom: 20px;
}
.tabs:after {
  content: "";
  display: block;
  clear: both;
}
.tabs > li {
  float: left;
  margin-right: 20px;
}
.tabs > li:last-child {
  margin-right: 0px;
}
.tabs > li > a {
  padding: 8px 0px;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #6c6c6e;
  font-weight: bold;
  position: relative;
}
.tabs > li > a:hover {
  color: #0d5eb3;
}
.tabs > li.active > a {
  color: #0d5eb3;
}
.tabs > li.active > a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 2px;
  left: 0px;
  right: 0px;
  background: #0d5eb3;
}
.tabs.normal > li > a {
  text-transform: none;
  color: #030000;
  font-size: 18px;
  font-weight: normal;
}
.box-cat .news-top {
  margin-bottom: 20px;
}
.box-cat .news-top .image {
  display: block;
  margin-bottom: 10px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.box-cat .news-top .title a {
  font-size: 16px;
  color: #030000;
  display: block;
}
.box-cat.vbm .title {
  margin-bottom: 5px;
}
.banner-text {
  background: #0092a0;
  padding: 13px 10px;
  position: relative;
  padding-right: 50px;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.banner-text .icon {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 5px;
  right: 10px;
  border-radius: 50%;
  background: #72d0d2;
  text-align: center;
  line-height: 32px;
}
.read-more {
  display: block;
  padding: 10px 0px;
  font-weight: 500;
  text-align: right;
  color: #0d5eb3;
}
.read-more .fa {
  margin-left: 5px;
}
.news-related .title {
  color: #fff;
  display: block;
  color: #0d5eb3;
  margin-bottom: 20px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 20px;
}
.news-related ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.news-related ul li > a {
  padding: 10px 10px;
  color: #030000;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.news-related ul li > a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #999;
  position: absolute;
  top: 15px;
  left: 0px;
}
.news-related ul li > a:hover {
  color: #0d5eb3;
}
.news-related ul li .date {
  font-size: 13px;
  color: #939292;
}
.news-related ul li:last-child {
  border-bottom: 0px;
}
.nav-page {
  padding: 20px 0px;
}
.nav-page .nav {
  padding: 7px 10px;
  border: 1px solid #dededf;
  background: #f3f3f3;
  color: #030000;
}
.nav-page .nav:hover {
  color: #0d5eb3;
  border-color: #0d5eb3;
  text-decoration: none;
}
.article {
  line-height: 1.4333;
  margin-bottom: 30px;
}
.article h1 {
  font-size: 22px;
  font-size: 22px !important;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 28px;
}
.article p,
.article div,
.article li {
  margin-bottom: 10px;
}
.article li {
  margin-left: 2em;
  list-style-type: disc;
}
.article img {
  max-width: 100%;
}
.article .article-info {
  font-size: 12px;
}
.article .article-info .actions {
  list-style: none;
  margin: 0px;
  padding: 0px;
  color: #939292;
}
.article .article-info .actions .icon {
  margin-right: 5px;
}
.article .article-info .actions a {
  color: #939292;
  display: block;
  padding: 0px 10px;
}
.article .article-info .actions a:hover {
  color: #0d5eb3;
}
.article .article-info .actions > li {
  list-style: none;
  display: inline-block;
  margin: 0px;
  border-left: 1px solid #dededf;
}
.article .article-info .actions > li:first-child {
  border-left: 0px;
}
.social {
  margin-top: 10px;
}
.social .btn {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  padding: 0px;
  color: #fff;
  margin: 0px;
  margin: 0px 3px;
  font-size: 11px;
  border-radius: 2px;
}
.social .btn.-fb {
  background: #1976d2;
}
.social .btn.-gg {
  background: #dd4b39;
}
.social .btn.-lk {
  background: #318bc1;
}
.social .btn.-tt {
  background: #56acee;
}
.social .btn.-wp {
  background: #575757;
}
.box-sitemap {
  padding: 30px;
  border: 1px solid #dededf;
  font-size: 14px;
}
.box-sitemap .title {
  font-size: 16px;
  display: inline-block;
  width: 260px;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  background: #0d5eb3;
  color: #fff;
}
.box-sitemap ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.box-sitemap ul:before {
  position: absolute;
  width: 2px;
  border-left: 1px dotted #030000;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
}
.box-sitemap ul > li {
  position: relative;
  padding-left: 30px;
}
.box-sitemap ul > li > a {
  color: #030000;
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.box-sitemap ul > li > a:before {
  content: "";
  position: absolute;
  left: -30px;
  width: 30px;
  height: 2px;
  top: 0px;
  margin: auto;
  bottom: 0px;
  border-bottom: 1px dotted #030000;
}
.box-sitemap ul.sitemap {
  margin-left: 50px;
}
.box-sitemap ul.sitemap:before {
  border-left-color: #0d5eb3;
  border-left-style: solid;
  top: -20px;
  bottom: 8px;
}
.box-sitemap ul.sitemap ul {
  margin-left: 20px;
}
.box-sitemap ul.sitemap > li > a {
  text-transform: uppercase;
  color: #0d5eb3;
  padding-left: 15px;
  font-weight: bold;
}
.box-sitemap ul.sitemap > li > a:before {
  border-bottom-style: solid;
  border-bottom-color: #0d5eb3;
}
.box-sitemap ul.sitemap > li > a:after {
  width: 5px;
  height: 5px;
  background: #0d5eb3;
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
}
.list-video {
  margin-bottom: 20px;
  overflow: hidden;
}
.list-video .title {
  font-size: 24px;
  color: #0d5eb3;
  display: block;
  margin-bottom: 10px;
}
.list-video .box-video {
  padding: 10px;
  border: 1px solid #dededf;
}
.list-video .video-item {
  margin-bottom: 30px;
}
.list-video .video-time {
  display: inline-block;
  padding: 2px 5px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 13px;
}
.list-video .video-time .icon {
  margin-right: 5px;
}
.list-video .video-title > a {
  color: #030000;
  font-weight: normal;
}
.list-video .video-title > a:hover {
  color: #0d5eb3;
}
.list-video .video-image {
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
}
.list-video .video-image .img {
  display: block;
  height: 160px;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease;
}
.list-video .video-image .img:hover {
  transition: all 0.3s ease;
  transform: scale(1.1);
}
.video-container {
  margin-top: 30px;
}
.video-container .mejs__controls {
  margin-bottom: 0px;
}
.section-bg {
  padding: 20px;
  background: #f2f2f2;
}
.actions {
  margin-top: 30px;
}
.main {
  color: #0d5eb3 !important;
}
.btn-more {
  text-transform: uppercase;
  color: #0d5eb3;
  display: block;
  text-align: right;
  font-weight: bold;
  font-size: 12px;
}
.box-ntvt .title-main,
.box-antt .title-main,
.box-atgt .title-main,
.box-ntvt .title-main > a,
.box-antt .title-main > a,
.box-atgt .title-main > a {
  text-transform: none;
  font-weight: bold;
  display: inline-block;
}
.box-ntvt .title-main,
.box-antt .title-main,
.box-atgt .title-main {
  margin-bottom: 20px;
}
.box-antt .item {
  margin-bottom: 10px;
}
.box-antt .item .post-image {
  width: 100px;
  float: left;
  margin-right: 10px;
}
.box-antt .item:after {
  content: "";
  display: block;
  clear: both;
}
.slider-dn .item {
  display: block;
}
.box-vk-tw {
  height: 300px;
}
.box-vk-tw .item {
  border-bottom: 1px solid #dededf;
  padding: 10px 0px;
}
.box-vk-tw .item:last-child {
  border-bottom: 0px;
}
.box-vbqppl {
  border: 1px solid #dededf;
  border-top: 2px solid #0d5eb3;
  margin-bottom: 20px;
  padding: 10px 0px;
}
.box-vbqppl .title {
  color: #030000;
  display: block;
  margin-bottom: 10px;
}
.box-vbqppl .item {
  padding: 10px 10px;
}
.box-vbqppl .item:nth-child(2n+1) {
  background: #f5f5f5;
}
.box-vbqppl .item .row {
  margin: 0px;
}
.box-vbqppl .item .col-xs-12 {
  padding-left: 0px;
}
.box-sidebar {
  margin-bottom: 20px;
  position: relative;
}
.box-sidebar .head {
  font-family: "Roboto";
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 7px 20px;
  color: #fff;
  background: #960000;
}
.box-sidebar .links.-news {
  margin-top: 0px;
  border-top: 0px;
  padding-top: 0px;
}
.box-sidebar .body {
  padding: 20px;
  border: 1px solid #dededf;
}
.label-text {
  margin-bottom: 5px;
}
.list-research {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}
.list-research > li {
  margin-top: 5px;
}
.list-research a {
  display: table;
  width: 100%;
  padding: 15px 10px;
  background: #f7f7f7;
  color: #030000;
  font-size: 18px;
  border: 1px solid #dededf;
}
.list-research a:hover {
  border-color: #0d5eb3;
}
.list-research .icon,
.list-research .text {
  display: table-cell;
}
.list-research .icon {
  width: 32px;
}
.list-research .icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.list-research .text {
  padding-left: 10px;
}
.box-unit {
  margin-bottom: 20px;
}
.box-unit .search {
  position: relative;
  margin-bottom: 20px;
}
.box-unit .search .form-control {
  padding-right: 80px;
}
.box-unit .search .btn {
  top: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  position: absolute;
  right: 0px;
}
.box-unit .list-unit {
  margin: 0px;
  padding: 0px;
  margin: 0px -7px;
  list-style: none;
  border-top: 1px solid #dededf;
  padding-top: 10px;
  border-bottom: 3px solid #dededf;
  padding-bottom: 10px;
}
.box-unit .list-unit:after {
  content: "";
  display: block;
  clear: both;
}
.box-unit .list-unit > li {
  float: left;
  width: 50%;
  padding: 0px 7px;
}
.box-unit .list-unit > li:nth-child(2n+3) {
  clear: both;
}
.box-unit .list-unit a {
  display: block;
  padding: 5px 0px;
  font-size: 14px;
  color: #525255;
  position: relative;
  padding-left: 15px;
}
.box-unit .list-unit a:hover {
  color: #0d5eb3;
}
.box-unit .list-unit a:before {
  width: 4px;
  height: 4px;
  background: #0d5eb3;
  position: absolute;
  top: 12px;
  left: 0px;
  content: "";
}
.mart0 {
  margin-top: 0px !important;
}
.rss {
  color: #cccaca;
}
.rss .fa {
  color: #fcb44d;
}
.select-date {
  position: relative;
}
.select-date .form-control {
  padding-left: 40px;
}
.select-date .btn {
  position: absolute;
  top: 0px;
  left: 0px;
  background: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.box-search-adv {
  max-width: 768px;
  margin: auto;
}
.box-search-adv .input-search {
  position: relative;
  margin-bottom: 20px;
}
.box-search-adv .input-search .form-control {
  padding-right: 260px;
}
.box-search-adv .input-search .adv {
  position: absolute;
  right: 110px;
  height: 34px;
  top: 0px;
  border-left: 1px solid #dededf;
  line-height: 34px;
  width: 150px;
  text-align: center;
}
.box-search-adv .input-search .btn {
  width: 110px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.box-adv {
  border: 1px solid #dededf;
  padding: 20px;
  margin-bottom: 20px;
}
.table-result {
  width: 100%;
  border-top: 4px solid #0d5eb3;
  margin-bottom: 20px;
}
.table-result td,
.table-result th {
  padding: 10px 10px;
}
.table-result th {
  text-align: center;
  background: #ebeaea;
  font-weight: bold;
}
.table-result tr:nth-child(2n+2) {
  background: #f9f9f9;
}
.divider-gray {
  height: 1px;
  margin: 20px 0px;
  background: #dededf;
  position: relative;
}
.divider-gray.-redcenter {
  height: 2px;
}
.divider-gray.-redcenter:before {
  content: "";
  width: 160px;
  left: 0px;
  right: 0px;
  position: absolute;
  height: 2px;
  background: #0d5eb3;
  margin: auto;
}
.box-info-user {
  background: #f6f6f6;
  padding: 15px;
}
.box-info-user .avatar {
  width: 100px;
  display: inline-block;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box-info-user .info {
  text-align: left;
  margin-bottom: 10px;
}
.box-info-user .info .icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  background: #e7e7e8;
  margin-right: 5px;
}
.thumb-slider .item {
  padding: 10px;
}
.thumb-slider .item .post-image {
  margin-bottom: 0px;
}
.thumb-slider .item .box-image {
  border: 1px solid transparent;
}
.thumb-slider .item.slick-current {
  outline: none;
}
.thumb-slider .item.slick-current .box-image {
  border-color: #0d5eb3;
}
.galleries-canvas video {
  width: 100%;
}
.box-image {
  position: relative;
}
.list-album {
  margin: 0px -10px;
  margin-bottom: 20px;
}
.list-album:after {
  content: "";
  display: block;
  clear: both;
}
.list-album .item {
  width: 33.3333%;
  float: left;
  padding: 10px 10px;
}
.list-album .item:nth-child(3n+4) {
  clear: both;
}
@media (max-width: 991px) {
  .list-album .item {
    width: 50%;
  }
  .list-album .item:nth-child(3n+4) {
    clear: none;
  }
  .list-album .item:nth-child(2n+3) {
    clear: none;
  }
}
.list-album .play-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  left: 5px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.video-info {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
  font-weight: bold;
}
.list-album-thumb {
  margin: 0px -15px;
}
.list-album-thumb .item {
  padding: 0px 15px;
}
.bottom-rate {
  padding: 10px 10px;
  background: #f4f4f4;
  margin-bottom: 20px;
  color: #818181;
}
.bottom-rate .rate {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  color: #999;
}
.bottom-rate .star:before {
  font-family: ap;
  content: "\e262";
}
.bottom-rate .star.-good {
  color: #fcb44d;
}
.bottom-rate .star.-good:before {
  content: "\e260";
}
.box-provinces .list-links {
  padding: 10px 20px;
}
.box-provinces .list-links:after {
  content: "";
  display: block;
  clear: both;
}
.box-provinces .list-links .item-link {
  width: 25%;
  float: left;
  padding: 5px 10px;
}
.box-provinces .list-links .item-link:nth-child(4n+5) {
  clear: both;
}
@media (max-width: 991px) {
  .box-provinces .list-links .item-link {
    width: 33.333%;
  }
  .box-provinces .list-links .item-link:nth-child(4n+5) {
    clear: none;
  }
  .box-provinces .list-links .item-link:nth-child(3n+4) {
    clear: both;
  }
}
@media (max-width: 768px) {
  .box-provinces .list-links .item-link {
    width: 50%;
  }
  .box-provinces .list-links .item-link:nth-child(4n+5) {
    clear: none;
  }
  .box-provinces .list-links .item-link:nth-child(3n+4) {
    clear: none;
  }
  .box-provinces .list-links .item-link:nth-child(2n+3) {
    clear: both;
  }
}
.box-provinces .list-links .url {
  color: #020000;
  padding-left: 16px;
  position: relative;
}
.box-provinces .list-links .url:before {
  position: absolute;
  content: "\f105";
  top: 0px;
  left: 0px;
  color: #ee6a09;
  font-family: FontAwesome;
}
.box-provinces .list-links .url:hover {
  color: #0d5eb3;
}
.list-thamdo .item {
  margin-bottom: 20px;
  color: #525255;
}
.list-thamdo .percent {
  color: #0d5eb3;
}
.list-thamdo .progress-bar-thamdo {
  height: 5px;
  position: relative;
  margin: 5px 0px;
  background: #ccc;
  float: none;
}
.list-thamdo .progress-bar-thamdo .bar {
  bottom: 0px;
  left: 0px;
  top: 0px;
  background: #0d5eb3;
  position: absolute;
  z-index: 2;
}
.list-thamdo .bottom {
  font-size: 13px;
}
.list-thamdo .bottom:after {
  content: "";
  display: block;
  clear: both;
}
.slider-news-featured {
  margin-bottom: 20px;
}
.slider-news-featured .post-image {
  position: relative;
}
.slider-news-featured .post-image .text-content {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  left: 0px;
  right: 0px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  text-shadow: 1px 0 0 #0e3d6f, -1px 0 0 #0e3d6f, 0 1px 0 #0e3d6f, 0 -1px 0 #0e3d6f, 1px 1px #0e3d6f, -1px -1px 0 #0e3d6f, 1px -1px 0 #0e3d6f, -1px 1px 0 #0e3d6f;
}
.hot {
  padding: 1px 5px;
  font-size: 9px;
  color: #fff;
  background: #ad0528;
  font-weight: normal;
}
.slider-box-quotes {
  margin-bottom: 20px;
}
.slider-box-quotes .post-image {
  margin-bottom: 0px;
}
.slider-box-quotes .box-content {
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 0px;
  padding: 10px 20px;
  color: #fff;
  font-family: "Roboto";
}
.slider-box-quotes .box-content .mess {
  font-size: 24px;
  font-weight: 500;
  text-shadow: 2px 0 0 #0e3d6f, -2px 0 0 #0e3d6f, 0 2px 0 #0e3d6f, 0 -2px 0 #0e3d6f, 1px 1px #0e3d6f, -1px -1px 0 #0e3d6f, 1px -1px 0 #0e3d6f, -1px 1px 0 #0e3d6f;
  margin-bottom: 20px;
  position: relative;
}
.slider-box-quotes .box-content .mess:before {
  content: "\e9f4";
  font-family: "ap";
  color: #faa716;
  font-size: 35px;
  display: block;
}
.slider-box-quotes .box-content .mess:after {
  content: "";
  width: 140px;
  height: 1px;
  background: #fff;
  display: block;
  margin-top: 10px;
}
.slider-box-quotes .box-content .info {
  color: #faa716;
  font-size: 12px;
  text-shadow: 1px 0 0 #0e3d6f, -1px 0 0 #0e3d6f, 0 1px 0 #0e3d6f, 0 -1px 0 #0e3d6f, 1px 1px #0e3d6f, -1px -1px 0 #0e3d6f, 1px -1px 0 #0e3d6f, -1px 1px 0 #0e3d6f;
}
.slider-box-quotes .box-content .info .name {
  margin-bottom: 4px;
  font-weight: 500;
}
.slider-box-quotes .slick-dots {
  list-style: none;
  position: absolute;
  margin: 0px;
  padding: 0px;
  bottom: -60px;
  left: 0px;
  right: 0px;
  text-align: center;
}
.slider-box-quotes .slick-dots > li {
  display: inline-block;
  margin: 0px 5px;
}
.slider-box-quotes .slick-dots button {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  border: 0px;
  font-size: 0px;
  padding: 0px;
}
.slider-box-quotes .slick-dots > li.slick-active button {
  width: 6px;
  height: 6px;
}
.box-nvtt .head {
  font-size: 18px;
  padding: 7px 15px;
  font-weight: bold;
  color: #fff;
  background-color: #960000;
  background-image: url(../img/bg-header.png);
  background-size: auto cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.box-nvtt .body {
  padding: 15px;
  border: 1px solid #dededf;
}
.box-nvtt .title-main {
  margin-bottom: 10px;
}
.box-nvtt .post-title > a {
  font-weight: normal;
}
.row {
  margin: 0px -10px;
}
.col-xs-12 {
  padding: 0px 10px;
}
.list-cm {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.list-cm > li > a {
  position: relative;
  padding: 10px 0px;
  padding-left: 35px;
  display: block;
  color: #434343;
  font-weight: bold;
}
.list-cm > li > a:hover {
  color: #960000;
}
.list-cm > li .icon {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 22px;
}
.tabs-chart {
  list-style: none;
  margin: 0px;
  padding: 0px 5px;
  width: 100%;
  border-bottom: 1px solid #dadada;
  position: relative;
  color: #004682;
  font-weight: bold;
  overflow: visible;
  margin-bottom: 10px;
}
.tabs-chart:before {
  content: "";
  height: 2px;
  background: #f6f6f6;
  position: absolute;
  bottom: -3px;
  left: 0px;
  right: 0px;
}
.tabs-chart:after {
  content: "";
  clear: both;
  display: block;
}
.tabs-chart > li {
  float: left;
  margin: 0px;
  margin-left: 3px;
  border-right: none;
  padding-right: 0px;
}
.tabs-chart > li > a {
  color: #47464a;
  font-weight: normal;
  padding: 2px 8px;
  display: inline-block;
  background: #fff;
  border: 1px solid #dadada;
  border-bottom: 0px;
}
.tabs-chart > li > a:focus,
.tabs-chart > li > a:hover {
  text-decoration: none;
}
.tabs-chart > li:hover > a,
.tabs-chart > li:focus > a {
  color: #004682;
}
.tabs-chart > li.active > a {
  background: #055396;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.001);
}
.wrapper-video-chart {
  background: #f6f6f6;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.wrapper-video-chart .play {
  width: 34px;
  height: 34px;
  font-size: 18px;
  border-radius: 50%;
  line-height: 34px;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.wrapper-video-chart .tabs-video {
  list-style: none;
  margin: 0;
  padding: 0px;
}
.wrapper-video-chart .tabs-video > li {
  display: inline-block;
  min-width: 180px;
}
.wrapper-video-chart .tabs-video > li > a {
  display: block;
  padding: 7px 20px;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 18px;
  color: #454545;
  background: #e8e8e8;
}
.wrapper-video-chart .tabs-video > li > a:focus {
  text-decoration: none;
}
.wrapper-video-chart .tabs-video > li.active > a {
  background: #0d5eb3;
  color: #fff;
}
.wrapper-video-chart .top-video .play {
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
}
.wrapper-video-chart .top-video .post-title > a {
  font-size: 18px;
}
.wrapper-video-chart .list-video-image .item {
  margin-bottom: 15px;
}
.wrapper-video-chart .list-video-image .item:after {
  content: "";
  display: block;
  clear: both;
}
.wrapper-video-chart .list-video-image .post-image {
  float: left;
  width: 160px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .wrapper-video-chart .list-video-image {
    margin-top: 20px;
  }
}
.wrapper-video-chart .box-video {
  display: table-cell;
  width: 66.6667%;
  padding-right: 20px;
  position: relative;
}
.wrapper-video-chart .box-video:before {
  content: "";
  position: absolute;
  width: 1px;
  top: 20px;
  bottom: 20px;
  right: 0px;
  background: #dededf;
}
.wrapper-video-chart .box-chart-canvas {
  display: table-cell;
  width: 33.33333%;
  vertical-align: middle;
  padding: 20px;
}
.wrapper-video-chart .box-chart-canvas .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #0d5eb3;
}
.wrapper-video-chart .tab-content {
  padding: 20px;
}
@media (max-width: 768px) {
  .wrapper-video-chart {
    display: block;
  }
  .wrapper-video-chart .box-video,
  .wrapper-video-chart .box-chart-canvas {
    display: block;
    width: 100%;
  }
}
.box-dn .title-main {
  color: #4d4d4d;
}
.box-dn .item {
  padding: 0px 20px;
}
.box-dn .post-image {
  background-size: contain;
}
.image-float-right:after {
  content: "";
  display: block;
  clear: both;
}
.image-float-right .post-image {
  width: 140px;
  margin-right: 15px;
  float: left;
}
.box-vb .head {
  padding: 7px 15px;
  background-color: #0d5eb3;
  color: #fff;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: bold;
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
}
.box-vb .body {
  padding: 15px;
  border: 1px solid #dededf;
}
.box-vb .list-vb {
  height: 320px;
}
.box-vb .list-vb .top {
  position: relative;
  margin-bottom: 6px;
}
.box-vb .list-vb .top:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 8px;
  left: 0px;
  background: #0d5eb3;
}
.box-vb .list-vb .top .code {
  color: #0d5eb3;
  font-weight: bold;
}
.box-vb .list-vb .top span {
  display: inline-block;
  padding: 0px 10px;
  font-size: 11px;
}
.box-vb .list-vb a {
  color: #434343;
  display: block;
}
.box-vb .list-vb a:hover {
  color: #0d5eb3;
}
.box-vb .list-vb .item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dededf;
}
.box-vb .list-vb .item:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.list-units .unit-item {
  display: table;
  width: 100%;
}
.list-units .unit-item .post-image {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  height: 50px;
  background-size: contain;
}
.list-units .unit-item .unit-name {
  display: table-cell;
  padding-left: 15px;
  font-weight: bold;
  vertical-align: middle;
  color: #4d4d4d;
  cursor: pointer;
}
.list-units .unit-item .unit-name:hover {
  color: #0d5eb3;
}
.tt-list-news-hot .item {
  margin-bottom: 10px;
}
.tt-list-news-hot .item:last-child {
  margin-bottom: 0px;
}
.tt-list-news-hot .item:after {
  content: "";
  display: block;
  clear: both;
}
.tt-list-news-hot .item .post-image {
  width: 140px;
  float: left;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .tt-list-news-hot .item .post-image {
    width: 80px;
  }
}
.box-news-xx {
  margin-bottom: 20px;
}
.box-news-xx:after {
  content: "";
  display: block;
  clear: both;
}
.box-news-xx .post-image {
  width: 250px;
  float: left;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .box-news-xx .post-image {
    width: 120px;
  }
}
.box-news-xx .post-title,
.box-news-xx .post-title > a {
  font-size: 18px;
  margin-bottom: 7px;
}
.list-comments {
  margin-bottom: 20px;
  color: #4f4f4f;
  line-height: 1.4333;
}
.list-comments .title {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  background: #971928;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  padding: 3px 10px;
  font-size: 18px;
}
.list-comments .title:before {
  height: 3px;
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 0px;
  height: 0px;
  border-top: 10px solid #971928;
  border-left: 8px solid transparent;
  bottom: -8px;
}
.list-comments .tabs-comments {
  list-style: none;
  margin: 0px;
  margin-top: 20px;
  padding: 0px;
}
.list-comments .tabs-comments > li {
  display: inline-block;
  border-left: 1px solid #dededf;
}
.list-comments .tabs-comments > li:first-child {
  border-left: 0px;
}
.list-comments .tabs-comments > li > a {
  color: #9f9f9f;
  font-size: 12px;
  display: block;
  padding: 0px 10px;
}
.list-comments .tabs-comments > li > a:hover {
  color: #0d5eb3;
}
.list-comments .tabs-comments > li.active > a {
  font-weight: bold;
}
.list-comments .input-comment {
  position: relative;
  margin-bottom: 10px;
}
.list-comments .input-comment .form-control {
  padding-right: 60px;
  box-shadow: none;
  border-radius: 0px;
  height: 40px;
  resize: none;
}
.list-comments .input-comment .btn {
  font-size: 12px;
  border-radius: 20px;
  background: #971928;
  color: #fff;
  text-transform: uppercase;
  height: auto;
  position: absolute;
  top: 10px;
  padding: 2px 10px;
  right: 10px;
  font-family: "Roboto";
}
.list-comments .list-comments .item {
  padding-left: 50px;
}
.list-comments .list-comments > .item {
  padding-left: 0px;
  margin-top: 20px;
}
.list-comments .list-comments .wrap {
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
}
.list-comments .list-comments .wrap .avatar {
  width: 32px;
  height: 32px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
}
.list-comments .comment-actions {
  font-size: 12px;
}
.list-comments .comment-actions a {
  font-size: 12px;
  color: #454545;
}
.list-comments .comment-actions a .icon {
  background: #dadada;
  width: 16px;
  height: 16px;
  font-size: 10px;
  border-radius: 50%;
  margin-right: 5px;
  color: #fff;
  display: inline-block;
  line-height: 16px;
}
.list-comments .comment-actions a:hover {
  color: #0d5eb3;
}
.list-comments .comment-actions a:hover .icon {
  background: #0d5eb3;
}
.list-comments .mess-info {
  margin-bottom: 5px;
}
.list-comments .mess-info .name {
  font-weight: bold;
  color: #454545;
  display: block;
  margin-bottom: 10px;
}
.list-comments .mess-info .name .post-date {
  display: inline-block;
  font-weight: normal;
  margin-left: 20px;
}
.list-comments .more {
  text-align: center;
}
.list-comments .more > a {
  padding: 5px 20px;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  color: #1f85db;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #1f85db;
  font-family: Roboto;
}
.list-comments .more > a:hover {
  background: #1f85db;
  color: #fff;
}
.section-hoidap .hoidap-head {
  border-bottom: 1px solid #dededf;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.section-hoidap .hoidap-head .title-main {
  border-bottom: 0px;
  margin: 0px;
  font-size: 16px;
  color: #0d5eb3;
  text-transform: uppercase;
}
.section-hoidap .hoidap-head .title-main:before {
  display: none;
}
.section-hoidap .hoidap-head .btn {
  font-size: 14px;
  border-radius: 0px;
  padding: 1px 10px;
  margin-bottom: -6px;
}
.section-hoidap .list-cats {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}
.section-hoidap .list-cats > li a {
  display: block;
  font-size: 13px;
  padding: 5px 0px;
  color: #424242;
}
.section-hoidap .list-cats > li a:hover {
  color: #0d5eb3;
}
.section-hoidap .hoidap-lists {
  padding: 20px;
  background: #fbfbfb;
}
.section-hoidap .hoidap-lists .item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dededf;
}
.section-hoidap .hoidap-lists .item:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.section-hoidap .hoidap-lists .post-title {
  color: #454545;
  font-weight: normal;
  margin-bottom: 10px;
}
.section-hoidap .hoidap-lists .info {
  font-size: 13px;
  color: #999;
  margin-bottom: 5px;
  font-style: italic;
}
.section-hoidap .hoidap-lists .info:after {
  content: "";
  display: block;
  clear: both;
}
.section-hoidap .hoidap-lists .answer {
  color: #0d5eb3;
  margin-top: 20px;
}
.section-hoidap .box-gopy {
  padding: 20px;
  background: #f6f6f6;
}
.section-hoidap .box-gopy .form-control {
  height: 32px;
}
.info-row {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.info-row .key,
.info-row .value {
  display: table-cell;
  vertical-align: top;
}
.info-row .key {
  padding-top: 7px;
  color: #424242;
  font-weight: 500;
  font-family: "Roboto";
  width: 140px;
  padding-right: 10px;
}
.marb0 {
  margin-bottom: 0px !important;
}
.section-vanban .list-cats {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-family: "Roboto";
  margin-bottom: 20px;
}
.section-vanban .list-cats ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}
.section-vanban .list-cats a {
  padding: 5px 0px;
  color: #424242;
  display: block;
}
.section-vanban .list-cats a:hover {
  color: #0d5eb3;
}
.section-vanban .list-cats li.active > a {
  color: #0d5eb3;
}
.section-vanban .list-cats > li > a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 7px 0px;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #dededf;
}
.section-vanban .list-cats > li > ul {
  display: none;
}
.section-vanban .list-cats > li.active > ul {
  display: block;
}
.section-vanban .list-cats > li > ul > li {
  padding-left: 15px;
  position: relative;
}
.section-vanban .list-cats > li > ul > li:before {
  font-family: ap;
  content: "\e6b3";
  position: absolute;
  top: 5px;
  left: 0px;
  color: #999;
}
.section-vanban .list-cats > li > ul > li > a {
  font-size: 15px;
  font-weight: bold;
  color: #0f3f73;
}
.section-vanban .vanban-head {
  margin-bottom: 20px;
}
.section-vanban .table-vb {
  width: 100%;
}
.section-vanban .table-vb th,
.section-vanban .table-vb td {
  border: 1px solid #dededf;
  padding: 10px 10px;
  text-align: center;
}
.section-vanban .table-vb th {
  vertical-align: top;
}
.section-vanban .table-vb .act a {
  display: inline-block;
  white-space: nowrap;
  padding: 2px 5px;
  color: #444;
}
.section-vanban .table-vb .act a:hover {
  color: #0d5eb3;
}
.section-vanban .vanban-head-search {
  position: relative;
  margin-bottom: 20px;
}
.section-vanban .vanban-head-search .btn {
  padding: 3px 10px;
}
.section-vanban .vanban-head-search.opensearch .box-adv-content {
  display: block;
}
.section-vanban .box-adv-content {
  background: #f0f0f0;
  padding: 20px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  margin-top: 10px;
  display: none;
}
.section-vanban .box-adv-content .info-row {
  margin-bottom: 10px;
  max-width: 600px;
}
.section-vanban .box-adv-content .form-control {
  height: 26px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.section-vanban .box-adv-content .group-buttons {
  margin-top: 30px;
}
.tleft {
  text-align: left !important;
}
.hero-banner {
  background-color: #115eab;
  background-image: url(../img/bg-banner.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right;
  height: 107px;
  padding: 10px 0px;
}
.hero-banner a {
  display: block;
}
.hero-banner img {
  width: 100%;
}
.hero-banner .hero-logo {
  display: table;
  color: #fff;
  margin-top: 10px;
  text-transform: uppercase;
}
.hero-banner .hero-logo .logo,
.hero-banner .hero-logo .desc {
  vertical-align: middle;
  display: table-cell;
}
.hero-banner .hero-logo .logo {
  width: 60px;
}
.hero-banner .hero-logo .logo img {
  width: 100%;
}
.hero-banner .hero-logo .desc {
  padding-left: 20px;
}
.hero-banner .desc__title1 {
  font-size: 30px;
  font-family: "NotoSans";
  font-weight: bold;
  margin-bottom: 5px;
}
.hero-banner .desc__title__main {
  font-size: 16px;
  font-weight: normal;
  margin: 0px;
}
.hero-banner .langs {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.hero-banner .langs li {
  display: inline-block;
  margin-right: 15px;
}
.hero-banner .langs a {
  display: inline-block;
  padding: 0px 5px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
.hero-banner .langs a:hover {
  opacity: 0.7;
}
.hero-banner .langs img {
  height: 10px;
  display: inline-block;
  width: auto;
  margin-right: 2px;
}
.hero-banner .list-actions {
  list-style: none;
  margin: auto;
  padding: 0px;
  margin-top: 20px;
}
.hero-banner .list-actions > li {
  display: inline-block;
  margin-left: 10px;
}
.hero-banner .list-actions a {
  color: #fff;
  font-size: 13px;
}
.hero-banner .list-actions a:hover {
  opacity: 0.7;
}
.hero-banner .search {
  width: 140px;
}
.hero-banner .search .icon {
  color: #fff;
  opacity: 0.7;
}
.hero-banner .search .form-control {
  height: 22px;
  padding-top: 2px;
  padding-bottom: 2px;
  background: none;
  border-radius: 0px;
  color: #fff;
}
@media (max-width: 991px) {
  .hero-banner {
    height: auto;
  }
  .hero-banner .pull-left,
  .hero-banner .pull-right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hero-banner .hero-logo {
    display: block;
    text-align: center;
  }
  .hero-banner .hero-logo .logo,
  .hero-banner .hero-logo .desc {
    display: block;
    padding: 10px 0px;
  }
  .hero-banner .hero-logo .logo {
    display: inline-block;
  }
  .hero-banner .desc__title1 {
    font-size: 20px;
  }
  .hero-banner .list-actions > li.search {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }
}
.footer {
  background-color: #105295;
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url(../img/bg-footer.jpg);
  color: #fff;
  padding: 20px 0px;
}
.footer .add {
  display: inline-block;
  margin: 5px 15px;
}
.footer .add:last-child {
  margin-right: 0px;
}
.footer p {
  margin-bottom: 10px;
}
.footer .box-info {
  display: table;
  width: 100%;
}
.footer .box-info .logo {
  display: table-cell;
  vertical-align: top;
  width: 82px;
}
.footer .box-info .logo img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #fff;
}
.footer .box-info .info {
  display: table-cell;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .footer .box-info {
    display: block;
  }
  .footer .box-info .logo,
  .footer .box-info .info {
    padding: 0px;
    margin-bottom: 10px;
    display: block;
  }
}
.footer .copyright {
  margin-top: 60px;
}
.footer .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer .contact {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer .contact li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.footer .contact .icon {
  position: absolute;
  top: 5px;
  left: 0px;
}
.footer .list-menus {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 60px;
}
.footer .list-menus > li {
  display: inline-block;
  color: #fff;
}
.footer .list-menus > li:after {
  display: inline-block;
  margin: 0px 5px;
  content: "|";
}
.footer .list-menus > li:last-child:after {
  display: none;
}
.footer .list-menus a {
  color: #fff;
}
.footer .list-menus a:hover {
  opacity: 0.7;
}
.footer .list-social {
  text-align: right;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .footer .list-social {
    text-align: center;
  }
}
.footer .list-social > li {
  display: inline-block;
  margin: 0px 2px;
}
.footer .list-social a {
  color: #0d5eb3;
  background: #fff;
  display: block;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .top-news-hot .col-sm-3 {
    min-height: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    border-right: 0px;
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .topnews .post-image {
    width: 120px;
    margin-right: 10px;
  }
}
/*thongvm add*/
#s4-bodyContainer {
    padding-bottom: 0px;
}
input[type="button"], input[type="reset"], input[type="submit"], button {
min-width: 1em;
}
.news_content .news_detail img
{
	height:auto
}