﻿@font-face {
  font-family: "Helvet";
  src: url("/fonts/UTM HelvetIns.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
    --primary-blue: #0682E6;
    --primary-blue-500: #4197EC;
    --light-blue: #E8F4FD;
    --dark-blue: #2C5AA0;
    --orange: #DD7A01;
    --orange-500: #DD9F00;
    --text-dark: #333333;
    --red: #ad2224;
}
html,
body {
  font-size: 15px;
  font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.font-12 {
  font-size: 12px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-20 {
  font-size: 20px !important;
}

.detail-content img,
.detail-content figure.image.image_resized {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sc-longform-content img {
  max-width: 100% !important;
  height: auto !important;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #f3f8ff;
  /* background-image: url(/images/bg-bd.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom; */
}

@media (min-width: 1366px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1280px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1360px;
  }
}

.content-container {
  background: #f6f7f7;
}
.container.content-container.content-article {
  background: #fff;
}
header > .container {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgb(79 0 0 / 20%);
}

.navbar {
  padding: 6px;
  background: #fff;
  box-shadow: 0px 2px 15px #00000015;
}

.search-form-content .form-control,
.search-form-content select,
.search-form-content .btn {
  padding-top: 3px;
  padding-bottom: 3px;
  border-color: #ef8130 !important;
  outline-width: 0;
  outline-offset: 0;
}
.navbar-right-search {
  gap: 10px;
  position: relative;
}
.navbar-right-search .btn {
  white-space: nowrap;
}
.navbar-right-search .btn {
  border-radius: 6px;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 14px;
  transition: all 0.3s;
  text-decoration: none;
}
.navbar-right-search .btn.btn-primary {
  background: #0061af;
  box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
}
.navbar-right-search .btn.btn-outline-primary {
  border-color: #0061af;
  color: #0061af;
}
.navbar-right-search .btn.btn-outline-primary:hover,
.navbar-right-search .btn.dropdown-toggle:hover {
  color: #fff;
  background: #0061af;
}
.navbar-right-search > button {
  display: flex;
  width: 46px;
  height: 46px;
  padding: 8px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  background: #bbdcf7;
  box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
}
.navbar-right-search > button::after {
  display: none;
}
.navbar-right-search form {
  width: 200px;
}
.navbar-right-search .dropdown-menu {
  padding: 0;
  left: auto;
  right: 0;
}
.navbar-right-search > form .form-control {
  padding: 0;
  color: #2a3342;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  box-shadow: none !important;
}
.navbar-right-search > form .btn {
  padding: 5px;
  box-shadow: none !important;
}
.navbar-right a.login-link {
  border-radius: 6px;
  background: #eef0f3;
  display: flex;
  padding: 7px;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.contact-us p {
  margin-bottom: 0;
}
.search-form-content .form-control {
  border-right: none;
}
.search-form-content .btn span {
  color: #ef8130;
}
.marquee-content a {
  color: #be0101 !important;
  padding: 5px 0 0 0;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}
/*.box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}
*/
.homemedia {
  background: #fffae5;
  padding: 20px 30px 10px;
}
.homemedia > .row .row > .col-12 {
  margin-bottom: 15px;
}
.homemedia .homemedia-first .avatar i.ic {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.homemedia .avatar {
  text-decoration: none;
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.homemedia .avatar i.ic {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: rgba(159, 12, 16, 0.8);
}
.homemedia .avatar img {
  aspect-ratio: 16/10;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
  color: #666;
  font-size: 80%;
  text-decoration: none;
}
.homemedia .multimedia-titlebar {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 15px;
}
.homemedia .multimedia-titlebar .title {
  width: 100%;
}
.homemedia .multimedia-titlebar .title a {
  padding: 0;
  float: left;
  font-size: 20px;
  font-weight: 400;
  color: #e3151a;
  text-transform: uppercase;
  text-decoration: none;
}
.homemedia .multimedia-titlebar .sublinks {
  width: 100%;
  text-align: right;
  font-size: 20px;
  font-weight: 400;
  color: #262626;
  text-transform: uppercase;
  text-decoration: none;
}
.homemedia .multimedia-titlebar .sublinks a {
  color: #262626;
  text-decoration: none;
}
.homemedia .multimedia-titlebar .sublinks a:hover {
  color: #e3151a;
}
.homemedia .homemedia-first h2 a,
.homemedia .homemedia-other a {
  color: #1f1a17;
  font-size: 18px;
  font-weight: 500;
  line-height: initial;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-decoration: none !important;
}
.homemedia .homemedia-first h2 a:hover,
.homemedia .homemedia-other a:hover {
  color: #e3151a;
}
.homemedia .homemedia-other a {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.box-image {
  width: 100%; /* Chiều rộng tùy chỉnh */
  aspect-ratio: 16 / 9; /* Đặt tỷ lệ mong muốn */
  overflow: hidden; /* Ẩn phần hình ảnh thừa */
}
.box-image.aspect-ratio-16-11 {
  aspect-ratio: 302.67 / 194.3;
  border-radius: 8px;
}

.box-image img {
  width: 100%;
  height: 100%; /* Giữ nguyên tỷ lệ ảnh */
  object-fit: cover; /* Tối ưu để ảnh lấp đầy khung */
}
@media (max-width: 480px) {
  .homemedia {
    padding: 20px 10px 10px;
  }
}
.cate_info {
  padding: 20px 0;
  border-bottom: 1px solid #d0d0d0;
  display: flex;
  align-items: flex-end;
}

.cate_info .name_cate {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #b61911;
  margin-right: 25px;
  margin-bottom: 0;
}

.title-mobile {
  display: none;
}
.header-top {
  background: linear-gradient(
    90deg,
    #da251c 0%,
    #da251c 50%,
    #ff0008 75%,
    #da251c 100%
  );
  border-bottom: 1px solid #fff;
  position: relative;
}
.header-top::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
}
.header-top .list-inline {
  margin: 0;
}

.header-top a {
  padding: 8px 0;
  display: block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
header .top-header .infodate {
  font-size: 12px;
}

header .right-top-header .social li + li {
  margin-left: 12px;
}

header .right-top-header .social li img {
  transition: all ease 0.2s;
}

header .right-top-header .social li:hover img {
  transform: scale(1.2);
}

header.header-transparent {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border-bottom: none;
  padding-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.25),
    rgba(0, 0, 0, 0)
  );
  background: -webkit-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.25),
    rgba(0, 0, 0, 0)
  );
  background: -moz-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.25),
    rgba(0, 0, 0, 0)
  );
  background: -ms-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.25),
    rgba(0, 0, 0, 0)
  );
  background: -o-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.25),
    rgba(0, 0, 0, 0)
  );
}

header .banner {
  background: #febe5e;
  background-image: url("/images/bg-TrongDong-dbnd.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
  overflow: hidden;
}
header .banner > .container {
  position: relative;
  z-index: 1;
}
header .banner > .container::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 11px;
  width: 900px;
  max-width: 90%;
  height: 60%;
  background: #fff;
  filter: blur(30px);
}
.banner .header-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner .header-slider .slick-list,
.banner .header-slider .slick-track {
  height: 100%;
}
.header-slider-item {
  height: 100%;
  margin-left: auto;
  display: block;
}
.header-slider-item img {
  height: 100%;
  margin-left: auto;
  margin-right: 0;
}
header .banner .header-logo {
  padding: 5px 10px 1px;
  position: relative;
  z-index: 1;
}
header .header-logo .header_title {
  text-shadow: 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff,
    0px -1px 1px #fff, 1px 1px 1px #fff;
}
header .header-logo .header_title .text {
  color: #c05005;
  text-align: center;
  /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFFDEB;
    font-family: "Barlow Condensed"; */
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0; /* 86.207% */
  text-transform: uppercase;
}
header .header-logo .header_title .name {
  color: #da251c;
  text-align: center;
  /* -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FFFDEB; */
  font-family: "Helvet";
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px; /* 130.303% */
  letter-spacing: -1px;
  text-transform: uppercase;
}
header .header_laction {
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  gap: 10px;
}
header .header_laction a {
  color: #000;
  text-decoration: none;
}
header .header_laction a:hover {
  color: #e60b00;
}
.weather .main {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-right: 15px;
  border-right: 1px solid #d3b87f;
}
.weather .main .info-temp {
  font-weight: 500;
}
.weather .info-icon {
  max-height: 30px;
}
.banner img {
  max-width: 100%;
}

.navbar .navbar-brand {
  display: flex;
  margin-right: 0px;
  padding: 3px 0px 6px 0px;
}

.navbar .navbar-collapse {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  width: calc(100% - 20px - 30px);
}

.navbar .navbar-toggler .navbar-toggler-icon {
  color: #1d4079;
}
.navbar .navbar-toggler .navbar-toggler-icon::before {
  display: none;
}
.navbar-light .navbar-toggler {
  background: #badbf5;
  border: none;
}
.navbar .navbar-right > form {
  position: relative;
  /*    width: 20px;*/
  height: 20px;
}

.navbar .navbar-right > form .dropdown-toggle:after {
  display: none;
}

.navbar .navbar-right form .dropdown-menu {
  min-width: 300px;
  right: -14px;
  left: auto;
  top: -10px;
  padding: 2px;
  padding-left: 15px;
  border: 1px solid #d8d8d8;
  border-radius: 200px;
  height: 35px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  min-width: 230px;
  padding: 10px;
}
.navbar .navbar-right form .dropdown-menu.show {
  display: flex !important;
}

.navbar .navbar-right form .dropdown-menu .btn {
  border: none;
  background: #539250;
  color: #fff;
  border-radius: 200px;
  font-size: 14px;
  padding: 3px 15px 2px;
}

.navbar .navbar-right form .dropdown-menu input {
  border: none;
  padding: 5px 10px;
}

.navbar .navbar-nav > li.nav-item > a,
.navbar .navbar-brand {
  padding: 15px 12px 13px;
  color: #1d4079;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand img {
  min-height: 70px;
  height: 70px;
  max-width: none !important;
}
.navbar .navbar-nav > li.nav-item-home > a {
  padding-top: 10px;
  padding: 10px;
  background: #ffebc1;
}
.navbar .navbar-nav > li.nav-item-home img {
  width: 26px;
}
.navbar-sub {
  background: #ffebc1;
  padding: 3px 0;
}
.navbar-sub .marquee a {
  color: #031739;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  text-decoration: none;
  padding: 5px 0 0 0;
  display: block;
}
.navbar-sub .marquee a:hover {
  color: #da251c;
}
.navbar-sub .marquee a i.fa-star {
  color: #f59e0b;
}
.right-post-component.partial7 {
  height: 100%;
}

.right-post-component.partial7 .post-box-component {
  padding: 10px 0;
  border: none;
  height: 100%;
  display: inline-block;
  max-height: calc(100% - 55px);
}
.dropdown-item {
  font-size: 14px;
  padding: 10px;
}

.dropdown-menu > li + li {
  border-top: 1px dashed rgba(0, 0, 0, 0.25);
}

.dropdown-menu > li + li a:hover,
.navbar .dropdown-menu .nav-link:hover {
  color: #b61911;
  background-color: transparent !important;
}
.navbar .dropdown-menu .nav-link {
  color: #000;
  display: flex;
}
.navbar .dropdown-menu .nav-link > span {
  width: 100%;
}
.navbar .dropdown-menu > .nav-item {
  position: relative;
}
.navbar .dropdown-menu > .nav-item .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 280px;
  border-radius: 8px;
  border: 1px solid #d0b779;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.navbar .dropdown-menu > .nav-item:hover .submenu {
  display: block;
}
.navbar .dropdown-menu > .nav-item:hover .submenu li + li {
  border-top: 1px dashed #00000020;
}
.navbar .navbar-nav > li.nav-item > a:hover,
.navbar .navbar-brand:hover {
  color: var(--red);
}

.navbar-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-right .navbar-toggler {
  padding: 8px 0 0 0;
  box-shadow: none !important;
}

.headnew {
  padding: 10px 0;
  margin-bottom: 15px;
}

.headnew-second {
  border-top: 1px solid #e4e1e19c;
  padding-top: 20px;
}

.headnew .headnew-left .headnew-thumb a {
  width: 100%;
  height: 290px;
  display: inline-block;
}

.headnew .headnew-title.top-home-title a {
  font-size: 22px;
  line-height: 32px;
}

.headnew-right-thumb.box-image {
  margin-bottom: 15px;
}

.top-home-cont {
  font-family: "SF Pro Display", Roboto, Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #5c5c5c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 0;
}

.top-home-title,
.top-home-title a {
  color: #1f1a17;
  /* font-family: Merriweather, Roboto, Arial; */
  font-size: 15px;
  font-weight: 500;
  line-height: initial;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-decoration: none !important;
  margin-bottom: 0;
}
.top-home-title.d-flex {
  gap: 11px !important;
}
.item.main .top-home-title,
.item.main .top-home-title a {
  margin-top: 0px !important;
}
.top-home-title.d-flex .border-vertical {
  width: 1px;
  height: 31px;
  display: inline-block;
  content: "";
  background: #d5dae1;
}
.item.main .top-home-title a {
  color: #031739;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
.item.main .top-home-title a:hover {
  color: #e60b00;
}
.partial7 .box-image ~ .top-home-title a {
  font-size: 18px;
}
.headnew-emagazine .post-show .top-home-title,
.headnew-emagazine .post-show .top-home-title a {
  font-size: 2rem;
  padding: 10px 0 !important;
}

.headnew-emagazine .post-show .top-home-title a {
  padding: 0 !important;
}

.list-post-items .top-home-title {
  margin-bottom: 5px;
}

.list-post-items .top-home-title,
.list-post-items .top-home-title a {
  font-size: 20px;
}

.list-post-items .detail {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.list-post-items .item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.list-post-items .item:first-child {
  padding-top: 0;
}

.list-post-items .item + .item {
  border-top: 1px solid #e4e1e19c;
}

.list-post-items .see-more {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-post-items .see-more a {
  max-width: 125px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #f2f2f2;
  padding: 9px 40px;
  color: #424445;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.list-post-items .detail .content {
  color: #5c5c5c;
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.dvc-group .main {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  height: 206px;
}
.dvc-group .main > a {
  position: relative;
  height: 100%;
}
.dvc-group .main > a img {
  height: 100% !important;
  border: 1px solid #eeeeee;
}
.dvc-group .main > a span {
  font-style: normal;
  font-weight: 900;
  font-size: 26.0211px;
  line-height: 39px;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  left: 24px;
  text-align: left;
  padding: 0 0 0 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-left: 3px solid #fff;
}
.dvc-group .main .link {
  padding: 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.dvc-group .main .link a {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 23px;
  color: #182940;
  text-decoration: none;
}
.dvc-group .main .link a:hover {
  color: #da251c;
}
.dvc-group .main .link a:before {
  content: "\25A0";
  color: #da251c;
  margin-right: 12px;
  font-size: 13px;
}
.list-dvc {
  display: flex;
  flex-direction: row !important;
  gap: 12px;
}
.list-dvc a {
  width: calc(100% / 3 - 9px);
}
.list-dvc a img {
  width: 100%;
}
.card-bg-gray.dvc {
  background-image: url("/images/bg-trong-dong-gray.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-bg-gray.dvc .card-header {
  border-bottom: 1px solid #bbc3cf;
  padding-bottom: 0;
  height: auto;
  min-height: auto;
  width: 100%;
  display: flex;
}
.card-bg-gray.dvc .card-header .card-title {
  border-bottom: 2px solid #ff9800;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.top-home-title:hover,
.top-home-title a:hover {
  color: #b61911;
}

.headnew-second-item .top-home-cont {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.info-post {
  display: flex;
  align-items: flex-start;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  flex-wrap: wrap;
}

.info-post-cate,
.info-post-cate a {
  color: #da251c;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  text-decoration: none;
}

.info-post-times,
.info-post-times a {
  padding: 0;
  display: block;
  margin-left: 0;
  margin-top: 2px;
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.card-widget {
  background: transparent;
  border: none;
  border-radius: 0;
}

.card-widget .card-header {
  display: flex;
  flex-wrap: wrap;
  background: transparent !important;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.card-widget .card-title,
.breadcrumb-category .breadcrumb-item.cate-name a,
.right-post-component .title-right-box .title,
.right-post-component .title-right-box .title a {
  color: #b70b00;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 116.667% */
  letter-spacing: -0.4px;
  text-transform: uppercase;
  padding: 7px 2px 10px 0px !important;
  width: fit-content;
  position: relative;
  text-decoration: none !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 1; */
}
.right-post-component .title-right-box::-webkit-scrollbar,
.right-post-component .title-right-box::-webkit-scrollbar {
  display: none;
}
.card-widget .card-title-list {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  flex-grow: 1;
  max-width: fit-content;
  padding-left: 15px;
  padding-right: 10px;
}

.card-widget .card-title-list a,
.breadcrumb-category .breadcrumb-item.cate-child a {
  color: #5c5c5c;
  text-decoration: none;
  /* text-transform: uppercase; */
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  font-size: 13px;
  font-family: "SF Pro Display", Roboto, Arial;
  padding: 0 8px;
}

.card-widget .card-title-list a:hover,
.breadcrumb-category .breadcrumb-item.cate-child a:hover {
  color: #b61911;
}

.card-widget .card-body {
  padding-left: 0;
  padding-right: 0;
}

.card-widget .content-box > .col-md-4 {
  border-right: 0.7px solid #e4e1e19c;
}

.card-widget .content-box > .col-md-4 > .item {
  border-bottom: 0.7px solid #e4e1e19c;
  padding-bottom: 6px !important;
  padding-top: 6px !important;
}

.card-widget .content-box > .col-md-4 > .item:last-child {
  padding-bottom: 0;
  border: none;
}

.card-widget .content-box > .col-md-4 .top-home-title {
  padding-top: 8px;
  padding-bottom: 12px;
}

.card-widget .content-box > .post-show .box-image {
  aspect-ratio: 16/10;
}
.card-widget .content-box > .post-show.headnew-left .box-image {
  aspect-ratio: 625/424;
}
.card-widget .content-box > .post-show .top-home-title {
  line-height: 25px;
  padding-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 10px;
}

.card-widget .content-box > .post-show .top-home-title a {
  font-size: 18px;
}

.card-widget .content-box > .post-show > .post-show-slide .top-home-title a {
  font-size: 15px;
}

.slider-post-box .box {
  background: #da251c;
  color: #fff;
}

.partial4 .slider-left .item .box {
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(180deg, #151011 0%, rgba(21, 16, 17, 0) 71.35%);
  transform: rotate(-180deg);
  position: absolute;
  z-index: -1;
}

.partial4 .slider-left .item {
  padding-top: 300px;
  height: 552px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  border: none;
  margin-bottom: 2px;
}

.partial4 .slider-left .item .top-home-title a {
  line-height: 32px;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
  max-width: 693px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #ffffff;
  min-height: 70px;
  font-size: 24px;
}

.partial4 .slider-left .item p.description {
  max-width: 693px;
  margin: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #ffffff;
  margin-bottom: 50px;
  min-height: 48px;
  font-family: var(--font-content);
  font-style: italic;
}

.partial4 .slider-left .item .info {
  justify-content: center;
  align-items: center;
  display: flex;
}

.partial4 .slider-left .item .info .info-post-title {
  margin-right: 20px;
}

.partial4 .slider-left .item .info .circle-point {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #ffffff;
  display: block;
  margin-right: 5px;
}

.partial4 .slider-left .slick-list {
  max-height: 552px;
  height: 552px !important;
}

.partial4 .slick-vertical .slick-slide {
  height: 552px;
}

.partial4 .slider-post-box .slider-right .item,
.list-video-right-box .item {
  padding: 14px 30px;
  height: 99px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.slider-post-box .list-video-right-box {
  background: #4a773e;
}

.list-video-right-box .item {
  height: auto;
  padding: 12px 15px;
}

.list-video-right-box .item .avatar {
  position: relative;
}

.list-video-right-box .item div.play-icon-small {
  position: absolute;
  bottom: 12px;
  right: 20px;
}

.list-video-right-box .item .col-7.detail {
  padding-left: 0;
}

.list-video-right-box .item .col-7.detail .top-home-title,
.list-video-right-box .item .col-7.detail .top-home-title a {
  color: #fff;
}

.list-video-right-box .item .col-7.detail .top-home-title:hover,
.list-video-right-box .item .col-7.detail .top-home-title a:hover {
  color: #76bb73;
}

.partial4 .slider-post-box .btn-wrap {
  text-align: end;
  padding: 14px 30px;
}

.partial4 .slider-post-box .btn-wrap .btn {
  padding: 1px;
}

.partial4 .slider-post-box .slider-right .item a,
.list-video-right-box .item a {
  display: contents;
}

.partial4 .slider-post-box .slider-right .item a,
.partial4 .slider-post-box .slider-right .item .top-home-title,
.list-video-right-box .item a {
  color: #fff;
  text-decoration: none;
}

.partial4 .slider-post-box .slider-right .item .top-home-title,
.list-video-right-box .item .top-home-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  font-style: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 5px;
}

.partial4 .slider-post-box .slider-right .item .info {
  display: flex;
  align-items: center;
}

.partial4 .slider-post-box .slider-right .item .circle-point {
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 50%;
}

.partial4 .slider-post-box .slider-right .item .info-post-title {
  padding: 0 16px 0 8px;
  line-height: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}

.partial4 .slider-post-box .slider-right .item.slick-current,
.partial4 .slider-post-box .slider-right .item:hover {
  background: #49773ec7;
}

.post-show-slide {
  background: #f4f4f4;
  padding: 15px 8px;
  padding-bottom: 20px;
  margin-top: 25px;
}

.partial-video .video-show {
  position: relative;
  padding-bottom: 55px;
  padding-top: 273px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.title-video-mobile .top-home-title a {
  color: #fff;
  margin-top: 15px;
}

.partial-video .list-video-right-box {
  padding-top: 10px;
  padding-bottom: 8px;
}

.partial-video .video-show .top-home-title,
.partial-video .video-show .top-home-title a {
  margin: auto;
  max-width: 693px;
  line-height: 32px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #ffffff;
  overflow: hidden;
  min-height: 66px;
  font-size: 22px;
  text-align: center;
}

.slider-post-box .video-show .top-home-title:hover,
.slider-post-box .video-show .top-home-title a:hover {
  color: #da251c;
}

.slider-post-box .opacity-video {
  background: linear-gradient(180deg, #151011 0%, rgba(21, 16, 17, 0) 71.35%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  transform: rotate(-180deg);
  z-index: -1;
}

.slider-post-box .info-post {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.slider-post-box .play-icon-video {
  border-radius: 50%;
  background: #000000;
  opacity: 0.5;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  transition: opacity 0.3s ease;
}

.slider-post-box .play-icon-video svg {
  color: #f5f5f5;
}

.slider-post-box .video-yt {
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.slider-post-box .video-yt p {
  height: 100%;
}

.slider-post-box .video-yt iframe {
  width: 100%;
  height: 100%;
}

.slider-post-box .info-post-title a {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}

.right-post-component .title-right-box {
  border-bottom: 1px solid #b70b00;
  padding-top: 0.5rem;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
}

/*    .right-post-component .title-right-box .title, .right-post-component .title-right-box .title a {
        color: #b61911;
        line-height: 24px;
        font-size: 18px;
        font-weight: 600;
        font-style: normal;
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        padding-top: 9px;
        text-decoration: none;
        text-transform: uppercase;
    }*/

.top-home-date.text-danger {
  color: #ae0008 !important;
  font-size: 13px;
}

.article-lead {
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #394e79;
}

.fotorama__caption__wrap {
  background-color: rgb(0 0 0 / 53%) !important;
  padding: 10px !important;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-family: Roboto;
  color: #fff;
  font-size: 16px;
}

.tandan-p-article-author {
  text-align: right !important;
  font-style: italic;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #394e79;
  margin-bottom: 5px;
}

.tandan-p-article-news-summary {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #394e79;
  font-family: "Roboto";
  text-align: justify;
}

.artcle-tools {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.tandan-span-date-publish {
  padding: 2px 20px 2px 0px;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  color: #c1101c;
}

.artcle-tools-media {
  display: flex;
  align-items: center;
}

.artcle-tools-media .fb-like {
  max-height: 20px;
}

.tapchigiay .title-right-box .title,
.tapchigiay .title-right-box .title a {
  margin-bottom: 16px;
  padding-top: 16px;
  border: none;
}

/*.right-post-component .title-right-box .title:before, .right-post-component .title-right-box .title a:before {
    content: "";
    width: 4px;
    height: 17px;
    background: #b61911;
    display: block;
    margin-right: 10px;
}*/

.right-post-component.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

.box-filter-media-input > .row > .col-sm-6 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.box-filter-media-input label {
  font-weight: normal;
  margin-bottom: 0;
  margin-right: 16px;
}

.box-filter-media-input > .row > .col-sm-6 input {
  flex: 1 0 0%;
}

.box-filter-media input {
  height: 36px;
  background: #ffffff;
  border: 1px solid #dbdfef;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #394e79;
  box-shadow: none;
}

.box-filter-media-search input {
  max-width: 297px;
  margin-left: auto;
}

.box-filter-media-input .form-control.datetime {
  content: "";
  background-image: url(../images/icon-Calendar-lanhdao.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-position-x: calc(100% - 5px);
}

.item-card-photo {
  margin-bottom: 15px;
}

.item-card-photo .box-image {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.item-card-photo .box-image * {
  transition: all 0.3s;
}

.item-card-photo .box-image:hover img {
  transform: scale(1.1);
}

.item-card-photo .box-image:before,
.card-media .carousel-thumb.category-media.Photo:before {
  position: absolute;
  content: "";
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background-image: url(/images/photo-catebory.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.entry .right-post-component.sticky {
  top: 80px;
}

.title.text-danger {
  color: #ae0008 !important;
}

.tapchigiay {
  padding: 0 24px 15px;
  border: 1px solid #d0d0d0;
  margin-top: 16px;
}

.box-emagazine {
  padding: 25px;
  margin-bottom: 30px;
  background-color: #ffe5ab;
}

.box-emagazine .title {
  color: #b61911;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.box-emagazine .slick-slider {
  margin: 0 -12px;
  width: calc(100% + 24px);
}

.box-emagazine .btn-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: end;
}

.box-emagazine .item {
  padding-left: 12px;
  padding-right: 12px;
}

.box-emagazine .item .top-home-title a {
  color: #1f1a17;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 18px;
  line-height: initial;
}

.box-emagazine .item .box-image a {
  width: 100%;
  height: 215px;
  display: inline-block;
}

.box-emagazine .item .box-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.box-emagazine .item .top-home-title a:hover {
  color: #539250;
}

footer {
  color: #333;
  background: #eaf3ff;
}
.footer .coppyright {
  border-top: 2px solid #ffffff80;
  box-shadow: 0 -1px 0 #00000020;
}
.footer .coppyright p {
  color: rgba(58, 71, 91, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

footer .top-footer .name-site {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  border-bottom: 0.6px solid #ffffff66;
  padding-bottom: 10px;
  margin-bottom: 0;
}

footer .top-footer .name-site span {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

footer .middel-footer {
  padding-top: 30px;
  padding-bottom: 20px;
}

footer p.title-page {
  position: relative;
  padding-left: 10px;
  margin-top: 10px;
}

footer p.title-page::before {
  content: "";
  height: 100%;
  width: 4px;
  background: #6fc65b;
  position: absolute;
  top: 0;
  left: 0;
}

footer .middel-footer p {
  margin-bottom: 3px;
}

footer .menu-footer a {
  text-decoration: none;
  padding: 3px 0;
  width: 100%;
  display: flex;
  color: #3a475b;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}
footer .middel-footer .title {
  color: #3a475b;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 26px !important;
}
footer .menu-footer a:hover {
  color: #0061af;
}

footer .menu-footer li {
  position: relative;
}

footer .menu-footer li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 50%;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

footer .menu-footer li.mail-box {
  background: linear-gradient(0deg, #9df388 0%, #ffffff 100%);
  border: 1px solid #8bc984;
  border-radius: 4px;
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: -10px;
  width: auto;
  display: inline-block;
}

footer .menu-footer li.mail-box a,
footer .menu-footer li.mail-box a * {
  color: #2c6c20 !important;
  display: flex;
  align-items: center;
  width: auto;
  display: inline-block;
}

footer .menu-footer li.mail-box:before {
  display: none;
}

footer .copyright .container {
  background-color: transparent;
  padding: 10px 0;
  border-top: 1px solid #d7d3af;
}

footer .copyright p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
  text-align: center;
}

footer .copyright .social a {
  padding: 0 6px;
}

footer .copyright .social a img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  height: 16px;
}

.arrow_top {
  position: fixed;
  bottom: 50px;
  right: 40px;
  border: 1px solid #828282;
  border-radius: 4px;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  z-index: 9;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  visibility: hidden;
}

.arrow_top.show {
  opacity: 1;
  visibility: inherit;
}

.section-headnew-cate .post-show .avatar {
  position: relative;
}

.section-headnew-cate .post-show .avatar .top-home-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  display: block;
  font-size: 24px;
  line-height: 32px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 25px 18px;
}

.section-headnew-cate .post-show .avatar .top-home-title a {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.section-headnew-cate .post-show .detail .content {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #5c5c5c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.print-newspaper-item {
  background: #fff;
  box-shadow: 0 1px 1px #b3b3b3;
}

.print-newspaper-item .box-image a {
  width: 100%;
  max-height: 530px;
  display: inline-block;
}

.print-newspaper-item .box-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.print-newspaper-item .detail {
  padding: 10px;
}

.btn-load-more {
  width: 300px;
  border-radius: 5px;
  height: 40px;
  border: 1px solid #ddd;
  margin: 20px auto;
  display: block;
  text-align: center;
}

.btn-load-more a {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  padding: 10px 0;
  text-decoration: none;
}
.row-breadscrumb {
  background: #2753A4;
  background-image: url(/images/bg-breadscrumb.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.breadscrumb-title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.row-breadscrumb .breadcrumb {
  padding-top: 6px;
  padding-bottom: 6px;
  justify-content: center;
}
.breadcrumb {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.breadcrumb a {
  color: #ffffff98;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: yellow;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff98;
}
.breadcrumb-category .breadcrumb-item.cate-name {
  margin-right: 8px;
}

.breadcrumb-category .breadcrumb-item.cate-name a {
  font-size: 19px;
}

.breadcrumb-category .breadcrumb-item a {
  border: none !important;
}

.breadcrumb-category .breadcrumb-item a {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.content-article .detail-content * {
  font-size: 15px;
  font-family: roboto;
  line-height: 24px;
}
.detail-content * {
  font-family: roboto !important;
}
.detail-content p,
.detail-content span {
  color: #3b4e68;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}
.detail-top-info .detail-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  color: #1f1a17;
  padding-bottom: 10px;
}

.content-article figcaption {
  max-width: 100% !important;
  margin: auto;
  padding: 12px;
  background: #f0f0f0;
  font-size: 15px;
  line-height: 20px;
  color: #3f3f3f;
  font-weight: normal;
}

.content-article .detail-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.content-article .detail .detail-info .detail-post-info span {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.content-article .detail-info .detail-post-info .author {
  color: #b61911;
  font-size: 16px;
}

.content-article .detail-info .tools {
  display: flex;
  align-items: center;
}

.content-article .detail-info .tools li,
.tool-end-post .tools li {
  padding: 0 6px;
  color: #666;
}

.content-article .detail-info .tools li a,
.tool-end-post .tools a {
  color: #888;
  font-size: 16px;
  text-decoration: none;
}

.content-article .detail-info .tools li a:hover,
.tool-end-post .tools a:hover {
  color: #d5342b;
}

.content-article .detail-info .tools li.line {
  padding: 0;
  width: 1px;
  height: 20px;
  background-color: #dedede;
  margin: 0 12px;
}

.content-article .detail-info .tools li a.text {
  font-size: 16px;
}

.content-article .detail-info .tools li a.text.active,
.content-article .detail-info .tools li a.text:hover {
  color: #d5342b;
}

.content-article .detail-info .tools li a.text.text2 {
  font-size: 19px;
}

.content-article .detail-info .tools li a.text.text3 {
  font-size: 21px;
}

.content-article .detail-content-lead {
  font-size: 17px;
}

.box_comment {
  margin: 25px 0;
  margin-bottom: 35px;
}

.box_comment div.box__show__comment {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box_comment div.box__show__comment p {
  margin-bottom: 0;
  padding: 20px 0;
  color: #aeaeae;
  font-size: 16px;
}

.box_comment div.box__show__comment div.bt-add-com1 {
  font-size: 16px;
  color: #ffffff;
  background-color: #da251c;
  padding: 1px 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.box_comment div.box__show__comment div.bt-add-com1 i {
  margin-right: 5px;
}

.box_comment .submit__box {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
  padding-top: 10px;
}

.box_comment .comment_item .btn_sent_comment {
  float: right;
  background: #b61911;
  border-radius: 4px;
  padding: 8px 45px;
  font-family: var(--font-content);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  border: 0;
  width: 165px;
}

.box_comment .comment_item {
  margin-bottom: 12px;
}

.box_comment .comment_item a.btn_sent_comment__cancle {
  float: right;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #717171;
  border: 1px solid #c4c4c4;
  text-transform: uppercase;
  margin-left: 20px;
  width: 165px;
  text-align: center;
  text-decoration: none;
}

.tool-end-post {
  clear: both;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}

.tool-end-post .back-tools a {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #787878;
  text-decoration: none;
}

.tool-end-post .back-tools a:hover {
  color: #d5342b;
}

.video-article-sub {
  background: #182940;
  color: #fff;
}

.video-frame {
  display: flex;
}

.video-article-content video {
  object-fit: cover;
  width: 100%;
}

.video-article-sub .slimScrollDiv {
  overflow-y: auto;
}

.video-article-sub .layout__vf-scroll {
  padding: 24px 15px;
}

.video-article-sub .tandan-p-article-news-title {
  margin: 0;
}

.video-article-sub .tandan-p-article-news-title a {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}

.video-article-sub .artcle-times {
  margin: 0 0 3px !important;
}

.video-article-sub .tandan-span-date-publish {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #bdbdbd;
  margin-bottom: 16px;
  padding-right: 0 !important;
}

.video-article-sub .tandan-p-article-author {
  text-align: right;
  font-weight: 500;
  margin-bottom: 3px;
}

.software-catalog-content {
  position: relative;
  z-index: 2;
}

.software-catalog-subtitle {
  font-size: 1.1rem;
  color: #333F51;
  text-align: center;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
}
.software-catalog-subtitle .highlight {
  color: var(--red)
}

/* Category Tabs */
.category-tabs {
  margin-bottom: 3rem;
}

.category-tabs .nav-tabs {
  border: none;
  gap: 1px;
}

.category-tabs .nav-item {
  margin: 0;
}

.category-tabs .nav-link {
  background: var(--primary-blue-500);
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 0;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.3s ease;
  position: relative;
  min-width: 200px;
  margin: 0;
}
.category-tabs .nav-item:first-child .nav-link {
  border-radius: 10px 0 0 10px;
}
.category-tabs .nav-item:last-child .nav-link {
  border-radius: 0 10px 10px 0;
}

.category-tabs .nav-link.active, .category-tabs .nav-link:hover {
  background: var(--red);
  color: white;
  border: none;
}

.category-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--red);
}

.category-tabs .nav-link:hover {
  box-shadow: 0 3px 15px #00000030;
  color: white;
  border: none;
}

/* Software Cards Grid */
.software-cards-grid {
  margin-bottom: 3rem;
}

.software-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 16px;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); */
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.software-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #4AADFC 0%, #0682E6 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.software-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  border-color: #4AADFC;
}

.software-card:hover::before {
  opacity: 1;
}
.software-card a {
  text-decoration: none;
  transition: 0.3s;
}
.software-card a:hover .software-title {
  color: var(--red);
}
.software-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}

.software-icon-img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.software-card:hover .software-icon-img {
  transform: scale(1.1);
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.15));
}

.software-title {
  color: #2A3342;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  transition: 0.3s;
  text-align: center;
}

/* Call to Action */
.software-catalog-cta {
  text-align: center;
}

.software-catalog-cta .btn {
  background: linear-gradient(135deg, #4AADFC 0%, #0682E6 100%);
  border: none;
  color: white;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(74, 173, 252, 0.25);
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1rem;
}

.software-catalog-cta .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(74, 173, 252, 0.35);
  background: linear-gradient(135deg, #0682E6 0%, #0568b8 100%);
  color: white;
}

/* Responsive styles for software catalog section */
@media (max-width: 991.98px) {
  .software-catalog-section {
    padding: 4rem 0;
  }
  
  .software-catalog-subtitle {
    font-size: 1rem;
  }
  
  .category-tabs .nav-tabs {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  
  .category-tabs .nav-link {
    min-width: 250px;
  }
  
  .software-card {
    padding: 1.5rem 1rem;
    min-height: 180px;
  }
  
  .software-icon {
    min-height: 60px;
  }

}

@media (max-width: 575.98px) {
  .software-catalog-section {
    padding: 3rem 0;
  }
  
  .software-catalog-subtitle {
    font-size: 0.95rem;
  }
  
  .software-card {
    padding: 16px;
    min-height: inherit;
  }
  
  .software-icon {
    min-height: 50px;
  }
  
  .software-icon-img {
    width: 40px;
    height: 40px;
  }
  
  .software-catalog-cta .btn {
    padding: 10px !important;
  }
  .category-tabs .nav-link {
    border-radius: 8px !important;
  }
}

/*CKEditor*/
.ck-content {
  min-height: 200px;
}
.item-headnew > .row {
  display: flex;
}
.item-headnew > .row::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #be0101;
  display: inline-block;
  margin: 5px 8px 0 0;
}
.item-headnew > .row > .col-12 {
  flex: 1 0 0%;
}
.item-headnew:first-child {
  padding-top: 0 !important;
  border-top: 0 !important;
}
.headnew-right {
  /* max-height: 510px; */
  overflow: hidden;
  overflow-y: auto;
}
.headnew-right::-webkit-scrollbar-track {
  width: 6px;
}
.headnew-right .item-headnew:first-child .box-image {
  aspect-ratio: 100/61;
}
.headnew-right .item-headnew + .item-headnew {
  border-top: 1px dashed #757e8c;
}
.headnew-right .item-headnew > .row::before {
  display: none;
}
.headnew-right .item-headnew:nth-child(n + 5) {
  display: none;
}

.card-list-category .card-body {
  padding: 0;
}
.card-list-category .card-header {
  border-bottom: none;
}
.card-list-category .list-category {
  margin: 0;
}
.card-list-category .list-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.card-list-category .list-category a {
  display: flex;
  padding: 7px 7px 7px 15px;
  align-items: center;
  align-self: stretch;
  background: #f5f8fa;
  color: #36373e;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  line-height: 24.15px; /* 161% */
  text-decoration: none;
  position: relative;
}
.card-list-category .list-category a::before {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  content: "";
  display: block;
  width: 3px;
  flex: 1 0 0;
  border-radius: 6px;
  background: #e41c1c;
}
.card-list-category .list-category .sub-document-menu-item a {
  padding-left: 22px;
}
.card-list-category .list-category .sub-document-menu-item a::before {
  height: 5px;
  left: 12px;
  top: 16px;
  border-radius: 6px;
}
.card-list-category .list-category a:hover {
  color: #da251c;
}
.card-list-category .list-category ul li + li {
  margin-top: 5px;
}
.card-list-category .card-header .card-title {
  border-radius: 6px;
  background: #ffebc1;
  display: flex;
  min-height: 40px;
  padding: 10px !important;
  align-items: center;
  align-self: stretch;
  flex-wrap: wrap;
  width: 100%;
  color: #b70b00;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 137.5% */
  text-transform: uppercase;
}
.card-list-category .card-header .card-title:before {
  background: transparent;
  width: 20px;
  height: 20px;
  background-image: url("/images/quochuy.png");
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) and (max-width: 991px) {
  .category-bottom .border-md-left .item:nth-child(n + 5) {
    display: none;
  }
  .container {
    width: 90%;
    max-width: 90%;
  }
  .banner > .container {
    padding-left: 0;
    width: 100%;
    max-width: 100%;
  }
  header .header-logo .header_title .name {
    font-size: 28px;
  }
  header .header-logo .header_title .name span {
    font-size: 33px;
    display: block;
  }
  header .header-logo .header_title .text {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .headnew-second .row > .col-6:last-child .info-post {
    display: none;
  }
  .headnew-left {
    border-left: 1px solid #d9d9d9;
  }
  .md-hidden {
    display: none;
  }
  .feature-stats {
    /* margin-top: -100px; */
    position: relative;
  }
  /* .hero-slider-section {
    padding-bottom: 40px;
  } */
  .headnew .headnew-right {
    border-left: 1px solid #e4e1e19c;
  }

  .video-article-content .col-sm-9.video-article-main {
    width: 70%;
  }

  .col-sm-3.video-article-sub {
    width: 30%;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-right > form,
  .navbar .navbar-right {
    order: 3;
  }
}

@media (max-width: 767px) {
  .title-mobile {
    display: block;
  }
  header .banner .header-logo {
    flex-direction: column;
  }
  .header-top a span {
    display: none;
  }
  .benfit-item-desc,
  .benefit-item {
    width: 100%;
    text-align: left !important;
  }
  .xs-hidden {
    display: none;
  }

  .partial4 .slider-left .item {
    padding-top: 0;
    height: auto;
    padding-bottom: 0px;
    margin-bottom: 0;
  }

  .partial4 .slider-left .item .box-image {
    height: 56vw !important;
  }

  .partial4 .slider-left .slick-list {
    height: auto !important;
    max-height: none !important;
  }

  .partial4 .slider-left .top-home-title {
    background: #da251c;
    padding-top: 15px;
  }

  .partial4 .slider-left .item .top-home-title a,
  .partial-video .video-show .top-home-title a {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 23px;
  }

  .partial4 .slider-left .item p.description,
  .partial4 .slider-right {
    display: none;
  }

  .partial4 .slider-post-box .btn-wrap {
    text-align: center;
    padding: 0px 30px 14px 30px;
  }

  .partial4 .slider-left .info {
    background: #da251c;
    padding-bottom: 15px;
  }

  .partial-video .video-show {
    padding-bottom: 10px;
    padding-top: 25vw;
    height: 60vw;
  }

  .partial-video .video-show .top-home-title {
    min-height: 30px;
  }

  .partial-video .slider-post-box > .row {
    background: #4a773e;
    padding-top: 10px;
  }

  .slider-post-box .play-icon-video {
    width: 60px;
    height: 60px;
  }

  .list-video-right-box .item {
    padding-left: 0;
    padding-right: 0;
  }

  .card-widget .content-box > .post-show .top-home-title a {
    font-size: 15px;
  }

  header .top-header .infodate,
  header .right-top-header {
    display: none;
  }

  .navbar {
    padding-top: 0;
  }
  .navbar .navbar-nav {
    width: 100%;
    padding: 10px;
  }
  .navbar .navbar-nav .dropdown-menu {
    background: transparent;
    padding-left: 20px;
    border: none;
    padding-top: 0;
  }
  .navbar .navbar-nav .dropdown-menu > li + li {
    border-color: rgba(255, 255, 255, 0) !important;
  }
}

@media (max-width: 991px) {
  .navbar .navbar-collapse:not(.show) {
    display: none;
  }
  .navbar .navbar-nav .dropdown-menu,
  .navbar .navbar-nav .dropdown-menu .submenu {
    display: block;
    position: relative;
  }
  .navbar .navbar-nav .dropdown-menu .submenu {
    left: auto;
    top: inherit;
    background: transparent;
    border: none;
  }
  .navbar .navbar-nav > li.nav-item > a {
    text-align: left;
  }

  .section-headnew-cate .post-show .avatar .top-home-title {
    position: relative;
    background: transparent;
    padding: 15px 0 0 !important;
  }
  .section-headnew-cate .post-show .avatar .top-home-title a {
    color: #1f1a17;
    margin-bottom: 0;
    font-size: 18px;
  }
}

@media print {
  body * {
    visibility: hidden; /* Ẩn tất cả các phần tử */
  }

  .detail-content,
  .detail-content * {
    visibility: visible; /* Chỉ hiển thị phần tử cần in */
  }

  .detail-content {
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* <-------------- Hỏi đáp start ---------------> */
.faq-page .faq-filter-section {
  background-color: #f9f9f9;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-page .faq-filter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.faq-page .faq-filter-form .filter-group {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
}

.faq-page .faq-filter-form .button-group {
  display: flex;
  flex-direction: column;
}

.faq-page .faq-filter-form .reload-btn {
  border: 1px solid #da251c;
  background-color: #ffffff;
  color: #000000;
}

.faq-page .faq-filter-form .reload-btn:hover {
  background-color: #f0f0f0;
  color: #000000;
  border-color: #000000;
}

.faq-page .faq-filter-form .ask-btn {
  height: calc(2 * 40px + 10px) !important;
  border: 1px solid #da251c;
  flex: none;
}

.faq-page .faq-filter-form .ask-btn:hover {
  background-color: #da251c;
}

.faq-page .faq-filter-form .btn {
  height: 40px;
  min-width: 100px;
}

.faq-page .faq-table .faq-table-wrapper {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.faq-page .search-btn {
  background-color: #da251c;
  border: none;
}

.faq-page .search-btn:hover {
  background-color: #da251c;
  border: none;
}

.faq-page .ask-btn {
  height: 80px;
}

.faq-page .no-focus-border:focus {
  outline: none !important;
  box-shadow: none !important;
}

.faq-page .faq-table .faq-table-wrapper th,
.faq-page .faq-table .faq-table-wrapper td {
  text-align: center;
  vertical-align: middle;
}

.faq-page .faq-table .faq-table-wrapper th {
  background-color: #da251c;
  color: #fff;
  font-weight: bold;
}

.faq-page .faq-table .faq-table-wrapper td {
  background-color: #f8f9fa;
}

.faq-page .faq-table .text-center {
  text-align: center;
}

.faq-page .text-truncate {
  text-align: left !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.faq-page .faq-table .question-link {
  color: #007bff;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
  border: none;
  background: transparent;
}

.faq-page .faq-table .question-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .faq-page .faq-filter-form .filter-group {
    width: 100%;
  }

  .faq-page .faq-filter-form .filter-group select,
  .faq-page .faq-filter-form .filter-group input {
    width: 100%;
    font-size: 14px;
  }

  .faq-page .faq-filter-form .button-group {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .faq-page .faq-filter-form .ask-btn {
    height: auto;
    width: 100%;
  }

  .faq-page .faq-filter-form .btn {
    width: 100%;
  }

  .faq-page .faq-table .faq-table-wrapper {
    font-size: 14px;
  }

  .faq-page .faq-table .faq-table-wrapper th,
  .faq-page .faq-table .faq-table-wrapper td {
    padding: 8px;
  }

  .faq-page .faq-table .question-link {
    max-width: 100%;
  }
}

/*-- Chi tiết câu hỏi -- */

.detail-ask-text {
  color: #da251c;
}

.action-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.action-buttons .btn {
  width: 120px;
  font-size: 14px;
  text-align: center;
}

.action-buttons .btn-ask {
  background-color: #da251c;
  color: #fff;
}

/* <-------------- Hỏi đáp end ---------------> */

/*Chi tiết văn bản*/

.document-detail .document-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1a73e8;
}

.document-detail .document-info {
  font-size: 0.9rem;
  color: #6c757d;
}

.document-detail .attachment-title,
.document-detail .other-documents-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #1a73e8;
  margin-top: 20px;
}

.document-detail .attachment-link {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #1a73e8;
  text-decoration: none;
}

.document-detail .attachment-link i {
  margin-right: 10px;
}

.document-detail .other-documents-list {
  list-style: none;
  padding-left: 0;
}

.document-detail .other-documents-list li {
  font-size: 1rem;
  color: #ff6f00;
}

.document-section .faq-table,
.document-section .justify-content-end {
  padding-right: 0px;
  padding-left: 0px;
}

/*Dự thảo văn bản - Chi tiết dự thảo văn bản*/
.draft-document-detail .content-box {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 20px;
}

.draft-document-detail .content-box h5 {
  font-weight: bold;
  text-align: justify;
  margin-right: 20px;
}

.draft-document-detail .content-box .title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.draft-document-detail .content-box .buttons {
  flex: 1;
  display: block;
  text-align: right;
}

.draft-document-detail .content-box .buttons .btn {
  min-width: 120px; /* Đảm bảo kích thước đồng nhất */
  text-align: center;
}

.draft-document-detail .content-box .deadline {
  font-style: italic;
  color: #666;
}

.draft-document-detail .content-box .section-title {
  background-color: #f1f1f1;
  padding: 10px;
  font-weight: bold;
  border: 1px solid #ccc;
  margin-top: 20px;
}

.draft-document-detail .content-box .document-content {
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 10px;
  height: 100px;
  overflow-y: auto;
}

.draft-document-detail .content-box .attachments {
  margin-top: 10px;
}

.draft-document-detail .content-box .attachments a {
  display: block;
  color: #007bff;
  text-decoration: none;
  margin-bottom: 5px;
}

.draft-document-detail .content-box .attachments a:hover {
  text-decoration: underline;
}

.draft-document-detail .content-box .buttons .btn {
  margin-left: 10px;
}

.draft-document-detail .btn-comment {
  background-color: #da251c;
  color: #fff;
}

.btn-search-custom {
  background: #da251c;
}

.draft-document-header {
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  color: #1f1a17;
}

#faqTable-valid td.text-start .question-link,
#faqTable-expired td.text-start .question-link {
  white-space: normal !important;
  word-wrap: break-word;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  gap: 24px;
  /* width: 1200px; */
  width: 100%;
}

.grid-item {
  border-radius: 5px;
}

.TD-link-img img {
  max-width: 100%;
}
/*Bình chọn */
.vote-section .poll-section {
  margin-left: auto;
  width: 300px;
  background-color: #edf5e6;
  border: 1px solid #007bff;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
}

.vote-section .poll-section h5 {
  background-color: #da251c;
  color: white;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  margin: -15px -15px 10px -15px;
}

.vote-section .poll-section .btn {
  margin-right: 10px;
}

.voting-statistics .card {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.voting-statistics .card-header {
  background-color: #f8f9fa;
  font-weight: bold;
  color: #007bff;
  font-size: 16px;
}

.voting-statistics .progress {
  height: 20px;
}

.voting-statistics .progress-bar {
  background-color: #f0ad4e;
}

.voting-statistics .rating-text {
  font-weight: bold;
  color: #007bff;
}

@media (max-width: 768px) {
  .right-top-header {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
  }

  .right-top-header ul.social li:not(#userMenuContainer) {
    display: none;
  }
  .right-top-header
    ul.social
    #userMenuContainer
    .dropdown
    .show
    .li-dropdown-item {
    display: list-item;
  }

  #userMenuContainer {
    display: flex !important;
    align-items: center;
    visibility: visible;
  }
}

/*Lịch làm việc */
.work-schedule .btn-group {
  margin-bottom: 20px;
}

.work-schedule .btn-group button {
  margin-right: 10px;
}

.work-schedule .form-select {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}

.work-schedule .d-flex.justify-content-between {
  justify-content: space-between !important;
}
.work-schedule .btn-success {
  background-color: #da251c;
}

.work-schedule .btn {
  padding: 2px 5px;
  font-size: 14px;
}

.work-schedule .form-select {
  padding: 2px 35px 2px 5px;
}

.work-schedule table {
  width: 100% !important;
}

.work-schedule #schedule-content {
  margin: auto;
  width: 80%;
}
.TD-link-img a + a {
  margin-top: 5px;
  width: 100%;
  display: inline-block;
}
.TD-link-img img {
  width: 100%;
}

@media (max-width: 767px) {
  main .grid-container {
    display: inline-block;
  }
}
.right-post-component.partial7 {
  height: 100%;
}

.right-post-component.partial7 .post-box-component {
  padding: 20px 0;
  border: none;
  height: 100%;
  display: inline-block;
  max-height: calc(100% - 55px);
}
.card-box .card-partial {
  padding: 0px;
  border: none;
  height: 100%;
  display: inline-block;
  max-height: calc(100% - 55px);
}
/* block counter */
.counter.display-table {
  width: 100%;
}
.counter.display-table li {
  width: 100%;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
}
.counter span + span {
  text-align: right;
}

.display-table > * {
  display: table-row;
}

.display-table > * > * {
  display: table-cell;
  padding: 5px;
}
/* block counter */

.card-tabs-content {
  border-radius: 5px;
  padding: 10px 15px 25px 15px;
  border: 1px solid #d5dae1;
  background: linear-gradient(
    180deg,
    rgba(252, 250, 246, 0.2) 0%,
    rgba(255, 250, 223, 0.01) 50%,
    rgba(252, 250, 246, 0.2) 100%
  );
}
.card-tabs-content .card-header {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.card-tabs-content .card-header .card-title img {
  margin: 0 3px 3px 0;
}
.card-tabs-content .card-header .card-title {
  color: #b70b00;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 116.667% */
  text-transform: uppercase;
  text-decoration: none;
}
.card-tabs-content .card-header .card-title:hover {
  color: #e60b00;
}
.card-tabs-content .card-body {
  padding-left: 0;
  padding-right: 0;
}
.card-tabs-content .card-body .nav-tabs {
  margin-bottom: 10px;
}
.card-tabs-content .card-body .nav-tabs .nav-link {
  color: #424556;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  padding: 8px 10px;
  border-radius: 4px 4px 0px 0px;
  border: 1px solid #d5dae1;
  background: #fff;
  margin-left: 10px;
  font-size: 15px;
}
.card-tabs-content .card-body .nav-tabs .nav-link.active,
.card-tabs-content .card-body .nav-tabs .nav-link:hover {
  color: #0074d7;
}
.card-tabs-content .card-body .table {
  border-radius: 3px;
  border: 1px solid #d5dae1;
}
.card-tabs-content .card-body .table thead {
  border: none;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.card-tabs-content .card-body .table thead th {
  background: #f6f6f6;
  color: #182940;
  border: none;
  font-weight: 700;
  line-height: 22px;
}
.card-tabs-content .card-body .table tbody td {
  vertical-align: middle;
  font-size: 15px;
}
.card-tabs-content .card-body .table tbody a {
  text-decoration: none;
}
.card-tabs-content .card-body .table tbody a.text-primary {
  color: #2f80ed;
  font-weight: 500;
  line-height: 22px;
}
.card .document-item {
  display: flex;
  padding: 10px 0px;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid #ebebeb;
}
.card .document-item .dowload {
  min-width: 75px;
  padding: 0px 20px 0 10px;
  align-items: stretch;
  overflow: hidden;
  color: #404f65;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  order: 1;
}
.card .document-item .title {
  overflow: hidden;
  color: #182940;
  text-overflow: ellipsis;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  order: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  flex: 1 0 0;
  text-decoration: none;
  padding: 0 20px;
  border-left: 1px solid #d5dae1;
  border-right: 1px solid #d5dae1;
}
.card .document-item .control {
  display: flex;
  order: 3;
  align-items: stretch;
}
.card .document-item .control a {
  overflow: hidden;
  color: #0074d7;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 0px 20px;
  display: flex;
  align-items: center;
}
.card .document-item .control a + a {
  border-left: 1px solid #d5dae1;
}

.card .card-header {
  padding: 10px 15px;
  border: none;
}
.card .card-title {
  color: #b70b00;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 116.667% */
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  gap: 5px;
  margin-bottom: 0;
}
.btn-viewmore {
  border: 1px solid #eee;
  background: #f6f6f6;
  overflow: hidden;
  color: #333f51;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  padding: 10px 50px;
  min-width: 300px;
}
.card-media {
  border: 1px solid #ded6c0;
  background: linear-gradient(180deg, #fcfaf6 0%, #fcfaf6 100%);
  padding: 10px 25px 10px 25px;
  border-radius: 0;
}
.card-media .card-header .card-title {
  color: #2a3342;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1 0 0%;
  text-decoration: none;
}
.card-media .card-header-pills a {
  color: #424556;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}
.card-media .card-header-pills a:hover {
  color: #e60b00;
}
.card-media .card-header-pills a i {
  font-size: 10px;
  margin-right: 6px;
}
.card-media .card-header-pills .nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-media .card-header-pills .nav-item + .nav-item::before {
  width: 1px;
  height: 25px;
  transform: rotate(32.372deg);
  background: #d9d9d9;
  content: "";
  display: inline-block;
}
.card-media .card-header-pills .nav-item:last-child a {
  padding-right: 0;
}
.card-media .media-cover-main {
  position: relative;
}
.card-media .media-cover-main .times {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  display: flex;
  height: 33px;
  padding-right: 10px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/10;
}
.card-media .media-item img {
  aspect-ratio: 16/11;
  font-size: 50%;
  color: #666;
  text-decoration: none;
}
.card-media .media-cover-main .times i {
  display: flex;
  width: 35px;
  height: 35px;
  padding: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: #da251c;
}
.card-media .media-main .card-text {
  color: #031739;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
}
.card-media .media-item .title a {
  overflow: hidden;
  color: #182940;
  text-overflow: ellipsis;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  text-decoration: none;
}
.card-media .media-main .card-text:hover,
.card-media .media-item .title a:hover,
.card-media .media-item:hover .title a {
  color: #e60b00;
}
.card-media .media-item {
  margin-bottom: 20px;
}
.card-media .media-item > a {
  width: 100%;
  display: inline-block;
}
.menu-ngang {
  border-radius: 10px;
  background: #f5f5f5;
  display: flex;
  padding: 10px 15px 20px 15px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  list-style: none;
  margin: 0;
}
.menu-ngang .nav-item {
  width: 100%;
}
.menu-ngang .nav-item .nav-link {
  display: flex;
  padding: 10px 0px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px dashed #556987;
}
.menu-ngang .nav-item .nav-link i {
  border-radius: 100px;
  background: #da251c;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  color: #fff;
}
.menu-ngang .nav-item .nav-link {
  color: #000;
  width: 100%;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 160% */
}
.menu-ngang .nav-item:hover .nav-link {
  color: #da251c;
}
.menu-ngang .nav-item:last-child .nav-link {
  border: none;
}
#linkwebsite-tabContent a {
  color: #0074d7;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 8px 0;
  width: 100%;
  border-bottom: 1px solid #eef0f3;
  display: flex;
  padding: 13px 0px;
  align-items: flex-start;
  gap: 0px;
}
#linkwebsite-tabContent a:hover {
  color: #da251c;
}
#linkwebsite-tabContent ul.list-unstyled {
  column-count: 3;
  column-gap: 20px;
}
.card-bg-gray {
  border-radius: 10px;
  background: #f5f5f5;
  padding: 10px 15px 20px 15px;
}
.card-bg-warning {
  border-radius: 6px;
  border: 1px solid #ffebc1;
  background: linear-gradient(180deg, #fcfaf6 0%, #ffebc1 0.01%);
}
.card-bg-warning .title-right-box {
  border: none;
}
.card-bg-warning .post-box-component {
  width: 100%;
}
.card-bg-warning .nav-link {
  color: #b70b00;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 137.5% */
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
}
.card-gradient-warning {
  border-radius: 6px;
  border: 1px solid #d0b779;
  background: linear-gradient(180deg, #fcfaf6 0%, #fff6e2 100%);
}
.card-gradient-warning .card-header {
  border-bottom: 1px solid #b70b00;
  background: transparent;
}
.card .list-dtvb {
  margin-bottom: 0;
}
.card .list-dtvb .document-item {
  border: none;
  align-items: start;
}

.card .list-dtvb .document-item a {
  border: none;
  padding: 0;
}
.card .list-dtvb .document-item + .document-item {
  border-top: 1px dashed #666 !important;
}
.card .list-dtvb .document-item::after {
  content: "";
  border-radius: 2px;
  background: #b70b00;
  width: 8px;
  height: 8px;
  aspect-ratio: 1/1;
  margin: 5px 8px 0 0;
}
.card .list-dtvb .document-item a:hover,
.content-post-item .top-home-title a:hover {
  color: #da251c;
}
.content-post-item {
  padding: 8px 0;
}
.content-post-item .top-home-title a {
  overflow: hidden;
  color: #182940;
  text-overflow: ellipsis;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 20px;
  margin-top: -3px;
}
.content-post-item .box-image {
  aspect-ratio: 4/3;
}
.content-post-item .box-image img {
  border-radius: 6px;
}
.item-post-docs {
  align-items: start;
  gap: 8px !important;
}
.item-post-docs + .item-post-docs {
  border-top: 1px dashed #8896ab;
}
.item-post-docs .law-title {
  overflow: hidden;
  color: #2a3342;
  text-overflow: ellipsis;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  text-decoration: none;
}
.item-post-docs:hover .law-title {
  color: #da251c;
}
.item-post-docs .item-post-docs-icon {
  color: #da251c !important;
  font-size: 8px;
  transform: rotate(45deg);
  height: auto;
  margin: 6px 0 0 0;
}
@media (min-width: 1440px) {
  .navbar > .container-fluid {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}
@media (min-width: 1100px) {
  /* header .banner .header-logo>h1 {
        position: absolute;
        left: -10px;
    } */

  header .header-logo .header_title {
    padding-right: 110px;
    flex: 1 0 0;
  }
  header .banner > .container {
    background-position-x: 35px;
  }
  .headnew-left {
    padding-right: 20px !important;
  }
  .headnew-right {
    padding-left: 20px !important;
  }
  .item-headnew > .row::before {
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .navbar > .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1024px) {
  header .banner {
    position: relative;
  }
  header .banner > .container {
    position: relative;
    z-index: 1;
    background-position-x: -50px;
  }
  header .banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fffdeb;
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100% !important;
    max-width: 100%;
  }
  .navbar-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .navbar .navbar-nav > li.nav-item > a {
    text-align: left;
    padding-left: 0;
  }
  .navbar .navbar-nav > li.nav-item + li.nav-item {
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
  }
  .card-tabs-content {
    padding: 10px 10px 20px 10px;
  }
  .card-tabs-content .card-body .nav-tabs {
    margin-bottom: 10px;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
  }
  .card-tabs-content .card-body .nav-tabs .nav-link {
    margin-left: 0px;
    margin-right: 6px;
    padding: 6px 6px;
  }
  .card-media {
    padding: 0px;
  }
  .card-media .card-header-pills {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .card-media .card-header-pills a i {
    display: none;
  }
  .card-media .card-header-pills .nav-link {
    padding-left: 8px;
    padding-right: 8px;
    letter-spacing: -0.5px;
  }
  .card-media .card-header-pills .nav-item + .nav-item::before {
    height: 15px;
    transform: rotate(0);
  }
  .card-media .card-header .card-title {
    flex: 1 0 0%;
    overflow: inherit;
    font-size: 18px;
  }
  .card .document-item {
    flex-wrap: wrap;
  }
  .card .document-item .title {
    order: 0;
    padding-left: 0;
    width: 100%;
    flex: 1 0 0%;
    border-left: none;
    border-right: none;
    min-width: 100%;
    padding-bottom: 8px;
    padding-right: 0;
    font-weight: 500;
  }
  .card .document-item .control a {
    border-left: 1px solid #d5dae1;
  }
  .card .document-item .dowload {
    display: flex;
    padding-left: 0;
    align-items: center;
  }
  #linkwebsite-tabContent ul.list-unstyled {
    column-count: 2;
  }
  .dvc-group .main {
    flex-direction: row !important;
    margin: 0 !important;
    margin-bottom: 16px !important;
    height: auto;
  }
  .dvc-group .main > a,
  .dvc-group .main > .link {
    flex: 1;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px;
  }
  .dvc-group .main > a img {
    aspect-ratio: 16/11;
    max-width: 100%;
  }
  .dvc-group .main > a span {
    font-size: 14px;
    line-height: inherit;
    left: 10px;
    padding-left: 10px;
  }
  .dvc-group .main > .link {
    gap: 5px;
    padding: 10px 6px 10px 8px;
  }
  .dvc-group .main .link a {
    font-size: 14px;
  }
  .dvc-group .main .link a:before {
    margin-right: 5px;
  }
  .footer-navbar {
    overflow: hidden;
    overflow-x: scroll;
  }
  .footer-navbar a {
    white-space: nowrap;
  }
  .navbar .navbar-brand {
    display: inline-block;
    padding: 8px 5px 10px 5px;
  }
}
@media (max-width: 580px) {
  header .banner > .container {
    background-position: top center;
    background-position-x: center;
  }
  header .banner:after {
    opacity: 1;
  }
  header .header-logo .header_title .text {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 22px;
  }
  header .header-logo .header_title .name {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 6px;
  }
  header .header-logo .header_title .name span {
    font-size: 24px;
    letter-spacing: 0;
    display: block;
  }
  .weather {
    padding-right: 0;
  }
  .weather .main {
    padding-right: 6px;
  }
  .banner img {
    max-width: 90px;
  }
  header .banner .header-logo {
    padding-top: 0;
    gap: 0 !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  header .header_laction {
    gap: 5px;
    font-size: 14px;
  }

  .detail-top-info .detail-title {
    font-size: 20px;
    line-height: inherit;
  }
  .content-article .detail-info {
    padding: 15px 0;
    flex-wrap: wrap;
    gap: 4px;
  }
  .info-post-cate,
  .info-post-cate a {
    margin-top: 4px;
  }
  .headnew-right {
    max-height: 280px;
  }
  .headnew-right .avatar {
    display: none;
  }
  .headnew-right .info-post-cate {
    margin-top: 0;
  }
  .headnew-right .item-headnew {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .headnew-right .top-home-title {
    padding-bottom: 0;
  }
}
.table-van-ban tbody > tr > td {
  border-top-width: 1px;
}
.article-content-left.article-contrast {
  background-color: rgb(220, 220, 220);
}
/* Tùy chỉnh CSS cho hộp chat */
#chat-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none; /* Mặc định ẩn */
}
#chat-box.open {
  display: block; /* Hiển thị khi có class 'open' */
}
#chat-header {
  background-color: #da251c;
  color: #fff;
  padding: 10px 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
#chat-body {
  padding: 15px;
}
#chat-body a {
  display: block;
  margin-bottom: 8px;
  color: #a52f00;
  text-decoration: none;
}
#chat-body a:hover {
  text-decoration: underline;
}
.close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
}

.article-content-left.contrast-level-1 {
  background: #fafafa !important;
  filter: contrast(85%) brightness(105%);
}

.article-content-left.contrast-level-1 p strong,
.article-content-left.contrast-level-1 h1 {
  color: #4a5568 !important;
}

.article-content-left.contrast-level-1 p {
  color: #718096 !important;
  font-weight: 400;
}

.article-content-left.contrast-level-2 {
  background: #ffffff !important;
  filter: contrast(100%) brightness(100%);
}

.article-content-left.contrast-level-2 p strong,
.article-content-left.contrast-level-2 h1 {
  color: #2d3748 !important;
}

.article-content-left.contrast-level-2 p {
  color: #4a5568 !important;
  font-weight: 400;
}

.article-content-left.contrast-level-3 {
  background: #2d3748 !important;
  filter: contrast(110%) brightness(95%);
}

.article-content-left.contrast-level-3 p strong,
.article-content-left.contrast-level-3 h1,
.article-content-left.contrast-level-3 .author {
  color: #e2e8f0 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.article-content-left.contrast-level-3 p {
  color: #cbd5e0 !important;
  font-weight: 400;
  line-height: 1.7;
}

.article-content-left.contrast-level-4 {
  background: #1a202c !important;
  filter: contrast(120%) brightness(90%);
}

.article-content-left.contrast-level-4 p strong,
.article-content-left.contrast-level-4 h1,
.article-content-left.contrast-level-4 .author {
  color: #f7fafc !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.article-content-left.contrast-level-4 p {
  color: #e2e8f0 !important;
  font-weight: 400;
  line-height: 1.8;
}

.thg-slider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.thg-slider .thg-slide {
  position: absolute;
  width: 100%;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}

.thg-slider .thg-slide.active {
  opacity: 1;
  position: relative;
}

.thg-slider .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.thg-slider .prev {
  left: 10px;
}

.thg-slider .next {
  right: 10px;
}

/* === HERO SLIDER SECTION === */
.hero-slider-section {
  /* background: linear-gradient(90deg, rgba(0,102,188,0.85) 0%, rgba(0,102,188,0.65) 100%), url('/images/bg-bd.jpg') center center/cover no-repeat; */
  /* background: url("/images/hero-slider-section.jpg"),
    linear-gradient(180deg, rgba(1, 98, 179, 1) 25%, #0162b3 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; */
  overflow: hidden;
  /* min-height: 420px; */
}
.hero-slider-bg {
}
.hero-slider-title {
  color: #fff;
  font-size: 2.3rem;
  line-height: 1.5;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.hero-slider-desc {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.hero-slider-list li {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.hero-slider-btn {
  display: flex;
  height: 56px;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  background: linear-gradient(180deg, #7dc734 0%, #639235 100%);
  box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
}
.hero-slider-btn:hover {
  background: #539250 !important;
  color: #fff;
}
.hero-slider-img-col {
  background: transparent;
}
.hero-slider-img {
  display: block;
  width: 100%;
  aspect-ratio: 192/58.6;
}
@media(min-width: 768px) {
    .partner-slider {
        margin: 0 -15px;
    }
}
@media (max-width: 991.98px) {
  .hero-slider-section {
    min-height: 320px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .hero-slider-content {
    padding: 2rem 1.2rem !important;
  }
  .hero-slider-title {
    font-size: 1.5rem;
  }
  .hero-slider-img-wrap {
    padding: 1rem !important;
  }
}
@media (max-width: 575.98px) {
  .hero-slider-section {
    min-height: 0;
    padding: 0;
  }
  .hero-slider-content {
    padding: 1.2rem 0.5rem !important;
    align-items: flex-start !important;
  }
  .hero-slider-title {
    font-size: 1.1rem;
  }
  .hero-slider-desc,
  .hero-slider-list li {
    font-size: 0.95rem;
  }
  .hero-slider-img-wrap {
    padding: 0.5rem !important;
  }
}
/* === END HERO SLIDER SECTION === */

/* === FEATURE SECTION === */
.feature-section {
  background: #fff;
}
.feature-stats {
  gap: 0.5rem;
  border-radius: 16px;
  /* background: #fff;
  box-shadow: 0px 0px 24px -4px rgba(42, 51, 66, 0.23),
    0px 8px 8px -4px rgba(42, 51, 66, 0.02); */
}
.feature-stat-icon img {
  display: block;
  margin: 0 auto;
}
.feature-stat-value {
  color: var(--red);
  letter-spacing: 0.5px;
}
.feature-stat-label {
  color: #2a3342;
  font-size: 1rem;
  font-weight: 500;
}
.feature-title {
  font-size: 2rem;
  color: #0061af;
  text-align: center;
  font-style: normal;
  font-weight: 800;
  line-height: 41px;
  text-transform: uppercase;
}
.feature-desc {
  color: #333f51;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.feature-box {
  border-radius: 16px;
  padding: 16px;
  background: linear-gradient(180deg, #e0eaf6 0%, #fff 100%);
  box-shadow: 4px 0px 10px 0px rgba(15, 42, 79, 0.08),
    -4px 0px 10px 0px rgba(255, 255, 255, 0.4), 0px -4px 10px -4px #fff,
    0px 4px 10px -2px rgba(15, 42, 79, 0.1);
  transition: box-shadow 0.2s, border 0.2s;
}
.feature-box:hover {
}
.feature-box-title {
  color: #0061af;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.feature-box-desc {
  color: #333f51;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.15px;
}
.feature-btn {
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 0.5rem;
  transition: all 0.2s;
  color: #fff;
}
.feature-btn:hover {
  background: linear-gradient(180deg, #5e9c20 0%, #639235 100%) !important;
}
.feature-image-wrap {
  min-height: 260px;
  min-width: 220px;
  max-width: 100%;
}
.feature-laptop {
  z-index: 1;
  position: relative;
  box-shadow: 0 8px 32px rgba(0, 102, 188, 0.1);
  border-radius: 12px;
}
.feature-report-1 {
  z-index: 2;
  box-shadow: 0 4px 16px rgba(0, 102, 188, 0.1);
  border-radius: 8px;
  transform: rotate(-6deg);
}
.feature-report-2 {
  z-index: 3;
  box-shadow: 0 4px 16px rgba(0, 102, 188, 0.1);
  border-radius: 8px;
  transform: rotate(4deg);
}
@media (max-width: 991.98px) {
  .feature-title {
    font-size: 1.3rem;
  }
  .feature-stats {
    flex-direction: column !important;
    gap: 1rem;
  }
  .feature-image-wrap {
    min-height: 180px;
  }
}
@media (max-width: 575.98px) {
  .feature-section {
    padding: 1.5rem 0 !important;
  }
  .feature-title {
    font-size: 1.1rem;
  }
  .feature-box {
    min-height: 80px;
    padding: 1rem !important;
  }
  .feature-image-wrap {
    min-height: 120px;
  }
  .feature-laptop {
    max-width: 90vw;
  }
  .feature-report-1,
  .feature-report-2 {
    width: 70px !important;
    left: 0 !important;
    bottom: 0 !important;
  }
}
/* === END FEATURE SECTION === */

/* === PROCESS SECTION === */
.process-section {
  background: #0061af;
  background-image: url("/images/process-section-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.process-bg {
  background: url("/images/process-bg.svg"),
    linear-gradient(90deg, #0066bc 0%, #2196f3 100%);
  opacity: 0.18;
  z-index: 0;
}
.process-step-title {
  color: #0061af;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.process-title {
  font-size: 2rem;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.process-desc {
  font-size: 1.1rem;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.process-steps-row {
  position: relative;
  z-index: 2;
}
.process-step-card {
  border-radius: 0px;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  text-align: center;
  font-style: normal;
  padding: 24px 10px;
}
.process-steps-row > .col-12:first-child .process-step-card {
  border-radius: 30px 0 0 30px;
}
.process-steps-row > .col-12:last-child .process-step-card {
  border-radius: 0 30px 30px 0;
}
.process-step-circle {
  width: 56px;
  height: 56px;
  background: #4da3ff;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 8px rgba(33, 150, 243, 0.1);
}
.process-step-desc {
  color: #2a3342;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.5rem;
}

@media (max-width: 991.98px) {
  .process-title {
    font-size: 1.3rem;
  }
  .process-step-card {
    min-height: 180px;
    padding: 1.2rem !important;
    border-radius: 0 !important;
  }
  .process-step-circle {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
}
@media (max-width: 575.98px) {
  .process-section {
    padding: 1.5rem 0 !important;
    min-height: 0;
  }
  .process-step-card {
    min-height: 120px;
    padding: 1rem !important;
    margin: 0.5rem 0 !important;
  }
  .process-step-circle {
    width: 32px;
    height: 32px;
    font-size: 0.95rem;
  }
}
/* === END PROCESS SECTION === */

/* === BENEFIT SECTION === */
.benefit-section {
  background: #fff;
}
.news-section.benefit-section {
  background: transparent
}
.benefit-item {
  background: transparent;
  border-radius: 16px;
  padding: 0.5rem 0;
  font-size: 1.05rem;
  flex-direction: column;
}
.benefit-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  background: #6fc65b;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(111, 198, 91, 0.1);
}
.benefit-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.benefit-cta-box {
  border-radius: 16px;
  background: #edf7ff;
  margin-top: 2rem;
}
.benefit-cta-box-title {
  color: #0061af;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.benefit-cta-btn {
  background: #6fc65b !important;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: background 0.2s;
}
.benefit-cta-btn:hover {
  background: #539250 !important;
  color: #fff;
}
@media (max-width: 991.98px) {
  .benefit-title {
    font-size: 1.3rem;
  }
  .benefit-center-img {
    max-width: 220px;
  }
  .benefit-item {
    max-width: 100%;
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .benefit-section {
    padding: 1.5rem 0 !important;
  }
  .benefit-title {
    font-size: 1.1rem;
  }
  .benefit-center-img {
    max-width: 120px;
  }
  .benefit-item {
    flex-direction: row !important;
    align-items: flex-start !important;
    font-size: 0.95rem;
    padding: 0.3rem 0;
  }
  .benefit-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    border-radius: 8px;
  }
  .benefit-icon img {
    width: 20px;
    height: 20px;
  }
  .benefit-cta-box {
    padding: 1.2rem 0.5rem;
    border-radius: 12px;
  }
}
/* === END BENEFIT SECTION === */

/* === PRICING SECTION === */
.pricing-section {
  background: transparent;
}
.pricing-card {
  border-radius: 32px;
  border: 1px solid #f1f2f9;
  background: #fff;
  box-shadow: 0px 5px 30px 0px rgba(25, 33, 61, 0.06);
  min-height: 100%;
  transition: box-shadow 0.2s;
  margin-bottom: 0;
}
.pricing-card:hover {
  box-shadow: 0 8px 32px rgba(0, 97, 175, 0.16);
}
.pricing-title {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px 30px 0 0 !important;
  width: 100%;
  padding: 24px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
  text-transform: uppercase;
}
.pricing-pro .pricing-title {
  background: #f59e0b !important;
}
.pricing-vip .pricing-title {
  background: #ef5944 !important;
}
.pricing-price {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  color: #4197ec;
}
.pricing-price.text-warning {
  color: #f59e0b !important;
}
.pricing-unit {
  font-size: 1rem;
  color: #888;
}
.pricing-header,
.pricing-body {
  padding: 24px 16px;
  color: #1d4079;
}
.pricing-body {
  border-top: 1px solid #b1cdfb;
  border-bottom: 1px solid #b1cdfb;
  margin-bottom: 0 !important;
}
.pricing-footer {
  padding: 24px;
}
.pricing-desc {
  text-align: center;
  color: #1d4079;
  margin-bottom: 24px;
  font-size: 16px;
}
.pricing-features li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.pricing-subtitle {
  color: #0061af;
  text-align: center;
  font-family: "Be Vietnam Pro";
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.pricing-check {
  color: #6fc65b;
  font-size: 1.1rem;
  font-weight: bold;
}
.pricing-x {
  color: #ef5944;
  font-size: 1.1rem;
  font-weight: bold;
}
.pricing-link {
  color: #0061af;
  font-size: 1rem;
  text-decoration: none;
  margin-bottom: 16px !important;
  display: block;
  font-weight: 500;
  transition: color 0.2s;
}
.pricing-link:hover {
  color: #ef5944;
}
.pricing-btn {
  font-size: 1.1rem;
  font-weight: 700;
  padding: 5px;
  height: 48px;
  transition: background 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  border-radius: 46px;
  background: #4197ec;
  box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
}
.pricing-btn > span {
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.pricing-btn > i {
  width: 38px;
  min-width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #4197ec;
  border-radius: 50px;
}
.pricing-free .pricing-btn {
  background: #4395e8;
  color: #fff;
  border: none;
}
.pricing-pro .pricing-btn {
  background: #f59e0b;
  color: #fff;
  border: none;
}
.pricing-pro .pricing-btn > i {
  color: #f59e0b;
}
.pricing-vip .pricing-btn {
  background: #ef5944;
  color: #fff;
  border: none;
}
.pricing-vip .pricing-btn > i {
  color: #ef5944;
}
.pricing-btn:hover {
  filter: brightness(0.95);
  color: #fff !important;
}
@media (max-width: 991.98px) {
  .pricing-card {
    margin-bottom: 1.5rem;
  }

  .pricing-price {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .pricing-section {
    padding: 1.5rem 0 !important;
  }
  .pricing-price {
    font-size: 1.1rem;
  }
  .pricing-features li {
    font-size: 0.95rem;
  }
}
/* === END PRICING SECTION === */

/* === ZALO BUTTON === */
.zalo-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: rgba(236, 226, 226, 0.01);
}

.zalo-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.zalo-button img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .zalo-button {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }

  .zalo-button img {
    width: 28px;
    height: 28px;
  }
}
/* === END ZALO BUTTON === */
/* News Item */
.news-item {
  display: flex;
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* News Image */
.news-image {
  width: 160px;
  aspect-ratio: 16/10;
  flex-shrink: 0;
  display: flex;
  align-items: stretch;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* News Content */
.news-content {
  flex: 1;
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* News Title */
.news-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #222222;
  margin: 0 0 12px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  transition: all 0.3s
}
.news-title:hover {
  color: #ad2224
}
/* News Meta */
.news-meta {
  display: flex;
  align-items: center;
  margin-top: auto;
}

.date-icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.date-icon i {
  font-size: 14px;
  color: #C4C4C4;
}

.news-date {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #C4C4C4;
}

/* Responsive Design */
@@media
(max-width: 768px) {
  .news-grid {
      grid-template-columns: 1fr;
      gap: 20px;
  }

  .container {
      padding: 15px;
  }

  .news-item {
      flex-direction: column;
  }

  .news-image {
      width: 100%;
      height: 200px;
  }

  .news-content {
      padding: 20px;
  }
}

@@media
(max-width: 480px) {
  .container {
      padding: 10px;
  }

  .news-content {
      padding: 15px;
  }

  .news-title {
      font-size: 16px;
      line-height: 22px;
  }

  .news-date {
      font-size: 12px;
      line-height: 18px;
  }
}