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

/*************** ADD CUSTOM CSS HERE.   ***************/
/*@font-face{font-family:'brandon_text';src:url(./fonts/brandontext-bold-webfont.ttf) format('truetype');font-weight:bold;font-style:normal}
@font-face{font-family:'brandon_text';src:url(./fonts/brandontext-regular-webfont.ttf) format('truetype');font-weight:normal;font-style:normal;}*/

/*body{font-family:  "Custom Font Name",  sans-serif}
.nav > li > a {font-family:  "Custom Font Name", sans-serif;}
h1,h2,h3,h4,h5,h6, .heading-font{font-family: "Custom Font Name", sans-serif;}
.alt-font{font-family: "Custom font name", sans-serif;}*/
/*
a,p,h1, h2, h3, h4, h5, h6,span.widget-title,li{font-family: "brandon_text" !important;}
.stars a{font-family:'fl-icons'!important}
body {
    overflow: hidden;
}


.header-main .nav > li.menu-item > a {
    font-size: 14px;
    color: #2b2b2b;
    padding: 15px 20px;
}
.header-main .nav > li.menu-item {
    margin: 0;
}
*/



/* ALL */

.is-divider {
	display: none;
}
strong {
	font-weight: 700
}
.page-wrapper {
	padding: 0;
}
.html-breadcrumb span,
.html-breadcrumb a {
	color: #a1a1a2 !important
}
#main, #wrapper {
    background-color: #f5f5f5;
}	
#wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: #c4171d;
    -webkit-filter: blur(200px);
    filter: blur(200px);
    z-index: -1;
}
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p{
	color: #111111
}
#footer p {
	font-size: 14px;
	color: #666666
}
p {
	font-size: 16px;
}
#main {
	position: relative;
    overflow: hidden;
    background: #f5f5f5;
    z-index: 1;
}
#main:before {
	position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: var(--fs-color-primary);
    -webkit-filter: blur(200px);
    filter: blur(200px);
    z-index: -1;
}





/* HEADER */
#header .header-inner .flex-col.hide-for-medium.flex-right .cart-item.has-icon a {
	gap: 10px;
}
#header .header-inner .flex-col.hide-for-medium.flex-right .cart-item.has-icon a span {
	order: 2
}

#header .header-inner .flex-col.hide-for-medium.flex-right .cart-item.has-icon a span i {
	order: 1
}
[data-icon-label]:after{
	background: var(--fs-color-primary)
} 
#header .header-inner {
	gap: 20px;
	width: 100%;
}
#header .header-inner .header-search-form {
	width: 100%
}
#header .header-inner .flex-col.logo a{
	display: flex;
    justify-content: center;
}

#header .header-inner .header-search-form-wrapper #woocommerce-product-search-field-0 {
	height: 48px;
	background: #fff
}
#header .header-inner .header-search-form-wrapper .ux-search-submit {
    top: 1px;
}
#header .header-inner .header-search-form-wrapper .ux-search-submit i.icon-search {
	background: var(--fs-color-primary);
    border-radius: 40px;
    height: 40px;
    width: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header .header-inner .header-search-form-wrapper .ux-search-submit .icon-search:before {
	color: #fff
}
#header .header-inner .header-search-form-wrapper .flex-row.relative {
	display: flex;
    justify-content: end;
}
#header .header-inner .header-search-form-wrapper .flex-col.flex-grow {
	position: relative;
}
#header .header-inner .header-search-form-wrapper .flex-col {
	position: absolute;
}
#header .header-inner .header-search-form-wrapper .flex-col .icon-search {
	right: -3px;
}
#header .header-inner .flex-col.logo {
	margin-right: 0px;
	order: 2;
	flex: 1;
}
#header .header-inner .flex-col.hide-for-medium.flex-left.flex-grow {
	order: 1;
    flex: 1;
}
#header .header-inner .flex-col.hide-for-medium.flex-left.flex-grow ul {
	justify-content: center !important;
}
#header .header-inner .flex-col.hide-for-medium.flex-right {
	order: 3;
    flex: 15;
}
#header .header-inner .flex-col.hide-for-medium.flex-right li.header-search-form.search-form.html.relative.has-icon {
	max-width: 80%;
}
#header .header-inner .flex-col.hide-for-medium.flex-right li.cart-item.has-icon.has-dropdown {
	max-width: 20%;
}
#header .header-inner .flex-col.hide-for-medium.flex-right li.cart-item.has-icon.has-dropdown a {
	display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}
#header .header-inner .flex-col.hide-for-medium.flex-right li.cart-item.has-icon.has-dropdown a span {
	order: 2;
    font-size: 16px;
}
#header .header-inner .flex-col.hide-for-medium.flex-right li.cart-item.has-icon.has-dropdown a span i {
	order: 1;
}
#header .header-inner .flex-col.hide-for-medium.flex-right ul {
	gap: 20px;
    flex-flow: nowrap;
}
#header .header-bottom a {
	 text-transform: capitalize;
}
#header .header-bottom .nav.header-nav {
	gap: 50px;
    padding: 12px 0;
}
#header .header-bottom .nav.header-nav .menu-item {
	gap: 50px;
    display: flex;
    margin-right: 0px;
}
#header .header-bottom li a {
	padding: 0;
	font-weight: 700;
	color: #000;
	font-size: 16px;
}
#header .header-bottom {
	border: 1px solid #cecece;
}
#header .header-bottom li.active a {
	color: var(--fs-color-primary)
}
#header .header-bottom li a:hover {
	color: var(--fs-color-primary)
}
#header .header-bottom ul li:hover a::before{
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
#header .header-bottom li.active a:before {
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
}
#header .header-bottom li a:before {
	position: absolute;
    content: "";
    height: 2px;
    width: 90%;
    border-radius: 36px;
    left: 5%;
    bottom: -8px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    background: var(--fs-color-primary) 0% 0% no-repeat padding-box;
}
#header .header-bottom ul .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-74.menu-item-design-default  a:before {
	width: 66%;
	left: 29%;
}
#header .header-bottom {
	background-color: #f5f5f5
}
#header .header-bottom ul .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-73.menu-item-design-default  a:before {
	width: 60%;
	left: 36%;
}
#header .header-bottom ul .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-357.menu-item-design-default  a:before {
	width: 45%;
	left: 52%;
}
#header .header-bottom ul .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-71.menu-item-design-default  a:before {
	width: 44%;
	left: 53%;
}
#header .header-bottom li:before {
	content: "";
    width: 1px;
    height: 18px;
    background: #cecece;
}
.sub-menu.nav-dropdown.nav-dropdown-default {
    display: flex;
	gap: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	top: 150%;
}
.sub-menu.nav-dropdown.nav-dropdown-default .menu-item {
	gap: 0 !important;
	display: unset !important
}
.sub-menu.nav-dropdown.nav-dropdown-default .menu-item a {
	white-space: normal;
}
.sub-menu.nav-dropdown.nav-dropdown-default a {
	border-bottom: none;
}
.sub-menu.nav-column.nav-dropdown-default {
	padding-top: 15px;
}
#header .sub-menu.nav-column.nav-dropdown-default li a {
	font-weight: 400 ;
	font-size: 14px;
	padding-bottom: 5px;
}
.nav-dropdown {
	margin-top: 2%
}

#header .header-bottom ul .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-has-children.menu-item-567.menu-item-design-default.has-dropdown  a:before {
	width: 45%;
    left: 45%;
}
.sub-menu.nav-dropdown.nav-dropdown-default.nav-dropdown-full .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat a:before {
	content: none !important;
}
/* FOOTER */
#footer .footer a {
	color: #666666
}
/* #footer {
	background: #fff
} */
#footer .absolute-footer.dark.medium-text-center.small-text-center {
	display: none;
}
#footer .footer-row-center {
	border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 15px !important;
}
#footer .row.footer-row-top,
#footer .row.footer-row-center,
#footer .row.footer-row-bottom{
	padding: 0 15px 0 15px;
}
#footer .footer-col-top-right .textarea-submit p{
	display: flex;
    gap: 10px;
	width: 100%
}
#footer .footer-col-top-right .textarea-submit p .wpcf7-form-control-wrap {
	flex: 7
}
#footer .footer-col-top-right .textarea-submit p .wpcf7-form-control-wrap .wpcf7-form-control {
	box-shadow: none;
    border-radius: 40px;
    height: 50px;
    padding: 0 20px;
}
#footer .footer-col-top-right .textarea-submit p .wpcf7-form-control.wpcf7-submit.has-spinner {
	border-radius: 40px;
}
#footer .footer-col-top-right .textarea-submit p .wpcf7-spinner {
	display: none;
}
#footer .footer-col-top-right .wpcf7-response-output {
	margin: 10px;
}
#footer .footer-col-top-right,
#footer .footer-col-top-left{
	padding-bottom: 0
}
#footer .footer-col-top-right .wpcf7-form.init {
	margin-bottom: 0;
}
#footer .footer-row-top .footer-col-top {
	padding-bottom: 20px;
}
#footer .footer-row-center .footer-col-center-1,
#footer .footer-row-center .footer-col-center-2,
#footer .footer-row-center .footer-col-center-3,
#footer .footer-row-center .footer-col-center-4 {
	padding: 0 15px 0 15px;
}
#footer .footer-row-center p {
	margin-bottom: 4px;
}
#footer a:hover {
	color: var(--fs-color-primary) !important
}
#footer .footer-row-center .footer-col-center-1 i {
	padding-right: 10px;
}
#footer .footer-row-bottom .col.small-12.large-12 {
	padding-bottom: 0
}
#footer .footer-row-bottom .col.small-12.large-12 p {
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer .footer-row-center .footer-col-center-4 .social-icons.follow-icons {
	gap: 10px;
	display: flex;
    font-size: 20px;
}
.col-breadcrumb {
	padding: 15px;
}
.gioithieu-banner-top-col-1 .col-inner {
	display: flex;
	align-items: center;
	gap: 40px
}
.gioithieu-banner-top-col-1-title .col-inner {
	display: unset;
}
.gioithieu-banner-top-col-1-title .col.small-12.large-12 {
	padding-bottom: 0;
}
.gioithieu-banner-top-col-1 {
	display: flex;
}
.gioithieu-banner-top {
	position: relative;
    width: 100%;
    height: 193px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}
.gioithieu-banner-top:before {
	content: "";
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://maxvina.theme.trueads.vn/wp-content/uploads/2024/12/banner_cart.png);
    background-size: 100% 100%;
    z-index: 3;
}
.gioithieu-banner-top-col-2 {
	width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.gioithieu-banner-top-col-1 {
	position: absolute;
    top: 50%;
    left: 70px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    z-index: 10;
}
.gioithieu-banner-bottom {
	padding-top: 40px;
}
.section-gioithieu-1 .gioithieu-banner-bottom .col.small-12.large-12{
	padding-bottom: 0
}
.section-trangchu .slider-trangchu-col-2 a.button {
	position: relative;
    z-index: 0;
    color: var(--fs-color-primary);
    overflow: hidden;
    transition: all 0.3s;
    padding: 0px 25px;
}
.section-trangchu .slider-trangchu-col-2 a.button:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: -1; /* Đặt dưới nội dung nút */
	transform: scaleX(0); /* Ban đầu thu nhỏ */
	transform-origin: center right;
	transition: transform 0.5s ease-in-out;
}

.section-trangchu .slider-trangchu-col-2 a.button:hover:before {
	transform: scaleX(1); /* Hiển thị hiệu ứng mở rộng */
	transform-origin: center left;
}

.section-trangchu .slider-trangchu-col-2 a.button:hover span {
	color: #000 !important; /* Thay đổi màu chữ */
}
.gioithieu-banner-top-col-1 .col-inner h3 {
	color: rgba(255, 255, 255, 0.6)
}
.gioithieu-banner-top-col-1 .col-inner h2{
	color: #fff
}
.gioithieu-banner-bottom .col.small-12.large-12 .col-inner {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.gioithieu-banner-bottom .col.small-12.large-12 .col-inner .button.primary {
	padding: 3px 40px;
	background: #fff;
	border: 1px solid #000
}
.gioithieu-banner-bottom .col.small-12.large-12 .col-inner .button.primary:hover {
	background: var(--fs-color-primary);
	color: #fff !important;
	border: 1px solid var(--fs-color-primary);
	box-shadow: none;
}
.gioithieu-banner-bottom .col.small-12.large-12 .col-inner .button.primary:hover span {
	color: #fff !important;
}
.gioithieu-content .gioithieu-content-title p {
	color: #666666;
	margin-bottom: 10px;
}
.gioithieu-content .gioithieu-content-title h1 {
	color: var(--fs-color-primary);
	font-size: 48px;
	margin-bottom: 40px;
}
.gioithieu-content-and-img-left p{
	font-size: 20px;
	text-align: justify;
}

.gioithieu-content-and-img-right .img-1 img,
.gioithieu-content-and-img-right .img-2 img,
.gioithieu-content-and-img-right .img-3 img {
	border-radius: 20px;
}

.section-gioithieu-2 .section-gioithieu-2-title p{
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;
}
.section-gioithieu-2 .section-gioithieu-2-title h2 {
	font-size: 48px;
	color: var(--fs-color-primary)
}

.section-gioithieu-2 .section-gioithieu-2-row-content .section-gioithieu-2-col-content-1 .col-inner .img img {
	border-radius: 20px;
}
.section-gioithieu-2 .section-gioithieu-2-row-content .section-gioithieu-2-col-content-1 .col-inner .row .col-inner p {
	text-align: justify
}
.section-gioithieu-2 .section-gioithieu-2-row-content .section-gioithieu-2-col-content-1 .col-inner .row  .col.small-12.large-12 {
	display: flex;
    align-items: center;
}

.section-gioithieu-2 .section-gioithieu-2-row-content .section-gioithieu-2-col-content-2 .col-inner .img img {
	border-radius: 20px;
}
.section-gioithieu-2 .section-gioithieu-2-row-content .section-gioithieu-2-col-content-2 .col-inner .row .col-inner li {
	font-size: 20px;
	text-align: justify
}

.section-gioithieu-3-row-1 .col-inner p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}
.section-gioithieu-3-row-1 .col-inner h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 900;
}

.section.section-gioithieu-3 .section-content:before {
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(196, 23, 29, 0.8);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.section.section-gioithieu-3 .section-content:after {
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background-size: cover;
    background-image: url(http://localhost/maxvina/wp-content/uploads/2024/12/beautiful-city-chongqingchina.png);
}
.section.section-gioithieu-3 .section-content {
	padding-top: 60px;
	padding-bottom: 60px;
}


.section.section-gioithieu-3 .icon-box-img .icon {
	width: 100%;
    padding-top: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
	border-radius: 100%;
}
.section.section-gioithieu-3 .icon-box-img .icon .icon-inner {
	width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    background: #ffffff;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.section.section-gioithieu-3 .icon-box-img .icon .icon-inner img {
	position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 50%;
    min-width: 40%;
    -o-object-fit: cover;
    object-fit: cover;
}
/* .section.section-gioithieu-3 .section-gioithieu-3-row-1 .col.small-12.large-12 {
	width: 80%
} */
.section.section-gioithieu-3 .section-gioithieu-3-row-1 .col.small-12.large-12 .col-inner p {
	font-size: 20px;
}
/* BANNER */
.banner-top-row {
	position: relative;
    width: 100%;
/*     height: 193px; */
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}

.banner-top-row .banner-top-col-1 .col-inner {
	display: flex;
    align-items: center;
}



.banner-top-row .banner-top-col-1 .row .col.small-12.large-12 {
	padding-bottom: 0;
	padding-left: 40px;
}
.banner-top-row .banner-top-col-1 .row .col.small-12.large-12 .col-inner {
	display: unset
}
.banner-top-row .banner-top-col-1 .row .col.small-12.large-12 .col-inner h3 {
	color: rgba(255, 255, 255, 0.6)
}
.banner-top-row .banner-top-col-1 .row .col.small-12.large-12 .col-inner h2 {
	color: #fff
}

/* ///END BANNER//// */
.section-lienhe .row-lienhe-info {
	background: #fff;
    margin-left: 0 !important;
	margin-right: 0 !important;
    border-radius: 20px;
}
#main .section-lienhe {
	padding-right: 0;
	padding-left: 0;
}
.section-lienhe .col-lienhe-info-1 {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    padding: 15px 40px;
    border-bottom: 2px solid var(--fs-color-primary);
}
.section-lienhe .col-lienhe-info-1 h3 {
	margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--fs-color-primary);
}
.section-lienhe .col-lienhe-info-2 {
	padding: 40px
}
.section-lienhe .col-lienhe-info-2 .col-inner h3 {
	background: #f1f1f1;
	margin: 0;
	padding: 10px 20px
}

.section-lienhe .col-lienhe-info-2 .col-inner h4 {
	margin: 0;
	padding: 10px 20px
}
.section-lienhe .col-lienhe-info-2 .col-inner p {
	margin: 0;
	padding: 10px 20px;

}
.section-lienhe .col-lienhe-info-2 .col-inner p a {
	color: #111;
}
.section-lienhe .col-lienhe-info-2 .col-inner p a:hover {
	color: var(--fs-color-primary)
}
.section-lienhe .col-lienhe-info-2 .col-inner a i {
	display: flex;
	align-items: center;
	gap: 20px;
}

.section-lienhe .lienhe-col-2 .col-inner{
	background: #fff;
    border-radius: 20px;
}
.section-lienhe .lienhe-col-2 .col-inner .row-lienhe-ctf7 {
	margin: 0;
}
.section-lienhe .lienhe-col-2 .col-inner .row-lienhe-ctf7 .col-lienhe-ctf7-1 {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    padding: 15px 20px;
    border-bottom: 2px solid var(--fs-color-primary);
}
.section-lienhe .lienhe-col-2 .col-inner .row-lienhe-ctf7 .col-lienhe-ctf7-1 .col-inner h3 {
	display: flex;
    gap: 12px;
    align-items: center;
    color: var(--fs-color-primary);
    margin: 0;
}

.section-lienhe .lienhe-col-2 .col-inner .row-lienhe-ctf7 .col-lienhe-ctf7-2 {
	padding: 40px;
}
.section-lienhe .lienhe-col-2 .col-inner .row-lienhe-ctf7 .col-lienhe-ctf7-2 p {
	display: flex;
	flex-direction: column;
	
}
.section-lienhe .lienhe-col-2 .col-inner .row-lienhe-ctf7 .col-lienhe-ctf7-2 p .wpcf7-form-control.wpcf7-submit.has-spinner {
	margin: 0;
    border: 1px solid var(--fs-color-primary);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 20px;
}
.section-lienhe .lienhe-col-2 .col-inner .row-lienhe-ctf7 .col-lienhe-ctf7-2 .wpcf7-form-control {
	box-shadow: none;
}
.section-lienhe .lienhe-col-2 .col-inner .row-lienhe-ctf7 .col-lienhe-ctf7-2 .wpcf7-spinner {
	display: none;
}
.section-lienhe .lienhe-col-2 .col-inner .row-lienhe-ctf7 .col-lienhe-ctf7-2 .wpcf7-form.init {
	margin-bottom: 0
}
.banner-top-row-anima .col.small-12.large-12 {
	padding-bottom: 0;
}
.blog-wrapper.blog-single.page-wrapper {
	padding-top: 20px;
}
.blog-wrapper.blog-single.page-wrapper .post-sidebar.large-3.col {
	border: none;
}
.blog-wrapper.blog-single.page-wrapper .large-9.col .comments-area {
	display: none;
}
.blog-wrapper.blog-single.page-wrapper .nav-previous a,
.blog-wrapper.blog-single.page-wrapper .nav-nav-next a{
	color: #000
}
.blog-wrapper.blog-single.page-wrapper .nav-previous a:hover,
.blog-wrapper.blog-single.page-wrapper .nav-next a:hover{
	color: var(--fs-color-primary)
}
.blog-wrapper.blog-single.page-wrapper .blog-share.text-center {
	padding-top: 30px
}
.blog-wrapper.blog-single.page-wrapper .blog-share.text-center .social-icons.share-icons.share-row.relative {
	display: flex;
    gap: 20px;
    align-items: center;
	color: #000
}
.blog-wrapper.blog-single.page-wrapper .blog-share.text-center .social-icons.share-icons.share-row.relative:before {
	content: 'Chia sẻ:';
	font-size: 18px;
}
.blog-wrapper.blog-single.page-wrapper h1.entry-title {
	text-transform: uppercase;
	color: #000;
	font-size: 30px;
}
.blog-wrapper.blog-single.page-wrapper #ez-toc-container {
	background: #fff;
	border: none;
	padding: 20px;
	
}
.blog-wrapper.blog-single.page-wrapper #ez-toc-container .ez-toc-title {
	font-weight: 700 !important;
}
.blog-wrapper.blog-single.page-wrapper #ez-toc-container .ez-toc-title-container {
	margin-bottom: 10px;
}
.blog-wrapper.blog-single.page-wrapper #ez-toc-container a {
	color: #000;
/* 	font-weight: 700; */
	margin-bottom: 10px;
}
.blog-wrapper.blog-single.page-wrapper #ez-toc-container .ez-toc-icon-toggle-span,
.blog-wrapper.blog-single.page-wrapper #ez-toc-container .ez-toc-pull-right{
	display: none;
}

.blog-wrapper.blog-single.page-wrapper #ez-toc-container a:hover {
	text-decoration: none;
	color: var(--fs-color-primary)
}
.blog-wrapper.blog-single.page-wrapper .large-9.col {
    opacity: 0; /* Ẩn phần tử ban đầu */
    transform: translateX(-50px); /* Đặt vị trí ban đầu dịch sang trái */
    animation: fadeInLeft 1s ease-in-out forwards; /* Gọi animation */
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px); /* Bắt đầu từ bên trái */
    }
    100% {
        opacity: 1;
        transform: translateX(0); /* Di chuyển về vị trí ban đầu */
    }
}

.blog-wrapper.blog-single.page-wrapper .post-sidebar.large-3.col{
	opacity: 0; /* Ẩn phần tử ban đầu */
    transform: translateX(50px); /* Đặt vị trí ban đầu dịch sang phải */
    animation: fadeInRight 1s ease-in-out forwards; /* Gọi animation */
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.row.breadcrumbs-single-page {
	padding: 15px;
}
.row.breadcrumbs-single-page span,
.row.breadcrumbs-single-page a{
	color: #000;
}
.blog-wrapper.blog-single.page-wrapper .entry-image.relative{
	display: none;
}
.block-thanhben .box-text-inner a {
	font-size: 13px;
	font-weight: 400
}
.block-thanhben  .box-text {
	padding: 0 0 0 10px;
	display: flex
}
.block-thanhben .col.small-12.large-12 .col-inner {
	background: #fff;
	padding: 20px 
}
.block-thanhben .blog-thanhben .col.post-item {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.block-thanhben .blog-thanhben .col.post-item .col-inner {
	padding: 0
}
.section-blog-page .nav.nav-simple {
	gap: 10px
}
.section-blog-page .nav.nav-simple .tab.has-icon {
	padding: 0 40px;
    border-radius: 60px;
	border: 1px solid #000
}

.section-blog-page .nav.nav-simple .tab.active.has-icon,
.section-blog-page .nav.nav-simple .tab.has-icon:hover {
	background: var(--fs-color-primary);
	border: var(--fs-color-primary)
}
.section-blog-page .nav.nav-simple .tab.has-icon span {
	font-size: 16px;
}
.section-blog-page .nav.nav-simple .tab.active.has-icon span,
.section-blog-page .nav.nav-simple .tab.has-icon:hover span{
	color: #fff;
    font-size: 16px;
}
.info-blog-page-blog-1 .box-image img.attachment-medium.size-medium.wp-post-image:hover
{
	transform: scale(1.2);
}
.info-blog-page-blog-1 .col.post-item {
	padding: 20px 10px;
}
.info-blog-page-blog-1 .box-image {
	border-radius: 5px;
}
.info-blog-page-blog-1 .box-text {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.info-blog-page-blog-1 .box-text .post-title {
	text-align: left;
    color: #fff;
}
.info-blog-page-blog-1 .box-text .post-title a:hover {
	color: #fff;
	text-decoration: underline;
}
.info-blog-page-blog-1 .box-text .post-meta {
	color: #999999;
    line-height: 140%;
    letter-spacing: -0.01em;
    text-align: left;
    font-size: 14px;
}
.col-animate {
	padding: 0
}

.banner-top-row-anima.product-new .row.banner-top-row {
	height: 286px;
}
.banner-top-row-anima.product-new .row.banner-top-row .banner-top-col-1 .col-inner {
	display: unset
}
.banner-top-row-anima.product-new .row.banner-top-row .banner-top-col-1 .col-inner h1 span,
.banner-top-row-anima.product-new .row.banner-top-row .banner-top-col-1 .col-inner p {
	color: #fff
}
.banner-top-row-anima.product-new .row.banner-top-row .banner-top-col-2 {
	padding: 0;
}
.banner-top-row-anima.product-new .banner-top-row:before {
	height: 100%
}
.product-small .col-inner,.list-product-homepage .product-small {
	background: #fff;
	border-radius: 10px;
}

.product-small .col-inner .box-image {
	margin: 0;
	padding: 30px;
}
.product-small .col-inner .box-text {
	padding: 0 20px 20px
}
#main .price {
	display: flex;
	align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px 12px;
	padding-top: 10px
}
.price ins {
	order: 1;
	font-size: 20px
}
.price del {
	order: 2;
	margin-left: auto;
	font-size: 16px;
}
.price .discount-percentage {
	order: 3;
	font-size: 16px;
	color: var(--fs-color-primary)
}
.name.product-title a {
	color: #000;
}
.product-small:hover .name.product-title a {
	color: var(--fs-color-primary);
}
.product-small:hover .box-image:before {
	-webkit-animation: shine 1.5s;
    animation: shine 1.5s;
    left: 75%;
    -webkit-transition: 1s;
    transition: 1s;
}
.product-small.box:hover .box-image img{
	transform: translate(-50%, -50%) scale(1.1);
    transition: all 0.5s;
}
.product-small .box-image:before {
	position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-35deg);
    transform: skewX(-35deg);
}
.section-new-product .col-new-product {
	padding-bottom: 0;
}
.new-product-banner-bottom .col.small-12.large-12 {
	padding-bottom: 60px;
}
.badge-container {
	display: flex;
    margin: 0;
    padding: 0 20px 20px 20px;
    gap: 20px;
	position: absolute;
    top: -1%;
}
.badge-container .onsale {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 5px;
    background: #000;
    color: #fff;
	
} 
.badge-container .badge-inner.secondary.on-sale {
	padding: 0;
    border: none;
}
.badge-container .badge-inner.secondary.on-sale .onsale {
	height: 100%;
	background: var(--fs-color-primary);
}
.section-sanpham-banchay ul {
	gap: 10px
}
.section-sanpham-banchay ul li {
    padding: 0 20px;
    border-radius: 60px;
	background: #000
}
.section-sanpham-banchay ul li:hover {
	background: var(--fs-color-primary);
}
.section-sanpham-banchay ul li  span {
	color: #fff
}
.section-sanpham-banchay ul li a {
	font-size: 16px;
}
.section-sanpham-banchay ul li.tab.active.has-icon {
	background: var(--fs-color-primary);
	border:  var(--fs-color-primary);
}
.section-sanpham-banchay ul li.tab.active.has-icon a span{
	color: #fff
}
.section-sanpham-banchay .tab-panels {
	padding-top: 60px;
	padding-bottom :60px;
}
.section-sanpham-banchay .tabbed-content h4 {
	font-size: 36px;
	margin-bottom: 20px;
}
.slider-trangchu-col-1 {
	position: relative;
    max-width: 60%;
    margin-left: 40%;
    min-height: 160px;
}
.slider-trangchu-col-1 .img .img-inner.dark {
	border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.slider-trangchu-col-1 .img .img-inner.dark:before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 31%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#d9d3c7), to(rgba(217, 211, 199, 0)));
    background: linear-gradient(90deg, #d9d3c7 10%, rgba(217, 211, 199, 0) 100%);
}
#main .slider-trangchu-col-2 {
	position: absolute;
    top: 0;
    left: 0;
    max-width: 40%;
    width: 100%;
    height: 100%;
    background: #d9d3c7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 30px 30px 70px !important;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
#main .slider-trangchu-col-2 h2 {
	font-size : 36px;
	font-weight: 400
}
#main .slider-trangchu-col-2 .button {
	background: #000;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 28%;
}
#main .slider-trangchu-col-2 .button span {
	color: #fff
}
.slider-trangchu .flickity-page-dots {
	gap: 10px;
    display: flex;
	bottom: 40px;
}
.slider-trangchu .flickity-page-dots .dot.is-selected {
	border-color: var(--fs-color-primary)
}
.slider-trangchu .flickity-page-dots .dot {
	border-color: #fff
}
#main .row.products-want-find {
	margin-top: 60px;
	margin-bottom: 60px;
}
.row.products-want-find .box-image {
	width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
/*     margin-bottom: 20px; */
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    background: #ffffff;
    border-radius: 60px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.row.products-want-find .box-image img {
	position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.row.products-want-find .box-text-inner p ,
.products-want-find-col .flickity-button {
	display: none;
}
.row.products-want-find .box.box-category:hover .box-image  {
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 4px 20px rgba(196, 23, 29, 0.2);
    box-shadow: 0px 4px 20px rgba(196, 23, 29, 0.2);
}
.row.products-want-find .box.box-category:hover .box-text-inner h5 {
	color: var(--fs-color-primary)
}
.products-want-find-col {
	padding-bottom: 0
}
.list-product-homepage h2 {
	margin: 0;
	font-size: 36px;
}
.list-product-homepage .row.large-columns-4 {
	margin-bottom: 40px;
	margin-top: 40px;
}
.list-product-homepage .list-product-homepage-col {
	padding-bottom: 0;
}
.banner-homepage .col.small-12.large-12 {
	padding-bottom: 60px;
	padding-left:0;
	padding-right: 0;
}
.home-box-form-products .img-from-product {
	padding: 0;
}
.home-box-form-products .box-image {
	position: relative;
}
.home-box-form-products .img-from-product .box-text.text-center {
	position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    color: #fff;
    z-index: 5;
}
.home-box-form-products .box-text.text-center h2 {
	font-size: 36px;
	color: #fff
}
.home-box-form-products .box-text.text-center p {
	font-size: 20px;
	color: #fff
}
.home-box-form-products .box-list {
	padding: 30px 40px;
	background: #fff;
	display: flex;
	align-items: center
}
.home-box-form-products .img-from-product .box-image:before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.home-box-form-products .row.form_products {
	padding-bottom: 60px
}
/* .home-box-form-products .row.form_products .flickity-slider .product-small.col.has-hover.product.type-product.status-publish {
	height: 396px;
	padding-top: 10px;
} */
.home-box-form-products .product-small.box {
	border: 1px solid #f5f5f5;
}
.home-box-form-products .col.small-12.large-12  {
	padding-bottom: 0;
}
.row.best-selling-product h2 {
	margin-bottom: 40px;
}
.flickity-button.flickity-prev-next-button.next {
	opacity: 1;
    visibility: visible;
}
.flickity-button.flickity-prev-next-button.previous {
	opacity: 1;
    visibility: visible;
}
.row.best-selling-product h2 {
	font-size: 36px;
}
.row.best-selling-product h2 strong {
	padding: 3px 20px;
    font-family: "Barlow";
    color: #fff;
    font-weight: 900;
    background: var(--fs-color-primary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 6px;
}
.row.best-selling-product .image-tools.grid-tools.text-center.hide-for-small.bottom.hover-slide-in.show-on-hover {
    display: none;
}
.row.best-selling-product img.show-on-hover {
	display: none;
}
.row.best-selling-product .product-small.box .box-text .category {
	display: none;
}
.products.row {
    counter-reset: product-counter;
}
.row.best-selling-product .products.row .box-text:before {
    content: "Top " counter(product-counter);
    counter-increment: product-counter;
    width: 56px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    line-height: 120%;
    background: #FF7277;
	margin-bottom: 10px;
}
.row.best-selling-product .col-inner {
	text-align: center
}
.row.best-selling-product .box-text {
	text-align: left;
}
.row.best-selling-product .button.primary.lowercase {
	background: #000;
	margin-top: 10px;
}
.row.best-selling-product .button.primary.lowercase span {
	color: #fff
}
.row.contact-content-box {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
}
.box-contact-col-1 {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 440px;
    background: #fff;
    padding: 26px;
    flex-basis: 40%;
    max-width: 30%;
}
.row.contact-content-box .icon-box-text h2 {
	margin: 0;
	color: var(--fs-color-primary)
}
.row.contact-content-box .icon-box-text p {
	margin-bottom: 10px;
}
.row.contact-content-box .icon-box-text p a {
	padding: 8px 15px;
    background: #f1f1f1;
    border: 1px solid #333333;
    border-radius: 20px;
	color: #000
}
.section.contact-home {
	min-height: 380px;
}
.section.contact-home .bg.section-bg.fill.bg-fill.bg-loaded:before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.4);
}
.row.category-page-row .products.row .image-tools.grid-tools a {
	display: none;
}
#main .row.category-page-row .col.large-9 {
	flex-basis: 100%;
	max-width: 100%;
}

#main .row.category-page-row .col.large-9 .title-order div {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 5px 0;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
	margin-bottom: 40px;
}
#main .row.category-page-row .col.large-9 .title-order div .woocommerce-result-count.hide-for-medium {
	margin: 0
}
#main .row.category-page-row .col.large-9 .title-order h1 {
	color: var(--fs-color-primary)
}

#main .row.category-page-row .col.large-9 .text-center,
.shop-page-title.category-page-title.page-title .woocommerce-result-count.hide-for-medium,
.shop-page-title.category-page-title.page-title .woocommerce-ordering{
	display: none;
}
#main .row.category-page-row .col.large-3.hide-for-medium {
	padding-bottom: 0
}
#main .row.category-page-row .col.large-3.hide-for-medium .sidebar-inner.col-inner:before {
	content: 'Bộ lọc';
    background: var(--fs-color-primary);
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    font-size: 16px;
    font-weight: 700;
}
.yith-wcan-filter.filter-tax.select-design .filter-title {
	padding-left: 80px;
    padding-bottom: 20px;
    padding-top: 10px;
}
.yith-wcan-filter.filter-tax.select-design .search-field-container {
	display: none;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open,
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
	box-shadow: none;
	border: 1px solid #cecece;
}
.yith-wcan-filter.filter-tax.select-design .filter-title {
	background: #f5f5f5;
    margin: 0;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li {
	border: 1px solid #cecece;
    padding: 0 10px;
    border-radius: 5px;
	margin: 8px;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li:hover,
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li.active,
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li:hover a{
	border-color: var(--fs-color-primary);
	color: var(--fs-color-primary);
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open .dropdown-wrapper {
	padding: 40px;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items {
    all: unset;
}
.row.category-page-row .col.large-9 .shop-container {
	display: flex;
    flex-direction: column;
}
.row.category-page-row .col.large-9 .shop-container .term-description {
	order: 2;
	padding-top: 40px;
}
.row.category-page-row .col.large-9 .shop-container .products.row {
	order: 1
}
.row.category-page-row .col.large-9 .shop-container .term-description img{
	width: 50%
}
.row.category-page-row .col.large-9 .shop-container .term-description img.alignnone.size-full {
	width: 100%
}
.row.category-page-row .col.large-9 .shop-container .term-description td {
	padding: 7.2px;
	color: #000;
}
.row.category-page-row .col.large-9 .shop-container .term-description td strong {
	color: #000
}
.row.category-page-row .col.large-9 .shop-container .term-description a {
	color: var(--fs-color-primary)
}
.section-product-custom .badge-container.is-larger {
	display: none;
}
.section.section-product-custom {
	background: #fff;
	border-top: 1px solid #cecece;
}
.custom-product-page .tooltipstered .col.small-12.large-12 {
	padding-bottom: 0
}
.section-product-custom .product-images .woocommerce-product-gallery__image img {
	padding-left: 30px;
	padding-right: 30px;
}
.section-product-custom .col-product-custom-info {
	padding-left: 70px;
}
.section-product-custom .col-product-custom-info .product-title {
	margin-bottom: 20px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 20px;
}
.section-product-custom .product-attributes {
	margin-bottom: 10px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
}
.section-product-custom .product-attributes strong {
	color: #606368;
	padding-right: 10px;
}
#main .section-product-custom .price {
	display: flex;
	justify-content: start;
	margin-bottom: 30px;
}
.section-product-custom .price del {
	margin-left: 0;
	padding-left: 20px;
}





.section-product-custom .add-to-cart-container .cart{
	display: flex;
    gap: 30px;
	width: 100%
}
.section-product-custom .add-to-cart-container .cart .single_add_to_cart_button.button.alt {
	flex: 5;
}
.section-product-custom .add-to-cart-container .variations_form.cart{
	display: flex;
    flex-direction: column;
    gap: 30px;
}
.section-product-custom .add-to-cart-container .cart button {
	margin: 0;
	box-shadow: none;
}
.section-product-custom .add-to-cart-container .cart .ux-quantity {
	display: none;
}
.section-product-custom .add-to-cart-container .cart button {
    position: relative; /* Tạo stacking context */
    z-index: 0; /* Đảm bảo nội dung nằm trên pseudo-element */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid var(--fs-color-primary);
    border-radius: 40px;
    gap: 6px;
    color: var(--fs-color-primary);
    overflow: hidden;
    transition: all 0.3s;
}

.section-product-custom .add-to-cart-container .cart button:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--fs-color-primary);
    z-index: -1; /* Đặt dưới nội dung nút */
    transform: scaleX(0); /* Ban đầu thu nhỏ */
    transform-origin: center right;
    transition: transform 0.5s ease-in-out;
}

.section-product-custom .add-to-cart-container .cart button:hover:before {
    transform: scaleX(1); /* Hiển thị hiệu ứng mở rộng */
    transform-origin: center left;
}
.section-product-custom .add-to-cart-container .cart button {
	font-size: 20px
}

.section-product-custom .add-to-cart-container .cart button:hover {
    color: #fff; /* Thay đổi màu chữ */
}
.section-product-custom .price-wrapper .price ins {
	font-size: 26px;
}
.text.text-uudaithem {
	width: 100%;
    padding: 20px 40px 0px 40px;
    background: #f5f5f5;
    border-radius: 6px;
    margin-bottom: 40px;
}
.text.text-uudaithem h3 {
	font-weight: 700;
    letter-spacing: -0.005em;
    margin-bottom: 17px;
}
.text.text-uudaithem li {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    padding-left: 44px;
    position: relative;
    color: #111111;
    border-top: 1px solid #dadce0;
    flex-wrap: wrap;
	margin: 0
}
.text.text-uudaithem a {
	color: var(--fs-color-primary)
}
.text.text-uudaithem li:before {
	content: url(https://maxvina.theme.trueads.vn/wp-content/uploads/2024/12/task_alt.png);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
.col-product-custom-detail .nav.nav-line-bottom {
	gap: 30px
}
.col-product-custom-detail li:hover span,
.col-product-custom-detail li.active span {
	color: var(--fs-color-primary)
}
.col-product-custom-detail li span {
	font-size: 16px;
}
.col-product-custom-detail .related-products-wrapper .product-small.box .quick-view,
.col-product-custom-detail .related-products-wrapper .product-small.box .show-on-hover {
	display: none;
}
/* Hiển thị lại hàng chứa lựa chọn màu sắc */
.row-product-custom table.variations tr:nth-child(4) {
    display: table-row;
}
.row-product-custom .add-to-cart-container .variations_form {
	gap: 10px !important;
}
.row-product-custom .add-to-cart-container .variations label {
	font-size: 14px;
}
.row-product-custom .add-to-cart-container .single_variation_wrap .woocommerce-variation-price  {
	    border-top: 1px solid #ddd;
	    padding: 15px;
}
#main .row-product-custom .add-to-cart-container .single_variation_wrap .woocommerce-variation-add-to-cart .ux-quantity {
	display: none !important;
}
#main .row-product-custom .add-to-cart-container .reset_variations {
	display: none;
}
#main .row-product-custom .add-to-cart-container .single_variation_wrap .woocommerce-variation-add-to-cart  {
	display: flex;
    max-width: 100%;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
#main .row-product-custom .add-to-cart-container .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button.button {
	flex: 5;
	box-shadow: none;
	margin-bottom: 0
}
.product-small.box .show-on-hover {
	display: none;
}
/* hiệu ứng hover nút */
.wpcf7-form-control.wpcf7-submit {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid var(--fs-color-primary);
  border-radius: 40px;
  padding: 0 15px;
  color: var(--fs-color-primary);
  overflow: hidden;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}
.wpcf7-form-control.wpcf7-submit:hover {
	color: #fff;
	background: var(--fs-color-primary)
}


#main-menu .sidebar-menu.no-scrollbar .header-search-form,
.account-item.has-icon.menu-item.has-child,
.html.header-social-icons.ml-0,
.header-newsletter-item.has-icon{
	display: none !important
}
.mfp-content {
	padding: 10px;
}
#main-menu .sidebar-menu a {
	color: #000
}
#main .callout.badge.badge-frame {
	display: none;
}
.price-wrapper .price bdi {
	font-size: 20px;
}
.price-wrapper .price del bdi,
.price-wrapper span.discount-percentage {
	font-size: 16px !important;
}
/* Trang giỏ hàng */
.cart-sidebar.col-inner {
	border: 1px solid var(--fs-color-primary);
    border-radius: 10px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr th {
    border-left: 1px solid var(--fs-color-primary);
    border-right: 1px solid var(--fs-color-primary);
    border-bottom: 1px solid var(--fs-color-primary);
    text-align: center;
    color: black;
    font-size: 14px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr th.product-subtotal {
    border-top-right-radius: 10px;
	border-right-width: 0px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr th.product-name {
    border-top-left-radius: 10px;
	border-left-width: 0px;
}
.cart-collaterals .cart-sidebar table {
    background: linear-gradient(to right, var(--fs-color-primary), var(--fs-color-secondary));
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 5px;
    margin-bottom: 5px;
}
.cart_totals th.product-name {
    color: black;
    text-align: center;
}
.cart-collaterals .cart-sidebar table th {
    color: white;
    font-size: 20px;
}
.cart-collaterals .cart-sidebar table.shop_table_responsive {
    background: unset;
    border-top-right-radius: unset;
    border-top-left-radius: unset;
    padding-left: 10px;
    padding-right: 10px;
}
.cart-collaterals .cart-sidebar table.shop_table_responsive th {
    color: black !important;
    font-size: unset;
}
.order-total span.amount {
    color: red !important;
    font-size: 20px;
}
.cart_totals .wc-proceed-to-checkout {
    margin: 0.5em 0;
    padding: 0 10px;
}
a.button.wc-forward {
    width: 100%;
    background: var(--fs-color-secondary);
    color: #fff;
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 12px;
    -webkit-transition: .3s;
    text-transform: uppercase;
    border: 1px solid var(--fs-color-secondary);
    height: 40px;
    line-height: 40px;
}
.cart-collaterals .cart-sidebar form.checkout_coupon {
    padding-left: 10px;
    padding-right: 10px;
}
.cart-collaterals .cart-sidebar form.checkout_coupon button {
    border-radius: 5px;
}
.checkout_coupon button.button.expand {
    background: var(--fs-color-secondary);
    border-radius: 5px;
    color: white;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border: 1px solid var(--fs-color-primary);
    border-radius: 10px;
	overflow: hidden
}
.woocommerce-cart-form__cart-item.cart_item td {
    padding: 10px 10px;
}
.woocommerce-cart-form__cart-item del span.amount {
    color: #111 !important;
    font-weight: 700;
    white-space: nowrap;
}
.quantity .button.minus {
    border-radius: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    line-height: 0px;
    border: solid 1px #e4e4e4;
    width: 40px;
    height: 41px;
    background-color: #fff;
    float: left;
    color: #333;
    text-align: center;
    padding: 0px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quantity input[type=number] {
    display: block;
    color: black;
    text-align: center;
    background: #fff;
    margin: 0;
    height: 41px;
    line-height: 40px;
    box-shadow: none;
    font-size: 16px;
    width: 60px;
    padding: 0;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
}
.quantity .button.plus {
    border-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    line-height: 0px;
    border: solid 1px #e4e4e4;
    width: 40px;
    height: 41px;
    background-color: #fff;
    float: left;
    color: #333;
    text-align: center;
    padding: 0px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.actions.clear {
    padding: 10px 10px;
}
.continue-shopping.pull-left.text-left {
    margin-right: 20px;
    margin-left: 20px !important;
}
a.button-continue-shopping.button.primary.is-outline {
    border: 1px solid var(--fs-color-secondary);
    border-radius: 5px;
    width: 100%;
    text-align: center;
    padding-top: 1px;
}
button.button.primary.mt-0.pull-left.small {
    border: 1px solid var(--fs-color-secondary);
    border-radius: 5px;
    width: 61%;
    text-align: center;
    padding-top: 1px;
    background: var(--fs-color-secondary);
}
.woocommerce-billing-fields h3 {
    text-align: center;
    background: linear-gradient(to right, var(--fs-color-secondary), var(--fs-color-primary));
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
    color: white;
} 
.woocommerce-billing-fields__field-wrapper {
	padding: 0 15px;
}
.woocommerce-billing-fields {
    border-top: unset;
    padding-top: unset;
    border: 1px solid var(--fs-color-primary);
    border-radius: 10px;
    margin-bottom: 25px;
}
/* Thanh toán thành công */
.woocommerce-order-details {
    border: 1px solid #efefef;
    border-radius: 10px;
}
h2.woocommerce-order-details__title {
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(to right, #8cc7a8, #b2d18f);
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    font-size: 20px;
}
table.woocommerce-table--order-details {
    padding-left: 10px;
    padding-right: 10px;
}
.woocommerce-order-details {
    border: 1px solid var(--fs-color-primary);
    border-radius: 10px;
}
h2.woocommerce-order-details__title {
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(to right, var(--fs-color-primary), var(--fs-color-secondary));
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    font-size: 20px;
}
table.woocommerce-table--order-details {
    padding-left: 10px;
    padding-right: 10px;
}
.woocommerce-customer-details {
    border: 1px solid var(--fs-color-primary);
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
}
h2.woocommerce-column__title {
    text-align: center;
    text-transform: uppercase;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: linear-gradient(to right, var(--fs-color-primary), var(--fs-color-secondary));
    padding: 10px;
    color: white;
    font-size: 20px;
}
.woocommerce-customer-details address {
    padding-left: 10px;
    padding-right: 10px;
	color: #777;
}
td.product-name a {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}
.shop_table tfoot th {
    font-size: 85%;
    letter-spacing: 0;
    text-transform: inherit;
	color: #777;
}
.woocommerce-table__product-name.product-name, .woocommerce-table__product-table.product-total {
	color: #777;
}
.woocommerce-customer-details--phone {
	margin-bottom: 1.3em;
}
.woocommerce-customer-details--phone, .woocommerce-customer-details--email {
	font-style: normal;
	color: #000;
}
form.checkout h3 {
    font-size: 1.1em;
    font-weight: bolder;
    overflow: hidden;
    padding-top: 10px;
    text-transform: uppercase;
}
.woocommerce-additional-fields h3 {
    border: 1px solid #efefef;
    padding: 5px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
h3#order_review_heading {
    text-align: center;
    color: black;
}
th, td {
    border-bottom: 0;
}
.woocommerce-checkout .cart_item .product-name {
	display: flex;
    align-items: center;
    gap: 5px;
}
.woocommerce-checkout .cart_item .product-name img {
	margin-right: 15px;
	border-radius: 5px;
	height: 100px;
    width: 100px;
}
.tpspicp_cart_image {
    border-radius: 0px;
    height: 40px;
}
.woocommerce-checkout .cart_item .product-name strong.product-quantity {
    padding-left: 10px;
    align-items: center;
    display: flex;
}
.woocommerce-checkout ins span.amount {
    color: var(--fs-color-secondary) !important;
    font-weight: 700;
    white-space: nowrap;
}
/* .discount-percentage {
    color: #fff !important;
    position: relative;
    margin-left: 2px;
    background: var(--fs-color-secondary);
    padding: 0px 3px;
    border-radius: 3px;
    font-size: 0.8rem !important;
    height: 18px;
} */
.woocommerce-checkout span.amount {
    font-weight: 700;
    white-space: nowrap;
}
.order-total span.amount {
    color: red !important;
    font-size: 20px;
}
.order-total .woocommerce-Price-currencySymbol {
    color: red !important;
}
input {
        box-shadow: unset;
    }
.checkout-sidebar button {
    border-radius: 5px;
}
.woocommerce-billing-fields {
    border-top: unset;
    padding-top: unset;
    border: 1px solid #efefef;
    border-radius: 10px;
    margin-bottom: 25px;
}
.woocommerce-checkout .content-area.page-wrapper {
    h3 {
        text-align: center;
    }
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    padding: 5px 10px;
}

.woocommerce-checkout .content-area.page-wrapper {
    .input-text {
        box-shadow: unset;
    }
}
.woocommerce-billing-fields h3 {
    text-align: center;
    background: linear-gradient(to right, var(--fs-color-secondary), var(--fs-color-primary));
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
    color: white;
} 
.woocommerce-billing-fields {
    border-top: unset;
    padding-top: unset;
    border: 1px solid var(--fs-color-primary);
    border-radius: 10px;
    margin-bottom: 25px;
}
a.showcoupon {
    color: var(--fs-color-secondary) !important;
    font-size: 0.9rem;
    padding: 5px 10px;
    font-weight: 700;
    border: 1px solid var(--fs-color-secondary);
    border-radius: 5px;
    margin-left: 10px;
}
a.showcoupon:hover {
    color: white !important;
    background: var(--fs-color-secondary);
}
.cart-container thead th.product-name {
	border-left-width: 0px;
}
.cart-container thead th.product-subtotal {
	border-left-width: 0px;
}
.cart-container .variation .variation-Cngsut,
.cart-container .variation .variation-Kichthc,
.cart-container .variation .variation-Tronglng {
	display: none;
}
.cart-container .checkout.woocommerce-checkout .large-5.col .col-inner.has-border {
	padding: 15px;
}
.section-trangchu .slider-trangchu .flickity-button {
	display: none;
}
.row.products-want-find .box-text-inner h5 {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
}
.row.home-box-form-products .flickity-page-dots{
	display: none;
}
.row.home-box-form-products .flickity-button.flickity-prev-next-button.previous {
	margin-left: 40%;
    margin-top: 26%;
}
.row.home-box-form-products .flickity-button.flickity-prev-next-button.next {
	margin-right: 40%;
    margin-top: 26%;
}
.best-selling-product a.button {
	position: relative;
    z-index: 0;
    color: var(--fs-color-primary);
    overflow: hidden;
    transition: all 0.3s;
    padding: 0px 25px;
}
.section-trangchu  a.button:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: -1; /* Đặt dưới nội dung nút */
	transform: scaleX(0); /* Ban đầu thu nhỏ */
	transform-origin: center right;
	transition: transform 0.5s ease-in-out;
}

.section-trangchu  a.button:hover:before {
	transform: scaleX(1); /* Hiển thị hiệu ứng mở rộng */
	transform-origin: center left;
}

.section-trangchu  a.button:hover span {
	color: #000 !important; /* Thay đổi màu chữ */
}
.row.contact-content-box .icon-box-text p a:hover {
	background: var(--fs-color-primary);
	color: #fff;
	border-color: var(--fs-color-primary)
}
#footer .footer .wpcf7-form-control.wpcf7-submit.has-spinner {
	background: var(--fs-color-primary);
	color: #fff;
}
#footer .footer .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	color: var(--fs-color-primary);
	background: #fff !important;
	border: 1px solid var(--fs-color-primary);
	box-shadow: none;
}
.section-sanpham-banchay .tabbed-content h4 {
	text-transform: capitalize
}
/* .shop-container .price-wrapper .price ins bdi  {
	font-size: 26px;
} */
.related.related-products-wrapper .price ins bdi {
	font-size: 20px;
}
.col-product-custom-info .product-spec {
	margin-bottom: 10px;
}
.col-product-custom-info .product-spec span {
/* 	color: #606268; */
	font-weight: 700;
	padding-right: 10px
}
.section-product-custom .col-product-custom-info .product-price-container.is-normal {
    margin-top: 30px;
    border-top: 1px solid #cecece;
    padding-top: 10px;
}



.product-specifications {

    font-family: Arial, sans-serif;
}

.specifications-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}

.specifications-table th {
    background-color: #333;
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding: 10px;
	text-align: center
}

.specifications-table td {
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
}

.specifications-table tr:nth-child(even) {
    background-color: #f2f2f2;
}
.col-product-custom-info .col-inner p {
	margin-bottom: 10px;
}
.col-product-custom-info .col-inner span {
/* 	color: #606268; */
	font-weight: 700;
	padding-right: 10px;
}
.col-product-custom-info .col-inner .price-wrapper .price span.woocommerce-Price-amount.amount bdi{
	font-size: 24px;
}
.col-product-custom-info .col-inner .price-wrapper .price span {
	padding: 0
}
#buy-now-button {
	color: #fff !important;
    background: var(--fs-color-primary) !important;
    flex: 5;
    margin: 0 !important;
	border: 1px solid var(--fs-color-primary);
	box-shadow: none;
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
}
#buy-now-button {
	font-size: 20px ;
	position: relative
}
#buy-now-button:before {
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--fs-color-primary);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: center right;
    transition: transform 0.5s ease-in-out;
}
#buy-now-button:hover {
	color: var(--fs-color-primary) !important;
	background: #fff !important
}

.gioithieu-banner-top-col-2 .col-inner,
.gioithieu-banner-top-col-2 .col-inner .img,
.gioithieu-banner-top-col-2 .col-inner .img .img-inner.dark,
.gioithieu-banner-top-col-2 .col-inner .img .img-inner.dark img
{
	height: 100%
}
.section-gioithieu-1 .row.gioithieu-banner .col.small-12.large-12 {
	padding-bottom: 0
}

.row.best-selling-product .product-small.col .product-small.box {
	max-width: 100%
}
.row.best-selling-product .product-small.col .product-small.box .box-image {
	flex: 7
}
.row.best-selling-product .product-small.col .product-small.box  .box-text.box-text-products {
	flex: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-specifications th {
	text-transform: capitalize
}


/* RESPONSIVE */
@media screen and (max-width: 1024px) {
	
	.home-box-form-products .img-from-product .box-text.text-center {
    width: calc(100% - 0px);
}
	.text.text-uudaithem {
    padding: 20px 20px 0px 20px;
}
	.section.section-sanpham-banchay .row.row-san-pham-ban-chay .col-san-pham-ban-chay {
		flex-basis: 100%;
        max-width: 100%;
	}
	.name.product-title a {
		font-size: 16px;
	}
	.flickity-prev-next-button svg {
		top: 233% !important;
	}
	.home-box-form-products .box-list {
		padding: 40px 40px;
	}
	.row.home-box-form-products .col.box-list .row .col {
		flex-basis: 50%;
        max-width: 50%;
	}
	.custom-product-page .col-product-custom-info p {
		font-size: 16px !important;
	}

	.section.section-sanpham-banchay .price {
		justify-content: initial !important;
	}
	.section.section-sanpham-banchay .price del {
		margin: 0 !important
	}
	.section.section-sanpham-banchay .price ins bdi,
	.section.section-new-product .price ins bdi{
		font-size: 20px !important;
	}
	.section.section-sanpham-banchay .price del bdi,
	.section.section-new-product .price del bdi{
		font-size: 16px !important;
	}
	.row.category-page-row .shop-container .price-wrapper .price ins bdi {
		font-size: 20px !important;
	}
	#main .slider-trangchu-col-2 .button {
		width: max-content;
	}


/* 	ALL */
	.related.related-products-wrapper.product-section .product-small.col .price {
		padding: 0 !important;
		margin: 0 !important
	}
/* 	HEADER  */
	#header .header-inner {
		padding-right: 35px;
	}
	.col-breadcrumb {
		padding: 15px 47px 15px 47px;
	}
	.section-gioithieu-1 .row.gioithieu-banner .col.small-12.large-12,
	.section.section-gioithieu-1 .gioithieu-content-col,
	.section-gioithieu-2 .row.section-gioithieu-2-row .section-gioithieu-2-col,
	.section-gioithieu-3 .row.section-gioithieu-3-row-1 .col.small-12.large-12,
	.section-gioithieu-3 .row.section-gioithieu-3-row-2 .section-gioithieu-3-col,
	#footer .row.footer-row-top,
	.row.banner-top-row-anima .col.small-12.large-12  {
		padding-left: 47px;
		padding-right: 47px;
	}
	.section-gioithieu-1 .row.gioithieu-content {
		padding-bottom: 0
	}
	.section-gioithieu-2 .row.section-gioithieu-2-row .section-gioithieu-2-col {
		padding-bottom: 0
	}
	.section-gioithieu-2 .row.section-gioithieu-2-row .section-gioithieu-2-col .col.section-gioithieu-2-col-content-2.small-12.large-12 {
		padding-bottom: 0
	}
	#footer .row.footer-row-top .footer-col-top-left {
		max-width: 30%;
		flex-basis: 30%
	}
	#footer .row.footer-row-top .footer-col-top-left .img {
		width: 30%
	}
	#footer .row.footer-row-top .footer-col-top-right {
		max-width: 70%;
		flex-basis: 70%
	}
	#footer .row.footer-row-center  {
		padding-left: 47px !important;
		padding-right: 47px !important;
	}
	#footer .row.footer-row-center h3,
	#footer .row.footer-row-center p{
		font-size: 14px !important
	}
	.row.banner-top-row-anima .col.banner-top-col-2 {
		padding: 0;
	}
	.row.banner-top-row-anima .col.banner-top-col-2 .col-inner,
	.row.banner-top-row-anima .col.banner-top-col-2 .col-inner .img,
	.row.banner-top-row-anima .col.banner-top-col-2 .col-inner .img  .img-inner.dark,
	.row.banner-top-row-anima .col.banner-top-col-2 .col-inner .img  .img-inner.dark img{
		height: 100%;
	}
	.row.banner-top-row-anima .row.banner-top-row:before {
		height: 100%
	} 
	.section.section-lienhe .row.lienhe-row {
		padding-left: 35px;
		padding-right: 35px;
	}
	.lienhe-col-2 .col-lienhe-ctf7-1 .col-inner {
		display: flex;
	}
	.lienhe-col-2 .col-lienhe-ctf7-1 .col-inner h3 {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inline-block !important;
	}
	.lienhe-col-2 .col-lienhe-ctf7-1 .col-inner h3 i {
		padding-right: 10px;
	}
	.section.section-lienhe .col-inner h3,
	.section.section-lienhe .col-inner p,
	.section.section-lienhe .col-inner h4 {
		font-size: 16px !important;
	} 
	.row.breadcrumbs-single-page {
		padding: 15px 47px 15px 47px;
	}
	.blog-wrapper.blog-single.page-wrapper  .large-9.col {
		flex-basis: 60%;
        max-width: 60%;
		padding-left: 47px;
	}
	.blog-wrapper.blog-single.page-wrapper  .post-sidebar.large-3.col {
		flex-basis: 40%;
        max-width: 40%;
		padding-right: 47px;
	}
	.blog-wrapper.blog-single.page-wrapper  h1,
	.blog-wrapper.blog-single.page-wrapper  h2{
		font-size: 32px !important
	}
	#ez-toc-container {
		width: 100%
	}
	.section.section-blog-page .tabbed-content.tab-blog-page .tab-panels {
		padding-left: 10px;
		padding-right: 10px;
	}
	.section-blog-page .info-blog-page-blog-1 .post-title.is-large a {
		display: inline-block;
		max-width: 100%;
		white-space: nowrap; 
		overflow: hidden; 
		text-overflow: ellipsis;
		vertical-align: middle;
	}
	.section-blog-page .info-blog-page-blog-1 .image-cover {
		padding-top: 100% !important;
	}
	.section-new-product .col.col-new-product,
	.row.new-product-banner-bottom .col.small-12.large-12{
		padding-left: 47px;
		padding-right: 47px;
	}
	.section-new-product .col.col-new-product .product-small.col {
		flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
	}
	.section-sanpham-banchay ul {
		gap: 20px;
	}
	.section.section-sanpham-banchay .product-small.col {
		flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
	}
	.section-trangchu {
		padding-left: 47px;
		padding-right: 47px;
	}
	#main .slider-trangchu-col-2 {
		padding: 24px 24px 24px 50px !important;
	}
	#main .slider-trangchu-col-2 h2 {
		font-size: 29px !important;
		margin-bottom: 0
	}
	#main .slider-trangchu-col-2 p {
		font-size: 16px !important
	}
	.slider-trangchu .flickity-page-dots {
		bottom: 25px;
		left: 50px;
	}
	.row.products-want-find strong {
		font-size: 32px;
	}
	.products-want-find-col .product-category.col {
		flex-basis: 20%;
        max-width: 20%;
	}
	.row.list-product-homepage h2 {
		font-size: 32px !important;
	}
	.row.list-product-homepage .product-small.col {
		flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
	}
	.row.banner-homepage .col.small-12.large-12 {
		padding-left: 0;
		padding-right: 0
	}
	.row.form_products .product-small.col {
		flex-basis: 50%;
        max-width: 50%;
	}

	.flickity-prev-next-button svg {
		top: 206%;
	}
	.row.home-box-form-products .flickity-button.flickity-prev-next-button.next {
		margin-right: 35%;
	}
	.row.home-box-form-products .flickity-button.flickity-prev-next-button.previous {
		margin-left: 35%;
	}
	.row.home-box-form-products .img-from-product .col-inner,
	.row.home-box-form-products .img-from-product .col-inner .box.has-hover.has-hover.box-text-bottom,
	.row.home-box-form-products .img-from-product .col-inner .box.has-hover.has-hover.box-text-bottom .box-image,
	.row.home-box-form-products .img-from-product .col-inner .box.has-hover.has-hover.box-text-bottom .box-image div,
	.row.home-box-form-products .img-from-product .col-inner .box.has-hover.has-hover.box-text-bottom .box-image img	
	{
		height: 100%
	}
	.row.home-box-form-products .img-from-product .box-text-inner h2 {
		font-size: 32px !important;
	}
	.row.best-selling-product h2 {
		font-size: 32px !important;
	}

	.row.best-selling-product .product-small.col .product-small.box .box-text.box-text-products {
		flex: 4;
	}
	.section.contact-home .icon-box-text.last-reset h2 {
		font-size: 23px !important;
	}
	.section.contact-home .icon-box-text.last-reset p {
		font-size: 16px !important;
	}
	.shop-page-title.category-page-title.page-title  .page-title-inner {
		padding: 20px 47px 20px 47px
	}
	.row.category-page-row {
		padding-left: 47px;
		padding-right: 47px
	}
	.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open .dropdown-wrapper {
		padding: 20px;
	}
	#main .row.category-page-row .col.large-9 .title-order h1 {
		font-size: 26px !important;
	}
	#main .row.category-page-row .col.large-9 .product-small.col {
		flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
	}
	#main .product-small .price {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.section-product-custom .col-product-custom-info {
		padding-left: 40px;
	}
	.custom-product-page .section.has-block,
	.section.section-product-custom{
		padding-right: 47px;
		padding-left: 47px;
	}
	.custom-product-page .section.has-block .col.small-12.large-12 {
		padding: 0
	}
	.section-product-custom .col-product-custom-info .product-title {
		font-size: 23px !important;
	}
	.section-product-custom .col-product-custom-info h3 {
		font-size: 16px !important;
	}
	.section-product-custom .col-product-custom-info .product-spec {
		font-size: 14px !important;
	}
	.add-to-cart-container .variations th {
		max-width: 100%
	}
	.add-to-cart-container tr {
		display: flex;
		flex-direction: column
	}
	#main .row-product-custom .add-to-cart-container .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button.button,
	#buy-now-button{
		font-size: 14px;
		padding-top: 10px;
        padding-bottom: 10px;

	}
	.related.related-products-wrapper.product-section .product-small.col {
		flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
	}
	.related.related-products-wrapper.product-section .product-small.col .box-text.box-text-products {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.cart-container.container.page-wrapper.page-checkout .col.large-7.pb-0 {
		padding-left: 47px;
		padding-right: 10px;
		padding-bottom: 30px !important
	}
	.cart-container.container.page-wrapper.page-checkout  .cart-collaterals.large-5.col.pb-0 {
		padding-right: 47px;
		padding-left: 10px;
		padding-bottom: 30px !important
	}
	.continue-shopping.pull-left.text-left {
		margin-left: 0 !important;
		margin-right: 0
	}
	.cart-container.container.page-wrapper.page-checkout {
		padding-left: 30px;
		padding-right: 30px; 
	}
	.section-product-custom .add-to-cart-container .cart button {
		font-size: 14px;
	}
	
	
}

@media screen and (max-width: 949px) and (min-width: 768px) and (orientation: landscape) {
	
	.cart-collaterals .cart-sidebar form.checkout_coupon button {
		margin-bottom: 10px;
	}
	a.button-continue-shopping.button.primary.is-outline {
		margin-bottom: 10px
	}
	.section-lienhe .col-lienhe-info-1 h3 {
		gap: 0
	}
	.section-lienhe .col-lienhe-info-1 h3 i {
		padding-right: 10px
	}
	.blog-wrapper.blog-single.page-wrapper .entry-header-text.entry-header-text-top {
		padding: 0;
		
	}
	.blog-wrapper.blog-single.page-wrapper .post-sidebar.large-3.col #block_widget-2 {
		display: none;
	}
	.section.section-product-custom .col-product-custom-info .price ins {
		order: 1;
	}
	.section.section-new-product .price {
		justify-content: initial !important
	}
	.section.section-new-product .price ins {
		padding-top: 5px
	}
	.section.section-new-product .price del {
		margin: 0;
	}
	.price ins {
		order: 4;
	}
	.row.home-box-form-products .col.box-list .price-wrapper .price {
		justify-content: initial !important
	}
	.flickity-prev-next-button svg {
        top: 113% !important;
    }
	.row.home-box-form-products .col.box-list .price-wrapper .price del {
		margin-left: 0
	}
	.row.home-box-form-products .col.box-list .row .col {
		flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
	.custom-product-page .section.has-block {
		padding-top: 15px !important;
		padding-bottom: 15px !important
	}
	
	.custom-product-page .col-product-custom-info p {
		font-size: 16px !important;
	}
	.row.category-page-row .col.large-9 .shop-container .term-description img {
		width: 100%;
	}
	.row.category-page-row .product-small.col .product-small.box .box-text p.name a,
	.section.section-new-product .product-small.col .product-small.box .box-text p.name a,

	.row.best-selling-product .product-small.box p.name a {
		font-size: 16px;
	}
	#main .slider-trangchu-col-2 .button {
        width: 52%;
    }
	#header .header-bottom .nav.header-nav {
		gap: 20px;
	}
	.section-gioithieu-1 .row.gioithieu-banner .col.small-12.large-12, .section.section-gioithieu-1 .gioithieu-content-col, .section-gioithieu-2 .row.section-gioithieu-2-row .section-gioithieu-2-col, .section-gioithieu-3 .row.section-gioithieu-3-row-1 .col.small-12.large-12, .section-gioithieu-3 .row.section-gioithieu-3-row-2 .section-gioithieu-3-col, #footer .row.footer-row-top, .row.banner-top-row-anima .col.small-12.large-12 {
        padding-left: 121px;
        padding-right: 121px;
    }
	
	.section-gioithieu-1 .row.gioithieu-banner .gioithieu-banner-top-col-1 .gioithieu-banner-top-col-1-title .col.small-12.large-12 {
		padding-left: 0;
		padding-right: 0
	}
	#main .row.gioithieu-banner-top-col-1-title h3 {
		font-size: 16px !important;
	}
	#main .row.gioithieu-banner-top-col-1-title h2 {
		font-size: 24px !important;
	}
	.col.gioithieu-banner-top-col-1 .img.has-hover{
		width: 35% !important;
	}
	.row.gioithieu-banner-bottom .col.small-12.large-12 {
		padding: 0 !important;
	}
	.row.gioithieu-content .text.gioithieu-content-title p,
	.section-gioithieu-2 .section-gioithieu-2-title p{
		font-size: 15px !important
	}
	.row.gioithieu-content .text.gioithieu-content-title h1,
	.section-gioithieu-2 .section-gioithieu-2-title h2,
	.section-gioithieu-3-row-1 h2{
		font-size: 34px !important
	}
	.row.gioithieu-content-and-img .gioithieu-content-and-img-left p,
	 .section-gioithieu-2-col-content-1 p,
	.section-gioithieu-2-col-content-1 h3,
	.section-gioithieu-2-col-content-2 li,
	.section-gioithieu-2-col-content-2 h3,
	.section-gioithieu-3-row-1 p{
		font-size: 16px !important
	}
	.section-gioithieu-1 .col.gioithieu-content-col.small-12.large-12 {
		padding-bottom: 0
	}
	.section-gioithieu-2 .section-gioithieu-2-row-content .section-gioithieu-2-col-content-1 .col-inner .img {
		flex: 5
	}
	.section-gioithieu-2 .section-gioithieu-2-row-content .section-gioithieu-2-col-content-1 .col-inner .row,
{
		flex: 5
	}
	.section-gioithieu-2 .section-gioithieu-2-row-content .section-gioithieu-2-col-content-1 .col-inner,
	.section-gioithieu-2 .section-gioithieu-2-row-content .section-gioithieu-2-col-content-2 .col-inner{
		gap: 30px
	}
	.section-gioithieu-2 .section-gioithieu-2-row-content .section-gioithieu-2-col-content-2 .col-inner .img {
		flex: 4
	}
	.row.row-small.section-gioithieu-3-row-2 .icon-box-img {
		max-width: 80%
	}
	.footer-col-top-right,
	.footer-col-top-left {
		padding: 0
	}
	#footer .row.footer-row-top .footer-col-top-left {
		max-width: 20%;
        flex-basis: 20%;
	}
	#footer .row.footer-row-top .footer-col-top-right {
		max-width: 80%;
        flex-basis: 80%;
	}
	#footer .row.footer-row-top .footer-col-top-left .img {
        width: 40%;
    }
	.footer-col-center-1,
	.footer-col-center-2,
	.footer-col-center-3,
	.footer-col-center-4 {
		flex-basis: 50%;
        max-width: 50%;
		padding-bottom: 20px !important
	}
	#footer .row.footer-row-center {
        padding-left: 121px !important;
        padding-right: 121px !important;
    }
	.col-breadcrumb {
        padding: 15px 121px 15px 121px;
    }
	.lienhe-col-1,
	.lienhe-col-2{
		flex-basis: 100%;
        max-width: 100%;
	}
	.section-lienhe .lienhe-col-1 {
		padding: 0 0 20px 0
	}
	.section-lienhe .lienhe-col-2{
		padding:0
	}
	.section.section-lienhe .row.lienhe-row {
		padding: 0 108px 0 108px
	}
	.row.breadcrumbs-single-page {
        padding: 15px 121px 15px 121px;
    }
	.blog-wrapper.blog-single.page-wrapper .large-9.col {
		flex-basis: 100%;
        max-width: 100%;
	}
	.blog-wrapper.blog-single.page-wrapper .large-9.col,
	.blog-wrapper.blog-single.page-wrapper .post-sidebar.large-3.col{
		flex-basis: 100%;
        max-width: 100%;
	}
	.blog-wrapper.blog-single.page-wrapper .row.row-large.row-divided {
		display: flex;
	}
	.blog-wrapper.blog-single.page-wrapper .row.row-large.row-divided .large-9.col {
		order: 2;
		padding-left: 121px;
		padding-right: 121px;
	}
	.blog-wrapper.blog-single.page-wrapper .row.row-large.row-divided .post-sidebar.large-3.col {
		order: 1;
		padding-left: 121px;
		padding-right: 121px;
		padding-bottom: 15px;
	}
	.row.breadcrumbs-single-page p {
		margin-bottom: 0
	}
	.blog-wrapper.blog-single.page-wrapper {
		padding-top: 0;
	}
	.blog-wrapper.blog-single.page-wrapper .row.row-large.row-divided .large-9.col .entry-header-text {
		padding-bottom: 0
	}
	.row.banner-top-row-anima .banner-top-col-1 .row .col.small-12.large-12 {
		padding-left: 30px;
		padding-right: 0;
	}
	.row.banner-top-row-anima .banner-top-col-1 .row .col.small-12.large-12 h3 {
		font-size: 16px !important;
	}
	.row.banner-top-row-anima .banner-top-col-1 .row .col.small-12.large-12 h2 {
		font-size: 20px !important;
	}
	.row.banner-top-row-anima .banner-top-col-1 .img.has-hover  {
		width: 30% !important
	}
	.section.section-blog-page {
		padding-right: 105px;
		padding-left: 105px;
	}
	.section-blog-page .nav.nav-simple .tab.active.has-icon span, .section-blog-page .nav.nav-simple .tab.has-icon span {
		font-size: 14px !important
	}
	.section-blog-page .nav.nav-simple .tab.has-icon {
		padding: 0 20px
	}
	.banner-top-row-anima.product-new .row.banner-top-row {
		height: 210px;
	}
	.section.section-new-product .row.row-new-product .col-new-product {
		padding-left: 103px;
        padding-right: 103px;
	}
	#main .price {
        flex-wrap: wrap;
    }
	.section-new-product .product-small.col .price {
		justify-content: initial !important
	}
	.section-new-product .product-small.col .price del {
		margin: 0
	}

	.banner-top-row .banner-top-col-1 h1 {
		margin-bottom: 0
	}
	.banner-top-row .banner-top-col-1 p {
		margin-bottom: 0;
		font-size: 14px !important;
	}
	.row.new-product-banner-bottom .col.small-12.large-12,
	.section.section-sanpham-banchay {
		padding-left: 103px;
		padding-right: 103px;
	}
	.section-sanpham-banchay .tabbed-content ul #tab-chảo-nướng-thịt-hàn-quốc,
	.section-sanpham-banchay .tabbed-content ul #tab-bếp-ga-phủ-sứ,
	.section-sanpham-banchay .tabbed-content ul #tab-bếp-ga-công-suất-lớn,
	.section-sanpham-banchay .tabbed-content ul #tab-bếp-ga-mini-inox,
	.section-sanpham-banchay .tabbed-content ul #tab-bếp-ga-cao-cấp,
	.section-sanpham-banchay .tabbed-content ul #tab-nước-hoa-xịt-phòng
	{
		display: none;
	}
	.section-sanpham-banchay .tab-panels {
		padding-top: 40px
	} 
	.section-sanpham-banchay .section-content.relative .row .col.small-12.large-12 {
		padding-bottom: 0;
	}
	.section-sanpham-banchay {
		padding-bottom: 0 !important
	}
	.section-trangchu {
        padding-left: 121px;
        padding-right: 121px;
    }
	#main .slider-trangchu-col-2 {
        padding: 20px 20px 20px 40px !important;
    }
	#main .slider-trangchu-col-2 h2 {
		font-size: 20px !important;
    }
	#main .slider-trangchu-col-2 p {
        font-size: 12px !important;
    }
	.slider-trangchu-row a.button.primary.lowercase {
		font-size: 12px;
	}
	.row.products-want-find strong {
        font-size: 30px;
    }
	.row.products-want-find .product-category {
		flex-basis: 25%;
		max-width: 25%;
	}
	.row.products-want-find .box-image {
		border-radius: 40px;
	}
	.row.list-product-homepage h2 {
        font-size: 30px !important;
    }
	.row.list-product-homepage .price {
		justify-content: initial !important;
	}
	.row.list-product-homepage .price del {
		margin-left: 0
	}
	.row.home-box-form-products .row.form_products {
		display: flex;
		flex-direction: column;
	}
	.row.home-box-form-products .row.form_products .img-from-product,
	.row.home-box-form-products .row.form_products .box-list {
		flex-basis: 100%;
		max-width: 100%;
	}
	.row.home-box-form-products .row.form_products .box-list {
		padding: 20px 10px 50px 10px;
	}
	.row.home-box-form-products .row.form_products .box-list .product-small.col {
		flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
	}
	.row.home-box-form-products .row.form_products .box-list .product-small.col .price {
		justify-content: initial !important
	}
	.row.home-box-form-products .row.form_products .box-list .product-small.col .price del {
		margin: 0
	}
	.flickity-prev-next-button svg {
        top: 182%;
    }
	.row.form_products .img-from-product {
		order: 1
	}
	.row.form_products .box-list {
		order: 2
	}
	.row.best-selling-product h2 {
        font-size: 30px !important;
    }
	.row.best-selling-product .price  {
		justify-content: initial !important
	}
	.row.best-selling-product .price del {
		margin-left: 0
	}
	.row.best-selling-product  .col.small-12.large-12 {
		padding-bottom: 0
	} 
	.box-contact-col-1 {
		min-width: 340px;
		padding: 13px;
	}
	.section.contact-home .icon-box-text.last-reset h2 {
        font-size: 20px !important;
    }
	.section.contact-home .icon-box-text.last-reset p {
        font-size: 12px !important;
    }
	.row.contact-content-box .icon-box-img {
		width: 70px !important
	}
	.shop-page-title.category-page-title.page-title .page-title-inner {
        padding: 20px 121px 20px 121px;
    }
	.row.category-page-row {
        padding-left: 121px;
        padding-right: 121px;
    }
	.row.category-page-row .col.large-3.hide-for-medium,
	.row.category-page-row .col.large-9 {
		padding: 0
	}
	.row.category-page-row .price-wrapper .price {
		justify-content: initial !important
	}
	.row.category-page-row .price-wrapper .price del {
		margin-left: 0 
	}
	.row.category-page-row .price-wrapper .price ins bdi {
		font-size: 20px !important;
	}
	.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
		width: 111%;
	}
	.custom-product-page .section.has-block.tooltipstered,
	.section.section-product-custom{
		padding-right: 121px;
        padding-left: 121px;
	}
	.row.row-product-custom .col-product-custom-img,
	.row.row-product-custom .col-product-custom-info {
		flex-basis: 100%;
        max-width: 100%;
	}
	.row.row-product-custom .col-product-custom-info {
		margin-top: 40px
	}
	.row.row-product-custom .col-product-custom-info,
	.row.row-product-custom .col-product-custom-img{
		padding: 0
	}
	.specifications-table {
		width: 100%
	}
	.related.related-products-wrapper.product-section .price-wrapper .price{
		justify-content: initial !important
	}
	.related.related-products-wrapper.product-section .price-wrapper .price del {
		padding-left: 0
	}
	.cart-container.container.page-wrapper.page-checkout .col.large-7.pb-0 {
		padding-left: 30px;
	}
	.cart-container.container.page-wrapper.page-checkout .cart-collaterals.large-5.col.pb-0 {
		padding-right: 30px;
	}
} 

@media screen and (max-width: 768px) {
	
	.cart-collaterals .cart-sidebar form.checkout_coupon button {
		margin-bottom: 10px
	}

	.blog-wrapper.blog-single.page-wrapper .post-sidebar.large-3.col #block_widget-2 {
		display: none;
	}
	.row.category-page-row .col.large-9 .shop-container .term-description img {
		width: 100%;
	}

	.row.home-box-form-products .col.box-list .price {
		justify-content: initial !important
	}

	.info-blog-page-blog-1 .col.post-item:nth-child(3) {
		display: none;
	}
	.blog-wrapper.blog-single.page-wrapper .row.row-large.row-divided .post-sidebar.large-3.col,
	.blog-wrapper.blog-single.page-wrapper .row.row-large.row-divided .large-9.col{
        padding-left: 40px;
        padding-right: 40px;
    }
	.row.breadcrumbs-single-page {
		padding: 15px 40px 15px 40px;
	}

	.section.section-lienhe .row.lienhe-row {
        padding: 0 40px 0 40px;
    }
	.section.section-blog-page  {
		padding-left: 40px;
		padding-right: 40px
	}
	.section.section-new-product .row.row-new-product .col-new-product {
		padding-left: 40px;
		padding-right: 40px
    }
	.row.new-product-banner-bottom .col.small-12.large-12, .section.section-sanpham-banchay {
        padding-left: 40px;
		padding-right: 40px
    }
	.row.banner-top-row-anima .col.small-12.large-12 {
		padding-left: 40px;
		padding-right: 40px
	}
	.col-breadcrumb {
        padding: 15px 40px 15px 40px !important
    }
	.row.category-page-row .shop-container .price-wrapper .price ins bdi {
        font-size: 20px !important;
    }
	#footer .row.footer-row-center {
		padding-left: 40px !important;
        padding-right: 40px !important;
	}
	.row.category-page-row,
	#footer .row.footer-row-top
	{
        padding-left: 40px;
        padding-right: 40px;
    }
	.row.best-selling-product .price-wrapper {
		padding-top: 10px
	}
	#main .price {
		gap: 5px 12px;
	}
	p, h3 {
        font-size: 16px !important;
    }
	a.filter-button.uppercase.plain {
		background: var(--fs-color-primary);
		padding: 15px;
		border-radius: 5px;
		color: #fff;
	}
	.row.best-selling-product .product-small.col .product-small.box .price {
		padding-top: 0 !important
	}
	.section-trangchu .slider-trangchu-col-2 a.button {
		padding: 0px 5px;
	}
	#header .header-inner {
		gap: 20px;
	}
	.medium-logo-left .flex-left {
		order: 1;
		max-width: 5%;
	}
	#header .header-inner .flex-col.logo {
		order: 2;
		max-width: 10%;
	}
	#header .header-inner .flex-col.hide-for-medium.flex-right {
		order: 3;
		flex: 15;
	}
	#header .header-inner .header-search-form-wrapper .ux-search-submit {
		padding-right: 7px;
	}
	#header .header-inner .header-search-form-wrapper .ux-search-submit i.icon-search {
		height: 33px;
		width: 80px;
	}
	#header .nav-center {
		gap: 30px
	}
	#header .header-bottom ul .menu-item.menu-item-type-post_type.menu-item-object-page a:before {
		display: none;
	}
	.section-trangchu {
        padding-left: 40px;
        padding-right: 40px;
    }
	#main .slider-trangchu-col-2 {
        padding: 20px 20px 20px 40px !important;
    }
	#main .slider-trangchu-col-2 h2 {
        font-size: 22px !important;
        margin-bottom: 0;
    }
	.slider-trangchu-col-2 .row .col.small-12.large-12  {
		padding-bottom: 0
	}
	#main .slider-trangchu-col-2 .button {
		margin-bottom: 0;
		height: 30px
	}
	#main .row.products-want-find {
		margin-top: 40px;
		margin-bottom: 50px;
	}
	.row.products-want-find .product-category {
		flex-basis: 25%;
		max-width: 25%;
	}
	.row.products-want-find .box-image {
		border-radius: 40px;
	}
	#main .price {
		flex-wrap: wrap !important;
	}
	.row.list-product-homepage .price-wrapper .price {
		justify-content: initial !important;
	}

	.list-product-homepage .row.large-columns-4 {
		margin-bottom: 20px
	}
	.row.form_products {
		display: flex;
		flex-direction: column
	}
	.row.form_products .img-from-product {
		order: 1;
		flex-basis: 100%;
        max-width: 100%;
	}
	.row.form_products .box-list {
		order: 2;
		flex-basis: 100%;
        max-width: 100%;
	}
	.home-box-form-products .box-list {
		padding: 20px 10px 70px 10px
	}
	.row.form_products .box-list .product-small.col {
		flex-basis: 33.333%;
        max-width:  33.333%
	}
	.flickity-prev-next-button svg {
        top: 200%;
    }
	.row.form_products .box-list .product-small.col .price {
		justify-content: initial !important;
	}
	.row.form_products .box-list .product-small.col .price del {
		margin-left: 0
	}
	.row.best-selling-product h2 {
        font-size: 30px !important;
    }
	.row.best-selling-product .price {
		justify-content: initial !important;
	}
	.row.best-selling-product .price del {
		margin-left: 0
	}
	.section.contact-home .icon-box-text.last-reset h2 {
        font-size: 16px !important;
    }
	.section.contact-home .icon-box-text.last-reset p {
        font-size: 12px !important;
    }
	.box-contact-col-1  .icon-box-img {
		width: 70px !important
	}
	.box-contact-col-1 {
		padding: 15px;
		min-width: 300px;
	}
	.row.best-selling-product .col.small-12.large-12 {
		padding-bottom: 0
	}
	.row.footer-row-center .footer-col-center-1,
	.row.footer-row-center .footer-col-center-2,
	.row.footer-row-center .footer-col-center-3,
	.row.footer-row-center .footer-col-center-4{
		flex-basis: 50%;
        max-width:  50%;
		padding-bottom: 20px !important
	}
	#footer .row.footer-row-top .footer-col-top-left .img {
        width: 45%;
    }
	.footer-col-top-left ,
	.footer-col-top-right {
		padding: 0
	}
	#header .header-bottom ul .menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-has-children.menu-item-567.menu-item-design-default.has-dropdown a:before {
		display: none;
	}
	.shop-page-title.category-page-title.page-title .woocommerce-breadcrumb.breadcrumbs.uppercase,
	.shop-page-title.category-page-title.page-title .category-filtering.category-filter-row.show-for-medium
	{
		text-align: left
	}
	.shop-page-title.category-page-title.page-title .page-title-inner {
        padding: 20px 47px 0 47px;
    }
	.row.category-page-row .col.large-9 {
		padding-left: 0;
		padding-right: 0
	}
	.row.category-page-row .col.large-9 .price {
		justify-content: initial !important
	}
	.row.category-page-row .col.large-9 .price del {
		margin-left: 0
	}
	.banner-top-row-anima.product-new .row.banner-top-row {
		height: 210px;
	}
	.section-sanpham-banchay ul.nav.nav-simple {
		display: block;
		overflow-y: scroll;
		white-space: nowrap;
		padding-bottom: 15px;
		text-align: center;
	}
	.section.section-sanpham-banchay .price {
		justify-content: initial !important;
	}
	.section.section-sanpham-banchay .price del {
		margin-left: 0
	}
	.section-sanpham-banchay .tab-panels {
		padding-bottom: 40px
	}
	.section-sanpham-banchay .row .col.small-12.large-12 {
		padding-bottom: 0
	}
	.banner-top-row-anima.product-new .row.banner-top-row .banner-top-col-1 .col-inner h1 {
		margin-bottom: 0;
	}
	.banner-top-row-anima.product-new .row.banner-top-row .banner-top-col-1 .col-inner h1 span {

		font-size: 26px !important;
	}
	.banner-top-row-anima.product-new .row.banner-top-row .banner-top-col-1 .col-inner p {
		font-size: 14px !important
	}
	.header-top.hide-for-sticky .nav.nav-center.nav-small.mobile-nav.nav-divided {
		display: flex;
		justify-content: end;
	}
	.section-sanpham-banchay .tabbed-content h4 {
		    font-size: 30px;
	}
	.section-new-product .price {
		justify-content: initial !important;
	}
	.section-new-product .price del {
		margin-left: 0
	}
	.row.new-product-banner-bottom {
		margin-top: 10px !important
	}
	.banner-top-row .banner-top-col-1 .row .col.small-12.large-12 .col-inner h2 {
		font-size: 18px !important
	}
	.banner-top-row .banner-top-col-1 .row .col.small-12.large-12 .col-inner h3 {
		font-size: 16px !important
	}
	.row.banner-top-row-anima .banner-top-col-1 .img.has-hover {
		width: 30% !important
	}
	.section-blog-page .nav.nav-simple .tab.has-icon {
		padding: 0px 20px;
	}
	.section-lienhe .lienhe-col-1 {
		padding: 10px 0 30px 0;
	}
	.section-lienhe .col-lienhe-info-2,
	.section-lienhe .lienhe-col-2 .col-inner .row-lienhe-ctf7 .col-lienhe-ctf7-2{
		padding: 30px 20px
	}
	.blog-wrapper.blog-single.page-wrapper {
		padding-top: 0
	}
	.blog-wrapper.blog-single.page-wrapper .large-9.col {
		flex-basis: 100%;
        max-width: 100%;
		order: 2;
		padding-left: 47px;
		padding-right: 47px;
	}
	.blog-wrapper.blog-single.page-wrapper .post-sidebar.large-3.col {
		flex-basis: 100%;
        max-width: 100%;
		order: 1;
		padding-left: 47px;
		padding-right: 47px;
	}
	.blog-wrapper.blog-single.page-wrapper .entry-header-text.entry-header-text-top.text-center {
		padding-bottom: 0;
		padding: 0
	}
    .blog-wrapper.blog-single.page-wrapper h1, .blog-wrapper.blog-single.page-wrapper h2 {
        font-size: 23px !important;
    }
	.section-product-custom .col-product-custom-info,
	.section-product-custom .col-product-custom-img{
        padding-left: 0;
		padding-right: 0;
    }
	.specifications-table {
		width: 100%
	}
	.related.related-products-wrapper.product-section .product-small.col .price {
		justify-content: initial !important;
	}
	.related.related-products-wrapper.product-section .product-small.col .price del {
		padding-left: 0
	}
	
	.related.related-products-wrapper.product-section .product-small.col .price {
		padding: 0 !important;
		margin: 0 !important
	}
	.related.related-products-wrapper.product-section .product-small.col {
		height: 350px
	}
	.checkout-page-title .page-title-inner {
		padding: 30px 30px 0 30px
	}
	.checkout-page-title .breadcrumbs {
		display: flex;
		justify-content: start
	}
	.checkout-page-title .breadcrumbs a{
		font-size: 14px;
	}
	.cart-container .message-container {
		display: flex
	}
	.woocommerce-info.message-wrapper {
		padding-bottom: 20px
	}
	.shop_table.woocommerce-checkout-review-order-table td.product-name {
		font-size: 16px;
	}
	.woocommerce-Price-amount.amount bdi {
		font-size: 20px;
	}
	.cart-container .woocommerce-Price-amount.amount bdi {
		font-size: 15px;
	}
	.order-total .woocommerce-Price-amount.amount bdi {
		font-size: 20px
	}
	.section.section-product-custom .related-products-wrapper .title-wrapper p {
		height: 75px
	}
	.section.section-product-custom .related-products-wrapper .price-wrapper {
		padding-top: 5px;
	}
	.section.section-product-custom .related-products-wrapper .price-wrapper .price {
		gap: 0px 12px;
	}
	.section.section-product-custom .related-products-wrapper .price-wrapper .price ins {
		order: 4
	}
	.section.section-product-custom .related-products-wrapper .price-wrapper .woocommerce-Price-amount.amount bdi {
		font-size: 18px
	}
	.section.section-new-product .product-small.col .product-small.box .box-text p.name a {
		height: 75px;
	}
	.gioithieu-banner-bottom .col.small-12.large-12 .col-inner .button.primary {
		padding: 3px 25px;
	}
	.section-gioithieu-2 .section-gioithieu-2-row-content .section-gioithieu-2-col-content-1 .col-inner,
	.section-gioithieu-2 .section-gioithieu-2-row-content .section-gioithieu-2-col-content-2 .col-inner{
		gap: 30px;
	}

	.cart-container.container.page-wrapper.page-checkout .col.large-7.pb-0,
	.cart-container.container.page-wrapper.page-checkout .cart-collaterals.large-5.col.pb-0 {
		padding: 15px
	}
.gioithieu-content .gioithieu-content-title h1 {
    font-size: 35px;
}
}

@media screen and (max-width: 549px) {
	#wrapper h2.woocommerce-order-details__title,
	h2.woocommerce-column__title {
		font-size: 24px !important
	}
	#main .gioithieu-banner-bottom .col.small-12.large-12 .col-inner {
		gap: 5px;
	}
	.col-breadcrumb {
		padding: 15px !important;
	}
	.blog-wrapper.blog-single.page-wrapper .blog-share.text-center .social-icons.share-icons.share-row.relative:before {
		font-size: 14px;
	}
	.row.best-selling-product .product-small.col .product-small.box .box-text.box-text-products {
		justify-content: initial
	}
    .row.home-box-form-products .flickity-button.flickity-prev-next-button.next {
        margin-top: 24%;
    }
	.row.home-box-form-products .flickity-button.flickity-prev-next-button.previous {
        margin-top: 24%;
    }
	.row.home-box-form-products .col.box-list .row .col {
        flex-basis: 50%;
        max-width: 50%;
    }
	.section-product-custom .add-to-cart-container .cart button {
        font-size: 12px;
    }
	.product-small.box .box-text {
		padding: 0 14px 14px !important;
	}
	#main .row-product-custom .add-to-cart-container .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button.button, #buy-now-button {
		font-size: 12px;
	}
	.ux-swatches.ux-swatches-attribute-ux_label span.ux-swatch__text {
		padding: 0
	}
	.section-product-custom .price del {
		padding: 0
	}
	.blog-wrapper.blog-single.page-wrapper .row.row-large.row-divided .post-sidebar.large-3.col, .blog-wrapper.blog-single.page-wrapper .row.row-large.row-divided .large-9.col {
		padding-left: 15px;
		padding-right: 15px;
	}
	.section.section-new-product .row.row-new-product .col-new-product {
        padding-left: 15px;
        padding-right: 15px;
    }
	.section.section-new-product .price-wrapper .price ins bdi{
		font-size: 18px !important;
	}
	.section.section-sanpham-banchay .row .col,
	.section.section-new-product .col-new-product .row .col{
		flex-basis: 50%;
		max-width: 50%;
	}
	.badge-container.absolute.left.top.z-1 img {
		width: 40px;
		height: 32px;
	}
	#main .price {
        gap: 5px 25px;
    }
	.price-wrapper .price del bdi, .price-wrapper span.discount-percentage {
		font-size: 14px !important;
	}
	.woocommerce-Price-amount.amount bdi {
        font-size: 15px;
    }
	.product-small.box .box-text .title-wrapper {
		height: auto !important
	}
	.home-box-form-products .box-list {
        padding: 20px 10px 40px 10px;
    }
	.row.home-box-form-products .box-list .price-wrapper .price {
		justify-content: initial !important
	}
	.row.home-box-form-products .box-list .price-wrapper del {
		margin: 0
	}
	.row.equalize-box.large-columns-4.medium-columns-3.small-columns-2.row-small .col .price del bdi,
	.row.equalize-box.large-columns-4.medium-columns-3.small-columns-2.row-small .col .price .discount-percentage {
		font-size: 14px !important;
	} 
	.row.equalize-box.large-columns-4.medium-columns-3.small-columns-2.row-small .col .price ins bdi,
	.row.equalize-box.large-columns-4.medium-columns-3.small-columns-2.row-small .col .price .woocommerce-Price-amount.amount bdi {
		font-size: 15px;
	}
	.row.list-product-homepage .list-product-homepage-col .row .col {
		flex-basis: 50%;
		max-width: 50%;
	}
	.custom-product-page .price ins {
		order: 1
	}
	.section.section-product-custom .related-products-wrapper .price-wrapper .price .woocommerce-Price-amount.amount bdi{
		font-size: 16px !important;
	}
	.section.section-product-custom .related-products-wrapper .price-wrapper .price ins bdi {
		font-size: 16px !important
	}
	.section.section-product-custom .related-products-wrapper .price-wrapper .price del bdi, .price-wrapper span.discount-percentage {
		font-size: 14px !important;
	}
	.section.section-product-custom .related-products-wrapper .title-wrapper p {
        height: auto;
    }
	.row.category-page-row .shop-container .price-wrapper .price ins bdi {
		font-size: 16px !important;
	}
	.row.footer-row-center .footer-col-center-1, .row.footer-row-center .footer-col-center-2, .row.footer-row-center .footer-col-center-3, .row.footer-row-center .footer-col-center-4 {
		flex-basis: 100%;
		max-width: 100%;
	}
	.row.best-selling-product .product-small.col .product-small.box .box-text.box-text-products {
		padding: 15px !important;
	}
	.section.contact-home .section-content.relative {
		margin-top: 25px;
	}
	#footer .social-icons.follow-icons a {
		margin: 0px !important;
	}
	#main .row.row-small.section-gioithieu-3-row-2 .icon-box-img {
        width: 111px !important;
    }
	.section.section-gioithieu-2 .section-gioithieu-2-col-content-1 .img, .section.section-gioithieu-2 .section-gioithieu-2-col-content-2 .img {
        max-width: 100%;
    }
	.row.row-product-custom .col-product-custom-detail .tabbed-content .nav.nav-line-bottom a {
		padding: 10px;
	}
	.col-product-custom-detail #tab-sản-phẩm-liên-quan a:before,
	.col-product-custom-detail #tab-chính-sách-đặt-hàng a:before{
		left: 50% !important
	}
	.col-product-custom-detail #tab-thông-tin-chi-tiết-sản-phẩm a:before {
		left: 50% !important;
		width: 80% !important;
	}
	.custom-product-page .product-short-description ul {
		display: unset !important
	}
	.row.row-product-custom .col-product-custom-detail .tabbed-content li a:after{
		content: none
	}
	.row.row-product-custom .col-product-custom-detail .tabbed-content #tab-thông-tin-chi-tiết-sản-phẩm,
	.row.row-product-custom .col-product-custom-detail .tabbed-content #tab-sản-phẩm-liên-quan{
		border-right: 1px solid #cecece;
	}

	.row.row-product-custom .col-product-custom-detail .tabbed-content li {
		margin: 0;
	}
	.row.best-selling-product .product-small.col .product-small.box .image-fade_in_back a img {
		height: auto !important
	}
	.row.home-box-form-products .row.form_products .product-small.col {
		height: 375px;
	}
	.row.home-box-form-products .row.form_products .product-small.col .col-inner,
	.row.home-box-form-products .row.form_products .product-small.col .col-inner .product-small.box {
		height: 100%
	}
	
/* 	.row.home-box-form-products .row.form_products .box-list .box-text p.name a {
		height: 75px !important;
	} */
	.row.home-box-form-products .row.form_products .box-list .box-image img {
        height: 160px !important;
    }
	#main .slider-trangchu-col-2 .button {
		width: 30%;
	}
	.header-main {
		height: 61px;
		padding-bottom: 100px;
	}
	#header .header-inner {
		padding-right: 20px;
		padding-left: 0
	}
	.header-main .header-inner .flex-col.logo {
		padding-top: 20px;
		max-width: 14% !important;
	}
	.header-main .header-inner ul.mobile-nav.nav.nav-right {
		padding-top: 5px
	}
	.header-main .header-inner ul.mobile-nav.nav.nav-right .searchform {
		width: 1475%
	}
	.header-main .header-inner .header-search-form.search-form {
		position: absolute !important;
		top: 97%;
        left: -1350%;
	}
	.medium-logo-left .flex-right {
		flex: 0
	}
	#header .header-bottom li a {
		font-size: 12px;
	}
	.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-has-children.menu-item-567.menu-item-design-default.has-dropdown {
		display: none;
	}
	#header .nav-center {
        gap: 10px;
        flex-wrap: nowrap;
    }
	.col-breadcrumb {
        padding: 15px;
    }
	    .section-gioithieu-1 .row.gioithieu-banner .col.small-12.large-12, .section.section-gioithieu-1 .gioithieu-content-col, .section-gioithieu-2 .row.section-gioithieu-2-row .section-gioithieu-2-col, .section-gioithieu-3 .row.section-gioithieu-3-row-1 .col.small-12.large-12, .section-gioithieu-3 .row.section-gioithieu-3-row-2 .section-gioithieu-3-col, #footer .row.footer-row-top, .row.banner-top-row-anima .col.small-12.large-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
	.banner-top-row {
		border-radius: 0
	}
	.banner-top-row .banner-top-col-2 .img-inner.dark {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.row.banner-top-row-anima .banner-top-col-1 .img.has-hover {
        width: 23% !important;
		margin-bottom: 0
    }
	.banner-top-row .banner-top-col-1 .row .col.small-12.large-12 {
		padding-bottom: 0;
		padding-left: 25px;
	}
	.banner-top-row .banner-top-col-1 .row .col.small-12.large-12 .col-inner h2 {
        font-size: 16px !important;
    }
	.banner-top-row .banner-top-col-1 .row .col.small-12.large-12 .col-inner h3 {
        font-size: 12px !important;
    }
	.section.section-lienhe .row.lienhe-row {
        padding-left: 15px;
        padding-right: 15px;
    }
	.section-lienhe .col-lienhe-info-1 {
		padding: 15px;
	}
	#footer .row.footer-row-top .footer-col-top-left {
		max-width: 100%;
        flex-basis: 100%;
	}
	#footer .row.footer-row-top .footer-col-top-right {
		max-width: 100%;
        flex-basis: 100%;
	}
	#footer .row.footer-row-top .footer-col-top-left .img {
        width: 20%;
    }
	#footer .footer-col-top-right .textarea-submit p {
		display: flex;
		flex-direction: column;
	}
	#footer .footer-col-top-right .textarea-submit p .wpcf7-form-control.wpcf7-submit.has-spinner {
		margin-right: 0
	}
	.footer-col-top-left .col-inner {
		display: flex;
		justify-content: center;
		padding-bottom: 20px;
	}
	#footer .row.footer-row-center {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
	.row.breadcrumbs-single-page {
        padding: 15px;
    }
	.blog-wrapper.blog-single.page-wrapper .post-sidebar.large-3.col {
        padding-left: 15px;
        padding-right: 15px;
    }
	.blog-wrapper.blog-single.page-wrapper .large-9.col {
		padding-left: 15px;
		padding-right: 15px;
    }
	.blog-wrapper.blog-single.page-wrapper h1, .blog-wrapper.blog-single.page-wrapper h2 {
        font-size: 24px !important;
    }
	.blog-wrapper.blog-single.page-wrapper div {
		font-size: 14px !important;
	}
	.blog-wrapper.blog-single.page-wrapper .blog-share.text-center .social-icons.share-icons.share-row.relative {
		gap: 15px;
	}
	.gioithieu-banner-top {
		height: 150px;
	}
	.gioithieu-banner-top-col-1 {
		left: 20px;
	}
	.row.gioithieu-banner-top-col-1-title h2 {
		font-size: 16px !important;
	}
	.row.gioithieu-banner-top-col-1-title h3 {
		font-size: 12px !important;  
	}
	.gioithieu-banner-top-col-1 .col-inner {
		gap: 20px;
	}
	.section-gioithieu-1 .row.gioithieu-banner .col.small-12.large-12 {
		padding-left: 0;
		padding-right: 0
	}
	.gioithieu-banner-top {
		border-radius: 0
	}
	.gioithieu-banner-bottom .col.small-12.large-12 .col-inner .button.primary {
		margin: 0;
		padding: 0 12px;
	}
	.gioithieu-banner-bottom .col.small-12.large-12 .col-inner .button.primary span {
		font-size: 12px;
	}
	.gioithieu-content .gioithieu-content-title p {
		color: #666666;
		font-size: 14px !important;
		margin-bottom: 5px;
	}
	.gioithieu-content .gioithieu-content-title h1 {
		font-size: 24px !important;
		margin-bottom: 30px;
	}
	.gioithieu-content-and-img-left p {
		font-size: 16px !important;
	}

	.col.gioithieu-content-col {
		padding-bottom: 0px
	}
	.section-gioithieu-2 .section-gioithieu-2-title p {
		font-size: 14px !important
	}
	.section-gioithieu-2 .section-gioithieu-2-title h2 {
		font-size: 24px !important;
	}
	.section-gioithieu-2 .section-gioithieu-2-row-content .section-gioithieu-2-col-content-1 .col-inner,
	.section-gioithieu-2 .section-gioithieu-2-row-content .section-gioithieu-2-col-content-2 .col-inner {
	flex-direction: column;
    gap: 20px;
	}
	.section-gioithieu-2 .section-gioithieu-2-row-content .section-gioithieu-2-col-content-2 .col-inner .img {
		order: 1
	}
	.section-gioithieu-2 .section-gioithieu-2-row-content .section-gioithieu-2-col-content-2 .col-inner .row {
		order: 2
	}
	.section-gioithieu-2 .section-gioithieu-2-row-content .section-gioithieu-2-col-content-1 .col-inner .row .col.small-12.large-12 {
		padding-bottom: 0
	}
	.section-gioithieu-2 .section-gioithieu-2-row-content .section-gioithieu-2-col-content-1 .col-inner .row .col-inner p,
	.section-gioithieu-2 .section-gioithieu-2-row-content .section-gioithieu-2-col-content-1 .col-inner .row .col-inner h3{
		font-size: 16px !important
	}

	.section-gioithieu-2 .section-gioithieu-2-row-content .section-gioithieu-2-col-content-2 .col-inner .row .col-inner li {
		font-size: 16px !important;
	}
	.section-gioithieu-2 .section-gioithieu-2-row-content .section-gioithieu-2-col-content-2 .col-inner .row .col-inner h3 {
		font-size: 16px !important;
	}
	.section-gioithieu-2 .section-gioithieu-2-row-content .section-gioithieu-2-col-content-2 .col-inner .row .col.small-12.large-12 {
		padding-bottom: 0
	}
	.section.section-gioithieu-3 .section-gioithieu-3-row-1 .col.small-12.large-12 .col-inner p {
		font-size: 14px !important;
	}
	.section.section-gioithieu-3 .section-gioithieu-3-row-1 .col.small-12.large-12 .col-inner h2 {
		font-size: 24px !important;
		margin-bottom: 25px;
	}
	.row.row-small.section-gioithieu-3-row-2 .icon-box .icon-box-img {
		width: 120px !important;
	}
	.banner-top-row:before {
		width: 80%;
	}
	.section-blog-page .nav.nav-simple .tab.has-icon {
		padding: 0 8px;
	}
	.section-blog-page .nav.nav-simple .tab.has-icon span, .section-blog-page .nav.nav-simple .tab.has-icon:hover span,
	.section-blog-page .nav.nav-simple .tab.active.has-icon span{
		font-size: 10px
	}
	.section.section-blog-page  {
		padding: 0
	}
	.info-blog-page-blog-1 .col.post-item {
		padding: 20px 20px;
	}
	.section-blog-page .nav.nav-simple {
		gap: 5px;
	}
	.shop-page-title.category-page-title.page-title .page-title-inner {
        padding: 20px 15px 0 15px;
    }
	.row.category-page-row {
        padding-left: 15px;
        padding-right: 15px;
    }
	#main .row.category-page-row .col.large-9 .product-small.col {
        flex-basis: 50%;
        max-width: 50%;
    }
	.row.category-page-row .col.large-9 .shop-container .term-description img {
		width: 100%;
	}
	.banner-top-row-anima.product-new .row.banner-top-row {
        height: initial;
    }
	.banner-top-row-anima.product-new .row.banner-top-row .banner-top-col-1 .col-inner p {
		width: 100%;
		margin-bottom: 0;
	}
	.section-new-product .col.col-new-product, .row.new-product-banner-bottom .col.small-12.large-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
	.section-new-product .col.col-new-product .product-small.col {
        flex-basis: 50%;
        max-width: 50%;
    }
	.row.row-new-product .price {
		padding-top: 0
	}
	.row.new-product-banner-bottom .col.small-12.large-12 {
        padding-bottom: 40px
    }
	.section.section-new-product {
		padding-bottom: 15px !important;
	}
	.img-not-mobile {
		display: none;
	}
	.img-mobile {
		display: block !important;
	}
	.section-sanpham-banchay .tabbed-content h4 {
        font-size: 24px !important;
    }
	.section.section-sanpham-banchay .product-small.col {
        flex-basis: 50%;
        max-width: 50%;
    }
	.product-small .col-inner .box-text {
		padding: 0 14px 14px;
	}
	.section.section-sanpham-banchay {
		padding-left: 0;
		padding-right: 0
	}
	.section.section-sanpham-banchay .price ins bdi{
       font-size: 16px !important;
    }
	.row.category-page-row .price {
		padding-top: 10px !important
	}
	.custom-product-page .section.has-block, .section.section-product-custom {
        padding:15px !important
    }
	.text.text-uudaithem {
		padding: 20px 20px 0px 20px;
	}
	.col-product-custom-detail {
		padding: 0
	}

	.col-product-custom-detail .nav.nav-line-bottom {
		gap: 10px
	}
	.col-product-custom-detail li span {
		text-align: center;
	}
	.product-short-description li {
		flex-basis: 100%;
		max-width: 100%;
	}
	.related.related-products-wrapper.product-section .product-small.col {
        flex-basis: 50%;
        max-width: 50%;
    }
	.section-trangchu {
        padding-left: 15px;
        padding-right: 15px;
    }
	#main .slider-trangchu-col-2 {
		position: relative;
		max-width: 100%;
		order: 1;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.slider-trangchu-col-1 {
		margin-left: 0;
		max-width: 100%;
		order: 2;
		
	}

	.slider-trangchu-col-1 .img .img-inner.dark {
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.slider-trangchu-col-1 .img .img-inner.dark:before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 31%; /* Chiều cao của vùng mờ */
		background: -webkit-gradient(linear, left top, left bottom, from(#d9d3c7), to(rgba(217, 211, 199, 0)));
		background: linear-gradient(180deg, #d9d3c7 10%, rgba(217, 211, 199, 0) 100%);
	}
	.slider-trangchu-col-2 .row .col.small-12.large-12 .col-inner {
		text-align: center;
		display: flex;
        flex-direction: column;
        align-items: center;
	}
	#main .slider-trangchu-col-2 {
		padding: 40px 20px 10px !important
	}
	.row.products-want-find strong {
        font-size: 23px !important;
    }
	.products-want-find-col .product-category.col {
		flex-basis: 33%;
        max-width: 33%;
	}
	.row.products-want-find .box-image {
        border-radius: 20px;
    }
	.row.products-want-find .box-text-inner h5 {
		font-size: 14px !important;
	}
	.box-text.text-center {
		padding-left: 0;
		padding-right: 0
	}
	.row.list-product-homepage h2 {
        font-size: 23px !important;
    }
	.row.list-product-homepage .product-small.col {
        flex-basis: 50%;
        max-width: 50%;
    }
	.list-product-homepage .list-product-homepage-col {
		padding: 0
	}
	.row.banner-homepage .col.small-12.large-12 {
		padding-bottom: 30px
	}
	.row.form_products .box-list .product-small.col {
        flex-basis: 50%;
        max-width: 50%;
    }
	.flickity-prev-next-button svg {
        top: 350%;
    }
	.row.form_products .product-small .col-inner .box-image {
		padding: 20px;
	}
	.row.form_products .box-text-inner h2{
		text-align: center !important
	}
	.home-box-form-products .box-text.text-center p {
		text-align: center !important
	}
	.row.best-selling-product h2 {
        font-size: 24px !important;
    }
	.row.best-selling-product .woocommerce.columns-4 .product-small.col {
        flex-basis: 100%;
        max-width: 100%;
    }
	.row.best-selling-product .price ins bdi {
		font-size: 17px !important
	}
	.section-trangchu .price {
		padding-top: 10px !important
	}
	.row.contact-content-box {
		gap: 0;
	}
	.box-contact-col-1 {
		margin-bottom: 20px
	}
	.checkout-page-title .page-title-inner {
        padding: 15px 15px 0 15px;
    }
	.checkout-breadcrumbs {
		padding:  0;
	}
	.cart-container.container.page-wrapper.page-checkout .col.large-7.pb-0,
	.cart-container.container.page-wrapper.page-checkout .cart-collaterals.large-5.col.pb-0,
	.cart-container.container.page-wrapper.page-checkout{
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 0 !important;
		padding-top: 0;
	}
	.slider-trangchu .flickity-page-dots {
        bottom: -22px;
        left: 140px;
    }
	.row.best-selling-product .col.small-12.large-12 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.section-blog-page .box-text.text-center {
		padding-left: 10px !important;
        padding-right: 10px !important;
	}
	a.button-continue-shopping.button.primary.is-outline {
    padding: 2px 0px;
}
	.continue-shopping.pull-left.text-left {
        width: 100%;
        margin-right: 6px;
    }
	button.button.primary.mt-0.pull-left.small {
    width: 100%;
}
}
@media screen and (max-width: 391px) {
	.header-main .header-inner ul.mobile-nav.nav.nav-right .searchform {
		width: 1350%
	}
	.header-main .header-inner .header-search-form.search-form {
		position: absolute !important;
		top: 97%;
        left: -1215%;
	}
}

/*        */
.related.related-products-wrapper.product-section .product-small.col .price {
	padding: 0 !important;
	margin: 0 !important
}
.related.related-products-wrapper.product-section .product-small.col {
	height: 450px
}
.img-mobile {
	display: none;
}

.products-want-find-col strong {
	font-weight: 700
}
.blog-wrapper.blog-single.page-wrapper .post-sidebar.large-3.col #ez-toc-container {
	width: 100%
}
.col-product-custom-detail .nav.nav-line-bottom{
	border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
	gap: 0
}
.col-product-custom-detail .nav.nav-line-bottom a:after {
	content: "";
    width: 1px;
    height: 18px;
    background: #cecece;
    margin: 0 20px;
}

.col-product-custom-detail #tab-thông-tin-chi-tiết-sản-phẩm a:before {
	left: 41%;
	width: 81%;
}
.col-product-custom-detail #tab-sản-phẩm-liên-quan a:before {
	left: 38%;
	width: 77%;
}
.col-product-custom-detail #tab-chính-sách-đặt-hàng a:before {
	left: 39%;
	width: 76%;
}
.col-thongsokythua .product-specifications,
.col-thongsokythua .product-specifications .specifications-table {
	margin-top: 0;
	width: 100%
}
.cart-container.container.page-wrapper.page-checkout .woocommerce-message.message-wrapper {
	display: none;
}
#footer .social-icons.follow-icons a {
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}
#footer .footer {
	padding-bottom: 0 !important;
}
.blog-wrapper.blog-single.page-wrapper .social-icons.share-icons a{ 
	display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce-cart-form__cart-item.cart_item .product-price,
.woocommerce-cart-form__cart-item.cart_item .product-quantity,
.woocommerce-cart-form__cart-item.cart_item .product-subtotal {
	text-align: center;
}
.cart-container.container.page-wrapper.page-checkout {
	padding-bottom: 25px;
}
.row.category-page-row .product-small .col-inner {
	height: 100%
}

.woocommerce-breadcrumb.breadcrumbs {
	 text-align: left
}
.sec-breadcrumb-custom-product {
	padding-top: 15px !important;
	padding-bottom: 15px !important
}
.sec-breadcrumb-custom-product .col.small-12.large-12 {
	padding-bottom: 0
}

/* css co dinh with-high img */
.row.equalize-box.large-columns-4.medium-columns-3.small-columns-2.row-small .col .col-inner {
	position: relative;
    background: white;
    border-radius: 6px;
}
.product-small.box .box-image {
	width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	border-radius: 10px;
}
.product-small.box .box-image img {
	position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
	padding: 15px
}
.product-small.box .box-text {
	padding: 0 20px 20px;
}
.product-small.box .box-text .title-wrapper {
	height: 45.6px;
}
.product-small.box .box-text .title-wrapper a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.blog-wrapper.blog-single.page-wrapper p,
.blog-wrapper.blog-single.page-wrapper span {
	text-align: justify !important
}
.ez-toc-list.ez-toc-list-level-1 li a{
	text-align: justify
}
.blog-wrapper.blog-single.page-wrapper li,
.row.category-page-row p,
.row.category-page-row li{
	text-align: justify
}
.blog-wrapper.blog-single.page-wrapper div {
	text-align: justify;
}
.entry-header-text.entry-header-text-top.text-center {
    padding-left: 0;
}
.row.category-page-row .name.product-title a {
	text-align: left;
}
.button {
	margin: 0
}
.gioithieu-banner-bottom .col.small-12.large-12 .col-inner {
		gap: 20px
	}


/* tn823 */
/* desktop */
.row.products-want-find .box-image img {
	border-radius: 50px;
}
.banner-top-row:before {
	height:190px;
}
.row.banner-top-row-anima .col.banner-top-col-2 .col-inner .img .img-inner.dark img {
	object-fit: cover
}
.related-products-wrapper .flickity-button {
	box-shadow: none !important;
	background: transparent !important;
	transform: translateX(0%);
}
.related-products-wrapper .flickity-button svg {
	padding: 0;
	fill: var(--primary-color);
}
.related-products-wrapper.product-section {
	border: none;
}
#header .header-inner .header-search-form-wrapper .ux-search-submit i.icon-search  {
	top: -1px;
}
footer .wpcf7-submit.has-spinner {
	margin-right: 0;
} 
/* .col-lienhe-info-2 p,
footer .c-1 p {
	padding-left: 24px !important;
	position: relative;
} */
:root {
	--ff-awesome: "Font Awesome 5 Free";
}
/* .col-lienhe-info-2 p:before,
footer .c-1 p:before {
	content: "\f3c5";
	position: absolute;
	top: 0;
	left: 0;
	font-family: var(--ff-awesome);
	font-weight: 900;
}
footer .c-1 p:nth-child(4):before {
	content: "\f15c";
}
footer .c-1 p:nth-child(5):before {
	content: "\f073";
}
footer .c-1 p:nth-child(7):before {
	content: "\f2a0";
}
footer .c-1 p:nth-child(8):before {
	content: "\f0e0";
}
.col-lienhe-info-2 p:nth-child(9):before,
.col-lienhe-info-2 p:nth-child(4):before {
	content: "\f2a0"
}
.col-lienhe-info-2 p:nth-child(10):before,
.col-lienhe-info-2 p:nth-child(5):before {
	content: "\f0e0"
} */
.col-lienhe-info-2 p:before {
	top: 10px;
}
.scroll-to-bullets {
	display: none;
}
.row.row-breadcrumb {
	padding: 0 15px;
}
#footer a.back-to-top:hover {
    color: #fff !important;
}
.checkout_coupon .coupon {
	margin-bottom: 15px;
}
.banner-top-col-1.c-left .col-inner {
	padding: 20px 20px 20px 40px;
}

.col-lienhe-info-1 h3 span {
	display: none;
}
.section-lienhe .col-lienhe-info-2 .col-inner p i {
	padding-right: 10px;
}
.banner-top-col-1.c-left .col-inner .img {
	margin: 0 !important;
}
.banner-top-col-1.c-left .col-inner .txt_center{
	display: flex;
    align-items: start;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

footer .ft-bot {

	padding: 20px 15px 20px !important;

}

.c-logo-dvvc .col-inner {

	display: flex;

	gap: 10px;

	justify-content: end;

}

.c-logo-dvvc .col-inner .img {

	margin-bottom: 0;

	width: 10% !important;

	background: #fff;

	border-radius: 4px;

	overflow: hidden;

	padding: 2px 5px;

	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);

}

.ft-bot p {

	margin-bottom: 0;

}

.ft-bot .img-inner {

	padding-bottom: 0;

}
label[for="payment_method_momo"] img {
	    width: 30px;
}
label[for="payment_method_vnpay"] img {
	width: 100px;
}
.c-logo-dvvc.logo-pttt .col-inner {
	justify-content: start
}
.c-logo-dvvc.logo-pttt {margin: 10px 0}
.title_footer p {
	margin: 10px 0 0 !important;
	font-weight: bold
}
.tn-related-posts {
	padding: 40px 0 20px !important;
}
.tn-related-posts h3 {
	font-size: 24px;
}
.tn-related-posts .tn-item .tn-title a {
	display: -webkit-box;          
	-webkit-box-orient: vertical;  
	-webkit-line-clamp: 2; 
	overflow: hidden;
	text-align: left;
	min-height: 40px;
}

.tn-related-posts .slick-dots li.slick-active button:before,
.tn-related-posts .slick-prev:before, .tn-related-posts .slick-next:before {
	color: var(--primary-color) !important;
}
.tn-related-posts .slick-dots li button:before {
	font-size: 10px !important;
}
.r-proInfo .c-left .col-inner {
	display: flex;
	gap: 30px;
}
.r-proInfo .c-left .col-inner  .pro_description {
	flex: 1;
}
.pro_thskth .product-specifications {
	width: 500px;
}








/* r1 */

@media screen and (max-width: 1024px) {
	
	.row.row-breadcrumb {
    padding: 0 ;
}
	.gioithieu-banner-bottom .col.small-12.large-12 .col-inner .button.primary {
		padding: 5px 40px;
	}
	#main .product-small .price del {
		margin: 0;
	}
	#main .product-small .price ins {
		order: 4;
		grid-column: 1 / -1
	}
	#main .product-small .price {
		gap: 10px 8px;
	}
	.section.section-sanpham-banchay .price ins bdi, .section.section-new-product .price ins bdi {
        font-size: 22px !important;
    }






}







/* r9 */

@media screen and (max-width: 992px) and (min-width: 768px) and (orientation: landscape) {
	.category-filtering  a {
		margin-top: 0;
		line-height: 1;
	}
	.category-filtering {
		width: fit-content;
		margin-top: 10px;
		background: var(--primary-color);
		padding: 10px 20px;
		border-radius:  10px;
		color: #fff;
	}
	#header .header-inner .header-search-form-wrapper .ux-search-submit i.icon-search {
		height: 34px;
		width: 75px;
		right: -7px;
	}
	#header .header-inner .flex-col.logo {
		flex: none;
		width: fit-content;
	}
	.header-inner .flex-left {
		order: 1;
		width: fit-content;
        flex: none;
	}
	    .gioithieu-banner-bottom .col.small-12.large-12 .col-inner .button.primary {
        padding: 5px 30px;
    }
	.section-gioithieu-3 .row.section-gioithieu-3-row-2 .section-gioithieu-3-col {
		padding-left: 50px;
		padding-right: 50px;
	}
	.section-gioithieu-3-col .icon-box {
		display: flex;
		justify-content: center;
	}
	.continue-shopping.pull-left.text-left {
		margin-right: 10px;
	}







}







/* r7 */

@media screen and (max-width: 768px) {
	.pro_thskth .product-specifications {
		width: 100%;
	}
	.section-lienhe .lienhe-col-2 {
		padding-right: 0;
		padding-left: 0;
	}
	.continue-shopping.pull-left.text-left {
		margin-right: 10px;
	}
	    .gioithieu-banner-bottom .col.small-12.large-12 .col-inner .button.primary {
        padding: 5px 30px;
    }
	.r-proInfo .c-left .col-inner {
		flex-direction: column
	}






}







/* r3 */

@media screen and (max-width: 549px) {
	.shop-page-title .category-filtering {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.tn-related-posts h3 {
		font-size: 20px !important;
	}
	.c-logo-dvvc .col-inner .img {
		width: 15% !important;
	}
	.c-logo-dvvc .col-inner {
		justify-content: center;
	}
	footer .ft-bot p {
		text-align: center !important;
		margin-bottom: 15px;
	}
	.banner-top-col-2 .col-inner {
		border-radius: 0 0 20px 20px;
		overflow: hidden;
	}
	.banner-top-col-1.c-left .col-inner {
		padding: 20px;
		border-radius: 20px 20px 0 0;
	}
	form.checkout h3 {
		padding: 10px 0
	}
	.cart-container.container.page-wrapper.page-checkout .cart-collaterals.large-5.col.pb-0 {
		margin-bottom: 15px;
	}
	.continue-shopping.pull-left.text-left {
		margin-bottom: 10px;
		margin-right: 0;
	}
	#main .row.gioithieu-banner-bottom {
		margin: 0 15px !important;
	}
	.gioithieu-banner-bottom .col .col-inner {
		display: inline-block !important;
		white-space: nowrap;
		overflow-y: auto;
		padding-bottom: 10px;
	}
	#tab_tab_details ul {
		padding: 0 15px;
	}
	.col-product-custom-detail .nav {
		display: inline-block;
		white-space: nowrap;
		overflow-y: auto;
		padding-bottom: 10px;
	}
	.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open .dropdown-wrapper {
        padding: 10px;
    }
	 .off-canvas .sidebar-inner{
		padding: 0 !important;
	}
	.yith-wcan-filter.filter-tax.select-design .filter-title{
		padding: 0 0 10px;
		text-align: center;
	}
	.category-filtering{
		width: 100%;
	}
	.category-filtering a.filter-button.uppercase.plain {
		width: 100%;
		text-align: center;
		border-radius: 20px;
		padding: 10px 20px;
	}
	#main .product-small .price {
		gap: 10px 5px;
	}
	#header .header-inner .header-search-form-wrapper .ux-search-submit i.icon-search {
		top: -1px;
		right: -4px;
	}

	.row.banner-top-row-anima .banner-top-col-1 .img.has-hover {
		width: 30% !important;
		margin-bottom: 0;
	}







}

