/*
Theme Name: Daitin
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.linh-vuc .box-image{
	padding: 5px;
    background-color: #fff;
    border-radius: 40px 0 !important;
}
.linh-vuc .box-image img,.linh-vuc .image-cover{
    border-radius: 35px 0;
}
.linh-vuc .box{
	position: relative;
	overflow: hidden;
	padding: 0 5px 5px 0;
	border-radius: 40px 0;
}
.linh-vuc .box:before{
	content: "";
    background-image: conic-gradient(#d8c30a 20deg, transparent 120deg);
    width: 150%;
    height: 150%;
	top: 0;
    right: 0;
    position: absolute;
    animation: rotate 2s linear infinite;
}
.san-pham-section .product-small{
	position: relative;
	overflow: hidden;
	padding: 5px;
}
.san-pham-section .product-small:before{
	content: "";
    width: 150%;
    height: 150%;
	top: 0;
    right: 0;
    position: absolute; 
}
.san-pham-section .product-small:hover:before{
	animation: rotate 2s linear infinite;	
	background-image: conic-gradient(#d8c30a 20deg, transparent 120deg);
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.bg_title h2{
	background-image: url(/wp-content/uploads/2025/11/bg_title.png);
    padding: 10px 60px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    position: relative;
    z-index: 9;
    display: inline-block;
    margin-top: -13px;
    margin-bottom: 20px;
	width: fit-content;
}
.bg_title h2 span{
	color: #fff !important;
}
.footer-1{
    background: transparent;
}
.footer-1 .widget-title{
    color: #fff;
}
/* Dropdown tổng */
li.current-dropdown > .nav-dropdown-full,
li.has-dropdown:hover > .nav-dropdown-full {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 !important;
    padding: 20px 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100% !important;
    max-width: 100% !important;
    background: #fff;
    box-sizing: border-box;
    transition: opacity 0.3s ease;
}

/* Cột con bên trong */
.nav-dropdown-full .nav-dropdown-col {
    flex: 1;
    min-width: 0;
    padding: 0 0px;
    box-sizing: border-box;
}

.nav-dropdown-full .nav-dropdown-col > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a{
	font-size: 14px;
}
li.menu-item-object-product_cat.menu-item-has-children>a{
	height: 3rem;
	text-transform: none !important;
	display:flex;
	align-items: center;
	padding-top: 10px;
/* 	margin-bottom: 10px;
	border-bottom: solid 2px var(--primary-color); */
}
ul.menu>li li>a, .widget>ul>li li>a{
	width: 100%;
}
@media(max-width: 768px){
	.gtranslate_wrapper{
		top: 10px !important;
	}
	#top-bar{
		display:none;
	}
	.off-canvas-right .mfp-content, .off-canvas-left .mfp-content{
		width: 90%;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}