.main-menu.menu-style-3>nav>ul>li .tp-submenu {
    border-radius: 5px;
}


.tp-slider-height-3 {
    min-height: 110vh !important;
    /* đổi 70 thành 60/50 nếu muốn thấp hơn */
}

/* --- LAPTOP (992px – 1199px) --- */
@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-slider-height-3 {
        min-height: 480px !important;
        /* tự chọn: 400, 450, 500... */
    }
}

/* --- TABLET (768px – 991px) --- */
@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-slider-height-3 {
        min-height: 380px !important;
        /* slider mỏng dần */
    }
}



.tp-product-arrival-border {
    background-color: transparent !important;
}

.tp-product-tab .nav-tabs {
    background-color: transparent !important;
}

.breadcrumb__title{
  color: white !important;
}
.breadcrumb__list{
  color: white !important;
}
.breadcrumb__list a:hover{
	color: #feff00d9 !important;
}
.breadcrumb__list span:not(:last-child):after{
	background-color: white;  
}
.breadcrumb__list span{
	color: white !important;
}

.tp-lang-list-open{
  color:black !important;
}
.tp-currency-list-open{
  color:black !important;
}