﻿@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 .title-checkbox {
  color: #207bbf;
  font-weight: 700;
}
body .edit-dropdown {
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
  min-width: 160px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
body .edit-dropdown .dropdown-item {
  padding: 10px 12px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.2s;
}
body .edit-dropdown .dropdown-item:hover {
  background: #f3f4f6;
}
body .sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 180px;
  background: #fff;
  border: 1px solid #eee;
}
body .has-child:hover .sub-menu {
  display: block;
}
body .has-child {
  position: relative;
}
body .soluongtruycap {
  background: #207bbf;
  color: #fff;
  margin-top: 15px;
  padding: 10px;
  max-width: 200px;
  text-align: center;
  border-radius: 15px;
}
body .soluongtruycap span {
  font-weight: 500;
  font-size: 15px;
}
body .soluongtruycap #truycap_sp {
  font-weight: 400;
  font-size: 15px;
}
body #checkBoxDanhMuc {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}
body #checkBoxDanhMuc .dmuc-title {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  margin: 6px 20px;
  opacity: 0.9;
  cursor: pointer;
}
body #checkBoxDanhMuc .dmuc-title span {
  position: relative;
  margin-bottom: 0;
}
body #checkBoxDanhMuc .dmuc-title.active {
  color: #207bbf;
}
body #main {
  position: relative;
  top: 70px;
  background: #edf2f9;
}
body #sanpham {
  min-height: calc(100vh - 240px);
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
body #sanpham .breadcrumb {
  padding: 20px 0;
  background: none;
  padding-bottom: 5px;
}
body #sanpham .breadcrumb .container {
  padding: 0;
}
body #sanpham .breadcrumb ul {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 9px;
  margin-bottom: 0;
}
body #sanpham .breadcrumb ul li {
  font-family: "Merriweather";
  display: flex;
  align-items: center;
}
body #sanpham .breadcrumb ul li h1 {
  margin: 0;
}
body #sanpham .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 #sanpham .breadcrumb ul li + li a::before {
  content: "/";
  margin: 0 6px;
}
body #sanpham .support-mockup {
  position: fixed;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  padding: 11px;
  bottom: 31px;
  right: 20px;
  z-index: 9999;
  animation: swing 3.5s infinite ease-in-out;
}
body #sanpham .support-mockup:hover::after {
  opacity: 1;
  visibility: visible;
}
body #sanpham .support-mockup::after {
  content: "Tiếp nhận ý kiến";
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
body #sanpham .support-mockup img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
body #sanpham .container-custom .filter-group .allsanpham {
  width: 100%;
  margin: 6px 20px;
  opacity: 0.9;
  cursor: pointer;
  margin-top: 14px;
}
body #sanpham .container-custom .filter-group .allsanpham input {
  box-sizing: border-box;
  padding: 0;
}
body #sanpham .container-custom .filter-group .allsanpham span {
  position: relative;
  margin-bottom: 0;
}
body #sanpham .container-custom .filter-group .filter-content .card-body.content-select {
  padding: 15px 20px;
}
body #sanpham .container-custom .btn-find .btn-apDung {
  width: 100%;
  padding: 10px;
  background-color: #207bbf;
  color: #fff;
}
body #sanpham .container-custom .title-duan {
  color: #207bbf;
}
body #sanpham .container-custom #TuKhoa {
  font-size: 14px;
  opacity: 0.9;
  height: 42px;
  padding: 0 20px;
}
body #sanpham .container-custom #btnFormSearchDADT {
  font-size: 14px;
  background-color: #207bbf;
  font-weight: 500;
  color: white;
}
body #sanpham .container-custom .nodata {
  text-align: center;
}
body #sanpham .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);
  border-radius: 14px;
}
body #sanpham .container-custom #result-searchlistduan .newslist .card-product-grid:hover {
  box-shadow: 0px 4px 10px rgba(51, 99, 192, 0.25);
}
body #sanpham .container-custom #result-searchlistduan .newslist .card-product-grid:hover .box-option-hover {
  display: block;
}
body #sanpham .container-custom #result-searchlistduan .newslist .card-product-grid .min-height {
  height: 190px !important;
  object-fit: cover;
}
body #sanpham .container-custom #result-searchlistduan .newslist .card-product-grid .info-wrap {
  overflow: hidden;
  padding: 18px 15px;
}
body #sanpham .container-custom #result-searchlistduan .newslist .card-product-grid .info-wrap .fix-height .lImg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body #sanpham .container-custom #result-searchlistduan .newslist .card-product-grid .info-wrap .fix-height .lImg .seriesImg {
  background-color: #cce5ff;
  padding: 8px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease;
}
body #sanpham .container-custom #result-searchlistduan .newslist .card-product-grid .info-wrap .fix-height .lImg .seriesImg:hover {
  background-color: #a8c1db;
}
body #sanpham .container-custom #result-searchlistduan .newslist .card-product-grid .info-wrap .fix-height .lImg .seriesImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #sanpham .container-custom #result-searchlistduan .newslist .card-product-grid .info-wrap a.title {
  color: #1e3a5f;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.25s ease;
  width: 75%;
}
body #sanpham .container-custom #result-searchlistduan .newslist .card-product-grid .info-wrap a.title:nth-child(1) {
  text-transform: capitalize;
}
body #sanpham .container-custom #result-searchlistduan .newslist .card-product-grid .info-wrap .titlecom-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
body #sanpham .container-custom #result-searchlistduan .newslist .card-product-grid .info-wrap .titlecom-1 .icon-bg-xtdt {
  background-color: rgba(51, 99, 192, 0.05);
  padding: 20px;
  border-radius: 50px;
}
body #sanpham .container-custom #result-searchlistduan .newslist .card-product-grid .info-wrap .titlecom-1 > label {
  width: 26px;
  height: 26px;
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
}
body #sanpham .container-custom #result-searchlistduan .newslist .card-product-grid .info-wrap .icon-map-pin-line {
  background-image: url("/assets/images/map-pin-line-min.svg");
}
body #sanpham .container-custom #result-searchlistduan .newslist .card-product-grid .info-wrap .icon-aara {
  background-image: url("/assets/images/eye-svgrepo-com.svg");
}
body #sanpham .container-custom #result-searchlistduan .newslist .card-product-grid .info-wrap .icon-money-management {
  background-image: url("/assets/images/user.svg");
}
body #sanpham .container-custom #result-searchlistduan .newslist .card-product-grid .info-wrap .content-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #505050;
  padding-left: 6px;
}
body #sanpham .container-custom #result-searchlistduan .newslist .card-product-grid .box-option-hover {
  display: none;
  top: 0;
  right: 0;
}
body #sanpham .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 #sanpham .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 #sanpham .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: rgba(191, 161, 103, 0.8);
  background: #004085;
}
body #sanpham .container-custom #result-searchlistduan .newslist .card-product-grid .box-option-hover .btn-overlay {
  opacity: 1;
}
body #sanpham .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 #sanpham .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 #sanpham .container-custom #result-searchlistduan .newslist .box-thongbao {
  padding: 20px 10px;
  color: #fff;
  background-color: rgba(0, 46, 137, 0.6);
  border-radius: 5px;
}
body #sanpham .container-custom #result-searchlistduan .box-phantrang {
  display: flex;
  justify-content: end;
  padding-bottom: 30px;
}
body #sanpham .container-custom #result-searchlistduan .box-phantrang .pagination > li > a, body #sanpham .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 #sanpham .container-custom #result-searchlistduan .box-phantrang .pagination > .active > a {
  background-color: #207bbf;
  border-color: #207bbf;
  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;
  scrollbar-width: thin;
}

.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);
  }
}
.custom-control {
  display: flex;
  width: 100%;
  margin: 6px 20px;
  opacity: 0.9;
  cursor: pointer;
  transition: 0.2s all ease;
}

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

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

.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: 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;
}

.alert-primary {
  margin-left: 15px;
  border: none;
}

.sm-btn {
  display: none;
}

aside {
  display: block;
}

@media (max-width: 415px) {
  .alert-primary {
    margin-left: 0;
  }
  .item {
    padding-left: 0;
  }
  #sanpham {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .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;
  }
  .filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .filter-overlay.active {
    opacity: 1;
    visibility: visible;
  }
  aside {
    display: none;
  }
  aside.active {
    display: block;
    position: fixed;
    top: 150px;
    width: 100%;
    z-index: 10;
  }
  aside.active #main {
    background-color: #333 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #main {
    top: 90px !important;
  }
  .breadcrumb ul li a {
    font-size: 14px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #main {
    top: 90px !important;
  }
  .breadcrumb ul li a {
    font-size: 14px !important;
  }
}
@media (max-width: 575.98px) {
  #main {
    top: 90px !important;
  }
  .breadcrumb ul li a {
    font-size: 14px !important;
  }
}
