/*QTI*/
body,
body.af_document {
  color: #212529;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 400;
  font-family: Roboto, sans-serif, Arial !important;
  background: #fff !important;
}

@media screen and (min-width: 992px) {

  body.af_document .container,
  body.af_document .container-lg,
  body.af_document .container-md,
  body.af_document .container-sm,
  body div.container,
  body div.container-lg,
  body div.container-md,
  body div.container-sm {
    max-width: 960px !important;
  }
}

@media screen and (min-width: 1200px) {

  body.af_document .container,
  body.af_document .container-lg,
  body.af_document .container-md,
  body.af_document .container-sm,
  body.af_document .container-xl,
  body div.container,
  body div.container-lg,
  body div.container-md,
  body div.container-sm,
  body div.container-xl {
    max-width: 1140px !important;
  }
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

a {
  color: #333;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #079ed6;
}

a:hover img {
  opacity: 0.8;
}

b,
strong {
  font-weight: 700;
}

.text-primary {
  color: #009ee3;
}

.bg-primary {
  background: #009ee3;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

.btn-clear {
  border: none;
  background-color: transparent;
  padding: 0;
}

.btn-clear:focus {
  box-shadow: none;
}

textarea {
  resize: none;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.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-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.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-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.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-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}


/*------------------------------------------------------------------
  [Header]
  */

.header-page {
  margin-bottom: 10px;
}

.top-links {
  background-color: #f8f8f8;
  display: none;
  padding: 8px 0;
}

.top-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 14px;
}

.top-links ul li {
  display: inline-block;
  vertical-align: middle;
}

.top-links ul li:not(:last-child) {
  margin-right: 8px;
}

.header-banner {
  background: url("./images/banner.png") no-repeat;
  background-size: cover;
  height: 15vw;
  position: relative;
  background-position: left 18% center;
}

@media screen and (min-width: 576px) {
  .header-banner {
    height: 11.166884vw;
  }
}

@media only screen and (min-width: 992px) {
  .header-banner {
    height: 124px;
    background-position: left center;
  }
}

.overlay-header-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay-header-banner .container {
  height: 100%;
  position: relative;
}

.overlay-header-banner .language,
.overlay-header-banner .form-search {
  position: absolute;
  right: 15px;
}

.overlay-header-banner .language {
  top: 10px;
}

.overlay-header-banner .form-search {
  bottom: 10px;
}

.navbar-toggler {
  width: 18px;
  height: 16px;
  position: relative;
  border: none;
  padding: 0;
  float: left;
  margin: 0 30px 0 0;
}

.navbar-toggler::before,
.navbar-toggler::after {
  background: #fff;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 18px;
  transition: all 0.3s ease;
}

.navbar-toggler::before {
  top: 0;
}

.navbar-toggler::after {
  bottom: 0;
}

.navbar-toggler>span,
.navbar-toggler>div {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 14px;
  transition: all 0.3s ease;
  font-size: 0;
}

.navbar-toggler:hover:before,
.navbar-toggler:hover:after,
.navbar-toggler:hover>span,
.navbar-toggler:hover>div {
  background-color: #fff;
}

.navbar-toggler[aria-expanded="true"] span,
.navbar-toggler[aria-expanded="true"] div {
  display: none;
}

.navbar-toggler[aria-expanded="true"]:before,
.navbar-toggler[aria-expanded="true"]:after {
  transform-origin: inherit;
}

.navbar-toggler[aria-expanded="true"]:before {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  top: 50%;
  margin-top: -2px;
}

.navbar-toggler[aria-expanded="true"]:after {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  top: 50%;
  margin-top: -2px;
}

.navbar-expand-lg {
  padding: 5px 10px;
  background: #00aeef;
  ;
  font-size: 13px;
}

.navbar-expand-lg::after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
}

@media only screen and (min-width: 992px) {
  .navbar-expand-lg {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-expand-lg .navbar-nav {
    width: 100%;
  }
}

.navbar-expand-lg .container {
  padding-right: 5px;
  padding-left: 5px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  text-transform: uppercase;
  padding: 10px 10px;
  position: relative;
  font-weight: bold;
}

@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item:not(:last-child) {
    margin-right: 5px;
  }
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 11px;
  /* text-align: center; */
}

@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    text-align: center;
  }
}

@media only screen and (min-width: 992px) {

  .navbar-expand-lg .navbar-nav .nav-link:hover,
  .navbar-expand-lg .navbar-nav .nav-link.hover {
    color: #ffff00;
  }
}

.navbar-expand-lg .navbar-nav .mega-menu-item {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .mega-menu-item:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}

.navbar-expand-lg .navbar-nav .active .nav-link {
  color: #ffff00;
  font-size: 12px;
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 99;
  }
}

.mega-menu {
  display: none;
}

@media only screen and (min-width: 992px) {
  .mega-menu {
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 220px;
    background-color: #fff;
    z-index: 15;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
}

@media (max-width: 991px) {
  .mega-menu.show {
    display: block;
  }
}

@media (max-width: 991px) {
  .mega-menu .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sub-menu .sub-menu {
  display: none;
}

@media only screen and (min-width: 992px) {
  .sub-menu .sub-menu {
    position: absolute;
    top: 50px;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    min-width: 220px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    display: block;
  }
}

@media (max-width: 991px) {
  .sub-menu .sub-menu.show {
    display: block;
  }
}

.sub-menu li {
  border-top: 1px solid #ddd;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: -1px;
  }
}

.sub-menu li .sub-menu li a {
  padding-left: 45px;
}

@media only screen and (min-width: 992px) {
  .sub-menu li .sub-menu li a {
    padding-left: 14px;
  }
}

.sub-menu li a {
  font-size: 13px;
  padding: 10px 14px 10px 25px;
  display: block;
  font-weight: 700;
  display: block;
  position: relative;
}

.sub-menu li a i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  display: none;
  font-size: 16px;
}

@media only screen and (min-width: 992px) {
  .sub-menu li a {
    padding: 10px 25px 10px 14px;
  }

  .sub-menu li a i {
    display: block;
  }
}

.btn-toggle-submenu,
.btn-toggle-submenu-child {
  position: absolute;
  top: 6px;
  right: 10px;
  width: 25px;
  height: 25px;
  border: 1px solid #079ed6;
  z-index: 2;
  display: block;
  font-size: 18px;
  color: #079ed6;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

@media only screen and (min-width: 992px) {

  .btn-toggle-submenu,
  .btn-toggle-submenu-child {
    display: none;
  }
}

.navbar-right {
  display: flex;
}

.search-form {
  flex: 1 1 150px;
  max-width: 150px;
  position: relative;
}

@media only screen and (min-width: 414px) {
  .search-form {
    flex: 1 1 255px;
    max-width: 225px;
    position: relative;
  }
}

@media only screen and (min-width: 992px) {
  .search-form {
    display: block;
  }
}

.search-form .form-control {
  height: 28px;
  line-height: 20px;
  padding: 2px 25px 4px 10px;
  outline: 0;
}

.search-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.search-form .submit-search {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.search-pc {
  padding: 4px;
  display: none;
}

.header-right .language {
  display: none;
}

@media only screen and (min-width: 992px) {

  .search-pc,
  .header-right .language {
    display: block;
  }

  .header-right {
    display: flex;
    align-items: flex-end;
  }

  .search-form {
    display: none
  }
}

@media only screen and (max-width: 430px) {
  .header-right .language {
    display: block;
  }

  .navbar-right .language {
    display: none
  }

  .search-form {
    flex: 1 1 200px;
    max-width: 200px;
  }
}

.search-pc .form-control {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 33px;
  font-size: 14px;
}

.search-pc .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.form-search-pc {
  position: relative;
}

.form-search-pc .form-control {
  padding-right: 35px;
  border-radius: 5px;
  border: 1px solid #8c8c8c;
}

.form-search-pc button {
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  text-align: center;
}

.navbar .language {
  line-height: 26px;
  margin-left: 10px;
}

.header-banner .language {
  padding: 3px;
}

.header-banner .language img {
  vertical-align: inherit;
}


/*------------------------------------------------------------------
  [Content]
  */

.heading {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 2px solid #079ed6;
}

.heading .heading-all {
  text-align: right;
  font-weight: 600;
  padding-top: 7px;
  display: block;
  font-weight: normal;
  /* font-style: inherit; */
}

.heading .heading-all a {
  color: #81b331;
  margin-top: 7px;
}

.heading-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  padding: 8px 10px 5px 10px;
  position: relative;
  background: #079ed6;
  color: #fff;
  margin-bottom: 0px;
}

.heading-r {
  position: relative;
  overflow: hidden;
}

.heading-title-r {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 6px 10px;
  /* position: relative; */
  color: #fff;
  background-color: #0c83d6;
  text-align: center;
  border-bottom: 2px solid #079ed6;
}

.title-bg {
  background: #079ed6;
  padding: 8px 10px 5px 10px;
  color: #fff;
}

.title-bg h3 {
  color: #fff;
}

.heading-title a {
  color: inherit;
}

.heading-title h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 4px;
}

.banner-ads-full {
  margin-bottom: 15px;
}

.banner-ads-grid {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 20px;
}


/* .banner-ads-grid>[class*="col-"] {
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 10px;
} */

.group-col {
  margin-bottom: 20px;
}

.single-card {
  overflow: hidden;
  border: 1px solid #dee2e6;
  border-top: none;
  padding: 10px;
}

.single-card .card-title {
  text-align: justify;
  font-size: 20px;
  margin-bottom: 5px;
}

.single-card .card-title h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
  color: #aaa;
}

.single-card .card-title h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 42px;
}

.single-card .card-title time {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #ccc;
}

.single-card-img {
  float: left;
  width: 130px;
  height: 75px;
  margin-right: 12px;
  margin-bottom: 0;
  overflow: hidden;
  border: 1px solid #e8e9e9;
  padding: 2px;
}

.single-card-img img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.title {
  font-size: 14px;
  line-height: 16px;
  height: 32px;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 3px;
  color: #333;
}

.title a {
  color: inherit;
}

.title a:hover {
  color: #079ed6;
}

.single-card-text {
  margin-top: 12px;
}

.post-ago {
  font-size: 13px;
  color: #777;
  display: inline-block;
  margin-left: 5px;
  font-style: italic;
}

.others-news {
  margin-top: 20px;
}

.lists {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.lists li {
  position: relative;
  padding-left: 12px;
}

.lists li {
  padding-bottom: 8px;
  padding-top: 8px;
  border-top: 1px dashed #ccc;
}

.lists li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #079ed6;
}

.lists li a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 38px;
}

.weblink .heading {
  margin-bottom: 10px;
}

.weblink .tab-content {
  margin-bottom: 20px;
}

.list-unstyle {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media only screen and (min-width: 576px) {
  .list-unstyle {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .list-unstyle li {
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

.list-unstyle li {
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  border-bottom: 1px dotted #ddd;
}

.list-unstyle li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #58a506;
}

.nav-tabs-custom {
  background-color: #ededed;
  padding-top: 5px;
  padding-left: 15px;
}

.nav-tabs-custom .nav-link {
  font-size: 15px;
}

.nav-tabs-custom .nav-item.show .nav-link,
.nav-tabs-custom .nav-link.active {
  color: #00639C;
  font-weight: bold;
}

.nav-tabs-custom .nav-link:hover,
.nav-tabs-custom .nav-link:focus {
  color: #00639C;
  border-bottom-color: transparent;
}


/*------------------------------------------------------------------
[Detail]
*/

.entry {
  margin-bottom: 30px;
}

.entry-title {
  font-weight: 700;
  margin-bottom: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 10px;
  color: #079ed6;
  font-size: 22px;
}

@media only screen and (min-width: 768px) {
  .entry-title {
    font-size: 28px;
  }
}

.entry-meta {
  font-size: 14px;
  display: inline-block;
}

.entry-meta-right {
  overflow: hidden;
}

.entry-meta-right .viewer,
.entry-meta-right .social-fb-page {
  float: left;
}

.entry-meta-right .social-fb-page {
  margin-left: 10px;
}

.meta-action {
  text-align: right;
  margin-top: 12px;
  font-size: 14px;
}

.meta-action .fa {
  margin-right: 5px;
}

.meta-action .meta-print,
.meta-action .meta-email,
.meta-action .change-font-size,
.meta-action .voice-action {
  display: inline-block;
}

.divider-vertical {
  display: inline-block;
  position: relative;
}

.divider-vertical::before {
  content: '|';
  margin-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.change-font-size {
  display: inline-block;
}

.change-font-size label {
  margin-bottom: 0;
  margin-right: 5px;
}

.change-font-size img {
  vertical-align: text-bottom;
}

.change-font-size a {
  display: inline-block;
  margin: 0 2px;
}

.voice-action {
  display: inline-block;
}

.voice-action label {
  margin-bottom: 0;
  margin-right: 5px;
}

.voice-action a {
  display: inline-block;
  margin: 0 2px;
  font-size: 16px;
}

.entry-content .detail-text {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #000;
}

.entry-content figcaption {
  font-size: 12px;
  color: #848484;
  margin-top: 5px;
}

.share {
  text-align: right;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-bottom: 30px;
}

.share label {
  font-weight: 700;
  margin-right: 7px;
  color: #000;
  margin-bottom: 0;
}

.share a {
  color: #fff;
  vertical-align: middle;
}

.share a:not(:last-child) {
  margin-right: 5px;
}

.share a i {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #ccc;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

.share a:hover i {
  background-color: #079ed6;
}

.meta-text {
  display: inline-block;
  font-size: 13px;
  color: #888;
  margin-left: 5px;
  font-style: italic;
}


/*------------------------------------------------------------------
[List]
*/

.news-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 576px) {
  .news-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.news-item-img {
  margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
  .news-item-img {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 576px) {
  .news-item-text {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    padding-left: 20px;
  }
}

.news-item-tt {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}

.news-item-desc {
  line-height: 21px;
  max-height: 84px;
  overflow: hidden;
  margin: 5px 0;
}

.news-item-view-detail a {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  color: #079ed6;
}

.news-item-view-detail a i {
  margin-left: 4px;
}

.sidebar-video iframe {
  width: 100%;
  /* height: 240px; */
}

.box .heading {
  margin-bottom: 0px;
}

.box .single-box-img {
  position: relative;
  overflow: hidden;
  padding: 0;
  padding-bottom: 60.25%;
  height: 0;
  margin: 0;
}

.box .single-box-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  padding-bottom: 0;
}

.box2 {
  border: 1px solid #bebebe;
  background-color: #fff;
  margin-bottom: 10px;
}

.box2 .bd-body {
  padding: 10px;
}

.heading2 {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #079ed6;
  background-color: #fff;
  padding: 0px;
}

.heading2-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  float: left;
  padding: 8px 10px 5px 10px;
  position: relative;
  background: #079ed6;
  color: #fff;
}

.heading2-title a {
  color: inherit;
}

.sidebar-banner {
  margin-bottom: 15px;
}

.sidebar-banner a,
.sidebar-banner img {
  display: block;
  width: 100%;
}

.sidebar-banner a:not(:last-child) {
  margin-bottom: 5px;
}

.sidebar-announcement .text p {
  margin-bottom: 5px;
}

.sidebar-announcement .text p:last-child {
  margin-bottom: 0;
}

.list-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-links li {
  position: relative;
  padding-left: 15px;
}

.QTI-scroll-link {
  height: 140px;
  margin-bottom: 10px;
}

.list-links li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

.list-links li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #58a506;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #079ed6;
  border-radius: 0;
}

.sidebar-schedule .text {
  text-align: center;
  padding: 20px 0;
}

.sidebar-schedule .text p {
  margin-bottom: 5px;
}

.sidebar-schedule .text p:last-child {
  margin-bottom: 0;
}

.sidebar-birthday {
  background: url("./images/bg_image.jpg") no-repeat;
  background-size: 100% 100%;
  padding: 40px 10px 50px;
  margin-bottom: 15px;
}

.sidebar-birthday h4 {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  color: #58a506;
}

.sidebar-birthday ul {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  font-weight: 700;
}

.sidebar-birthday ul li:not(:last-child) {
  margin-bottom: 5px;
}

.birthday-member {
  font-weight: normal;
  font-style: italic;
  font-size: 13px;
  display: block;
  display: inline-block;
}

.scroll-bar-box {
  max-height: 420px;
  margin-right: -8px;
}

.scroll-bar-box .bd-body {
  margin-right: -10px;
}

.scroll-bar-box .list-links {
  padding-right: 10px;
}

.sidebar-files {
  margin-bottom: 20px;
}

.mCSB_inside>.mCSB_container {
  margin-right: 0;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
}

.list-cate {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-cate li:not(:last-child) {
  margin-bottom: 10px;
}

.list-cate li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #ce1126;
  font-weight: 700;
  border: 1px solid #efefef;
  padding: 8px 5px;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #e1e1e1 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #e1e1e1));
  background: -webkit-linear-gradient(top, white 0%, #e1e1e1 100%);
  background: -o-linear-gradient(top, white 0%, #e1e1e1 100%);
  background: -ms-linear-gradient(top, white 0%, #e1e1e1 100%);
  background: linear-gradient(to bottom, white 0%, #e1e1e1 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.list-cate li span {
  display: block;
}

.list-cate li .img {
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  text-align: center;
}

.list-cate li .txt {
  -ms-flex: 0 0 calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
  padding-left: 10px;
}

.sidebar-info ul li {
  padding-left: 25px;
}

.sidebar-info ul li:before {
  display: none;
}

.sidebar-info ul li i {
  color: #58a506;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 16px;
}

.main-news-item .img {
  margin-bottom: 10px;
}

.main-news-item .img a {
  display: block;
  padding-top: 56.5555%;
  position: relative;
}

.main-news-item .img a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-news-item .desc {
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
}

.title-main-news {
  font-weight: bold;
  font-size: 18px;
  height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.meta {
  color: #999;
  font-style: italic;
  margin-bottom: 8px;
}

.meta span:not(:last-child) {
  margin-right: 10px;
}

.meta i {
  margin-right: 5px;
}

.main-content-home {
  margin-bottom: 20px;
}

.main-news .slick-arrow {
  background-color: #fff;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  z-index: 3;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: -4%;
}

.main-news .slick-arrow:before {
  color: #333;
  font-family: FontAwesome;
  font-size: 28px;
}

.main-news .slick-next {
  right: 10px;
}

.main-news .slick-next:before {
  content: "\f105";
}

.main-news .slick-prev {
  left: 10px;
}

.main-news .slick-prev:before {
  content: "\f104";
}

.nav-line {
  padding: 5px 10px;
  background-color: #f9f9f9;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -ms-flex-align: center;
  align-items: center;
}

.nav-line .date {
  font-weight: 700;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
}

.nav-line .marquee-news {
  color: #079ed6;
  -ms-flex: 0 0 calc(100% - 200px);
  flex: 0 0 calc(100% - 200px);
  max-width: calc(100% - 200px);
  position: relative;
  top: 3px;
}

.nav-line .marquee-news a {
  color: #079ed6;
}

.nav-line marquee {
  margin: 0;
}

.slider-news-special {
  margin-bottom: 20px;
}

.slider-news-special .slick-slide {
  width: 152px;
}

.slider-news-special .slick-slide a {
  display: block;
  padding: 0 1px;
}

@media only screen and (min-width: 768px) {
  .type-document ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
  }
}

.type-document ul li .title-file {
  margin-right: 8px;
}

@media only screen and (min-width: 768px) {
  .type-document ul li .title-file {
    -ms-flex: 0 0 calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
    padding-right: 20px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .type-document ul li .link-download {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
  }
}

.type-document ul li .link-download i {
  color: #079ed6;
  margin-right: 5px;
  font-size: 16px;
}

.box-files {
  margin-bottom: 20px;
}

.box-files .list-links li:before {
  width: auto;
  height: auto;
  font-family: FontAwesome;
  color: #58a506;
  content: "\f105";
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  top: 0;
}


/*------------------------------------------------------------------
[Footer]
*/

.footer-page {
  padding-top: 5px;
  margin-top: 15px;
  position: relative;
}

.qti-footer {
  /*background: url("./images/footer.jpg") bottom center no-repeat;*/
  background: #079ed6;
  background-size: cover;
  color: #fff;
}


/* .footer-page::before {
  top: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #ccc;
  display: block;
  content: '';
} */

.footer-page a {
  color: inherit;
}

.footer-page h3 {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
}

.copyright,
.footer-right {
  padding: 10px;
  line-height: 22px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .copyright {
    padding-left: 30px;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .footer-right .static-footer {
    padding-top: 10px;
    border-top: 1px solid #ced4da;
  }
}

.static-footer {
  font-size: 16px;
}

.static-footer h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 2px;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.8);
}

.footer-page .qti-menu-footer {
  color: #fff;
  padding: 7px;
  background-color: #077aa5;
  border-bottom: 2px solid #5c95ca;
}

.qti-menu-footer a+a::before {
  content: "|";
  font-size: 12px;
  padding-right: 10px;
  padding-left: 10px;
}


/* Tin tuc su kien*/

.list-news-thumb {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-news-thumb li {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.list-news-thumb li:not(:last-child) {
  margin-bottom: 5px;
}

.list-news-thumb li:not(:first-child) {
  float: left;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #e1e1e1;
}

@media only screen and (min-width: 768px) {
  .list-news-thumb.big .list-news-img {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
  }

  .list-news-thumb.big .list-news-img a {
    height: unset;
  }
}

.list-news-img {
  -ms-flex: 0 0 72px;
  flex: 0 0 72px;
  max-width: 72px;
}

.list-news-img a {
  display: block;
  width: 100%;
  /* height: 50px; */
}

.list-news-img img {
  width: 100px;
  height: inherit;
}

.list-news-content {
  flex: 1 1 0px;
  padding-left: 12px;
}

.list-news-content .news-title {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
}

.time-news {
  color: #848484;
}


/* QTI-slider */

.QTI-slider {
  margin-bottom: 15px;
}

.QTI-slider-item img {
  width: 100%;
}

.QTI-slider-item a {
  display: block;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .QTI-slider-item a {
    height: 350px;
    overflow: hidden;
  }

  .QTI-slider-item a img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 1200px) {
  .QTI-slider-item a {
    height: 368px;
  }
}

.custom-arrow .slick-prev,
.custom-arrow .slick-next {
  background-image: url("./images/slider-control.png");
  background-repeat: no-repeat;
  width: 18px;
  height: 36px;
  padding: 0;
  margin: 0;
  z-index: 2;
}

.custom-arrow .slick-prev::before,
.custom-arrow .slick-next::before {
  display: none;
}

.custom-arrow .slick-prev {
  background-position: 0 0;
  left: 10px;
}

.custom-arrow .slick-next {
  background-position: -22px 0;
  right: 10px;
}


/* Thong bao */

.list-notification .item {
  padding: 7px 0 7px 20px;
  text-align: justify;
  background: url("./images/notify-icon.png") 0 11px no-repeat;
}

.list-notification .item:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}

.list-notification .item .post-ago {
  margin-top: 5px;
}


/* Moi cap nhat */

.list-news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-news ul li:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}

.list-news ul li .post-ago {
  margin-top: 5px;
}

.list-news ul li {
  padding: 8px 0 8px 20px;
  text-align: justify;
  background: url("./images/icon-plus.png") 0 11px no-repeat;
  background-size: 16px;
}


/*  */


/* .main-slider-list {
  display: none;
} */

@media only screen and (min-width: 992px) {
  .main-slider-list {
    width: 100%;
    height: 320px;
    /* display: block; */
    float: left;
  }
}

@media only screen and (min-width: 1200px) {
  .main-slider-list {
    width: 100%;
    height: 340px;
  }
}

.main-slider-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.main-slider-nav-item {
  display: -ms-flexbox;
  display: flex;
  /* -ms-flex-align: center; */
  /* align-items: center; */
  cursor: pointer;
}

.main-slider-list ul li:not(:last-child) {
  padding: 0px 0 20px 0px;
}


/* @media only screen and (min-width: 992px) {
  .main-slider-nav-item {
    height: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .main-slider-nav-item {
    height: 90px;
  }
} */

.main-slider-nav-item .main-slider-nav-img {
  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
  max-width: 95px;
}

@media only screen and (min-width: 1200px) {
  .main-slider-nav-item .main-slider-nav-img {
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px;
  }
}

.main-slider-nav-item .text {
  -ms-flex: 0 0 calc(100% - 95px);
  flex: 0 0 calc(100% - 95px);
  max-width: calc(100% - 95px);
  padding-left: 15px;
  line-height: 21px;
  max-height: 63px;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .main-slider-nav-item .text {
    -ms-flex: 0 0 calc(100% - 110px);
    flex: 0 0 calc(100% - 110px);
    max-width: calc(100% - 110px);
    padding-left: 22px;
  }
}

.list-link {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-link li {
  position: relative;
  padding-left: 12px;
  background: url("./images/arrow.png") no-repeat 0 4px;
}

.list-link li:not(:last-child) {
  padding-bottom: 5px;
  margin-bottom: 5px;
  /* border-bottom: 1px solid #ddd; */
}

.QTI-chinhphudientu a,
.QTI-chinhphudientu img {
  display: block;
  width: 100%;
}

.QTI-chinhphudientu .chinhphudientu-body {
  padding: 10px;
  border: 1px solid #dee2e6;
  border-top: none;
}

.QTI-chinhphudientu .chinhphudientu-body a:not(:last-child) {
  margin-bottom: 5px;
}

.QTI-chinhphudientu .sidebar-banner {
  padding-top: none;
  padding: 5px;
  border: 1px solid #dee2e6;
}

.QTI-chinhphudientu .heading {
  margin-bottom: 0px
}

/* Tin tieu diem */

@media only screen and (min-width: 992px) {
  .main-slider-big {
    float: left;
    width: calc(100% - 280px);
  }
}

@media only screen and (min-width: 1200px) {
  .main-slider-big {
    width: calc(100% - 350px);
  }
}

.main-slider-for .slick-arrow {
  top: 0;
  transform: translate(0, 0);
  background-color: #000;
  color: #fff;
  width: 25px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  z-index: 10;
}

.main-slider-for .slick-arrow:before {
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: 900;
  opacity: 1;
  line-height: 23px;
}

.main-slider-for .slick-prev {
  left: auto;
  right: 46px;
}

.main-slider-for .slick-prev:before {
  content: "\f053";
}

.main-slider-for .slick-next {
  right: 0;
}

.main-slider-for .slick-next:before {
  content: "\f054";
}

.main-slider-item img {
  width: 100%;
}

.main-slider-item a {
  display: block;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .main-slider-item a {
    overflow: hidden;
    min-height: 300px;
  }

  .main-slider-item a img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 1200px) {
  .main-slider-item a {
    min-height: 360px;
  }
}

.main-slider-item .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 18px;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
}

.main-slider-item .info .title-main-news {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}

.main-slider-item .info .desc {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 17px;
  height: 34px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.btn-slider-stop,
.btn-slider-play {
  background-color: #000;
  color: #fff;
  border: none;
  display: inline-block;
  position: absolute;
  z-index: 9;
  right: 25px;
  top: 0;
  padding: 2px 4px;
  font-size: 14px;
  width: 21px;
  height: 23px;
}

.main-slider-list {
  display: none;
}

@media only screen and (min-width: 992px) {
  .main-slider-list {
    width: 280px;
    height: 350px;
    display: block;
    float: left;
  }
}

@media only screen and (min-width: 1200px) {
  .main-slider-list {
    width: 350px;
    height: 368px;
  }
}

.main-slider-nav-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 10px 0 10px 18px;
}

@media only screen and (min-width: 992px) {
  .main-slider-nav-item {
    height: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .main-slider-nav-item {
    height: 90px;
  }
}

.main-slider-nav-item .main-slider-nav-img {
  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
  max-width: 95px;
}

@media only screen and (min-width: 1200px) {
  .main-slider-nav-item .main-slider-nav-img {
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px;
  }
}

.main-slider-nav-item .text {
  -ms-flex: 0 0 calc(100% - 95px);
  flex: 0 0 calc(100% - 95px);
  max-width: calc(100% - 95px);
  padding-left: 15px;
  line-height: 21px;
  max-height: 63px;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .main-slider-nav-item .text {
    -ms-flex: 0 0 calc(100% - 110px);
    flex: 0 0 calc(100% - 110px);
    max-width: calc(100% - 110px);
    padding-left: 22px;
  }
}

.list-slider .slick-track .text {
  height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 42px;
}

/* Them moi tin trang chu hoi an  ------------------------------------ */
/*van ban*/

.scroll-hot-news {
  height: 229px;
}

.content-box.bd-body {
  padding: 10px;
  padding-right: 5px;
}

.sidebar-document .content-box.bd-body {
  border: 1px solid #dee2e6;
  border-bottom: none;
}

.sidebar-document .bottom {
  border: 1px solid #dee2e6;
  border-top: none;
  padding: 10px;
}

/*E  Them moi tin trang chu hoi an ------------------------------------ */

/*fix slide */
.slider-news-special .item .tva-chitiet-inner {
  position: relative;
  overflow: hidden;
  padding: 0;
  padding-bottom: 65%;
  height: 0;
  margin: 0;
}

.slider-news-special .item .tva-chitiet-inner img {
  width: 100%;
  height: 100%;
  position: absolute;
  padding-bottom: 0;
}

/*END fix slide */

/*fix thu vien video*/
.box-right .QTI-list-video {
  border: 1px solid #dee2e6;
  border-top: none;
}

.QTI-list-video {
  padding: 10px;
}

.QTI-list-video .lists-vd {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
}

.lists-vd li::before {
  content: "\f16a";
  font: normal normal normal 13px/1 FontAwesome;
  color: #f00;
  display: inline-block;
  padding-right: 5px;
}

.box-right .heading {
  margin-bottom: 0px;
}

/*End fix thu vien video*/

/*fix Thu vien anh*/
.QTI-hoatdonglanhdao .news-special {
  padding: 10px;
  border: 1px solid #dee2e6;
}

.slider-news-special {
  margin-bottom: 0px;
}

/*END Thu vien anh*/

/*Fix tin lien quan */
.detail-page .lists li a {
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 0px;
}

/*END Fix tin lien quan */

/*ADD CSS LUOT TRUY CAP*/
.static-footer .tongsotruycap {
  font-size: 32px;
  text-align: center;
  margin-bottom: 0px;
}

.static-footer .loaitruycap {
  display: flex;
}

.static-footer .icon,
.static-footer .tieude,
.static-footer .soluong {
  padding: 2px 5px;
}

.static-footer .tieude {
  margin-right: auto;
  text-align: left;
}

/*ADD CSS TRA CUU VAN BAN*/
.sidebar-banner ul.list-cate li a {
  color: #0062a0;
  background: #f1f1f1;
  font-weight: 500;
}

/*FIX loi module banner cot mobile*/
.slide-banner>[class*="col-"] {
  margin-bottom: 5px;
}

/*END */

/*FIX khoang cach 2 ben*/
.col-md-12,
.col-md-6 {
  padding-right: 5px;
}

.col-lg-3 {
  padding-left: 5px;
}

/*END */