﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
@import url("../../fonts/roboto/font-roboto.css");
* {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

body {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.5;
  scroll-behavior: smooth;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@font-face {
  font-family: "manrope-regular";
  src: url("../../fonts/manrope/static/manrope-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/merriweather-variablefont_opsz,wdth,wght.ttf") format("truetype");
}
@font-face {
  font-family: "fontawesome-webfont";
  src: url("../../fonts/fontawe4/fontawesome-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/nunito-variablefont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "bevietnampro-regular";
  src: url("../../fonts/be_vietnam_pro/bevietnampro-regular.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

body {
  color: #0a2540;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1450px;
  }
}
.nav-img {
  width: 15px;
  height: 15px;
  object-fit: cover;
  filter: brightness(0) invert(1);
}

.header .topbar {
  display: none;
}

.allnews-btn a {
  color: #031739;
  font-size: 15px;
  border-bottom: 2px solid #207bbf;
}

.after-search {
  display: none;
}
.after-search .right-dmuc {
  border: 1px solid rgba(42, 45, 64, 0.22);
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 20px;
}
.after-search .right-dmuc ul li {
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
}
.after-search .right-dmuc ul li:first-child {
  border-top: none;
}
.after-search .right-dmuc ul li a {
  color: #031739;
  font-size: 15px;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 14px 21px;
  font-weight: 500;
}
.after-search .right-dmuc ul li a:hover {
  color: #207bbf;
}
.after-search .left-result .box-stream-item {
  display: flex;
  padding: 28px 0;
  border-bottom: 1px solid #e6e6e6;
}
.after-search .left-result .box-stream-item .box-stream-link-with-avatar {
  width: 270px;
  height: 169px;
  margin-right: 19px;
}
.after-search .left-result .box-stream-item .box-stream-link-with-avatar img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
}
.after-search .left-result .box-stream-item .box-stream-content {
  width: 100%;
}
.after-search .left-result .box-stream-item .box-stream-content h2 {
  margin: 0;
}
.after-search .left-result .box-stream-item .box-stream-content h2 .box-stream-link-title {
  font-family: Merriweather;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #1b1d2d;
  display: block;
  margin-bottom: 8px;
}
.after-search .left-result .box-stream-item .box-stream-content h2 .box-stream-category {
  color: #595959;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}
.after-search .left-result .box-stream-item .box-stream-content h2 .box-stream-time {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #8e8e8e;
  color: #595959;
}
.after-search .left-result .box-stream-item .box-stream-content h2 .box-stream-time::before {
  content: "-";
  margin: 0 5px;
}
.after-search .left-result .box-stream-item .box-stream-content h2 .box-stream-sapo {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  margin-top: 8px;
}

.layout__title-page-bor {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layout__title-page-bor .title {
  display: inline-block;
  background: url(/assets/images/ellipse.png) no-repeat 0 8px;
  padding-left: 7px;
  border-bottom: 2px solid #207bbf;
  font-size: 18px;
  font-weight: 700;
}

#news .dmuc-search {
  display: flex;
  align-items: center;
}
#news .breadcrumb {
  padding: 20px 0;
  background: none;
  padding-bottom: 0;
  padding-top: 25px;
}
#news .breadcrumb .container {
  padding: 0;
}
#news .breadcrumb ul {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 9px;
  margin-bottom: 0;
}
#news .breadcrumb ul li {
  font-family: "Merriweather";
  display: flex;
  align-items: center;
}
#news .breadcrumb ul li h1 {
  margin: 0;
}
#news .breadcrumb ul li a {
  position: relative;
  font-size: 16px;
  line-height: 19px;
  color: #333;
  margin-left: 6px;
  display: flex;
  text-transform: uppercase;
  font-weight: 500;
  align-items: center;
}
#news .breadcrumb ul li + li a::before {
  content: "/";
  margin: 0 6px;
}
#news .newsLsAll {
  margin-top: 25px;
  min-height: 100vh;
}
#news .newsLsAll .single-latest-news {
  border-radius: 8px;
  margin-bottom: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
#news .newsLsAll .single-latest-news:hover {
  border-color: #d6dce5;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
#news .newsLsAll .single-latest-news:hover .latest-news-bg {
  transform: scale(1.03);
  opacity: 0.95;
}
#news .newsLsAll .single-latest-news:hover .news-text-box h3 a {
  color: #207bbf;
}
#news .newsLsAll .single-latest-news a {
  display: block;
  overflow: hidden;
}
#news .newsLsAll .single-latest-news a .latest-news-bg {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-bottom: 1px solid #eef1f4;
  transition: all 0.35s ease;
}
#news .newsLsAll .single-latest-news a .latest-news-bg.fit-size {
  background-size: contain !important;
}
#news .newsLsAll .single-latest-news .news-text-box {
  padding: 18px 20px;
}
#news .newsLsAll .single-latest-news .news-text-box h3 {
  margin: 0 0 12px;
  font-family: Merriweather;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
#news .newsLsAll .single-latest-news .news-text-box h3 a {
  color: #102542;
  text-decoration: none;
  transition: color 0.25s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 48px;
}
#news .newsLsAll .single-latest-news .news-text-box .blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e2e8f0;
}
#news .newsLsAll .single-latest-news .news-text-box .blog-meta span {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
  min-width: 0;
}
#news .newsLsAll .single-latest-news .news-text-box .blog-meta span i {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 4px;
  flex-shrink: 0;
}
#news .newsLsAll .single-latest-news .news-text-box .blog-meta .author {
  max-width: 59%;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
}
#news .newsLsAll .single-latest-news .news-text-box .blog-meta .date {
  white-space: nowrap;
}
#news .newsLsAll .single-latest-news .news-text-box .excerpt {
  font-size: 14px;
  line-height: 1.7;
  color: #4b5563;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 48px;
}

#col-phantrang {
  padding-bottom: 30px;
}
#col-phantrang .pagination {
  justify-content: end;
  margin-bottom: 0px !important;
}
#col-phantrang .pagination > li > a, #col-phantrang .pagination > li > span {
  padding: 8px 14px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 0 2px;
  border-radius: 4px;
  font-weight: 500;
  opacity: 0.9;
  user-select: none;
  background: #fff;
}
#col-phantrang .pagination > .active > a {
  background-color: #207bbf;
  border-color: #207bbf;
  color: #fff;
}

#btnFormSearchNews {
  font-size: 14px;
  background-color: #207bbf;
  font-weight: 500;
  color: white;
}

.area_result {
  height: 38px;
  display: flex;
  gap: 5px;
  align-items: center;
  background: #f7f7f8;
  padding: 0 12px 0 17px;
}

.side_wrap {
  display: flex;
  border-radius: 5px;
  padding: 0 2px;
  gap: 10px;
}
.side_wrap .left__side__item {
  display: flex;
  align-items: center;
  justify-content: start;
  background: #f7f7f8;
  padding: 0 12px 0 17px;
}
.side_wrap .left__side__item label {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: rgba(42, 45, 64, 0.8);
}
.side_wrap .left__side__item #cboLinhVuc {
  position: relative;
  max-width: 200px;
}
.side_wrap .left__side__item #cboLinhVuc .dropdown-menu {
  display: block !important;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  width: 100%;
  border-radius: 10px;
  padding: 14px;
}
.side_wrap .left__side__item #cboLinhVuc .dropdown-menu li {
  padding: 6px;
  transition: 0.3s all ease;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  color: #555 !important;
}
.side_wrap .left__side__item #cboLinhVuc .dropdown-menu li:hover {
  background-color: #cce5ff;
  color: #004085;
}
.side_wrap .left__side__item #cboLinhVuc .dropdown-menu.show {
  max-height: 300px;
  opacity: 1;
}
.side_wrap .left__side__item #cboLinhVuc .UI-DDL {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s all ease;
  border: none;
  background: none;
}
.side_wrap .left__side__item #cboLinhVuc .UI-DDL:after {
  right: 0;
}
.side_wrap .left__side__item #cboLinhVuc .UI-DDL .ui-nhan {
  padding-left: 10px;
  width: 95%;
  font-size: 14px;
}
.side_wrap #tabTke {
  display: none;
}
.side_wrap #tabTke a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f8;
  padding: 0 12px 0 17px;
  width: 100%;
  height: 100%;
  color: rgba(42, 45, 64, 0.8);
  gap: 5px;
}
.side_wrap .right__side__item {
  display: flex !important;
  justify-content: end;
  align-items: center;
  height: 100%;
}
.side_wrap .right__side__item .tke__side {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  background-color: #0068b4;
  color: #fff;
  padding: 2px 8px;
  border-radius: 24px;
  cursor: pointer;
  transition: 0.3s all ease;
  border: 1px solid #207bbf;
}
.side_wrap .right__side__item .tke__side:hover {
  background: transparent;
  color: #207bbf;
}
.side_wrap .right__side__item .tke__side i {
  font-size: 13px;
}

#TuKhoa {
  min-height: 40px;
}

.side__top {
  padding: 14px 0;
}
.side__top .col-lg-9 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.side__top .dm__list {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  scrollbar-width: thin;
}
.side__top .dm__list::-webkit-scrollbar {
  height: 5px;
}
.side__top .dm__list::-webkit-scrollbar-thumb {
  background: #c9d2dd;
  border-radius: 20px;
}
.side__top .dm__list .dm__items {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
  padding: 8px 16px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #d7dee7;
  color: #12345b;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
}
.side__top .dm__list .dm__items i {
  font-size: 13px;
}
.side__top .dm__list .dm__items:hover {
  background: #e8f0fe;
  border-color: #b9c9df;
  color: #0f3d75;
}
.side__top .dm__list .dm__items.active {
  border-color: #207bbf;
  color: #fff;
  box-shadow: 0 4px 12px rgba(166, 22, 22, 0.2);
  background: linear-gradient(105deg, #207bbf 20%, #60a5fa 100%);
}
.side__top .dm__list .dm__items.active::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 3px;
  border-radius: 10px;
  background: #207bbf;
}
.side__top .edit-dwh span {
  width: 32px !important;
  height: 32px !important;
  border-radius: 8px !important;
  background: #f5f7fa !important;
  border: 1px solid #d7dee7 !important;
  transition: all 0.25s ease !important;
}
.side__top .edit-dwh span i {
  color: #44556c !important;
  transition: all 0.25s ease;
}
.side__top .edit-dwh span:hover {
  background: #e8f0fe !important;
  border-color: #b7c7df !important;
}
.side__top .edit-dwh span:hover i {
  color: #1d4e89 !important;
}
.side__top .search-wrap {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.side__top .search-wrap .search-main {
  position: relative;
  width: 100%;
  max-width: 300px;
}
.side__top .search-wrap .search-main input {
  width: 100%;
  height: 42px;
  border-radius: 8px;
  border: 1px solid #d7dee7;
  background: #fff;
  padding: 0 42px 0 14px;
  font-size: 14px;
  color: #1e293b;
  transition: all 0.25s ease;
  outline: none;
}
.side__top .search-wrap .search-main input::placeholder {
  color: #94a3b8;
}
.side__top .search-wrap .search-main input:focus {
  border-color: #8fb0d6;
  box-shadow: 0 0 0 4px rgba(30, 64, 175, 0.08);
}
.side__top .search-wrap .search-main .submit {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.side__top .search-wrap .search-main .submit img {
  width: 16px;
  height: 16px;
  opacity: 0.7;
  transition: opacity 0.25s ease;
}
.side__top .search-wrap .search-main .submit:hover img {
  opacity: 1;
}

.scrolltop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #174898;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.fa-angle-up::before {
  content: "\f106";
}

.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
  color: #fff !important;
  opacity: 0.75;
}

@media (max-width: 415px) {
  #news {
    top: 90px;
  }
  .side__top .search-wrap .search-main {
    max-width: unset;
  }
}
@media (max-width: 768px) {
  #news .breadcrumb ul li a {
    font-size: 14px;
  }
  .side__top {
    padding-top: 0px !important;
  }
  .dm__list {
    overflow-x: auto;
    margin-bottom: 15px !important;
    width: 100%;
    height: 60px;
    margin-top: 0px !important;
  }
}
