.header-contact_btn {
	display: flex;
	align-items: center;
	gap: 6px;
}

.header-contact_btn i {
	font-size: 22px;
	line-height: 40px;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	max-width: 40px;
	border: 1px dotted #ccc;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	text-align: center;
	margin-right: 5px;
	color: var(--colorMain);
}

.header-contact_content p {
	font-size: 13px;
}

.header-contact_content p strong {
	font-weight: 600;
}

@media (min-width: 850px) {
	/*css header menu*/
	div#masthead ul li.menu-item a.nav-top-link {
		font-size: 15px;
		color: #222;
    	font-weight: 500;
		padding-right: 20px;
	}

	ul.nav-dropdown.nav-dropdown-default {
		border: 1px solid #e9e6e6;
		border-radius: 0;
		padding: 0;
	}
	
	input#woocommerce-product-search-field-0, input#woocommerce-product-search-field-1 {
		border: 0;
		padding-left: 15px;
		height: 32px;
		background-color: #fff !important;
	}
	
	input#woocommerce-product-search-field-0, input#woocommerce-product-search-field-0::placeholder, input#woocommerce-product-search-field-1, input#woocommerce-product-search-field-1::placeholder {
		font-size: 13px;
		color: #222 !important;
	}
	
	button.ux-search-submit.submit-button .icon-search {
		color: #222 !important;
	}

	button.ux-search-submit.submit-button {
		right: 4px;
	}
	
	
	/* 	css header bottom */
	div#wide-nav ul li.menu-item a.nav-top-link {
		font-size: 16px;
        color: #fff;
        padding-right: 20px;
        font-weight: 600;
        font-family: system-ui;
	}
	
	div#wide-nav ul li.menu-item a.nav-top-link .icon-angle-down {
		opacity: 1;
	}
	
	div#wide-nav ul li.menu-item a.nav-top-link .icon-angle-down:before {
		content: "\f0d7";
		font-family: fontawesome;
		font-size: 14px;
		color: #fff;
	}
	
	.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
		border-bottom-color: #fff;
	}

	ul.nav-dropdown.nav-dropdown-default li a {
		color: #000;
		font-size: 14px;
		border-bottom: 0;
		padding: 8px 0px;
		display: block;
		width: 100%;
	}

	ul.nav-dropdown.nav-dropdown-default li a {
		margin: 0  !important;
		padding-left: 8px;
		transition: .5s ease-in-out;
	}

	ul.nav-dropdown.nav-dropdown-default>li:hover>a {
		background: var(--colorMain);
	}

	ul.nav-dropdown.nav-dropdown-default>li:hover>a {
		color: #fff;
		padding: 8px 8px 8px 10px;
	}
	
	.nav-dropdown.nav-dropdown-default>li {
		margin-right: 0 !important;
	}

	.sub-menu.nav-column.nav-dropdown-default>li {
		margin-right: 0 !important;
	}

	.sub-menu.nav-dropdown>li.nav-dropdown-col {
		min-width: 180px;
	}
	
	/* css sectioin gia tri cot loi */
	.div-home-intro {
		margin-top: -115px !important;
	}
}

@media (max-width: 1050px) and (min-width: 850px) {
	/* 	css section home about */
	.home-about-title h2 {
		font-size: 35px;
	}
	
	.home-about-title p {
		font-size: 22px;
	}

	.home-about_count>.col-inner {
		justify-content: flex-start;
		gap: 10px;
	}
}

@media (max-width: 850px) {
	/* 	css section home about */
	.home-about-title:before {
		left: 0;
		width: 40px;
		height: 70px;
	}

	.home-about-title:after {
		right: 0;
		width: 40px;
		height: 70px;
	}

	.home-about-title h2 {
		font-size: 32px;
	}

	.home-about-title p {
		font-size: 20px;
	}

	.count_no_border_mb>.col-inner {
		border-right: 0;
	}
	
}

@media (max-width: 850px) and (min-width: 768px) {
	/* 	css section home about */
	.home-about_count>.col-inner {
		line-height: 18px;
		gap: 20px;
	}

	.home-about_conso {
		width: 70px;
	}
}
  
	
@media (max-width: 768px) {
	/* 	css menu */
	.mobile-sidebar .nav-sidebar, .sub-menu.nav-sidebar-ul, .mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>.sub-menu {
		padding-top: 0 !important;
	}

	.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a, .mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>a, .mobile-sidebar-levels-2 .nav-slide>li>ul>li:not(.nav-slide-header)>a, ul.sub-menu.nav-sidebar-ul.is-current-slide li a {
		color: #000 !important;
		text-transform: initial !important;
		font-weight: 500 !important;
	}

	input#woocommerce-product-search-field-2, input#woocommerce-product-search-field-1 {
		border-radius: 4px;
		height: 42px;
		background-color: #fff;
		font-size: 15px
	}

	input#woocommerce-product-search-field-2:focus, input#woocommerce-product-search-field-1:focus {
		border: 2px solid #222;
	}

	.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>a, .mobile-sidebar-levels-2 .nav-slide>li>ul>li:not(.nav-slide-header)>a, ul.sub-menu.nav-sidebar-ul.is-current-slide li a {
		padding: 10px;
	}
	
	ul.sub-menu.nav-sidebar-ul.is-current-slide li {
		border-top: 1px solid #ececec;
		margin-bottom: 0;
		margin-top: 0;
		transition: background-color .3s;
	}

	ul.sub-menu.nav-sidebar-ul.is-current-slide li a {
		font-size: .8em;
	}

	.nav-slide-header .toggle {opacity: 1;}
	
	/* 	css footer */
	.footer-categories {
		grid-template-columns: auto auto;
	}
	
	.absolute-footer {
		margin-bottom: 54px;
	}
}

@media (max-width: 768px) and (min-width: 549px) {
	/* 	css section home about */
	.home-about-title h2 {
        font-size: 26px;
    }
	
	.home-about-title p {
        font-size: 18px;
    }
}

@media (max-width: 549px) {
	/* 	css menu */
	.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
		width: 88% !important;
	}
	.sidebar-menu.no-scrollbar {
		padding-top: 0 !important;
	}

	div#main-menu {
		background: #fff;
	}

	.mobile-sidebar li.header-search-form.search-form.html.relative.has-icon {
		background: var(--colorMain);
		padding: 10px 20px !important;
	}
	
	
	
	/* 	css section home about */
	.home-about-title:before {
		left: -8px;
		width: 25px;
		height: 50px;
	}

	.home-about-title:after {
		right: -8px;
		width: 25px;
		height: 50px;
	}

	.home-about-title h2 {
		font-size: 22px;
	}

	.home-about-title p {
		font-size: 18px;
	}

	.home-about-content {
		text-align: justify;
	}
	
	.home-about_count>.col-inner {
		justify-content: flex-start;
		line-height: 18px;
		gap: 15px;
	}

	.home-about_conso {
		width: 56px;
	}

	.count_no_border, .count_no_border_mb {
		padding-left: 0 !important;
	}

	.home-about_conso p {
		font-size: 32px;
	}

	.home-about_t-conso p strong {
		font-size: 14px;
	}
}

@media (max-width: 380px) {
	/* 	css section home about */
	.home-about-title:before, .home-about-title:after {
        width: 26px;
        height: 50px;
    }
	
	.home-about-title h2 {
		font-size: 18px;
	}

	.home-about-title p {
		font-size: 16px;
	}
	
	.home-about_conso {
        width: 45px;
    }
	
	.home-about_conso p {
        font-size: 28px;
    }
	
	.home-about_t-conso p {
		font-size: 12.5px;
	}
	
	.home-about_t-conso p strong {
        font-size: 13px;
    }
}

@media (max-width: 320px) {
	/* 	css section home about */
	.home-about-title:before, .home-about-title:after {
        width: 20px;
        height: 40px;
    }
	
	.home-about-title h2 {
        font-size: 16px;
    }
	
	.home-about-title p {
        font-size: 14px;
    }
	.home-about-content p {
		font-size: 13px;
	}
	
	.home-about_count>.col-inner {
		display: flex;
		flex-direction: column;
		margin-bottom: 10px;
	}

	.home-about_t-conso, .home-about_conso {
		text-align: center;
	}
}