
/* Container chung */
.product-category-box {
    position: relative;
    display: inline-block; 
    cursor: pointer;
    width: 100%;
    max-width: 450px;
    height: 48px;
}

/* Header của box */
.product-category-box .box-header {
    background-color: var(--color-F68121);
    padding: 10px 15px;
    font-weight: 500;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

/* Menu bên trong box */
.product-category-box .box-menu {
    display: none; 
    position: absolute;
    top: 100%; 
    left: 0;
    background-color: transparent;
    /* border: 1px solid #ddd; */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 100%; 
}
.product-category-box .box-menu::before{
    background-color: #000000c7;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.product-category-box .box-menu .vertical_menu{
    position: relative;
    z-index: 2;
    padding: 20px 10px;
}
.product-category-box .box-menu li{
    border-top: none;
}
.product-category-box .box-menu li a,.product-category-box .box-menu .vertical_menu i.icon-angle-down{
    color: #fff;
    opacity: 1;
}
.product-category-box .box-menu ul.sub-menu{
    border: none;
}
.product-category-box .box-menu ul.sub-menu > li{
    position: relative;
}
.product-category-box .box-menu ul.sub-menu > li::before{
    content: "\f054";
    left: -16px;
    top: 5px;
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
    color: #fff;
    font-weight: 900;
    position: absolute;
}
.product-category-box .box-menu ul.sub-menu li a{
    font-weight:300;
}
.product-category-box .box-menu ul.sub-menu li a:hover{
    font-weight: 700;
    color: #F48021;
}
/* Hiển thị menu khi hover */
.product-category-box:hover .box-menu {
    display: block; 
}
.vertical_menu::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 2;

    top:0;
    left: 0;
    position: absolute;
}
.vertical_menu .menu-danh-muc-san-pham-container{
    position: relative;
    z-index: 3;
}
.transparent-header .product-category-box .box-header{
    background-color: transparent;
}
.transparent-header .product-category-box .box-header{
    border-bottom: solid 1px #ffffffa8;
    padding:  10px 0;
}
.transparent-header .product-category-box .box-header span{
    font-weight: 700;
    color:#F48021 ;
    text-transform: uppercase;
    font-size: 20px;
}
.transparent-header .product-category-box .box-menu .vertical_menu{
    padding: 10px 0;
}
.image-header .box-head-title{
    position: relative;
    overflow: hidden;
    /* max-width: 250px; */
    width: 100%;
    -webkit-mask-image: url(./images/new/Vector2.png);
    mask-image: url(./images/new/Vector2.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.image-header .product-category-box{

}
.image-header .product-category-box .box-head-title span{
    text-transform: uppercase;
    font-weight: 700;
}
.image-header .product-category-box{
    max-width: 370px;
}
.image-header .product-category-box .box-header span::after{
    content: "\f054";
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
    color: #fff;
    position: relative;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    font-weight: 700;
}
.image-header .product-category-box  .vertical_menu::after{
    background-color: var(--color-087ABF);
}
.image-header .product-category-box  .vertical_menu{
    padding: 0px 10px;
}
.image-header .product-category-box .box-menu::before{
    display: none;
}
/* Style cho các mục menu */
/* .product-category-box .vertical-menu {
    list-style: none;
    margin: 0;
    padding: 0 !important;
}


.product-category-box .vertical-menu li a {
    text-decoration: none;
    color: #333;
    display: block;
}
.product-category-box .vertical-menu li a:hover{
    color: var(--color-F68121);;
}
#menu-danh-muc-san-pham,#menu-danh-muc-san-pham-1{
    padding: 0 !important;
} */
/* Menu chính */
/* .product-category-box #menu-danh-muc-san-pham-1.vertical-menu{
    padding-bottom: 0;
    margin-bottom: 0;
}
.product-category-box .vertical-menu {
    background: #fff;
    color: 333;
    padding: 0;
    list-style: none;
    position: relative;
}  */

/* .product-category-box .vertical-menu li {
    padding: 12px;
    cursor: pointer;
} */


/* Sub-menu */
/* .product-category-box #menu-danh-muc-san-pham > li.menu-item-has-children > ul.sub-menu, .category-box #menu-danh-muc-san-pham-1 > li.menu-item-has-children > ul.sub-menu{
    list-style: none;
    padding: 0;
    position: absolute;
    width: calc(1200px - 220px);
    height: 100%;
    left: 100%;
    top: 0;
    background: #fff;
    padding: 10px 30px;
    overflow-y: auto;
    display: none;
    box-shadow: 2px 3px 7px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    margin: 0;
    z-index: 10;
}
.product-category-box #menu-danh-muc-san-pham > li.menu-item-has-children:hover > ul.sub-menu,#menu-danh-muc-san-pham-1 > li.menu-item-has-children:hover > ul.sub-menu{
    display: block;
}
.product-category-box .sub-menu li {
    padding: 0px;
}
.product-category-box #menu-danh-muc-san-pham > li,#menu-danh-muc-san-pham-1 > li {
    position: static;
    border-bottom: solid 1px #ccc;
}
.product-category-box #menu-danh-muc-san-pham > li:last-child,#menu-danh-muc-san-pham-1 > li:last-child {
    margin-bottom: 0;
}
.product-category-box #menu-danh-muc-san-pham > li.menu-item-has-children::after,.product-category-box #menu-danh-muc-san-pham-1 > li.menu-item-has-children::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    float: right;
    font-weight: bold;
    padding: 10px;
    transform: translateY(-40px);
    position: absolute;
    right: 0;
}
.product-category-box #menu-danh-muc-san-pham > li > a,#menu-danh-muc-san-pham-1 > li > a {
    font-weight: 600;
    font-size: 15px;
}
.product-category-box #menu-danh-muc-san-pham > li.menu-item-has-children:hover > ul.sub-menu > li.menu-item,#menu-danh-muc-san-pham-1 > li.menu-item-has-children:hover > ul.sub-menu > li.menu-item{
    padding: 0;
}
#menu-danh-muc-san-pham > li.menu-item-has-children:hover > ul.sub-menu > li.menu-item > ul.sub-menu,#menu-danh-muc-san-pham-1 > li.menu-item-has-children:hover > ul.sub-menu > li.menu-item > ul.sub-menu {
    margin: 0;
    list-style: none;
    padding-left: 0 !important;
}
.product-category-box #menu-danh-muc-san-pham > li.menu-item-has-children:hover > ul.sub-menu > li.menu-item > ul.sub-menu > li > a,#menu-danh-muc-san-pham-1 > li.menu-item-has-children:hover > ul.sub-menu > li.menu-item > ul.sub-menu > li > a{
    padding: 5px 0;
}
.product-category-box #menu-danh-muc-san-pham > li.menu-item-has-children:hover > ul.sub-menu > li.menu-item > ul.sub-menu > li,#menu-danh-muc-san-pham-1 > li.menu-item-has-children:hover > ul.sub-menu > li.menu-item > ul.sub-menu > li{
    margin-bottom: 0;
}
.product-category-box #menu-danh-muc-san-pham > li.menu-item-has-children > ul.sub-menu > li > a,#menu-danh-muc-san-pham-1 > li.menu-item-has-children > ul.sub-menu > li > a{
    font-weight: 600;
} */
/* Khi hover vào menu chính, hiển thị sub-menu */
/* .product-category-box .vertical-menu li:hover .sub-menu {
    display: block;
}
.product-category-box .vertical-menu li:hover{
    background-color: transparent;
}
@media (min-width: 992px) {
    .product-category-box #menu-danh-muc-san-pham > li.menu-item-has-children:hover > ul.sub-menu > li.menu-item,.product-category-box #menu-danh-muc-san-pham-1 > li.menu-item-has-children:hover > ul.sub-menu > li.menu-item  {
        float: left;
        width: calc(100% / 3);
    }
} */


/*  */