.all_menu_footer a {
  color: #fff;
}
.mxh img {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
  margin-right: 2%;
}

.cart_menu {
  line-height: 3;
}
.cart_menu a{
  position: relative;
  border: 1px solid rgba(255,255,255,.8);
  margin-left: .12em;
  margin-right: .12em;
  min-width: 2.5em;
  padding: 6px;
  border-radius: 5px;
  color: #fff;
  color: rgba(255,255,255,.8);
}
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;
}
.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;
}

.tuvan_all {
  display: flex;
  justify-content: space-between;
}
ul.listbox {
  display: grid;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  grid-template-columns: repeat(4,1fr);
  gap: 60px;
}
ul.listbox li {
  justify-content: center;
  min-width: 0;
  position: relative;
  display: flex;
  flex: 1 1 0;
  align-items: center;
}
ul.listbox li img {
  width: 70px;
  margin-right: 6px;
}
.listbox li:not(:last-child):after {
  background-color: #fff;
  content: "";
  height: 80%;
  opacity: .3;
  position: absolute;
  right: -30px;
  top: 10%;
  width: 1px;
}
span.mota_cs {
  color: #fff;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.all_banner img {
    height: 300px !important;
    width: 100%;
    object-fit: cover;
}
.all_banner a{
  position: relative;
  display: block;
  overflow: hidden;
}
.all_banner a::before{
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 0;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out;
  width: 0;
}
.all_banner a::after{
  border-color: transparent transparent #000;
  border-style: solid;
  border-width: 0;
  bottom: 0;
  content: "";
  height: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  transition: all 0.5s ease-in-out;
  width: 0;
}
.all_banner a:hover::before{
  border-width: 1150px 680px 0 0;
  transition: all 0.3s ease-in-out;
}
.all_banner a:hover::after{
  border-width: 0 0 1150px 680px;
  transition: all 0.3s ease-in-out;
}
.all_pre {
  position: relative;
  width: 6%;
}
.all_title_danhmuc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
  position: relative;
  margin-top: 15px;
}
.title_danhmuc {
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0px 2px 0;
  line-height: 42px;
  color: black;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
}
.title_danhmuc span:nth-child(2){
  color: #888;
}
.all_title_danhmuc::after{
  position: absolute;
  content: "";
  width: 100px;
  height: 3px;
  background: #A0522D;
  bottom: 0px;
}
.prev-dv {
  left: 0;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 14px !important;
  top: calc(50% - 30px/2) !important;
}
.next-dv {
  right: 0;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 14px !important;
  top: calc(50% - 30px/2) !important;
}
.all_danhmuc {
  padding: 10px 0;
  background: #fff;
  border: 1px solid #eee;
}
.all_danhmuc li {
  position: relative;
}
.all_danhmuc a {
  font-size: 13px;
  transform: translate(0, 0);
  transition: all 0.3s ease-in-out;
  padding: 8px 0 8px 35px;
  color: #444444;
  position: relative;
  word-wrap: break-word;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
.all_danhmuc a i {
  font-weight: 500;
  margin-right: 5px;
}
.banner_danhmuc img {
  width: 100%;
  object-fit: cover;
}
.all_sp {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 20px;
}

.all_sanpham .img_sanpham img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 220px !important;
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
}
.all_sanpham .img_sanpham {
  text-align: center;
  display: block;
  position: relative;
}
.all_sanpham .img_sanpham .img1{
  position: relative;
    z-index: 2;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.all_sanpham .img_sanpham .img2{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0px;
  opacity: 0;
  display: inline-block;
  transform: rotateY(90deg);
  transition: all 0.5s ease-in-out;
}
.all_sanpham:hover .img1{
  opacity: 0;
    transform: rotateY(90deg);
    transition: all 0.5s ease-in-out;
}
.all_sanpham:hover .img2{
  opacity: 1;
  transform: rotateY(0deg);
  transition: all 0.5s ease-in-out;
}
.all_sanpham {
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 6px;
  margin-bottom: 3%;
}
.noidung_sanpham {
  text-align: center;
  padding: 8px;
  line-height: 1.7;
  color: #000;
  font-size: 15px;
}
.all_gia {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  font-size: 16px;
  margin-top: 4%;
  color: #f48549;
  font-weight: 600;
}
.all_gia del{
  color: #5d5d5d;
  font-size: 13px;
}
.all_button {
  position: absolute;
  width: 100%;
  top: 80%;
  z-index: 5;
}
.all_sanpham:hover .muangay1{
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.xemthem_sp {
  padding: 7px 0px;
  display: inline-block !important;
  border-radius: 0;
  text-align: center;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  border: none;
  width: 37px;
  display: inline-block;
  background: #00000099;
  left: 55%;
  bottom: 0;
}
.xemthem_sp i{color: #fff; font-weight: 500;}
.all_sanpham:hover .xemthem_sp{
  opacity: 1;
}
.name_sp {
  min-height: 52px;
}
.all_xemthem a {
  color: #000;
  opacity: .8;
  display: flex;
  align-items: center;
}
.all_xemthem i{
  font-weight: 500;
  margin-left: 6px;
}
.all_xemthem:hover a{color: #A0522D;}
.doitac img {
  height: 65px !important;
  object-fit: contain;
}
.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;
}
.mxh img {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
  margin-right: 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;
}
.title_footer {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  /* margin-top: 15px; */
  color: #fff;
}
.all_menu_footer a {
  color: #fff;
}
.all_giaban {
  margin-right: 10px;
}
.xemtatca a {
  display: inline-flex;
  justify-content: center;
  padding: 6px 30px;
  background: #A0522D;
  color: #fff;
  border: 1px solid #A0522D;
  transition-duration: 0.3s;
  transition-property: transform;
  border-radius: 100px;
  cursor: pointer;
}
.xemtatca {
  margin-left: 4%;
  text-align: center;
}
.xemtatca a:hover {
  transform: translateY(-5px);
  background: #fff;
  color: #A0522D;
}
.all_new {
  width: 80%;
  margin: auto;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 2%;
}
.name_contact {
  font-weight: 500;
  font-size: 26px;
  line-height: 42px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 3%;
}
.article-contact {
  font-size: 16px;
}
.infomation {
  list-style: none;
  margin: 30px 0 0;
}
.infomation li {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.infomation li i {
  color: #A0522D;
  flex: 0 0 30px;
  font-size: 18px;
  max-width: 30px;
  position: relative;
}
.infomation li .title-contact {
  flex: 1 1 0;
  font-weight: 500;
  min-width: 0;
  font-size: 16px;
}
.title_contact {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 3%;
}
.btn-contact {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  padding: 10px 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: unset;
  display: inline-block;
  border-radius: 50px;
  background: #A0522D;
  box-shadow: 6px 3px 18px rgba(2,64,105,.2);
  text-align: center;
  margin-top: 20px;
  transition: all .8s;
}
.btn-contact:hover {
  transform: translateY(-10px);
  transition: all .8s;
  color: #fff;
}
.title_csbh {
  color: #03649a;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.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;
}
.cover-content {
  padding: 25px 15px 3px;
  position: relative;
  /* text-align: center; */
}
.cover-content .meta {
  justify-content: center;
  margin-bottom: 10px;
}
.meta .terms {
  display: flex;
  flex-flow: row wrap;
  gap: 5px;
}
.time {
  color: #1663ba;
  margin-right: 10px;
  font-weight: 500;
}
.cover-content .h5 {
  font-size: 15px;
  font-weight: 500;
  margin: 4% 0;
  transition: all 0.5s linear;
  color: #000;
}
.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;
}
.title-collection-menu-l {
  font-size: 19px;
  text-align: center;
  background: #A0522D;
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
  line-height: 38px;
}
select.orderby {
  padding: 10px 15px;
  border-color: #eee;
}
.sapxep_sanpham {
  text-align: right;
  margin-bottom: 2%;
}
.name_duan {
  color: #000;
  margin-top: 25px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: uppercase;
}
.title_duan{
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title_duan a{
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}
.title_duan a:hover{
  text-decoration: underline !important;
}
.all_hinhanhcon{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  margin-bottom: 10px;
}
.cover {
  border-radius: 15px;
  display: block;
  overflow: hidden;
  position: relative;
}
.cover img {
  border-radius: 15px;
  transform: scale(1.0001);
  transition: transform .8s cubic-bezier(.25,.46,.45,.94),opacity .3s;
}
.cover-content {
  padding: 10px 0;
  background-color: rgba(0,0,0,0);
  height: auto;
}
.title_content {
  /* height: 50px; */
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 23px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.view-more-tt {
  margin-top: 2%;
  font-size: 15px;
  font-weight: 600;
  color: #A0522D;
}
.cover:hover img {
  opacity: .8;
  transform: scale(1.06);
}
.title_danhmuc_news {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 3%;
}
.duan img {
        width: 100%;
    height: 800px !important;
    object-fit: cover;
}
.all_bread{align-items: center;}
.breadcrumb{justify-content: center;}