@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 700;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.col-inner > .img:not(:last-child),
.col > .img:not(:last-child) {
  margin-bottom: 0;
}

.slider.flickity-enabled button.flickity-prev-next-button {
  border-radius: 99px;
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%) !important;
  border: 0;
  border: 1px solid rgb(229, 231, 235);
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
  margin-top: unset;
  background-color: #fff;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon {
  width: 2rem;
  height: 2rem;
  background-color: transparent !important;
  border-color: transparent !important;
  fill: #242424 !important;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon
  path {
  fill: #242424 !important;
}

.ux-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--fs-color-primary);
  margin-bottom: 20px;
}

.ux-title-left {
  background-color: var(--fs-color-primary);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  line-height: 1;
  width: fit-content;
  position: relative;
}

.ux-title-left::after {
  content: "";
  display: block;
  border-left: 18px solid #003051;
  border-top: 40px solid transparent;
  position: absolute;
  left: 100%;
  top: 0;
}

.ux-title-left a {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.ux-title-icon {
  display: block;
  width: 18px;
  height: 18px;
  line-height: 1;
}

.ux-title-right a {
  font-size: 16px;
  text-decoration: none;
  color: #666;
  padding-right: 20px;
  background: url(/wp-content/uploads/2026/04/chitiet.png) no-repeat right
    center;
}

/* post */
.posts1 .b-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.posts1 .b-title h2 {
  text-decoration: none;
  text-transform: uppercase;
  color: #e9292a;
  padding-left: 10px;
  border-left: 4px solid #e9292a;
  margin: 0;
  line-height: 1;
  width: auto;
}

.posts1 .b-title h2 a {
  color: #e9292a;
}

.posts1 .b-title p {
  margin: 0;
}

.posts1 .b-title p a {
  font-size: 16px;
  text-decoration: none;
  color: #666;
  padding-right: 20px;
  background: url(/wp-content/uploads/2026/04/chitiet.png) no-repeat right
    center;
}

.box-post1 {
  overflow: hidden;
  background-color: #c4e4fa;
  padding: 20px;
  padding-right: 30px;
  padding-bottom: 0;
}

.box-post1 .post-item {
  background-color: #fff;
}

.box-post1 .box-text {
  padding: 15px;
}

.box-post1 .post-title {
  font-size: 16px;
  font-weight: 600;
  min-height: 63px;
  margin-bottom: 10px;
}

.box-post1 .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.box-post1 .from_the_blog_excerpt {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.box-post1 .large-columns-2 .flickity-slider > .col {
  flex-basis: calc(100% / 2.5);
  max-width: calc(100% / 2.5);
}

.box-post1 .slider.flickity-enabled button.flickity-prev-next-button {
  left: -10px;
  top: 25%;
}

.box-post1 .slider.flickity-enabled button.flickity-prev-next-button.next {
  left: unset;
  right: -20px;
}

.post-item-2 .box {
  display: flex;
}

.post-item-2 .box-image {
  width: 38%;
}

.post-item-2 .box-text {
  width: 62%;
  padding: 0;
  padding-left: 20px;
}

.post-item-2 .post-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.post-item-2 .from_the_blog_excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 10px;
}

.post-item-2 .post-meta {
  color: #999;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}

.post-share {
  list-style: 1;
}

.post-share a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  border-radius: 50%;
  background-color: #bdbdbd;
}

.post-share a img {
  display: block;
  margin: auto;
  margin-top: 6px;
}

.post-share a:hover {
  background-color: var(--fs-color-primary);
}

.post-title-only a {
  display: block;
  padding-left: 20px;
  text-decoration: none;
  color: #666;
  line-height: 20px;
  position: relative;
}

.post-title-only a::before {
  width: 11px;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  background: url(/wp-content/uploads/2026/04/icon001.png) no-repeat center
    var(--fs-color-primary) !important;
}

.box-post2 .post-featured {
  margin-bottom: 15px;
}

.box-post2 .post-title-only {
  margin-bottom: 10px;
}

.posts3 .post-item-2 .box {
  display: block;
}

.posts3 .post-item-2 .box-image,
.posts3 .post-item-2 .box-text {
  width: 100%;
}

.posts3 .post-item-2 .box-text {
  padding: 15px 0;
}

.posts3 .post-share {
  display: none;
}

.post-horizontal {
  display: flex;
  margin-bottom: 15px;
}

.post-horizontal .post-thumb {
  width: 25%;
}

.post-horizontal .post-thumb img {
  aspect-ratio: 12 / 9;
  object-fit: cover;
}

.post-horizontal .post-title {
  width: 75%;
  padding-left: 10px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.post-cat a {
  color: #c85319;
  text-decoration: none;
  background: none;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  padding-left: 15px;
}

.post-cat a::before {
  position: absolute;
  content: "\f0c9";
  font-family: FontAwesome;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #c85319;
}

.post-cat {
  margin-bottom: 5px;
}

.box-post5 .post-item-2 .from_the_blog_excerpt {
  -webkit-line-clamp: 2;
}

.box-post5 .post-featured {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.box-post5 {
  padding: 0;
  margin: 0;
  max-height: 470px;
  overflow-y: auto;
}

.box-post5::-webkit-scrollbar {
  width: 6px;
}

.box-post5::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.box-post5::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 10px;
}

.box-post5::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.posts4 .ux-title-left {
  background-color: #c85319;
}

.posts4 .ux-title-left::after {
  border-left: 18px solid #933100;
}

.posts4 .ux-title-box {
  border-bottom: 2px solid #c85319;
}

.posts4 .post-item-2 .post-title {
  margin-bottom: 5px;
}

.csbreadcrumb {
  padding: 5px 0;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #d5d5d5;
}

.csbreadcrumb svg {
  position: relative;
  top: 3px;
}

.archive-page-header {
  display: none;
}

.post-list-3 {
  padding: 10px 15px;
  margin: 0;
  border: 1px solid #ffb782;
  background-color: #fff9f2;
  max-height: 345px;
  overflow: auto;
}

.post-list-3 {
  max-height: 390px;
}

.post-list-3 li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #d3c2ae;
  overflow: hidden;
  position: relative;
  margin-left: 0 !important;
}

.post-list-3 .date_hour {
  display: block;
  float: left;
  font-size: 10px;
  color: #c85319;
  text-align: center;
  width: 70px;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.post-list-3 .topic {
  display: block;
  width: calc(100% - 70px);
  float: right;
  padding-left: 10px;
  border-left: 1px dotted #d3c2ae;
  line-height: 22px;
  min-height: 44px;
  color: #333;
  font-weight: 500;
}

.post-list-3 .date_hour span {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.post-list-3::-webkit-scrollbar {
  width: 6px;
}

.post-list-3::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.post-list-3::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 10px;
}

.post-list-3::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.box-post3 .wd-title {
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 30px;
  background: url(/wp-content/uploads/2026/04/news.png) no-repeat left top;
  display: block;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 15px;
}

.widget {
  margin-bottom: 20px;
}

.widget_media_image img {
  width: 100%;
}

.box-post6 {
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 20px;
  padding-right: 30px;
  padding-bottom: 0;
}

.box-post6 .large-columns-2 .flickity-slider > .col {
  flex-basis: calc(100% / 2.5);
  max-width: calc(100% / 2.5);
}

.box-post6 .slider.flickity-enabled button.flickity-prev-next-button {
  left: -10px;
}

.box-post6 .slider.flickity-enabled button.flickity-prev-next-button.next {
  left: unset;
  right: -20px;
}

.box-post6 .post-title {
  font-size: 16px;
  font-weight: 600;
  min-height: 63px;
  margin-bottom: 10px;
}

.box-post6 .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.box-post6 .box-text {
  padding: 0;
}

.widget .custom-html-widget:empty {
  display: none;
}

.widget:has(.custom-html-widget:empty) {
  display: none;
  margin: 0;
}

.categories-list {
  background:
    url(/wp-content/uploads/2026/04/bg_dm.png) no-repeat bottom right 10px,
    url(/wp-content/uploads/2026/04/bg_dm1.png);
  background-size:
    auto,
    100% 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.categories-list .tieude_dm {
  font-size: 22px;
  font-weight: 700;
  color: white;
  margin: 5px 10px;
}

.categories-list li {
  position: relative;
  margin-bottom: 0;
}

.categories-list li a {
  display: block;
  color: white;
  line-height: 22px;
  padding: 7px 10px 7px 38px;
  background: url(/wp-content/uploads/2026/04/icon_dm.png) no-repeat left 10px
    top 10px;
  margin-right: 40px;
}

.categories-list li.active > a,
.categories-list li:hover > a {
  background:
    url(/wp-content/uploads/2026/04/icon_dm.png) no-repeat left 10px top 10px,
    url(/wp-content/uploads/2026/04/dm_hover.png);
  background-size:
    auto,
    100% 100%;
}

.categories-list li ul {
  display: none;
}

.categories-list .hasub {
  width: 40px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../css/header/cong.png) no-repeat center;
}

.categories-list li.active > .hasub {
  background: url(../css/header/tru.png) no-repeat center;
}

.categories-list li.active > ul {
  display: block;
}

.categories-list li ul {
  margin-left: 25px;
}

#comments {
  display: none !important;
}

.is-video .entry-image {
  display: none !important;
}

.is-video .entry-header-text {
  padding-bottom: 0;
}

.is-video iframe[src*="youtube.com"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.row-video .post-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.row-video .box-text {
  padding-top: 15px;
  padding-bottom: 0;
}

.row-video .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.row-video .box-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5) url(/wp-content/uploads/2026/04/video.png)
    no-repeat center;
}

.col-second .box {
  display: flex;
}

.col-second .box .box-image {
  width: 38%;
}

.col-second .box .box-text {
  width: 62%;
  padding: 0;
  padding-left: 20px;
}

.header-bg-color {
  background-color: transparent;
}

#logo {
  display: none;
}

#footer .widget {
  padding: 0;
  margin: 0;
}

#footer .widget ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

#footer .widget ul .sub-menu {
  display: none !important;
}

#footer .widget ul li:first-child {
  margin-left: 0;
}

#footer .widget ul li {
  border: 0 !important;
  margin: 0 6px;
  position: relative;
}

#footer .widget ul li:before {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2026/04/bg_mn.png) no-repeat;
  background-position-y: center;
  width: 2px;
  height: 100%;
  top: 0;
  right: -13px;
}

#footer .widget ul li:last-child::before {
  display: none;
}

#footer .widget .toggle:not(.accordion .toggle) {
  display: none !important;
}

#footer .widget ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1;
}

#footer {
  border-top: 1px solid #ededed;
  padding-bottom: 0;
  background: url(/wp-content/uploads/2026/04/bg_rp.png);
}

.ft-top {
  padding: 6px 0;
  background-color: #ededed;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
}

.ft-bot {
  padding-top: 30px;
}

.ft-bot h3 {
  text-transform: uppercase;
  color: #0081b6;
  font-size: 26px;
  text-align: left;
  margin-bottom: 0;
}

.ft-bot h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #6eb341;
}

.info_other .share {
  float: none;
  margin-bottom: 15px;
  text-align: right;
}

.info_other .online {
  text-align: right;
  margin-bottom: 5px;
}

.info_other .online span {
  font-weight: 500;
}

.hinhanh .box-image::before {
  display: none !important;
}

#CommonCuoiChiTietTin {
  background: #f7f7f7;
  border-top: solid 1px #efefef;
  color: #999;
  padding: 5px 5px 0 5px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin: 20px 0 30px 0;
  clear: both;
}
#CommonCuoiChiTietTin a {
  display: inline-block;
  font: 12px Segoe UI;
}
#CommonCuoiChiTietTin .apd a.backtop {
  background: url(/wp-content/uploads/2026/05/gotop.png) no-repeat left center;
  padding-left: 15px;
}
#CommonCuoiChiTietTin .apd a {
  color: #999;
  padding-left: 15px;
  display: inline-block;
  text-decoration: none;
  margin-right: 20px;
}
#CommonCuoiChiTietTin .apd a:hover {
  color: #6eb341;
}
#CommonCuoiChiTietTin a.prevDBT {
  background: url(/wp-content/uploads/2026/05/trove.png) no-repeat left center;
}
#CommonCuoiChiTietTin a.email {
  background: url(/wp-content/uploads/2026/05/send_mail.png) no-repeat left
    center;
}
#CommonCuoiChiTietTin a.email span {
  display: none;
}
#CommonCuoiChiTietTin a.print {
  background: url(/wp-content/uploads/2026/05/print.png) no-repeat left center;
}
#CommonCuoiChiTietTin .shareItem {
  width: 25px;
  height: 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 2px;
}
#CommonCuoiChiTietTin .fl {
  float: left;
}
#CommonCuoiChiTietTin .fr {
  float: right;
}
#CommonCuoiChiTietTin .cb {
  clear: both;
}
#CommonCuoiChiTietTin .pr20 {
  padding-right: 20px;
}
#CommonCuoiChiTietTin .fr .addthis_toolbox {
  float: right;
}

.tieude_k {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
}

.list_tin {
  padding: 0;
  margin: 0 0 15px 0;
}
.list_tin li {
  list-style: none;
  margin-bottom: 10px;
}
.list_tin a {
  display: block;
  padding-left: 20px;
  text-decoration: none;
  color: #666;
  line-height: 20px;
  position: relative;
}
.list_tin a:before {
  background: url(/wp-content/uploads/2026/05/icon001.png) no-repeat center
    #ff7712;
  width: 11px;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}

.list_tin a span {
  color: #999;
  margin-left: 5px;
}
.list_tin a:hover {
  color: #ff7712;
}
.list_tin.loai2 a {
  background: url(/wp-content/uploads/2026/05/list2.png) no-repeat left top 5px;
}
.list_tin.loai3 a {
  background: url(/wp-content/uploads/2026/05/list3.png) no-repeat left top 5px;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .slider.flickity-enabled button.flickity-prev-next-button {
    width: 2rem;
    height: 2rem;
    min-width: unset;
    min-height: unset;
  }

  .slider.flickity-enabled
    button.flickity-prev-next-button
    svg.flickity-button-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .box-post1 {
    padding: 15px;
  }

  .box-post1 .large-columns-2 .flickity-slider > .col,
  .box-post6 .large-columns-2 .flickity-slider > .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .box-post1 .slider.flickity-enabled button.flickity-prev-next-button,
  .box-post6 .slider.flickity-enabled button.flickity-prev-next-button {
    left: -5px;
  }

  .box-post1 .slider.flickity-enabled button.flickity-prev-next-button.next,
  .box-post6 .slider.flickity-enabled button.flickity-prev-next-button.next {
    right: -5px;
  }

  .post-item-2 .box {
    display: block;
  }

  .post-item-2 .box-image,
  .post-item-2 .box-text {
    width: 100%;
  }

  .post-item-2 .box-text {
    padding: 15px 0 0;
  }

  .box-post6 .large-columns-2 .flickity-slider > .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .box-post6 {
    padding: 15px;
  }

  .box-post6 .post-title {
    min-height: 42px;
  }

  .box-post6 .post-title a {
    -webkit-line-clamp: 2;
  }

  .ft-top {
    display: none;
  }

  .off-canvas-left.mfp-ready .mfp-content,
  .off-canvas-right.mfp-ready .mfp-content {
    background-color: #fff;
    width: 90%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .nav-icon.has-icon::before,
  .nav-icon.has-icon::after {
    display: none;
  }

  .nav > li.has-icon > a > i {
    color: var(--fs-color-primary);
  }

  .off-canvas .nav-vertical > li > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > a {
    font-size: 16px;
    text-transform: none;
    color: #222;
    font-weight: 500;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a:hover,
  .off-canvas:not(.off-canvas-center)
    .nav-vertical
    li.current-menu-ancestor
    > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current-page-parent > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current_page_item > a {
    color: var(--fs-color-primary) !important;
  }

  .off-canvas .nav-vertical > li > .toggle {
    color: var(--fs-color-primary);
  }

  .nav-vertical > li > ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }

  .sidebar-menu-tabs {
    display: none !important;
  }

  #header .header-main {
    height: 100px;
  }

  #header .header-bg-image {
    background-image: url(/wp-content/uploads/2026/05/logo-tttv-4.webp);
  }
}
