﻿@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");
@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;
}

.header .topbar {
  display: none;
}

body .breadcrumb {
  padding: 20px 0;
  background: none;
  padding-bottom: 5px;
}
body .breadcrumb .container {
  padding: 0;
}
body .breadcrumb ul {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 9px;
  margin-bottom: 0;
}
body .breadcrumb ul li {
  font-family: "Merriweather";
  display: flex;
  align-items: center;
}
body .breadcrumb ul li h1 {
  margin: 0;
}
body .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;
}
body .breadcrumb ul li + li a::before {
  content: "/";
  margin: 0 6px;
}
body .title-checkbox {
  color: #0068b4;
  font-weight: 700;
  text-transform: uppercase;
}
body #main {
  position: relative;
  top: 90px;
  background: #edf2f9;
}
body #pHoatDongKhuyenCong {
  min-height: calc(100vh - 240px);
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
body #pHoatDongKhuyenCong .container-custom .filter-group .height-content {
  padding: 15px;
  margin-top: 10px;
  scrollbar-width: thin;
}
body #pHoatDongKhuyenCong .container-custom .filter-group .height-content .custom-control {
  width: 100%;
  margin: 6px 20px;
  opacity: 0.9;
  cursor: pointer;
  transition: 0.2s all ease;
}
body #pHoatDongKhuyenCong .container-custom .filter-group .height-content .custom-control:hover .custom-control-label {
  color: #207bbf;
}
body #pHoatDongKhuyenCong .container-custom .filter-group .height-content .custom-control .custom-control-label::before, body #pHoatDongKhuyenCong .container-custom .filter-group .height-content .custom-control .custom-control-label::after {
  top: 0;
}
body #pHoatDongKhuyenCong .container-custom .filter-group .filter-content .card-body.content-select {
  padding: 15px 20px;
}
body #pHoatDongKhuyenCong .container-custom .btn-find .btn-apDung {
  width: 100%;
  padding: 10px;
  background-color: #207bbf;
  color: #fff;
}
body #pHoatDongKhuyenCong .container-custom .title-duan {
  color: #207bbf;
}
body #pHoatDongKhuyenCong .container-custom #TuKhoa {
  font-size: 14px;
  opacity: 0.9;
  height: 42px;
  padding: 0 20px;
}
body #pHoatDongKhuyenCong .container-custom #btnFormSearchDADT {
  font-size: 14px;
  background-color: #207bbf;
  font-weight: 500;
  color: white;
}
body #pHoatDongKhuyenCong .container-custom .nodata {
  text-align: center;
}
body #pHoatDongKhuyenCong .container-custom #result-searchlistduan .result-total {
  font-size: 15px;
  font-weight: 500;
}
body #pHoatDongKhuyenCong .container-custom #result-searchlistduan .newslist .card-product-grid {
  margin-bottom: 8%;
  transition: box-shadow 0.3s ease-in-out;
  position: relative;
  background: #fff;
  border: 1px solid #dfe7f1;
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.04);
}
body #pHoatDongKhuyenCong .container-custom #result-searchlistduan .newslist .card-product-grid:hover {
  box-shadow: 0px 4px 10px rgba(51, 99, 192, 0.25);
}
body #pHoatDongKhuyenCong .container-custom #result-searchlistduan .newslist .card-product-grid:hover .box-option-hover {
  display: block;
}
body #pHoatDongKhuyenCong .container-custom #result-searchlistduan .newslist .card-product-grid .min-height {
  height: 190px !important;
  object-fit: cover;
}
body #pHoatDongKhuyenCong .container-custom #result-searchlistduan .newslist .card-product-grid .box-option-hover {
  display: none;
  top: 0;
  right: 0;
}
body #pHoatDongKhuyenCong .container-custom #result-searchlistduan .newslist .card-product-grid .box-option-hover [class*=card-product] a.title {
  color: #3363C0;
  font-size: 16px;
  font-weight: 600;
}
body #pHoatDongKhuyenCong .container-custom #result-searchlistduan .newslist .card-product-grid .box-option-hover .titlecom-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
body #pHoatDongKhuyenCong .container-custom #result-searchlistduan .newslist .card-product-grid .box-option-hover .btn-overlay {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  right: 5px;
  top: 5px;
  max-height: 35px;
  border-radius: 5px;
  bottom: 0;
  color: #fff;
  width: 49%;
  padding: 5px 0;
  text-align: center;
  position: absolute;
  background: #004085;
}
body #pHoatDongKhuyenCong .container-custom #result-searchlistduan .newslist .card-product-grid .box-option-hover .btn-overlay {
  opacity: 0.8;
}
body #pHoatDongKhuyenCong .container-custom #result-searchlistduan .newslist .card-product-grid .box-option-hover .icon-xemqh {
  width: 20px;
  height: 20px;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("/assets/images/da-icon-xemqh-min.svg");
  margin-right: 3px;
}
body #pHoatDongKhuyenCong .container-custom #result-searchlistduan .newslist .card-product-grid .box-option-hover .icon-tttt {
  width: 20px;
  height: 20px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  background-image: url("/assets/images/da-icon-tttt-min.svg");
  margin-right: 3px;
}
body #pHoatDongKhuyenCong .container-custom #result-searchlistduan .newslist .box-thongbao {
  padding: 20px 10px;
  color: #fff;
  background-color: rgba(0, 46, 137, 0.6);
  border-radius: 5px;
}
body #pHoatDongKhuyenCong .container-custom #result-searchlistduan .box-phantrang {
  margin: 10px 15px 45px;
  float: right;
}
body #pHoatDongKhuyenCong .container-custom #result-searchlistduan .box-phantrang .pagination > li > a, body #pHoatDongKhuyenCong .container-custom #result-searchlistduan .box-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;
}
body #pHoatDongKhuyenCong .container-custom #result-searchlistduan .box-phantrang .pagination > .active > a {
  background-color: #0068b4;
  border-color: #0068b4;
  color: #fff;
}

[class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

/*Custom Select*/
.ddl-select {
  visibility: hidden;
}

.ddl {
  position: relative;
  height: 42px;
  width: 100%;
  text-align: initial;
}

.ddl::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 21px;
  width: 9px;
  height: 2px;
  background: #555;
  z-index: 2;
  transform: rotate(-40deg);
  transition: 0.2s;
}

.ddl::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 27px;
  width: 9px;
  height: 2px;
  background: #555;
  z-index: 2;
  transform: rotate(40deg);
  transition: 0.2s;
}

.ddl.active::after {
  right: 27px;
}

.ddl.active::before {
  right: 21px;
}

.ddl-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 10px 20px;
  outline: none;
  background: #fff;
  opacity: 0.9;
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.ddl.active .ddl-options {
  visibility: visible;
  opacity: 1;
}

.ddl .ddl-options {
  position: absolute;
  width: 100%;
  top: 45px;
  background: #fff;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s;
  z-index: 999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  max-height: 200px;
  overflow-y: scroll;
}

.ddl .ddl-options > div {
  padding: 10px 20px;
  cursor: pointer;
  height: 40px;
}

.ddl .ddl-options > div:hover {
  background: #0d6efd;
  color: #fff;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(-8deg);
  }
  75% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.img-list {
  top: 90px !important;
  background: none !important;
  display: flex;
  align-items: center;
  justify-content: end;
}
.img-list span {
  padding: 10px;
  width: 35px;
  height: 35px;
  background: #004085;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 15px;
}

.custom-control-label {
  font-size: 15px;
  font-weight: 500;
}

.UI-DDL {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

#cboXa > .dropdown-menu {
  width: 88%;
  top: 54px !important;
  margin-top: 0;
  padding-top: 0;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
#cboXa > .dropdown-menu li {
  padding: 10px;
  cursor: pointer;
  font-weight: 500;
}
#cboXa > .dropdown-menu li:hover {
  color: #207bbf;
}

.view-more {
  cursor: pointer;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  margin: 10px 0;
  color: #111;
}
.view-more i {
  font-size: 15px;
  margin-left: 5px;
}

.card-header {
  background: #fff;
}

.img-wrap {
  position: relative;
}
.img-wrap .card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #207bbf;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 2;
  backdrop-filter: blur(4px);
}
.img-wrap .card-badge i {
  font-size: 17px;
}

.modal-updating .modal-content {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}
.modal-updating .modal-body {
  padding: 40px 30px;
}
.modal-updating .updating-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd, #4ea3ff);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-updating .updating-icon i {
  font-size: 36px;
  color: #fff;
}
.modal-updating h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #222;
}
.modal-updating p {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 25px;
}
.modal-updating .btn-close-update {
  border: none;
  padding: 12px 28px;
  border-radius: 12px;
  background: #0d6efd;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.25s ease;
}
.modal-updating .btn-close-update:hover {
  background: #0b5ed7;
  transform: translateY(-2px);
}

.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);
}
.single-latest-news:hover {
  border-color: #d6dce5;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.single-latest-news:hover .latest-news-bg {
  transform: scale(1.03);
  opacity: 0.95;
}
.single-latest-news:hover .news-text-box h3 a {
  color: #207bbf;
}
.single-latest-news a {
  display: block;
  overflow: hidden;
}
.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;
}
.single-latest-news a .latest-news-bg.fit-size {
  background-size: contain !important;
}
.single-latest-news .news-text-box {
  padding: 18px 20px;
}
.single-latest-news .news-text-box h3 {
  margin: 0 0 12px;
  font-family: Merriweather;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
.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;
}
.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;
}
.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;
}
.single-latest-news .news-text-box .blog-meta span i {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 4px;
  flex-shrink: 0;
}
.single-latest-news .news-text-box .blog-meta .author {
  max-width: 59%;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
}
.single-latest-news .news-text-box .blog-meta .date {
  white-space: nowrap;
}
.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;
}

.sm-btn {
  display: none;
}

.document-search-mobile {
  display: block;
}

@media (max-width: 415px) {
  #main {
    top: 90px !important;
  }
  [class*=col-] {
    padding: 0 !important;
  }
  .breadcrumb ul {
    flex-direction: column;
    align-items: start !important;
  }
}
@media (max-width: 767.98px) {
  .newslist .item {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sm-btn {
    position: fixed;
    top: 108px;
    display: block;
    margin-bottom: 12px;
    max-width: 60px;
    right: 33px;
    z-index: 10;
  }
  .sm-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid #174898;
    border-radius: 50%;
    background: #174898;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 40px;
    height: 40px;
  }
  .sm-btn button i {
    font-size: 11px;
  }
  .sm-btn button:hover {
    background: #f5f5f5;
  }
  .sm-btn button .toggle-icon {
    margin-left: 5px;
    font-size: 11px;
    transition: transform 0.2s ease;
  }
  aside {
    display: none;
  }
  aside.active {
    position: fixed;
    top: 150px;
    display: block;
    width: 83%;
    z-index: 10;
  }
  .filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }
  .filter-overlay.active {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .breadcrumb ul li a {
    font-size: 14px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .breadcrumb ul li a {
    font-size: 14px !important;
  }
}
@media (max-width: 575.98px) {
  .breadcrumb ul li a {
    font-size: 14px !important;
  }
}
