.all_menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-cachtop {
  width: 100%;
}
.header_right {
  margin-left: 2%;
  /* max-width: 500px; */
  color: #1663ba;
  font-weight: 500;
  font-size: 16px;
}
.hotline {
  display: flex;
  align-items: center;
  width: 100%;
}
.hotline i {
  color: #f00;
  border: 1px solid #f00;
  border-radius: 50%;
  padding: 8px;
  font-size: 16px;
}
.all_phone {
  margin-left: 2%;
  display: flex;
}
.all_phone {
  color: #f00;
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 600;
}
.all_phone span {
  padding: 0 5px;
}
.all_phone a {
  color: #f00 !important;
}
.timkiem_menu {
  display: flex;
  align-items: center;
}
.timkiem_menu input {
  padding: 10px 5px !important;
}

.title_dichvu {
  color: #03649a;
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #1663ba;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title_dichvu a{
  font-size: 13px;
}
.title_dichvu span {
  position: relative;
  font-weight: 600;
}

.wrap_gioithieu {
  /* margin-bottom: 4%; */
  margin-top: 2%;
}
.title_csbh {
  color: #03649a;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.title_csbh::after {
  position: absolute;
  content: "";
  right: -68px;
  bottom: 10px;
  width: 50px;
  height: 2px;
  background-color: #ee0d09;
}

.cell {
    position: relative;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10%;
  text-align: center;
  transition: all 0.5s linear;
}
.cell img {
  /* transform: scale(1.0001); */
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s;

}
.cell span{
    position: relative;
    overflow: hidden;
}
.cell:hover img {
  /* transform: scale(1.06); */
  opacity: 0.8;
}
.cover-content h6 {
  color: #000;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 17px;
  min-height: 44px;
}
.noprice {
  font-size: 13px;
  background: rgba(0, 0, 0, 0);
  padding: 5px 0;
  box-shadow: none;
  color: #787878;
  border: 1px solid;
  width: 70%;
  margin: auto;
  transition: all 0.5s linear;
}
.sanpham_noibat:hover .noprice{
  background: #e20303;
  border: 1px solid #e20303;
  color: #fff;
}
.xemtatca {
    margin-left: 4%;
  text-align: center;
}
.xemtatca a {
  display: inline-flex;
  justify-content: center;
  padding: 10px 30px;
  background: #e20303;
  color: #fff;
  border: 1px solid #e20303;
  transition-duration: 0.3s;
  transition-property: transform;
  border-radius: 100px;
  cursor: pointer;
}
.xemtatca a:hover {
  transform: translateY(-5px);
  background: #fff;
  color: #e20303;
}
.xemtatca a::before {
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  content: "";
  height: 10px;
  left: 5%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  width: 90%;
  z-index: -1;
}
.xemtatca a:hover::before {
  opacity: 1;
  transform: translateY(5px);
}
.all_tintuc {
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
  position: relative;
  margin-bottom: 8%;
}
.cover {
  display: block;
  overflow: hidden;
  position: relative;
}
.cover img {
  transform: scale(1.0001);
  transition: all 0.5s linear;
}
.all_tintuc:hover .cover img {
  transform: scale(1.06);
  opacity: 0.8;
}
.cover-content {
  padding: 25px 15px 3px;
  position: relative;
  /* text-align: center; */
}
.cover-content .meta {
  justify-content: center;
  margin-bottom: 10px;
}
.time {
  color: #1663ba;
  margin-right: 10px;
  font-weight: 500;
}
.cover-content .terms a {
  color: #000;
}
.cover-content .h5 {
  font-size: 15px;
  font-weight: 500;
  margin: 4% 0;
  transition: all 0.5s linear;
  color: #000;
}
.excerpt {
  font-size: 14px;
}
.cover-content:hover .h5 {
  color: #03649a;
}
.view_more {
  align-items: center;
  /* border-radius: 50%; */
  color: #383838;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  margin-top: 3%;
}
.view_more i{margin-left: 8px;    font-weight: 400; font-size: 13px;}
.footer_logo img {
  max-height: 110px;
}
.name_footer {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.all_diachi {
  display: flex;
  align-items: center;
  color: #fff;
margin-bottom: 6%;
}
.noidung_diachi {
  margin-left: 3%;
}
.noidung_diachi span {
  font-weight: 600;
}
.toado iframe {
  width: 100%;
  height: 100%;
}
.title_footer {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  /* margin-top: 15px; */
  color: #fff;
}
.all_menu_footer a {
  color: #fff;
}
.mxh img {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
  margin-right: 2%;
}
.xemtatca_prodetail a {
  color: #fff !important;
}
.xemtatca_prodetail a:hover {
  color: #f00 !important;
}
.all_danhmuc_span {
  border: 1px solid #f00;
}
.title_danhmuc_sanpham {
  background: #f00;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  line-height: 3;
}
.all_danhmuc_span li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 2;
  padding: 10px;
  border-bottom: 1px solid #dadada;
}
.name_danhmuc {
  margin-left: 4%;
}
.name_danhmuc a {
  color: #000;
}
.danhmuc_hotrott {
  margin-top: 3%;
}
.danhmuc_hotrott .title_danhmuc_sanpham {
  background: #03649a;
}
.all_gia {
  color: #f50000;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  font-size: 15px;
  align-items: center;
  font-weight: 600;
  min-height: 43px;
}
.all_gia del {
  font-size: 13px;
  font-weight: 400;
  color: #9a9a9a;
}
.cart_menu {
  line-height: 3;
}
.cart_menu a{
  position: relative;
  border: 1px solid #1663ba;
  margin-left: .12em;
  margin-right: .12em;
  min-width: 2.5em;
  padding: 6px;
  border-radius: 5px;
  color: #1663ba;
  color: #1663ba;
}
span.count-cart {
    position: absolute !important;
    top: -10px;
    width: 20px;
    height: 20px;
    text-align: center !important;
    border: 1px solid #2e89f2;
    border-radius: 50%;
    background: #2e89f2;
    padding: 0 !important;
    color: #fff !important;
}
.menu_cap_con::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.menu_cap_con::-webkit-scrollbar-thumb {
    background-color: #8a8a8a;
}
.sale {
    position: absolute;
    top: 2%;
    right: 2%;
    width: 35px;
    height: 35px;
    background: #03649a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}
.all_sale {
    margin-left: 3%;
}
.motangan_detail {
    color: #f50000;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.7;
}
.mota_detail {
    margin-bottom: 2%;
    font-size: 15px;
    line-height: 1.7;
}
.lienhe{
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: #03649a;
    line-height: 2;
}
.all_bando {
  line-height: 4;
}
.img_noidung_bando{
  padding: 10px 15px;
    background-color: #0A2339;
    border-radius: 50px 50px 50px 50px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}
.img_noidung_bando:hover{color: #fff;}
.title_danhmuc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4%;
}
.title_danhmuc b{
  display: block;
  -webkit-box-flex: 1;
  flex: 1;
  height: 2px;
  opacity: .1;
  background-color: currentColor;
}
.title_danhmuc span{
  border: 2px solid rgba(0,0,0,.1);
  padding: .3em .8em;
  color: #1663ba;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}
.title_danhmuc span i{
  font-weight: 300;
  margin-right: 6px;
}
.all_danhmuc_cat {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  grid-gap: 20px;
}
.danhmuc_cat{text-align: center;}
.img_cat {
  position: relative;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
}
.img_cat img{
  border-radius: 50%;
  transition: all 5s linear;
}
.danhmuc_cat:hover .img_cat img{
  transform: scale(1.3);
}
.cover-cat {
  margin-top: 6%;
}
.name_cat {
  color: #555;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 2%;
}
.count_sp {
  font-size: 11px;
  color: #555;
}
.all_spnoibat {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  grid-gap: 20px;
}
.sanpham_noibat:hover .cell{
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  border-color: transparent;
  transition: box-shadow 400ms ease-out;
}
.btn_contact{
  width: 100%;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 1.5;
  background: #1663ba;
  border-radius: 100px;
}
div#toc-content p {
  font-size: inherit;
  line-height: 1.8;
  margin-bottom: .9375rem;
  text-rendering: optimizeLegibility;
}
#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4,#toc-content h5,#toc-content h6 {
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: .5rem;
}
div.content-tabs-pro-detail p {
  font-size: inherit;
  line-height: 1.8;
  margin-bottom: .9375rem;
  text-rendering: optimizeLegibility;
}
.content-tabs-pro-detail h1,.content-tabs-pro-detail h2,.content-tabs-pro-detail h3,.content-tabs-pro-detail h4,.content-tabs-pro-detail h5,.content-tabs-pro-detail h6 {
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: .5rem;
}
.contact_news {
  width: 70%;
  margin: auto;
}
ul.listbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}
ul.listbox li {
  justify-content: center;
  min-width: 0;
  position: relative;
  display: flex;
  flex: 1 1 0;
  align-items: center;
}
.listbox li:not(:last-child):after {
  background-color: #fff;
  content: "";
  height: 80%;
  opacity: .3;
  position: absolute;
  right: -30px;
  top: 10%;
  width: 1px;
}
.img_gioithieu img {
  max-height: 550px;
  width: 100%;
  object-fit: cover;
}
.all_mota_gioithieu {
  padding: 30px;
  background: #f7f7f7;
  height: 100%;
}
.title_gioithieu {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 22px;
  color: #1663ba;
  font-weight: 600;
  margin-bottom: 3%;
}
.mota_gioithieu {
  font-weight: 300;
  line-height: 1.6;
  font-size: 16px;
}
.row_gioithieu .col-md-4{padding-right: 5px;}
.row_gioithieu .col-md-8{padding-left: 12px;}
ul.listbox li img {
  width: 70px;
}
.gia_mau{
  position: absolute;
  top: 20%;
  opacity: 0;
  display: flex;
  align-items: center;
}
.noidung_lienhe {
  line-height: 2;
  font-size: 16px;
}