/* ======= MENU CẤP 1 ======= */
.khung_menumain {
  background: #db5f24;

}

.menu-level-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.item-lv1 {
  position: relative;
}

.item-lv1 > a {
/*  display: block;
  color: #fff;
  padding: 14px 20px;
  text-decoration: none;
  transition: background 0.3s;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;*/


  display: flex;
  color: #fff;
  /* padding: 14px 20px; */
  text-decoration: none;
  transition: background 0.3s;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  align-items: center;
  height: 100%;
  padding: 0 15px;


}

ul.item-lv1 li i {

    font-size: 2.2rem;
}

.item-lv1 > a:hover {
  background: #fff;
}
.item-lv1 i.fa-light.fa-house {
    font-size: 20px;
}
/* ======= MENU CẤP 2 ======= */
.menu-level-2 {
  list-style: none;
  position: absolute;
  top: 100%; /* Sát ngay dưới nút cha */
  left: 0;
  background: #444;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.25s ease;
  z-index: 99;
  border-radius: 4px;
  padding-left: 0;
}

.menu-level-2 .item-lv2 {
  position: relative;
}

.menu-level-2 .item-lv2 a {
  display: block;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  transition: background 0.25s;
}

.menu-level-2 .item-lv2 a:hover {
  background: #555;
}

/* Hover cấp 1 mở cấp 2 */
.item-lv1:hover > .menu-level-2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ======= MENU CẤP 3 ======= */
.menu-level-3 {
  list-style: none;
  position: absolute;
  top: 0;        /* canh ngay đầu của item cha */
  left: 100%;    /* sát bên phải */
  background: #555;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(5px);
  transition: all 0.25s ease;
  border-radius: 4px;
  z-index: 20;
  padding-left: 0;
}

.menu-level-3 .item-lv3 a {
  display: block;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  transition: background 0.25s;
}

.menu-level-3 .item-lv3 a:hover {
  background: #666;
}

/* Hover cấp 2 mở cấp 3 */
.item-lv2:hover > .menu-level-3 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Hiệu ứng tổng thể */
.menu-level-1, .menu-level-2, .menu-level-3 {
  transition: all 0.3s ease-in-out;
}


.header-content .list-item .item .img i {
    color: #fff;
    font-size: 20px;
}
.cart-top__icon i {
    color: #db5f24;
    font-size: 20px;
}


.slide-item {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.slide-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 35%;
}

.slide-right {
  width: 65%;
  position: relative;
  display: block;
}

.slide-left .img-small {
  position: relative;
  flex: 1;
  display: block;
}

.slide-left .img-small img,
.slide-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

/* overlay thông tin */
.slider_khungmain 
{


}


.menu_navnew {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.linkmangxh ul li {
    display: inline-block;
}

.linkmangxh img {
    height: 35px;
}

.linkmangxh li {
    margin-right: 5px;
}

.products-detail .description
{
  font-size: 16px;
}


.icon_sold_out {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #0000002e;
    z-index: 999;
}

.nen_chungicon {
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    top: 25%;
}

.nen_chungicon img {
    height: 75px;
}

.tinhtrang_hethang {
    font-size: 19px;
    margin: 12px 0;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background: #e64525;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
}

.paing_chung a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: solid 1px #db5f24;
    line-height: 30px;
    background: #db5f24;
    color: #fff;
    border-radius: 5px;
}


.paing_chung span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: solid 1px #db5f24;
    line-height: 30px;
    background: #fff;
    color: #db5f24;
    border-radius: 5px;
}

.paing_chung a:hover {
    color: #fff;
}

/*new*/
.noidung_pc_chitiet {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ndtrai_ctiet {
    width: 78%;
}

.ndphai_ctiet {
    width: 20%;
    margin-top: 20px;
}
.ngoisao_reivew {
    padding-bottom: 15px;
}

.ngoisao_reivew i {
    color: #FFC101;
}
.title_detail h1 {
    font-weight: bold;
    font-size: 25px;
    line-height: 150%;
}
.ndphai_ctiet .item_content .title h2
{
  font-size: 15px;
  line-height: 150%;
  font-weight: 500;
  margin-bottom: 0;
}
.ndphai_ctiet .item_content .title h2 a {
    color: #000;
}

.catchuoi4
{
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 150%;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.items_sidebar {
    margin-bottom: 10px;
}
.breadcrumb_review a {
    font-size: 14px;
    color: #000;
}

.breadcrumb_review {
    padding: 5px 0;
}


/*new*/


/* ===== VIPET REVIEW MENU ===== */
.vipet-review-menu > .vipet-review-link{
    display:flex;
    align-items:center;
    gap:6px;
    font-weight:600;
    color:#ff9800;
    position:relative;
    transition:all .3s ease;
}

/* Icon nhấp nháy */
.vipet-review-icon{
    font-size:14px;
    animation: vipetPulse 1.6s infinite;
    margin-right: 5px;
}

/* Badge HOT */
.vipet-review-badge{
    font-size:10px;
    background:#ff3b3b;
    color:#fff;
    padding:2px 6px;
    border-radius:10px;
    margin-left:4px;
    animation: vipetBlink 1.2s infinite;
}

/* Gạch chân động */
.vipet-review-link::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-4px;
    width:0;
    height:2px;
    background:#ff9800;
    transition:width .3s ease;
}

/* Hover */
.vipet-review-menu > a:hover{
    color:#ff5722;
}

.vipet-review-menu > a:hover::after{
    width:100%;
}
.vipet-review-link {
    background: #3c76b5;
    padding: 14px 10px!important;
    display: flex !important;
    align-items: center;
}
/* Animation */
@keyframes vipetPulse{
    0%{transform:scale(1)}
    50%{transform:scale(1.2)}
    100%{transform:scale(1)}
}

@keyframes vipetBlink{
    0%,100%{opacity:1}
    50%{opacity:.5}
}
.content_detail * span,.content_detail * p
{
/*    font-size:inherit!important;*/
/*    font-family: inherit;*/
}

/*30012026*/
.khungreivew_main
{
    padding: 2rem 0;
}

.tt_khung_main {
    display: flex;
    justify-content: space-between;
}

.khungtrai_reviewmain {
    width: 70%;
}

.khungphai_reviewmain {
    width: 29%;
}

.total_review_main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    margin-left: 3%;
    border-left: solid 4px #db5f24;
    padding-left: 15px;
    padding-top: 15px;
}

.total_kienthuc_main 
{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    margin-left: 3%;
    border-left: solid 4px #db5f24;
    padding-left: 15px;
    padding-top: 15px;
}

.tieude_reviewmain {display: grid;grid-template-columns: 1fr 1fr;}

.name_tieudemain {
}

.name_tieudemain {
    background: #db5f24;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    padding: 10px 0;
    border-radius: 25px 0 0 25px;
    text-transform: uppercase;
}

.name_daydu {
    background: #3267C6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: bold;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
}
.name_review_main h3 {
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 0;
    min-height: 68px;
    font-weight: bold;
}

.name_review_main {
    padding: 10px;
    background: #f9f9f9;
    border-radius: 0 0 15px 15px;
}
.name_review_main a {
    color: #333;
}
@media (min-width: 1200px) {
    .container_new {
        max-width: 1230px;
        margin: 0 auto;
    }
}
.hinhanh_review img {
    object-fit: cover;
    height: 210px;
    width: 100%;
    transition: all .5s;
}
.name_daydu i {
    padding-left: 10px;
}
.items_review_main:hover a {
    color: #db5f24;
}
.hinhanh_review {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
.items_review_main:hover img {
    transform: scale(1.1);
    transition: all .5s;
}



/*.rv-menu-wrap{
   position: absolute;
   top: calc(100% + 8px);
   right: 0;
   min-width: 260px;
   background: #fff;
   border-radius: 6px;
   box-shadow: 0 10px 25px rgba(0,0,0,.12);
   padding: 10px;
   display: none;
   z-index: 999;
}

.rv-menu-wrap ul{
   list-style: none;
   padding: 0;
   margin: 0;
}

.rv-menu-parent > li{
   margin-bottom: 6px;
}

.rv-menu-parent > li > a{
   font-weight: 600;
   color: #333;
   display: block;
}

.rv-menu-child{
   padding-left: 15px;
   margin-top: 5px;
}

.rv-menu-child li a{
   font-size: 14px;
   color: #666;
   line-height: 1.8;
}

.rv-menu-child li a:hover{
   color: #e11d48;
}

.rv-toggle-menu{
   cursor: pointer;
   user-select: none;
}

.rv-toggle-menu i{
   transition: transform .3s;
}

.rv-toggle-menu.active i{
   transform: rotate(180deg);
}




.tieude_reviewmain{
   position: relative; 
}*/



















.rv-menu-wrap{
 position: absolute;
 top: calc(100% + 8px);
 right: 20%;
 min-width: 260px;
 background: #fff;
 border-radius: 6px;
 box-shadow: 0 10px 25px rgba(0,0,0,.12);
/*   padding: 10px;*/
display: none;
z-index: 999;
}

.tieude_reviewmain{ position: relative; }

.rv-menu-parent > li{
 position: relative;
}

.rv-menu-parent > li > a{
 display: block;
 padding: 8px 12px;
 font-weight: 600;
 color: #333;
}

.rv-menu-parent > li.has-child > a:after{
/*   content: "›";*/
/*   float: right;*/
}

.rv-menu-child{
 position: absolute;
 top: 0;
 left: 100%;
 min-width: 220px;
 background: #fff;
 border-radius: 6px;
 box-shadow: 0 10px 25px rgba(0,0,0,.12);
 padding: 8px;
 display: none;
}

.rv-menu-parent > li.has-child:hover > .rv-menu-child{
 display: block;
}
.rv-menu-wrap ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
ul.rv-menu-child {
/*    padding: 10px;*/
}

ul.rv-menu-child li {
    padding: 5px 10px;
}

ul.rv-menu-child li a {
    font-weight: 600;
    color: #333;
}

ul.rv-menu-parent > li:hover > a {
    color: #db5f24;
}
ul.rv-menu-child > li > a:hover {
    color: #db5f24;
}

.tieude_tintuc_main {
    display: flex;
    align-items: center;
}

.tieude_tintuc_main .name_tieudemain {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px
}
.tintuc_list ul li {
    display: inline-block;
}

.tintuc_list ul {
    margin: 0;
    padding: 10px 0px;    height: 45px;
}

.tintuc_list {
    background: #3267C6;
}

.tintuc_list ul li a {
    color: #fff;
}

.tintuc_list a {
    padding: 0 10px;
    font-weight: 600;
}
.tintuc_list {
    width: 80%;
    border-radius: 0 25px 25px 0;
}

.tintuc_view ul li h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}
.tintuc_list{
 position: relative;
}

.tintuc_view{
    overflow-x: auto;
    scroll-behavior: smooth;
    width: 95%;
    margin: 0 auto;
}

.tintuc_view::-webkit-scrollbar{
 display: none;
}

.tintuc_view ul{
 display: flex;

 align-items: center;
 gap: 10px; /* khoảng cách giữa các li */
}

.tintuc_view ul li{
/*   flex: 0 0 220px;*/
white-space: nowrap;
}

.tintuc_view ul li a{
 display: block;
/*   padding: 8px 12px;
   background: #f5f5f5;
   border-radius: 6px;
   color: #333;*/
}

/* arrow */
.tintuc-arrow{
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 width: 34px;
 height: 34px;
 background: #fff;
 border-radius: 50%;
 box-shadow: 0 4px 10px rgba(0,0,0,.15);
 display: flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 z-index: 10;
}

.tintuc-arrow.prev{
 left: -20px;
}

.tintuc-arrow.next{
 right: -10px;
}
.tintuc_view li:hover a {
    color: #ffe70b;
}

.home-food-block{
 display: grid;
 grid-template-columns:.7fr 1fr;
 gap: 14px;
 margin-bottom: 2rem;
}

/* LEFT BIG IMAGE */
.food-left img{
    width: 100%;
    height: 91%;
    object-fit: cover;
    border-radius: 10px;
}

/* RIGHT GRID */
.food-right{
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 14px;
}

.food-item img{
 width: 100%;
 aspect-ratio: 1/1;
 object-fit: cover;
 border-radius: 10px;
 transition: transform .3s ease;
}

.food-item:hover img{
 transform: scale(1.05);
}

/* Responsive */
@media(max-width: 768px){
 .home-food-block{
  grid-template-columns: 1fr;
}
}
.khung_noidung_tintuc {
    padding-top: 15px;
    border-left: solid 4px #db5f24;
    margin-left: 25px;
    padding-left: 15px;
}
.name_tt_nbat a {
    font-weight: 500;
    color: #333;
    font-size: 15px;
}

.name_tt_nbat {
    line-height: 1.5;

    margin-top: 10px;
}
.img_blogmain {
    overflow: hidden;
    border-radius: 10px;
}

/*.khung_quangcao_sp {
    background: #f9f9f9;
    margin: 2rem 0;
    padding: 2rem 0;
}
*/
.total_qcsp {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}

.main_quangcaosp {
}

.items_qcsp {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.name_qcsp {
    padding: 10px;
}

.name_qcsp a {
    color: #333;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
}

.main_quangcaosp {
    border: dotted 2px #db5f24;
    padding: 15px;
    border-radius: 10px;
}

.hinhanh_qcsp {
    overflow: hidden;
}

.hinhanh_qcsp img {

}
.khung_quangcao_sp {
    position: relative;
}

/* nút X */
.close_qcsp {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 28px;
    height: 28px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: 0.2s;
}

.close_qcsp:hover {
    background: #ff3b3b;
}

.items_kienthucs {
    display: grid;
    grid-template-columns: .5fr 1fr;
}

.name_kienthucs {
    padding: 0 0 0 15px;
}

.name_kienthucs a {
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.hinhanh_kienthucs {
    overflow: hidden;
    border-radius: 10px;
}

.khunghe_sinhthai {
    background: #3D3D3D;
    padding: 2rem 0 2.7rem 0;
}
.tieude_hesinhthai {
    text-align: center;
    color: #ff6600;
    font-size: 1.7rem;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 1.5rem;
}
.linkmangxh ul {
    padding: 0;
}
.tt_thongtinfooter {
    display: flex;
    justify-content: space-between;
    border-left: solid 4px #db5f24;
    padding-left: 15px;
    margin-left: 26px;
}

.khungtt_ft1 {
    width: 50%;
}

.khungtt_ft2 {
    width: 45%;
}
.khungtt_ft1 p.header {
    text-align: left;
    font-family: 'Montserrat',sans-serif;
    font-size: 20px;
}
.khungtt_ft2 p.header {
    text-align: left;
    font-size: 20px;
}
footer ul li
{
    padding-bottom: 10px;
}

.tieude_reviewmain{
    position: relative;
    z-index: 10;
}

/* khung cấp 1 nổi */
.review_level.level_1{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 260px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,.12);
    border-radius: 8px;
/*    padding: 10px 15px;*/
display: none;
z-index: 100;
}

/* cấp 2 nổi sang bên phải */
.review_level.level_2{
    position: absolute;
    top: 0;
    left: 100%;
    width: 240px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,.12);
    border-radius: 8px;
/*    padding: 8px 12px;*/
display: none;
}

/* list style */
.review_level ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.review_level li{
    padding: 8px 12px;
    cursor: pointer;
    position: relative;
    font-weight: bold;
}

/* mũi tên */
.has-child::after{
    content: "›";
    position: absolute;
    right: 10px;
    transition: .3s;
    top: 15%;
    font-size: 20px;
    font-weight: 500;
}
.review_level li a
{
    color: #333;
}

.level_1 > ul > li:hover > a {
    color: #db5f24;
}
.level_2 li a:hover {
    color: #db5f24;
}

/*.has-child.active::after{
    transform: rotate(90deg);
}
*/
.gia_qcsp {
    color: red;
    font-weight: 500;
}
.khung_menumobile {
    background: #db5f24;
}

.khung_menumobile ul {
    list-style: none;
    padding: 0 10px;
    margin: 0;
}

.khung_menumobile li {
/*    display: inline-block;*/
}
.khung_menumobile a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    justify-content: center;
}
.khung_menumobile ul {
    display: grid;
    grid-template-columns: .3fr 2.3fr 1fr 1fr;
    grid-gap: 10px;
    text-align: center;
    align-items: center;
/*    justify-content: space-between;*/
}
li.item_mobiles:first-child {
    height: 25px;
}

li.item_mobiles:first-child i {
    font-size: 24px;
}
/*30012026*/
/*Ngồi sao*/
.h2-icon-number {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
/*  margin-right: 10px;*/
}

.h2-icon-number img {
  width: 100%;
  height: auto;
}

.h2-icon-number span {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -55%);
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

/*Ngồi sao*/

/*new*/
.ngaytao_tintuc {
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
/*    margin-top: 5px;*/
color: #3267c6;
}
.name_tieudemain h2 {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: bold;
    padding: 2px 0;
}
.name_ttchung
{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.name_bviet
{
    color: #000;

}
.details_names
{
    font-weight: bold;
    font-size: 25px;
    line-height: 150%;
    margin-top: 15px;
}
.name_kienthucs h3 {
    font-weight: bold;
    color: #333;
    font-size: 16px;
    line-height: 150%;
        margin-bottom: 0;
}

.items_qc_2
{
    margin-bottom: 10px;
}
/*new*/