html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    font-family: var(--body-font);
  scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased;
    /* WebKit  */
}

body {
    margin: 0;
    color: var(--paragraph-color);
    overflow-x: hidden;
    font-family: var(--body-font);
    font-size: 16px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-image: linear-gradient(125deg, #fb3c7f 0%, #ffc05e 100%);
    border-radius: 10px;
}

h1 {
    font-size: 2rem;
    line-height: 1.0833333333;
}

h2 {
    font-size: 1.8rem;
    line-height: 1.4444444444;
}

h3 {
    font-size: 1.6rem;
    line-height: 1.0833333333;
}

h4 {
    font-size: 1.4rem;
    line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
}

p {
    color: var(--paragraph-color);
    -webkit-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px;
    line-height: 24px;
}

a {
    color: inherit;
    text-decoration: none;
    color: var(--paragraph-color);
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: inherit;
}

pre {
    word-break: break-word;
}

a i {
    padding: 0 2px;
}

img {
    max-width: 100%;
}

ol {
    counter-reset: counter;
    padding-left: 0;
}

ol li {
    list-style: none;
    margin-bottom: 1rem;
}

ol li:before {
    counter-increment: counter;
    content: counter(counter);
    font-weight: 500;
    margin-right: 10px;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ddd;
}

code {
    color: #faa603;
}
#preloader{
	display:none;
}
.section_top_header{
	display:none;
}
.topbar-area{
height:0;
background:transparent;
padding:0;
border:0;
}
.topbar-area .left-contnet .social-icon{
	display:none;
}
.topbar-area .right-contnet{
	margin-top:10px;
	padding-top:5px;
	position: absolute;
	left: calc(100% - 120px);
	z-index:99!important;
}
#languages_selector{
  padding: 0;
  box-shadow: none;
}
#languages_selector .selected-language{
  display: none;
}
#languages_selector .dropdown-menu{
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  border: 0;
  box-shadow: none;
  min-width:100px;
  display:flex;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
#languages_selector .dropdown-menu li{
  color: transparent;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;

  font-size: 0;
  
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor:pointer;
}
#languages_selector .dropdown-menu li:not(:last-child){
	margin-right:5px!important;
}
#languages_selector .dropdown-menu li:before{
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-size:30px;
	background-repeat:no-repeat;
	background-position:auto;
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#languages_selector .dropdown-menu li:hover{
	opacity:0.8;
}
#languages_selector .dropdown-menu li[data-value="vi"]:before{
background-image:url('/assets/tenant/frontend/flags/1x1/vn.svg');
}

#languages_selector .dropdown-menu li[data-value="en"]:before{
background-image:url('/assets/tenant/frontend/flags/1x1/us.svg');
}
#languages_selector .dropdown-menu li[data-value="tw"]:before{
background-image:url('/assets/tenant/frontend/flags/1x1/tw.svg');
}

html[lang="vi"] #languages_selector .dropdown-menu li[data-value="vi"],
html[lang="en"] #languages_selector .dropdown-menu li[data-value="en"],
html[lang="tw"] #languages_selector .dropdown-menu li[data-value="tw"]
{
	opacity:0.5;
}

.logo-wrapper .logo img{
	max-height:60px;
}
.navbar-nav li:not(:last-child) a{
	padding:20px 15px;
}
.navbar-nav li a:hover{
	
}
.navbar-nav li > .sub-menu{
	display:none;
}
.nav-right-content{
	width:100px;
}
.nav-right-content .btn-wrapper > a{
	display:none;
}
.breadcrumb-area{
	border-top:1px solid #cccccc50;
  padding: 5px 0;
  margin-top: 0px;
  margin-bottom: 10px;
  background: #fff;
  z-index: 1;
}
.breadcrumb-inner ul{
 list-style: none;
  margin: .2rem 0;
  padding: .2rem 0;
}

.breadcrumb-inner ul li{
  color: #66758c;
  display: inline-block;
  margin: 0;
    margin-right: 0px;
  padding: .2rem 0.2rem 0;
}
.breadcrumb-inner ul li a{
  color:currentColor;
}
.breadcrumb-inner ul li:not(:last-child):after{
content: "";
  display: inline-block;
 margin-bottom: -3px;
margin-left:20px;
  border: 1px solid currentColor;
    border-right-width: 0.1rem;
    border-right-style: solid;
    border-right-color: currentcolor;
    border-bottom-width: 0.1rem;
    border-bottom-style: solid;
    border-bottom-color: currentcolor;
  border-bottom: 0;
  border-right: 0;
  height: .5em;
  width: .5em;
  transform: translate(-75%,-50%) rotate(135deg);
}
.share-area.breadcrumb,
.breadcrumb-inner h3{
  display: none;
}

[data-layoutid="section"]{
	min-height:70vh;
}
.breadcrumb-inner,
.leftpanel .menu-item-list ul{
  padding: 0;
  margin: 0;
   list-style: none;
}
#right-menu,
.leftpanel #category{
	padding:0!important;
	height:100%;
	margin:0;
	margin-top:0;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 47%,rgba(240,249,255,.8) 100%);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#right-menu > .container > .row:first-child > div,
.leftpanel #category h2 {
	padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    text-align:left;
}

#right-menu > .container > .row:first-child > div .section-title,
.leftpanel #category h2 {
  text-align:left !important;
  background:var(--main-color-one);  
  font-size:18px;
  margin-bottom:0;
}
#right-menu > .container > .row:first-child > div .title,
.leftpanel #category h2 > a{
  padding:8px 10px;
  font-size:16px;
  text-align: :left;
  color:var(--site-gradient-one);
  line-height:1.4;
  display:block;
  font-weight:normal;
}
#right-menu > .container > .row:nth-child(2) > div{
   flex: 0 0 100%;
    max-width: 100%;
  border-bottom:1px solid var(--site-gradient-one);
}
.leftpanel .sub-menu li a{
	padding:8px 12px!important;
}
.leftpanel .sub-menu > li > a:not([data-active="true"]) ~ .sub-menu{
	display:none
}
.leftpanel .sub-menu > li > .sub-menu{
	margin-bottom:20px;
}

.leftpanel .sub-menu > li > .sub-menu > li > a{
	font-weight:normal;
	font-size:95%;
	padding-left:30px!important;
}


.text-left .section-title{
	 text-align:left;
}
.text-justify .section-title{
	 text-align:justify;
}
.gioithieu .container > div{
	margin-bottom:20px;
}

.gioithieu .container > div .title .title{
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #cccccc50;
}



.gioithieu .container > div {
    display:none
}
.gioithieu .container > div:target, :root:not(:has(:target)) .gioithieu .container > div:first-child {
    display: block
}

/*
.leftpanel{
	-ms-flex: 0 0 25%!important;
    flex: 0 0 25%!important;
    max-width: 25%!important;
	padding-left:15px;
}
.leftpanel ~ div{
	-ms-flex: 0 0 75%!important;
    flex: 0 0 75%!important;
    max-width: 75%!important;
}
*/
.leftpanel .menu-item-list{
	padding:10px;
}

.footer-area{
	margin-top:30px;
	padding-top:30px;
	background: var(--secondary-color);
	color:#fff!important;
}
.footer-area :is(*){
	color:#fff!important;
	font-size:14px;
}
.footer-area #tenant_brand{
	margin-bottom:20px;
}
.footer-area #tenant_brand img{
	max-width:80px;
}
.footer-area .widget-title{
	font-size:16px;
}
.footer-area .widget-subtitle{
	font-size:16px;
}
.copyright-area{
	background:#ffffff30;
}
.copyright-area .container{
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
}
.copyright-area :is(*){
	font-size:12px;
	color:#ffffff80!important;
}
.footer-lienhe + .footer-lienhe{
	border-left: 1px solid #ffffff50;
}
.footer-lienhe ul{
	list-style:none;
	padding:0;
	margin:0;
}
.thuonghieu > div{
	display:flex;
}
.thuonghieu img{
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:60px;
	margin:5px;
}
.thuonghieu >div >div:not(:first-child) img{
	background:#fff;
}
.contact_info_list .single-info-item{
	display:flex;
}
.contact_info_list .single-info-item .icon{
	width:20px;
}
.owl-stage{
	cursor: ew-resize;
}
#sanpham_slider .owl-item{
	background:#fff;
	padding-bottom:80px;
}
#sanpham_slider .item{
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
	padding-top:220px;
	margin:10px;
	background-color:#fff;
}
#sanpham_slider .container_header > div{
	flex: 0 0 100%;
    max-width: 100%;
	padding:0;
}
#sanpham_slider .header-inner{
	padding:5px 0;
	position:absolute
}
#sanpham_slider h1.title{
	font-size:20px;
	font-weight:bold;
	line-height:1.3;

}

.back-to-top{
	position:fixed;
	bottom:100px;
	right:20px;
}
.back-to-top .back-top{
	width:40px;
	height:40px;
	background:var(--main-color-one);
	display:block;
	padding:5px;
	color:#fff;
	cursor:pointer;
}
.back-to-top .back-top i{
	font-size:30px;
	color:#fff;
}
@media (max-width: 768px) {
	.responsive-mobile-menu{
		display:flex;
	}
	.logo-wrapper{
		order:2;
	}
	.logo-wrapper .img{
		max-height:40px;
		
	}
	.navbar-toggler{
		padding:0;
		margin:0;
		margin-top:10px;
	}
	.navbar-toggler:focus{
		outline:none;
	}
	.navbar-toggler {
  --s: 30px; /* control the size */
  --c: var(--main-color-one); /* the color */

  height: var(--s);
  aspect-ratio: 1;
  border: none;
  padding: 0;
  border-inline: calc(var(--s) / 2) solid #0000;
  box-sizing: content-box;
  --_g1: linear-gradient(var(--c) 20%, #0000 0 80%, var(--c) 0) no-repeat
    content-box border-box;
  --_g2: radial-gradient(circle closest-side at 50% 12.5%, var(--c) 95%, #0000)
    repeat-y content-box border-box;
  background: var(--_g2) left var(--_p, 0px) top,
    var(--_g1) left calc(var(--s) / 10 + var(--_p, 0px)) top,
    var(--_g2) right var(--_p, 0px) top,
    var(--_g1) right calc(var(--s) / 10 + var(--_p, 0px)) top;
  background-size: 20% 80%, 40% 100%;
  position: relative;
  clip-path: inset(0 25%);
  -webkit-mask: linear-gradient(90deg, #0000, #000 25% 75%, #0000);
  cursor: pointer;
  transition: background-position 0.3s var(--_s, 0.3s),
    clip-path 0s var(--_s, 0.6s);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.navbar-toggler:before,
.navbar-toggler:after {
  content: "";
  position: absolute;
  border-radius: var(--s);
  inset: 40% 0;
  background: var(--c);
  transition: transform 0.3s calc(0.3s - var(--_s, 0.3s));
}

.navbar.active .navbar-toggler {
  clip-path: inset(0);
  --_p: calc(-1 * var(--s));
  --_s: 0s;
  top:5px;
  left:15px;
}
.navbar.active .navbar-toggler:before {
  transform: rotate(45deg);
}
.navbar.active .navbar-toggler:after {
  transform: rotate(-45deg);
}
.navbar-toggler:focus-visible {
  clip-path: none;
  -webkit-mask: none;
  border: none;
  outline: 2px solid var(--c);
  outline-offset: 5px;
}

	.navbar-area.nav-style-02.active{
		all:unset;
		position:fixed;
		top:0;
		right:0;
		bottom:0;
		left:0;
		height:100%;
		width:100%;
		z-index:79;
		overflow-y:auto;
		background:#fff;
	}
	.navbar .navbar-collapse{
		padding-left: 0!important;
		margin-top:30px;
	}
	.navbar-area.nav-style-02.active li a{
		padding:10px 20px 10px 30px!important;
		display:block;
		width:100%;
		border-top:1px solid #cccccc;
	}
	.navbar-area.nav-style-02.active li:first-child a{
		border-top:0!important;
	}
	.navbar-area.nav-style-02.active li 
	.header-style-01:has(.active){
		height:100vh;
	}
	.product > .container > .row > div{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.leftpanel{
		margin-bottom:20px;
	}
	.leftpanel h2 a{
		padding:10px 20px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-weight:bold;
		margin-top:10px;
		border: 1px solid var(--main-color-one);
		display: inline-block;
		color:#fff;
		background:var(--main-color-one);
		width:100%;
		font-size:16px;
		box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	}
	.leftpanel .menu-item-list{
		display:none;
		
	}
	
	#category
	{
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	  box-shadow:none!important;
	}
	#category:target .menu-item-list{
		display:block;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	
	a[href="#close"]{
		position: absolute;
	  right: 32px;
	  top: 32px;
	  width: 32px;
	  height: 32px;
	  opacity: 0;
	  -webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
	}
		
		
	a[href="#close"]:hover{
	  opacity: 1;
	}
	a[href="#close"]:before,
	a[href="#close"]:after {
	  position: absolute;
	  left: 15px;
	  content: " ";
	  height: 33px;
	  width: 2px;
	  background-color: #ffffff;
	}
	a[href="#close"]:before {
	  transform: rotate(45deg);
	}
	a[href="#close"]:after {
	  transform: rotate(-45deg);
	}
	
	#category:target{
		display:block;
		position:fixed;
		top:0;
		right:0;
		bottom:0;
		left:0;
		z-index:999;
		width:100%;
		background:#fff;
		padding:20px 20px 100px 20px!important;
		overflow-y:auto;
	}
	#category a[href="#close"]{
		display:block;
		right:-32px;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}
	#category:target a[href="#close"]{
		
		right:32px;
		opacity: 0.5;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}
	#category:target ul{
		display:block!important;
	}
	.product .items{
		flex: 0 0 50%!important;
		max-width: 50%!important;
	}
}
@media only screen and (max-width: 450px) {
  .breadcrumb-area {
    padding: 10px 0!important;
  }
  .header-area.audio-header{
	  padding:20px 10px!important;
  }
	.product .row.list.content div.item{
		flex-direction: column;
		text-align: center;
	}
	.leftpanel .menu-item-list ul li > ul{
		display:block;
		height: auto;
	}
  #sanpham{
	  width:100%;
	  min-height:unset!important;
  }
  .footer-lienhe{
	  margin-top:20px
  }
  .footer-lienhe .widget-title{
	  font-size:20px;
	  font-weight:bold;
  }
  .footer-lienhe .widget-title:after{
	  display:block;
	  content:'';
	  width:80px;
	  height:3px;
	  background:var(--main-color-one);
	  position:relative;
	  bottom:0;
  }
}