:root {
    --theme-color: #10273F;
    --theme-color2: #e78e00;
    --grey: #9e9e9e;
    --fa6: 'Font Awesome 6 Pro';
}

:root {
	--light: 'Graphik-Light', sans-serif;
	--medi: 'Graphik-Medium', sans-serif;
	--bold: 'Graphik-Bold', sans-serif;
	--semi: 'Graphik-Semi', sans-serif;
}

@font-face {
	font-family: 'Graphik-Bold';
	src: url('./fonts/SVN-GraphikBold.woff2') format('woff2'),
		url('./fonts/SVN-GraphikBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik-Medium';
	src: url('./fonts/SVN-GraphikMedium.woff2') format('woff2'),
		url('./fonts/SVN-GraphikMedium.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik-Light';
	src: url('./fonts/SVN-GraphikLight.woff2') format('woff2'),
		url('./fonts/SVN-GraphikLight.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik-Semi';
	src: url('./fonts/SVN-GraphikSemibold.woff2') format('woff2'),
		url('./fonts/SVN-GraphikSemibold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

body {
	font-size: 16px;	
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	font-family: var(--light)!important;
	line-height: 1.3;
}

h1,h2,h3,h4,h5,h6,strong,b {
	font-weight: normal !important;
	font-family: var(--semi);
}

p,a,ul,li,div,label {
	font-family: var(--light);
	font-weight: normal !important;
}

p {
	font-size: 16px;
}

.title *{
	font-size: 20px;
	font-family: var(--semi);
	color: var(--theme-color);
}

input:autofill {
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
}

input:-webkit-autofill {
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
}

.wpcf7 form .wpcf7-response-output {
    display: none
}

.wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    background: 0 0;
    padding: 0;
    font-size: 11px;
    line-height: 15px;
    left: 18px;
    bottom: 0;
}

.wpcf7 .wpcf7-not-valid-tip:after {
    display: none
}

/* Slider */
.slick-dots li button {
    color: #fff;
    padding: 0;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    overflow: hidden;
    display: none;
}

.slick-dots li {
    margin: 0 5px !important;
    width: 10px;
    height: 10px;
    background-color: var(--theme-color);
    opacity: .2;
    cursor: pointer;
    border-radius: 50%;
}

.slick-dots li.slick-active {
    opacity: 1;
}

.slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
    margin-top: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#main .slider-home {
    padding: 30px 0 30px 0;
	background-color: #f7f7f7;
}

.carousel-full>.item:nth-of-type(n+2) {
    display: none
}

.admin-bar #main .slider-home .image-cover {
    padding-top: calc(100vh - 112px);
}

.slider-home .slick-dots {
    flex-direction: column;
    right: 84px;
    left: unset;
    top: 50%;
    transform: translateY(-50%);
}

.slider-home .slick-dots li {
    border: 2px solid #fff;
    width: 18px;
    height: 18px;
    margin: 9px 0 !important;
    opacity: 1;
    background-color: transparent;
}

.slider-home .slick-dots li.slick-active {
    background-color: #fff;
}

/* End slider */
/* contact btn */
@-webkit-keyframes phonering-cricle {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-circle-fill {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

.list-shortcut-desktop {
    position: fixed;
    z-index: 1000000000;
    right: 20px;
    bottom: 50%;
    transform: translatey(50%);
}

.list-shortcut-desktop>a {
    border-radius: 50%;
    box-shadow: 0 0 25px 0 rgba(100, 97, 97, .3);
    width: 48px;
    height: 48px;
    display: block;
    margin-bottom: 20px
}

.list-shortcut-desktop .zalo {
    background: url(/wp-content/uploads/2024/01/all_shortcut.svg) 0 -100px;
}

.list-shortcut-desktop .mess {
    background: url(/wp-content/uploads/2024/01/all_shortcut.svg) 0 -150px;
}

.list-shortcut-desktop .call {
    background: url(/wp-content/uploads/2024/01/all_shortcut.svg) 0 -50px;
    position: relative
}

.list-shortcut-desktop .call:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 107, 17, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-circle-fill 2.3s infinite ease-in-out;
    animation: phonering-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: -1
}

.list-shortcut-desktop .call:after {
    content: '';
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 100%;
    border: 2px solid #FF6B11;
    background-color: transparent;
    -webkit-animation: phonering-cricle 1.2s infinite ease-in-out;
    animation: phonering-cricle 1.2s infinite ease-in-out;
    transition: all .5s;
    opacity: 0.5;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/* header */
#header .header-main a {
	font-weight: normal;
	font-family: var(--medi);
	color: var(--theme-color);
}
.header-main .search-field {
	box-shadow: unset;
    border-radius: 99px;
	background-color: #f7f7f7;
	border: unset;
	position: relative;
}
.header-main .searchform .flex-row .flex-col:nth-child(1):after {
	position: absolute;
	content: '\f002';
	color: inherit;
	right: 5%;
	font-family: var(--fa6);
    top: 50%;
    transform: translateY(-50%);
}
.header-main .searchform .flex-row .flex-col:nth-child(2) {
	display: none;
}
.header-main .flex-left .header-nav {
	width: 80%;
    background-color: rgb(235 240 247);
    justify-content: space-between;
    border-radius: 99px;
    padding: 5px;
}
.header-main .header-nav a {
	padding: 0;
	color: var(--theme-color);
}
.header-main .header-nav .menu-item {
	margin: 0 10px 0 10px!important;
}
.header-bottom .header-nav .nav-top-link {
	font-family: var(--light);
	color: var(--theme-color);
}
.header-bottom .flex-col {
	margin: 0;
	width: 100%;
}
.header-bottom .header-nav {
	justify-content: space-between;
}
.header-bottom .header-nav .icon-angle-down {
	color: var(--theme-color);
	font-weight: bold!important;
}
.header-bottom {
	background-color: unset!important;
	margin-top: -10px;
}
.header-bottom .menu-lv1 > .sub-menu {
	display: flex;
	padding: 15px;
	height: max-content;
	gap: 20px;
}
.header-bottom .menu-lv2 .sub-menu {
/* 	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 15px; */
}
.header-bottom .menu-lv2 > a {
	text-transform: none;
	font-family: var(--semi) !important;
}
.header-bottom .menu-lv2 .sub-menu a {
	width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--light) !important;
    background-color: #f7f7f7;
    margin-bottom: 10px;
    padding: 7px 15px;
    border-radius: 99px;
}
/* .header-bottom .sub-menu .menu-item {
	width: 15%;
} */
.header-bottom .sub-menu .menu-item a {
	border-bottom: unset;
	font-family: var(--medi);
    color: var(--theme-color);
	font-size: 0.8em;
}
#header .top-divider {
	display: none;
}

/* end header */

/* home */
.slider-home .image-cover {
	border-radius: 15px;
}
.slider-home .prev-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    left: 3%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	border-radius: 99px;
}
.slider-home .prev-arrow:hover i {
    color: var(--theme-color2);
    background-color: white;
    transition: all 0.5s ease-in-out;
}
.slider-home .slick-arrow i {
    color: white;
    background-color: var(--theme-color2);
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}
.slider-home .next-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    right: 3%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	border-radius: 99px;
}
.slider-home .next-arrow:hover i {
    color: var(--theme-color2);
    background-color: white;
    transition: all 0.5s ease-in-out;
}
.slider-home .row-cskh {
	margin-top: 30px;
}
.slider-home .row-cskh .box-text {
	padding-top: 0;
	padding-bottom: 0;
}
/* .slider-home .row-cskh .col {
	padding-bottom: 20px;
} */
.slider-home .row-cskh .col-inner {
	background-color: white;
	border-radius: 15px;
	padding: 20px;
}
.slider-home .row-cskh h4 {
	color: var(--theme-color);
	margin-bottom: 10px;
}
.home .footer-sec0 {
	display: none;
}
#main .home-sec1 {
	padding-top: 50px;
	padding-bottom: 0;
}
.home-sec1 .prev-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    left: -3%;
	border-radius: 99px;
	width: fit-content !important;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.home-sec1 .prev-arrow:hover i {
    color: white;
    background-color: var(--theme-color2);
    transition: all 0.5s ease-in-out;
}
.home-sec1 .slick-arrow i {
    color: var(--theme-color2);
    background-color: white;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}
.home-sec1 .next-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    right: -3%;
	border-radius: 99px;
	width: fit-content !important;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.home-sec1 .next-arrow:hover i {
    color: white;
    background-color: var(--theme-color2);
    transition: all 0.5s ease-in-out;
}
.home-sec1 .tab {
	border-top: unset;
	margin-bottom: 10px!important;
}
.home-sec1 .tab-home {
	flex-flow: unset;
}
.home-sec1 .tab-panels {
	border-left: unset;
	padding: 25px;
    margin-left: 20px;
    background-color: white;
    border-radius: 15px;
	width: 85%;
}
.home-sec1 .tab-panels .product {
	padding-bottom: 0;
	padding-left: 8px;
    padding-right: 8px;
}
.home-sec1 .tab-panels .product > .col-inner {
	border: 1px solid rgb(229 231 235);
	padding: 15px 15px 0 15px;
    border-radius: 15px;
}
.home-sec1 .tab-panels .product > .col-inner .title-wrapper {
	display: flex;
	flex-direction: column-reverse;
}
.home-sec1 .tab-panels .product > .col-inner .title-wrapper .category {
	font-size: 13px;
	background-color: #f7f7f7;
	border-radius: 99px;
	width: max-content;
    padding: 5px 20px 5px 20px;
    text-transform: none;
    margin-bottom: 10px;
	margin-top: 0;
}
.home-sec1 .tab-panels .product > .col-inner .badge-container {
	left: 5%;
	top: -5%;
}
.home-sec1 .tab-panels .product > .col-inner .badge {
	height: 20px;
}
.home-sec1 .tab-panels .product > .col-inner .on-sale {
	background-color: var(--theme-color2);
	padding: 5px;
}
.home-sec1 .tab-panels .product > .col-inner .onsale {
	font-size: 11px;
    line-height: 0.5;
    display: flex;
    justify-content: center;
    font-family: var(--semi);
}
.home-sec1 .tab-panels .product > .col-inner img {
	aspect-ratio: 1 / 1;
    object-fit: cover;
}
.home-sec1 .tab-panels .product > .col-inner .product-title a {
	font-size: 15px;
	line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 42px;
	font-family: var(--medi);
}
.home-sec1 .col-main > .col-inner {
	background-image: linear-gradient(180deg,#1d4468 .27%,#1d4468 44.01%,rgba(29,68,104,.2) 80.64%,hsla(0,0%,100%,0) 105.16%);
    padding: 20px;
	border-radius: 15px;
}
.home-sec1 .tabbed-content .nav {
	width: 15%;
}
.home-sec1 .tabbed-content h3 {
	color: white;
	font-size: 20px;
}
.home-sec1 .tabbed-content .nav .tab.active a {
	background-color: white;
	color: var(--theme-color);
	padding-left: 15px;
	box-shadow: 3px 4px 3px 0px rgba(22,53,86,.29) inset,6px 5px 3px 0px rgba(3,30,59,.02) inset;
	border-radius: 5px;
	font-family: var(--medi);
	position: relative;
}
.home-sec1 .tabbed-content .nav .tab.active a:after {
	content: '\f0da';
	font-family: var(--fa6);
	color: white;
	position: absolute;
	right: -3%;
    font-size: 30px;
    font-weight: 900;
}
.home-sec1 .tabbed-content .nav .tab a {
	background-color: var(--theme-color);
	color: white;
	border: 1px solid rgba(193,212,231,.1);
	padding-left: 15px;
	box-shadow: 3px 4px 3px 0px rgba(22,53,86,.29) inset,6px 5px 3px 0px rgba(3,30,59,.02) inset;
	border-radius: 5px;
	font-family: var(--medi);
}
.home-sec1 .tabbed-content .nav .tab a img {
	margin-right: 10px;
}
.home-sec1 .box-text-products {
	display: flex;
	flex-wrap: wrap;
}
.home-sec1 .box-text-products .price-wrapper {
	flex-basis: 80%;
	background-color: rgb(235 240 247);
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.home-sec1 .box-text-products .add-to-cart-button {
	flex-basis: 20%;
	background-color: rgb(235 240 247);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-sec1 .box-text-products .add-to-cart-button a {
	margin: 0;
    border: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    transition: all 0.5s;
    font-size: 0;
}
.home-sec1 .box-text-products .add-to-cart-button a:hover {
	background-color: unset;
}
.home-sec1 .box-text-products .add-to-cart-button a:before {
	content: '';
    width: 80%;
    height: 80%;
    display: inline-flex;
    background: url(/wp-content/uploads/2024/11/Vector.png) no-repeat center;
    background-size: contain;
}
.home-sec1 .box-text-products .price {
	display: flex;
	flex-direction: column-reverse;
}
.home-sec1 .box-text-products .price .sale-percentage {
	display: none;
}
.home-sec1 .box-text-products .price del bdi {
	font-size: 12px;
}
.btn-link-ha {
	border: 1px solid var(--theme-color);
	background-color: white;
    color: var(--theme-color);
    border-radius: 10px;
	font-family: var(--semi);
	padding: 5px 50px 5px 20px;
}
.btn-link-ha:after {
	content: '\f061';
	position: absolute;
	color: var(--theme-color2);
	margin-left: 20px;
	font-size: 18px;
	font-family: var(--fa6);
	animation: moveArrowRight 1s ease-in-out infinite;
}


#main .home-sec2 {

}
/* .home-sec2 .img {
	padding: 0 10px 0 10px!important;
} */
.home-sec2 .image-cover {
	border-radius: 15px;
}
.home-sec2 .slick-dots li.slick-active {
	background-color: var(--theme-color2);
	width: 45px;
    border-radius: 99px;
	transition: all 0.5s ease-in;
}
.home-sec2 .slider-banner-ha .col {
	padding-bottom: 10px;
}
@keyframes moveArrowRight {
	0%, 100% {
		transform: translateX(-10px);
	}
	50% {
		transform: translateX(0);
	}
}
.btn-link-ha:hover {
	color: white;
	background-color: var(--theme-color);
	border: 1px solid white;
}

.home-sec3 .box-text-products {
	display: flex;
	flex-wrap: wrap;
}
.home-sec3 .box-text-products .price-wrapper {
	flex-basis: 80%;
	background-color: rgb(235 240 247);
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.home-sec3 .box-text-products .add-to-cart-button {
	flex-basis: 20%;
	background-color: rgb(235 240 247);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-sec3 .box-text-products .add-to-cart-button a {
	margin: 0;
    border: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    transition: all 0.5s;
    font-size: 0;
}
.home-sec3 .box-text-products .add-to-cart-button a:hover {
	background-color: unset;
}
.home-sec3 .box-text-products .add-to-cart-button a:before {
	content: '';
    width: 80%;
    height: 80%;
    display: inline-flex;
    background: url(/wp-content/uploads/2024/11/Vector.png) no-repeat center;
    background-size: contain;
}
.home-sec3 .box-text-products .price {
	display: flex;
	flex-direction: column-reverse;
}
.home-sec3 .box-text-products .price .sale-percentage {
	display: none;
}
.home-sec3 .box-text-products .price del bdi {
	font-size: 12px;
}
.home-sec3 .product {
	padding-bottom: 0;
	padding-left: 8px;
    padding-right: 8px;
}
.home-sec3 .product > .col-inner {
	border: 1px solid rgb(229 231 235);
	padding: 15px 15px 0 15px;
    border-radius: 15px;
}
.home-sec3 .product > .col-inner .title-wrapper {
	display: flex;
	flex-direction: column-reverse;
}
.home-sec3 .product > .col-inner .title-wrapper .category {
	font-size: 13px;
	background-color: #f7f7f7;
	border-radius: 99px;
	width: max-content;
    padding: 5px 20px 5px 20px;
    text-transform: none;
	margin-top: 0;
    margin-bottom: 10px;
}
.home-sec3 .product > .col-inner .badge-container {
	left: 5%;
	top: -5%;
}
.home-sec3 .product > .col-inner .badge {
	height: 20px;
}
.home-sec3 .product > .col-inner .on-sale {
	background-color: var(--theme-color2);
	padding: 3px;
}
.home-sec3 .product > .col-inner .onsale {
	font-size: 11px;
	line-height: 0.5;
    display: flex;
    justify-content: center;
    font-family: var(--semi);
}
.home-sec3 .product > .col-inner img {
	aspect-ratio: 1 / 1;
    object-fit: cover;
}
.home-sec3 .product > .col-inner .product-title a {
	font-size: 15px;
	line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 42px;
	font-family: var(--medi);
}
.home-sec3 .prev-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    left: -1%;
	border-radius: 99px;
	width: fit-content !important;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.home-sec3 .prev-arrow:hover i {
    color: white;
    background-color: var(--theme-color2);
    transition: all 0.5s ease-in-out;
}
.home-sec3 .slick-arrow i {
    color: var(--theme-color2);
    background-color: white;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}
.home-sec3 .next-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    right: -1%;
	border-radius: 99px;
	width: fit-content !important;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.home-sec3 .next-arrow:hover i {
    color: white;
    background-color: var(--theme-color2);
    transition: all 0.5s ease-in-out;
}
.home-sec3 .col1 {
	padding-bottom: 20px;
}
.home-sec3 .col1 .col-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f7f7f7;
	padding: 10px;
	border-radius: 10px;
}
.home-sec3 .col1 .col-inner h3 {
	margin: 0;
	color: var(--theme-color);
}
.home-sec3 .col1 .col-inner .btn-link-ha {
	margin: 0;
}
.home-sec3 .col1 .button {
	margin: 0;
    background-color: white !important;
    border-radius: 5px;
    padding: 0 20px;
    color: var(--theme-color);
    font-family: var(--medi);
    border: 1px solid white!important;
/* 	border-color: unset !important; */
}
.home-sec3 .col1 .button:hover {
	border: 1px solid var(--theme-color)!important;
}

#main .home-sec4 {
	padding-bottom: 40px;
}
.home-sec4 h4 {
	margin-bottom: 0;
	flex-basis: 30%;
	display: flex;
    align-items: center;
    background-color: #f7f7f7;
	padding: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	font-family: var(--semi);
	color: var(--theme-color);
	font-size: 20px;
}
.home-sec4 .nav {
	flex-basis: 70%;
	justify-content: flex-end;
	background-color: #f7f7f7;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.home-sec4 .nav li.active > a {
	background-image: linear-gradient(97deg,#102841,#1359a1);
	color: white;
	border: unset;
}
.home-sec4 .nav li > a {
	background-color: white;
	border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
	border: 1px solid rgb(229 231 235);
	font-family: var(--medi);
}
.home-sec4 .nav li {
	margin: 10px 5px 10px 5px!important;
}
.home-sec4 .nav .button {
	margin-bottom: 0;
    margin-left: 5px;
    background-color: white !important;
    border-radius: 10px;
    padding: 0 20px;
    color: var(--theme-color);
    font-family: var(--medi);
    border: 1px solid white!important;
	height: 42px;
	display: flex;
    align-items: center;
}
.home-sec4 .nav .button.primary:hover {
	background-color: white!important;
	border: 1px solid var(--theme-color)!important;
	box-shadow: unset;
}
.home-sec4 .box-text-products {
	display: flex;
	flex-wrap: wrap;
}
.home-sec4 .box-text-products .price-wrapper {
	flex-basis: 80%;
	background-color: rgb(235 240 247);
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.home-sec4 .box-text-products .add-to-cart-button {
	flex-basis: 20%;
	background-color: rgb(235 240 247);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-sec4 .box-text-products .add-to-cart-button a {
	margin: 0;
    border: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    transition: all 0.5s;
    font-size: 0;
}
.home-sec4 .box-text-products .add-to-cart-button a:hover {
	background-color: unset;
}
.home-sec4 .box-text-products .add-to-cart-button a:before {
	content: '';
    width: 80%;
    height: 80%;
    display: inline-flex;
    background: url(/wp-content/uploads/2024/11/Vector.png) no-repeat center;
    background-size: contain;
}
.home-sec4 .box-text-products .price {
	display: flex;
	flex-direction: column-reverse;
}
.home-sec4 .box-text-products .price .sale-percentage {
	display: none;
}
.home-sec4 .box-text-products .price del bdi {
	font-size: 12px;
}
.home-sec4 .product:nth-child(6) {
	display: none;
}
.home-sec4 .product {
	padding-bottom: 0;
	padding-left: 8px;
    padding-right: 8px;
}
.home-sec4 .product > .col-inner {
	border: 1px solid rgb(229 231 235);
	padding: 15px 15px 0 15px;
    border-radius: 15px;
}
.home-sec4 .product > .col-inner .title-wrapper {
	display: flex;
	flex-direction: column-reverse;
}
.home-sec4 .product > .col-inner .title-wrapper .category {
	font-size: 13px;
	background-color: #f7f7f7;
	border-radius: 99px;
	width: max-content;
    padding: 5px 20px 5px 20px;
    text-transform: none;
	margin-top: 0;
    margin-bottom: 10px;
}
.home-sec4 .product > .col-inner .badge-container {
	left: 5%;
	top: -5%;
}
.home-sec4 .product > .col-inner .badge {
	height: 20px;
}
.home-sec4 .product > .col-inner .on-sale {
	background-color: var(--theme-color2);
	padding: 5px;
}
.home-sec4 .product > .col-inner .onsale {
	font-size: 11px;
	line-height: 0.5;
    display: flex;
    justify-content: center;
    font-family: var(--semi);
}
.home-sec4 .product > .col-inner img {
	aspect-ratio: 1 / 1;
    object-fit: cover;
}
.home-sec4 .product > .col-inner .product-title a {
	font-size: 15px;
	line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 42px;
	font-family: var(--medi);
}
#main .home-sec-slide {
	padding-bottom: 50px;
}
.home-sec-slide .col2:before {
	content: '';
    position: absolute;
    background-image: linear-gradient(to right, #fff 15%, rgba(62, 168, 90, 0));
    height: 100%;
    width: 31%;
    right: 69%;
    z-index: 9999;
}
.home-sec-slide .col1 {
	background-color: #f7f7f7;
	transition: all 0.5s ease-in-out;
}
.home-sec-slide .col1, .home-sec-slide .col2 {
	padding-bottom: 0;
}
.home-sec-slide .col1 .col-inner {
	display: flex;
	align-items: center;
/* 	justify-content: space-between; */
	background-color: #f7f7f7;
	transition: all 0.5s ease-in-out;
}
.home-sec-slide .col1 .col-inner .link-sp {
	width: 100%;
	display: block;
	padding-left: 30%;
}
.home-sec-slide .col1 .col-inner .box-image {
	width: 30%;
	margin: 0;
	position: absolute;
	left: -9%;
	top: -39%;
}
.home-sec-slide .col1 .col-inner .box-sp:before {
	content: '\f061';
	position: absolute;
	font-family: var(--fa6);
	color: white;
	opacity: 0;
	font-size: 35px;
    left: 23%;
	transform: translateX(-10px);
	transition: all 1s ease-in-out;
}
.home-sec-slide .col1 .col-inner .box-sp {
	display: flex;
    align-items: center;
	justify-content: space-between;
	display: relative;
}
.home-sec-slide .col1 .col-inner .box-sp h3 {
	margin-bottom: 10px;
	color: var(--theme-color);
	font-size: 25px;
	transition: all 0.5s ease-in-out;
}
.home-sec-slide .col1 .col-inner .box-sp p {
	margin-bottom: 0;
	color: var(--theme-color);
	transition: all 0.5s ease-in-out;
	line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 22px;
}
.home-sec-slide .col1 .col-inner .box-r {
	text-align: center;
}
.home-sec-slide .col1 .col-inner .box-r img {
	width: 35%;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}
.home-sec-slide .row-slider_anhsp {
	background-color: rgb(255 237 210);
}
.home-sec-slide .col-slide img {
	margin: 10px 5px 10px 5px;
	border-radius: 10px;
}
.home-sec-slide .col1:hover {
	background-color: var(--theme-color);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	transition: all 0.3s ease-in-out;
}
.home-sec-slide .col1:hover .col-inner {
	background-color: var(--theme-color);
	transition: all 0.3s ease-in-out;
}
.home-sec-slide .col-inner:hover .box-l h3, .home-sec-slide .col-inner:hover .box-l p {
	color: white;
	transition: all 0.3s ease-in-out;
}
.home-sec-slide .col-inner:hover .box-sp:before {
	opacity: 1;
	transform: translateX(10px);
	transition: all 0.5s ease-in-out;
}
.home-sec5 {
	height: 1400px;
	padding: 0!important;
}
.home-sec5 .section-content {
	height: 100%;
}
.home-sec5 .section-bg:after {
	content: '';
	position: absolute;
	background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 42.61%, #fff);
	height: 10%;
	width: 100%;
	bottom: 0;
	z-index: 9999;
}
.home-sec5 .box {
	margin: auto;
    padding-right: 5%;
    position: sticky;
    top: 43%;
}
.home-sec5 .box-text {
	position: absolute;
    bottom: 35%;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
}
.home-sec5 .btn-shopee {
	border-radius: 99px;
    background-color: white !important;
    padding: 0 50px 0 10px;
    margin: 0;
    font-size: 12px;
	position: relative;
	color: var(--theme-color);
}
.home-sec5 .btn-shopee:after {
	content: '';
	position: absolute;
	background: url(/wp-content/uploads/2024/11/icon-shoppe.webp);
	width: 18px;
    height: 18px;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
}
.home-sec5 .btn-shopee:before {
	content: '\f062';
	position: absolute;
	color: white;
	font-family: var(--fa6);
	left: 40%;
    bottom: -170%;
    font-size: 35px;
	animation: moveArrowTop 1s infinite;
}
@keyframes moveArrowTop {
	0%, 100% {
		transform: translateY(-25%);
		animation-timing-function: cubic-bezier(.8,0,1,1);
	}
	50% {
		transform: none;
		animation-timing-function: cubic-bezier(0,0,.2,1);
	}
}
#main .home-sec6 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.home-sec6 .col1 {
	padding-bottom: 5px;
}
.home-sec6 .col2 {
	padding-bottom: 0;
}
.home-sec6 .col2 .col-inner {
	display: flex;
    align-items: center;
	gap: 20px;
	justify-content: center;
}
.home-sec6 .col2 .col-inner .row-gianhang {
	display: flex;
	width: 100%;
	justify-content: center;
}
.home-sec6 .col2 .col-inner .box-gianhang {
	margin: 0 15px 0 15px;
}
.home-sec6 .col2 .col-inner .gianhang {
	display: flex;
	align-items: center;
	background-color: white;
	border-radius: 10px;
	padding: 10px 50px 10px 50px;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 1px 4px 32px 0px rgba(0,0,0,.08);
	transition: all 0.5s ease-in-out;
	margin: 0 15px 0 15px;
	width: 100%;
}
.home-sec6 .col2 .col-inner .gianhang .box-img {
	width: 40%;
}
.home-sec6 .col2 .col-inner .gianhang:hover {
	transform: scale(1.05);
	transition: all 0.3s ease-in-out;
}
.home-sec6 .col2 .col-inner .gianhang p {
	margin-bottom: 0;
	width: 60%;
	color: var(--theme-color);
    font-family: var(--medi);
}
.home-sec6 img {
	aspect-ratio: 1 / 1;
    object-fit: contain;
	width: 25px;
}
#main .home-sec7 {
	padding-top: 0;
/* 	padding-bottom: 0; */
}
.home-sec7 .col1 > .col-inner {
	display: flex;
	align-items: center;
}
.home-sec7 .col1 .post-item {
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0;
}
.home-sec7 .col1 .post-item:nth-child(1) {
	padding-left: 0;
}
.home-sec7 .col1 h3 {
	writing-mode: vertical-rl;
    transform: rotate(-180deg);
	background: linear-gradient(270deg, #02315d, rgba(1, 65, 125, .45) 100%, rgba(0, 78, 151, 0) 45.29%);
    margin: 0;
    padding: 25px 50px 25px 50px;
    color: white;
	font-family: var(--semi);
}
.home-sec7 .col1 .box-image {
	border-radius: 10px;
}
.home-sec7 .col1 .box-text .post-date-ha {
	display: none;
} 
.home-sec7 .col1 .post-date-ha {
	width: fit-content;
    position: absolute;
    z-index: 9;
    left: 3%;
    top: 2%;
    background-color: hsla(0,0%,100%,.85);
    padding: 5px 5px 5px 25px;
    font-size: 12px;
    color: black;
    border-radius: 5px;
	font-family: var(--medi);
}
.home-sec7 .col1 .post-date-ha:before {
	content: '\f133';
	position: absolute;
	color: black;
	font-family: var(--fa6);
	font-size: 10px;
	left: 10%;
	font-weight: 300;
}
.home-sec7 .col1 .post-title a {
	line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 41px;
    font-size: 16px;
	color: white;
	font-family: var(--semi);
}
.home-sec7 .col1 .is-divider {
	display: none;
}
.home-sec7 .col1 .from_the_blog_excerpt {
	line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 42px;
    font-size: 14px;
	color: white;
	margin-top: 10px;
}
.home-sec7 .col1 .box-text {
	background-image: linear-gradient(101deg,rgba(0,0,0,.31) .17%,rgba(0,0,0,.26) 87.85%);
	backdrop-filter: blur(15px);
	background-color: unset;
	border-radius: 10px;
	margin: 5%;
}
.home-sec7 .col1 .slick-dots li.slick-active {
	background-color: var(--theme-color2);
    width: 45px;
    border-radius: 99px;
    transition: all 0.5s ease-in;
}
.home-sec7 .col2 {
	margin-top: 30px;
}
/* end home */

/* contact */
.rank-math-breadcrumb p {
	display: flex;
}
.rank-math-breadcrumb .separator {
	margin: 0 10px 0 10px;
}
.rank-math-breadcrumb p a:nth-child(1) {
	padding-left: 25px;
    position: relative;
    display: flex;
    align-items: center;
}
.rank-math-breadcrumb p a:nth-child(1):before {
	content: '\f015';
    position: absolute;
    font-family: var(--fa6);
    color: inherit;
    font-size: 13px;
    font-weight: 600;
    left: 0;
}
#main .section-banner {
	padding-bottom: 0;
	padding-top: 0;
}
.section-banner h1 {
	font-size: 36px;
	font-family: var(--medi);
}
.contact-sec1 .rank-math-breadcrumb {
	color: white;
}
.contact-sec1 .rank-math-breadcrumb p a:nth-child(1) {
	color: white;
}
.contact-sec1 {
	background-color: var(--theme-color);
}
.contact-sec1 h1 {
	color: white;
	margin: 40px 0 40px 0;
}
.contact-sec1 .gianhang p {
	margin-bottom: 10px;
	color: white;
}
.contact-sec1 .row-gianhang {
	display: flex;
    align-items: center;
}
.contact-sec1 .row-gianhang .box-gianhang {
	margin-right: 20px;
}
.contact-sec1 .row-gianhang p {
	display: none;
}
.contact-sec1 .row-gianhang img {
	aspect-ratio: 1 / 1;
    object-fit: contain;
    width: 40px;
    height: 40px;
    background-color: white;
    padding: 10px;
    border-radius: 99px;
}
.contact-sec1 .gianhang {
	margin-bottom: 15px;
}
.contact-sec1 .banner {
	background-color: var(--theme-color);
}
.contact-sec2 .tencongty {
	font-size: 20px;
	font-family: var(--medi);
	color: var(--theme-color);
}
.contact-sec2 .contact-info {
	margin: 25px 0 30px 0;
}
.contact-sec2 .contact-info p {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.contact-sec2 .contact-info i {
	width: 4%;
	text-align: center;
	margin-right: 5px;
	color: var(--theme-color);
}
.contact-sec2 .contact-info strong {
	margin-left: 5px;
	color: var(--theme-color);
}
.contact-sec2 .col2 {
	transform: translateY(-21%);
}
.contact-sec2 .col2 .form-contact {
	box-shadow: -3px 2px 20px 0px rgba(0, 0, 0, .04), 2px 2px 12px 0px rgba(0, 0, 0, .02);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
	padding: 20px;
}
.contact-sec2 .col2 .wpcf7-form p {
	color: var(--theme-color);
    font-family: var(--medi);
    padding: 20px;
    background-color: #f7f7f7;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    align-items: center;
}
.contact-sec2 .col2 .wpcf7-form p i {
	padding: 12px;
    background-color: var(--theme-color);
    color: white;
    border-radius: 5px;
    font-size: 22px;
	margin-right: 10px;
}
.contact-sec2 .col2 input {
	border-radius: 5px;
	box-shadow: unset;
	height: 50px;
	margin-bottom: 25px;
}
.contact-sec2 .col2 textarea {
	border-radius: 5px;
	box-shadow: unset;
	height: 80px;
}
.contact-sec2 .col2 button {
	width: 100%;
    border-radius: 5px;
    background-color: unset;
    background-image: linear-gradient(97deg, #102841, #1359a1);
    height: 48px;
    font-family: var(--semi);
}
.contact-sec2 .col2 button:after {
	content: '\f061';
	position: absolute;
	color: white;
	font-family: var(--fa6);
	font-size: 13px;
    margin-left: 10px;
}
.contact-sec2 .col2 label {
	color: var(--theme-color);
	font-family: var(--semi);
}
.contact-sec2 .col2 .form-row {
	display: flex;
	justify-content: space-between;
}
.contact-sec2 .col2 .form-row span.wpcf7-form-control-wrap {
	width: 49%;
}
.contact-sec2 .row1 {
	justify-content: space-between;
}
.contact-sec2 .row1:after {
	display: none;
}
.contact-sec2 .wpcf7 .wpcf7-not-valid-tip {
	bottom: 8px;
}

/* end contact */

/* about */
#main .about-sec1 {
	padding-top: 50px;
	padding-bottom: 0;
}
.about-sec1 .text-gt p {
	text-align: justify;
}
.about-sec1 .title p {
	margin-bottom: 40px;
}
.about-sec1 .col1 {
	padding-bottom: 0;
}
.about-sec1 .col2 {
	padding-left: 40px;
	padding-bottom: 0;
}
.about-sec1 .col2 .image-zoom {
	border-radius: 15px;
}

/* end about */

/* Product */

.woocommerce .page-title-inner {
	padding-top: 0;
}
.woocommerce .sec-banner-shop {
	background-color: #f7f7f7;
}
.woocommerce .sec-banner-shop .col-inner {
	box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 1px 4px 32px 0px rgba(0,0,0,.08);
	border-radius: 15px;
}
.woocommerce .sec-banner-shop .col {
	padding-bottom: 0;
}
.woocommerce .sec-banner-shop .banner {
	background-color: unset;
	border-radius: 15px;
}
.woocommerce .sec-banner-shop .bg {
	border-radius: 15px;
}
.woocommerce .page-title {
	background-color: #f7f7f7;
}
.woocommerce h1.shop-page-title {
	margin-bottom: 0;
	color: var(--theme-color);
	font-size: 20px;
}
.woocommerce h1.shop-page-title p {
	color: #777;
	font-family: var(--medi);
	margin-top: 10px;
}
.woocommerce .shop-page-title p {
	margin-bottom: 0;
}
.woocommerce #main {
	background-color: #f7f7f7;
}
.woocommerce #footer .footer-sec0 {
	background-color: #f7f7f7;
}
.woocommerce #footer .footer-sec0 .col-inner {
	background-image: unset;
	background-color: white;
}
.woocommerce .woocommerce-breadcrumb {
	display: flex;
	font-size: 16px;
	font-weight: normal;
    font-family: var(--medi);
}
.woocommerce .woocommerce-breadcrumb a:last-child {
	color: black;
	font-family: var(--medi);
}
.woocommerce .woocommerce-breadcrumb a:nth-child(1) {
	padding-left: 25px;
	position: relative;
	display: flex;
	align-items: center;
}
.woocommerce .woocommerce-breadcrumb a:nth-child(1):after {
	content: '\f015';
	position: absolute;
	font-family: var(--fa6);
	color: inherit;
	font-size: 13px;
	font-weight: 600;
	left: 0;
}
.woocommerce #shop-sidebar .filter-price {
	display: none;
}
.woocommerce #shop-sidebar .is-divider {
	display: none;
}
.woocommerce #shop-sidebar .widget-title {
	font-size: 16px;
	color: var(--theme-color);
}
.woocommerce #shop-sidebar .widget ul li {
	border-top: unset;
}
.woocommerce #shop-sidebar .widget ul {
	margin-top: 10px;
}
.woocommerce #shop-sidebar .widget ul li .count {
	display: none;
}
.woocommerce #shop-sidebar .widget li.chosen a:before {
	display: none;
}
.woocommerce #shop-sidebar .widget li a {
	padding-left: 35px;
	display: flex;
    align-items: center;
}
.woocommerce #shop-sidebar .widget li a:after {
	content: '\f0c8';
	position: absolute;
	font-family: var(--fa6);
	color: #334862;
	left: 6%;
    font-size: 25px;
	opacity: 0.3;
}
.woocommerce #shop-sidebar .widget li.chosen a:after {
	content: '\f14a';
	font-weight: 600;
	opacity: 1;
	color: var(--theme-color);
}
.woocommerce #shop-sidebar #woocommerce_layered_nav-3 {
	padding-top: 20px;
	border-top: 1px solid hsla(0,0%,93%,.7);
}
.woocommerce #shop-sidebar {
	background-color: white;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 25px;
}
.woocommerce #woocommerce_product_categories-4 {
	border-bottom: 1px solid var(--theme-color);
    padding-bottom: 1.5em;
}
.woocommerce #woocommerce_product_categories-4 .product-categories {
/* 	max-height: 300px;
	overflow: auto; */
	margin-top: 15px;
}
.woocommerce #woocommerce_product_categories-4 .product-categories::-webkit-scrollbar {
	width: 3px;
}
.woocommerce #woocommerce_product_categories-4 .product-categories::-webkit-scrollbar-track {
	background: var(--white);
    border-radius: 10px;
}
.woocommerce #woocommerce_product_categories-4 .product-categories::-webkit-scrollbar-thumb {
	background: var(--theme-color);
    border-radius: 10px;
	border: unset;
}
.woocommerce #woocommerce_product_categories-4 .product-categories .cat-item {
	padding-left: 40px;
	border-top: unset;
	position: relative;
}
.woocommerce #woocommerce_product_categories-4 .product-categories .cat-item:before {
	content: "\f0c8";
    font-family: var(--fa6);
    font-weight: 200;
    position: absolute;
    left: 5px;
    font-size: 25px;
	color: var(--theme-color);
	opacity: 1;
}
.woocommerce #woocommerce_product_categories-4 .product-categories .cat-item.active:before {
	content: '\f14a';
    font-weight: 900;
    color: var(--theme-color);
}
.woocommerce #shop-sidebar .tagcloud {
	margin-top: 15px;
	display: flex;
	flex-direction: column;
}
/* .woocommerce #shop-sidebar .tagcloud a {
	border: unset;
    padding-left: 40px;
    font-size: 16px !important;
	position: relative;
	display: flex;
	align-items: center;
}
.woocommerce #shop-sidebar .tagcloud a:hover {
	background-color: unset;
	color: #111;
}
.woocommerce #shop-sidebar .tagcloud a:before {
	content: "\f0c8";
    font-family: var(--fa6);
    font-weight: 200;
    position: absolute;
    left: 5px;
    font-size: 25px;
    color: var(--theme-color);
    opacity: 1;
} */
/* .woocommerce #tag_cloud-2 {
	background-color: white;
	padding: 20px;
	border-radius: 10px;
} */
/* .woocommerce .col-sidebar > .col-inner {
	position: sticky;
    top: 20%;
} */
.woocommerce .col-sidebar .row-gianhang {
	display: flex;
	align-items: center;
}
.woocommerce .col-sidebar .row-gianhang p {
	display: none;
}
.woocommerce .col-sidebar .row-gianhang .box-gianhang {
	margin-right: 20px;
}
.woocommerce .col-sidebar .row-gianhang img {
	aspect-ratio: 1 / 1;
    object-fit: contain;
    width: 40px;
    height: 40px;
    background-color: white;
    padding: 10px;
    border-radius: 99px;
}
.woocommerce .col-sidebar .ghetham {
	font-family: var(--medi);
	color: var(--theme-color);
	margin-bottom: 5px;
}
.woocommerce .shop-container .box-text-products {
	display: flex;
	flex-wrap: wrap;
}
.woocommerce .shop-container .box-text-products .price-wrapper {
	flex-basis: 80%;
	background-color: rgb(235 240 247);
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.woocommerce .shop-container .box-text-products .add-to-cart-button {
	flex-basis: 20%;
	background-color: rgb(235 240 247);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce .shop-container .box-text-products .add-to-cart-button a {
	margin: 0;
    border: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    transition: all 0.5s;
    font-size: 0;
}
.woocommerce .shop-container .box-text-products .add-to-cart-button a:hover {
	background-color: unset;
}
.woocommerce .shop-container .box-text-products .add-to-cart-button a:before {
	content: '';
    width: 80%;
    height: 80%;
    display: inline-flex;
    background: url(/wp-content/uploads/2024/11/Vector.png) no-repeat center;
    background-size: contain;
}
.woocommerce .shop-container .box-text-products .price {
	display: flex;
	flex-direction: column-reverse;
}
.woocommerce .shop-container .box-text-products .price .sale-percentage {
	display: none;
}
.woocommerce .shop-container .box-text-products .price del bdi {
	font-size: 12px;
}
.woocommerce .shop-container .product {
	padding-bottom: 19.6px;
/* 	padding-left: 8px;
    padding-right: 8px; */
}
.woocommerce .shop-container .product > .col-inner {
	border: 1px solid rgb(229 231 235);
	padding: 15px 15px 0 15px;
    border-radius: 15px;
	background-color: white;
}
.woocommerce .shop-container .product > .col-inner .title-wrapper {
	display: flex;
	flex-direction: column-reverse;
}
.woocommerce .shop-container .product > .col-inner .title-wrapper .category {
	font-size: 13px;
	background-color: #f7f7f7;
	border-radius: 99px;
	width: max-content;
    padding: 5px 20px 5px 20px;
    text-transform: none;
	margin-top: 0;
    margin-bottom: 10px;
}
.woocommerce .shop-container .product > .col-inner .badge-container {
	left: 5%;
	top: -5%;
}
.woocommerce .shop-container .product > .col-inner .badge {
	height: 20px;
}
.woocommerce .shop-container .product > .col-inner .on-sale {
	background-color: var(--theme-color2);
	padding: 3px;
}
.woocommerce .shop-container .product > .col-inner .onsale {
	font-size: 11px;
	line-height: 0.5;
	display: flex;
    justify-content: center;
    font-family: var(--semi);
}
.woocommerce .shop-container .product > .col-inner img {
	aspect-ratio: 1 / 1;
    object-fit: cover;
}
.woocommerce .shop-container .product > .col-inner .product-title a {
	font-size: 15px;
	line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 42px;
	font-family: var(--medi);
}
.woocommerce .shop-container .woocommerce-pagination {
	display: none;
}
.woocommerce .title-shop {
	display: flex;
	background-color: white;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
#load-more-btn-container-ha {
	text-align: center;
}
#load-more-btn-container-ha #load-more-btn {
	background-image: linear-gradient(97deg, #102841, #1359a1);
    border-radius: 99px;
    font-family: var(--medi);
    padding: 5px 40px 5px 40px;
}
.sortbycate {
  	position: relative;
  	display: flex;
	align-items: center;
}

.sortbycate .titlesort svg {
	display: none;
}

.sortbycate .order-list {
  	display: none;
  	position: absolute;
  	top: 94%;
  	left: 0;
  	background-color: #fff;
  	border-radius: 5px;
  	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  	z-index: 1000;
  	padding: 10px 0;
  	width: 100%;
}

.sortbycate .order-list .order-item {
  	padding: 8px 15px;
  	list-style: none;
	margin: 0 10px 10px 10px;
    border-radius: 5px;
}
.sortbycate .order-list .order-item:hover {
	background-color: #f7f7f7;
}
.sortbycate .order-list .order-item.active {
	background-image: linear-gradient(97deg, #102841, #1359a1);
	background-color: unset;
}
.sortbycate .order-list .order-item.active a {
	color: white;
}

.sortbycate .order-list .order-item a {
  	color: var(--theme-color);
  	text-decoration: none;
  	display: block;
}

.sortbycate .order-list .order-item:hover {
  	background-color: #f4f4f4;
}

.sortbycate:hover .order-list {
  	display: block;
}

.sortbycate .titlesort {
	cursor: pointer;
	display: flex;
	align-items: center;
	width: 250px;
	justify-content: space-between;
	font-family: var(--medi);
	height: fit-content;
	padding: 8px 20px 8px 20px;
    background-color: #f7f7f7;
    color: var(--theme-color);
    border-radius: 5px;
}

/* end product */

/* chi tiết sản phẩm */

.single-product .col-left .badge-none {
	display: none;
}
.single-product .product-images img {
	border-radius: 10px;
}
.single-product .product-thumbnails a {
	border-radius: 10px;
}
.single-product .woocommerce-product-gallery__wrapper .flickity-button {
	transform: unset;
	opacity: 1;
}
.single-product .product-images .flickity-button svg {
	display: none;
}
.single-product .product-images .flickity-button:before {
	font-family: var(--fa6);
	color: var(--theme-color2);
	background-color: white;
    padding: 10px;
    width: 35px;
    height: 35px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
	box-shadow: 1px 2px 13px 0px rgba(12,46,112,.04),-4px 1px 18px 0px rgba(12,46,112,.04);
}
.single-product .product-images .flickity-button.previous:before {
	content: '\f104';
}
.single-product .product-images .flickity-button.next:before {
	content: '\f105';
}
.single-product .product-images .previous {
	left: -3%;
}
.single-product .product-images .next {
	right: -3%;
}
.single-product .product-info .row-cskh p {
	display: none;
}
.single-product .product-info .row-cskh h4 {
	font-size: 11px;
}
.single-product .product-info .row-cskh .box {
	display: flex;
	align-items: center;
}
.single-product .product-info .row-cskh .box-text {
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 10px;
}
.woocommerce-Tabs-panel .content {
	height: 200px;
    overflow: hidden;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
	color: black;
    line-height: 1.6;
}
.woocommerce-Tabs-panel .show-more {
	position: relative;
}
.woocommerce-Tabs-panel .show-more:before {
	height: 100px;
    margin-top: -60px;
    content: '';
    display: block;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.91) 100%, #fff 55%);
}
.woocommerce-Tabs-panel .btn--view-more {
	text-align: center;
}
.woocommerce-Tabs-panel .btn--view-more i {
	font-size: 9px;
	margin-left: 5px;
}
.woocommerce-Tabs-panel .btn--view-more a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.woocommerce-Tabs-panel .show-more .btn--view-more .less-text {
    display: none;
}
.woocommerce-Tabs-panel .content.show {
    height: 100%;
}
.woocommerce-Tabs-panel .show-more.none .btn--view-more a.more-text {
    display: none;
}
.woocommerce-Tabs-panel .show-more.none .btn--view-more a.less-text {
    display: inline-flex;
}
.single-product .row-product-tab {
	margin-top: 20px;
}
.single-product .row-product-tab .btn-xemthem-mota {
	display: none;
}
/* .single-product .woocommerce-tabs {
	background-color: white;
	border-radius: 10px;
	padding: 15px;
} */
.single-product .woocommerce-tabs .tabs .description_tab.active a:before {
	display: none;
}
.single-product .woocommerce-tabs .tabs li.active a {
	background-image: linear-gradient(44deg, #fff0d8 50.63%, #ffd797 106.58%);
	color: var(--theme-color);
}
.single-product .woocommerce-tabs .tabs a:before {
	display: none;
}
.single-product .woocommerce-tabs .tabs a {
	background-color: #f7f7f7;
/* 	color: var(--theme-color); */
	border-radius: 5px;
	padding: 10px 15px 10px 15px;
	font-family: var(--semi);
	text-transform: uppercase;
}
.single-product .woocommerce-tabs .tab-panels {
	margin-top: 15px;
    padding-top: 10px;
	border-top: 1px solid hsla(0,0%,93%,.7);
}
.single-product .product-info > .col-inner {
	background-color: white;
    border-radius: 10px;
    padding: 25px;
}
.single-product .product-info .single_add_to_cart_button:hover {
	box-shadow: unset;
	background-color: var(--theme-color);
	color: white;
}
.single-product .product-info .single_add_to_cart_button:hover:before {
	color: white;
}
.single-product .product-info .single_add_to_cart_button {
	color: var(--theme-color);
    background-color: white;
    border: 1px solid var(--theme-color);
    border-radius: 10px;
	padding-left: 40px;
	font-weight: normal;
    font-family: var(--semi);
	opacity: 1;
}
.single-product .product-info .buy_now_button {
	color: white;
    background-color: var(--theme-color);
    border-radius: 10px;
	height: 42.41px;
	font-size: 1em;
	margin-left: 1em;
	padding: 0 60px 0 60px;
	font-weight: normal;
    font-family: var(--semi);
	border: 1px solid var(--theme-color);
}
.single-product .product-info .buy_now_button:hover {
	box-shadow: unset;
	color: var(--theme-color);
    background-color: white;
}
.single-product .product-info .single_add_to_cart_button:before {
	content: '\f217';
	color: var(--theme-color);
	font-family: var(--fa6);
	position: absolute;
	left: 5%;
	font-weight: 600;
}
.single-product .product-info form {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid hsla(0,0%,93%,.7);
	margin-top: 20px;
}
.single-product .product-info form div, .single-product .product-info form button {
	margin-bottom: 0;
}
.single-product .product-info .row-cskh .col {
	padding-bottom: 0;
}
.single-product .product-info .product-short-description {
	border-top: 1px solid hsla(0,0%,93%,.7);
	padding-top: 20px;
	margin-top: 20px;
	color: black;
}
.single-product .product-info .product-short-description h4 {
	color: black;
}
.single-product .product-info .price {
	width: max-content;
	background-image: linear-gradient(100deg,#e9940b 46.57%,#ffdba3 100.64%);
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	margin: 0;
	gap: 10px;
	font-weight: normal;
	font-family: var(--medi);
}
.single-product .product-info .price bdi {
	color: white;
	font-weight: normal;
    font-family: var(--medi);
}
.single-product .product-info .price ins {
	order: 1;
}
/* .single-product .product-info .price ins bdi {
	font-family: var(--bold);
} */
.single-product .product-info .price del  {
	order: 2;
	font-size: 14px;
	margin: 0 50px 0 15px;
}
.single-product .product-info .price del span {
	opacity: 1;
}
.single-product .product-info .price .sale-percentage {
	order: 3;
	font-size: 12px;
	background-image: linear-gradient(97deg, #102841, #1359a1);
	padding: 5px;
    font-family: var(--bold);
    border-radius: 5px;
}
.single-product .product-info .woocommerce-Price-currencySymbol {
	vertical-align: top;
}
.single-product .product-info {
	padding-top: 0;
	padding-bottom: 0;
}
.single-product .product-info .variations label {
	font-family: var(--semi);
}
.single-product .product-info .variations .ux-swatch {
	border: 2px solid white;
	box-shadow: 1.6px 1.6px 9.6px 0px rgba(0,0,0,.02),-2.4px 1.6px 16px 0px rgba(0,0,0,.04);
}
.single-product .product-info .variations .ux-swatch.selected {
	border: 2px solid var(--theme-color);
	position: relative;
}
/* .single-product .product-info .variations .ux-swatch.selected span {
	position: relative;
} */
.single-product .product-info .variations .ux-swatch.selected:before {
	content: '';
	position: absolute;
	background-image: url(/wp-content/uploads/2024/11/checkVar.webp);
	background-size: cover;
    width: 12px;
    height: 12px;
    top: -22%;
    right: -8%;
}
.single-product .product-info .woocommerce-variation {
	display: none!important;
}
.single-product .product-info .bangthongso .tr-thongso {
	display: flex;
	margin-bottom: 5px;
}
.single-product .product-info .bangthongso h4 {
	text-transform: uppercase;
}
.single-product .product-info .bangthongso .tr-thongso strong {
	width: 20%;
}
/* .single-product .product-info .bangthongso .tr-thongso span {
	width: 75%;
} */
.single-product .ux-quantity input {
	box-shadow: unset;
	background-color: unset;
	border: unset;
}
.single-product .ux-quantity input:hover {
	background-color: unset;
	text-shadow: unset;
}
.single-product .ux-quantity .ux-quantity__button {
	box-shadow: 1.6px 1.6px 9.6px 0px rgba(0,0,0,.02),-2.4px 1.6px 16px 0px rgba(0,0,0,.04);
	max-width: 30px;
    max-height: 30px;
    padding: 10px;
    line-height: 1;
}
.single-product .product-main {
	padding-top: 0!important;
}
.single-product .product-gallery .ghetham {
	margin: 20px 0 10px 0;
	font-family: var(--medi);
}
.single-product .product-gallery .row-gianhang {
	display: flex;
	align-items: center;
	gap: 20px;
}
.single-product .product-gallery .row-gianhang p {
	display: none;
}
.single-product .product-gallery .row-gianhang .box-img {
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: #f7f7f7;
    border-radius: 99px;
	display: flex;
	justify-content: center;
	align-content: center;
}
.single-product .product-gallery .row-gianhang .box-img:hover img {
	transform: scale(1.2);
	transition: all 0.3s ease-in-out;
}
.single-product .product-gallery .row-gianhang img {
	aspect-ratio: 1 / 1;
    object-fit: contain;
	transition: all 0.5s ease-in-out;
}
.single-product .product-gallery .image-tools {
	display: none;
}
.single-product .product-gallery .zoom-button {
	border: 2px solid var(--theme-color);
}
.single-product .product-gallery .zoom-button i {
	color: var(--theme-color);
}
.single-product .product-gallery .zoom-button:hover {
	background-color: var(--theme-color);
}
.single-product .product-gallery .zoom-button:hover i {
	color: white;
}
/* .single-product .product-gallery {
	padding-left: 0;
} */
.single-product .product-gallery .col-inner {
	padding: 25px;
	background-color: white;
	border-radius: 10px;
	position: sticky;
    top: 18%;
}
.single-product .related .related-top {
	display: flex;
    align-items: center;
    padding: 10px 20px;
    background-color: white;
    margin-top: 40px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.single-product .related .row-slider:hover .previous {
	transform: unset!important;
	left: 0!important;
}
.single-product .related .row-slider:hover .next {
	transform: unset!important;
	right: 0!important;
}
.single-product .related .row-slider .flickity-button {
	opacity: 1;
	box-shadow: unset;
	background-color: unset;
	height: fit-content;
    top: 42%;
	z-index: 99;
	transform: unset!important;
	width: fit-content;
}
.single-product .related .row-slider .flickity-button:before {
	font-family: var(--fa6);
    color: var(--theme-color2);
    background-color: white;
    padding: 10px;
    width: 35px;
    height: 35px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 2px 13px 0px rgba(12, 46, 112, .04), -4px 1px 18px 0px rgba(12, 46, 112, .04);
}
.single-product .related .row-slider .flickity-button:hover:before {
	color: white;
	background-color: var(--theme-color2);
}
/* .single-product .related .row-slider .previous {
	left: 0!important;
} */
.single-product .related .row-slider .previous:before {
	content: '\f104';
}
.single-product .related .row-slider .next {
	right: 0!important;
}
.single-product .related .row-slider .next:before {
	content: '\f105';
}
.single-product .related .row-slider .flickity-button svg {
	display: none;
}
.single-product .related .related-top h3 {
	padding: 0;
	margin-bottom: 0;
	color: var(--theme-color);
}
.single-product .related .related-top a {
	display: flex;
	align-items: center;
    white-space: nowrap;
	background-color: #f7f7f7;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: var(--medi);
	border: 1px solid #f7f7f7;
}
.single-product .related .related-top a:hover {
	border: 1px solid var(--theme-color);
}
.single-product .related .related-top a i {
	font-size: 11px;
	margin-left: 10px;
}

/* end chi tiết sản phẩm */

/* tin tức */
.archive.category .block-category1 .col-ha {
	padding-bottom: 0;
}
.archive.category .block-category1 {
	padding: 0!important;
}
.archive.category .block-category1 .tabbed-content h4 {
	color: var(--theme-color);
	text-transform: none;
	width: 40%;
	background-color: white;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 15px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.archive.category .block-category1 .nav {
	width: 60%;
	justify-content: flex-end;
	background-color: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px;
}
.archive.category .block-category1 .nav li {
	margin-right: 10px;
}
.archive.category .block-category1 .nav li.active a {
	background-color: var(--theme-color);
	color: white;
}
.archive.category .block-category1 .nav a {
	background-color: #f7f7f7;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 99px;
    font-family: var(--semi);
}
.archive.category .block-category1 .box-image {
	border-radius: 10px;
}
.archive.category .block-category1 .box-text .post-date-ha {
	display: none;
} 
.archive.category .block-category1 .post-date-ha {
	width: fit-content;
    position: absolute;
    z-index: 9;
    left: 3%;
    top: 5%;
    background-color: hsla(0,0%,100%,.85);
    padding: 5px 5px 5px 25px;
    font-size: 12px;
    color: black;
    border-radius: 5px;
	font-family: var(--medi);
}
.archive.category .block-category1 .post-date-ha:before {
	content: '\f133';
	position: absolute;
	color: black;
	font-family: var(--fa6);
	font-size: 10px;
	left: 10%;
	font-weight: 300;
}
.archive.category .block-category1 .post-title a {
	line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 41px;
    font-size: 16px;
	color: white;
	font-family: var(--semi);
}
.archive.category .block-category1 .from_the_blog_excerpt {
	line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 42px;
    font-size: 14px;
	color: white;
	margin-top: 10px;
}
.archive.category .block-category1 .box-text {
	background-image: linear-gradient(101deg,rgba(0,0,0,.31) .17%,rgba(0,0,0,.26) 87.85%);
	backdrop-filter: blur(15px);
	background-color: unset;
	border-radius: 10px;
	margin: 5%;
	padding: 20px;
}
.archive.category .block-category2 {
	padding: 0!important;
}
.archive.category .block-category2 .col-ha {
	padding-bottom: 0;
}
.archive.category .block-category2 .tabbed-content h4 {
	color: var(--theme-color);
	text-transform: none;
	width: 40%;
	background-color: white;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 15px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.archive.category .block-category2 .nav {
	width: 60%;
	justify-content: flex-end;
	background-color: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px;
}
.archive.category .block-category2 .nav li {
	margin-right: 10px;
}
.archive.category .block-category2 .nav li.active a {
	background-color: var(--theme-color);
	color: white;
}
.archive.category .block-category2 .nav a {
	background-color: #f7f7f7;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 99px;
    font-family: var(--semi);
}
.archive.category .block-category2 .box-image {
	border-radius: 10px;
}
.archive.category .block-category2 .col1 .box-text .post-date-ha {
	display: none;
} 
.archive.category .block-category2 .col1 .post-date-ha {
	width: fit-content;
    position: absolute;
    z-index: 9;
    left: 3%;
    top: 5%;
    background-color: hsla(0,0%,100%,.85);
    padding: 5px 5px 5px 25px;
    font-size: 12px;
    color: black;
    border-radius: 5px;
	font-family: var(--medi);
}
.archive.category .block-category2 .col1 .post-date-ha:before {
	content: '\f133';
	position: absolute;
	color: black;
	font-family: var(--fa6);
	font-size: 10px;
	left: 10%;
	font-weight: 300;
}
.archive.category .block-category2 .col1 .post-title a {
	line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 41px;
    font-size: 16px;
	color: white;
	font-family: var(--semi);
}
.archive.category .block-category2 .col1 .from_the_blog_excerpt {
	line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 42px;
    font-size: 14px;
	color: white;
	margin-top: 10px;
}
.archive.category .block-category2 .col1 .box-text {
	background-image: linear-gradient(101deg,rgba(0,0,0,.31) .17%,rgba(0,0,0,.26) 87.85%);
	backdrop-filter: blur(15px);
	background-color: unset;
	border-radius: 10px;
	margin: 5%;
	padding: 20px;
}
.archive.category .block-category2 .col2 .image-cover {
	border-radius: 10px;
}
.archive.category .block-category2 .col2 .box-image .post-date-ha {
	display: none;
}
.archive.category .block-category2 .col2 .post-title a {
	line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 41px;
    font-size: 16px;
	color: var(--theme-color);
	font-family: var(--semi);
}
.archive.category .block-category2 .col2 .from_the_blog_excerpt {
	line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 60px;
    font-size: 14px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.archive.category .block-category2 .col2 .box-text {
	padding-top: 0;
}
.archive.category .block-category2 .col2 .post-date-ha {
	padding-left: 25px;
    font-family: var(--medi);
    color: black;
}
.archive.category .block-category2 .col2 .post-date-ha:before {
	content: '\f133';
	position: absolute;
	color: black;
	font-family: var(--fa6);
	font-size: 10px;
	left: 6%;
	font-weight: 300;
}
.archive.category .block-category2 .col2 .post-item {
	padding-bottom: 15px;
}
.archive.category .block-category2 .col2 .post-item .col-inner {
	padding-bottom: 15px;
	border-bottom: 1px solid var(--theme-color);
}

.archive.category .col9 .post-item .box-image .post-date-ha {
	display: none;
}
.archive.category .col9 .post-item .box-image .image-cover {
	padding-top: 60%!important;
	border-radius: 15px;
}
.archive.category .col9 .post-item .box .post-title a {
	font-size: 17px;
	color: var(--theme-color);
    font-family: var(--semi);
	margin: 0;
}
.archive.category .col9 .post-item .box .from_the_blog_excerpt {
	line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: fit-content;
    font-size: 14px;
	margin: 20px 0 20px 0;
	text-align: justify;
}
.archive.category .col9 .post-item .box .post-date-ha {
	font-family: var(--medi);
	position: relative;
	padding-left: 20px;
}
.archive.category .col9 .post-item .box .post-date-ha:before {
	content: '\f133';
	position: absolute;
	color: black;
	font-family: var(--fa6);
	font-size: 10px;
	left: 1%;
	font-weight: 300;
}
.archive.category .page-numbers {
	display: flex;
	justify-content: center;
}
.archive.category .page-numbers .page-number.current {
	background-color: var(--theme-color);
}
.archive.category .page-numbers .page-number {
	border: unset;
	background-color: white;
	box-shadow: -6px 2px 28px 0px rgba(12,46,112,.04),2px 4px 20px 0px rgba(12,46,112,.04);
	font-family: var(--medi);
    display: flex;
    justify-content: center;
    align-items: center;
}
.archive.category .page-numbers li {
	margin: 0 10px 0 10px;
}
.archive.category .page-numbers i {
	color: var(--theme-color2);
}
.archive.category .page-numbers .page-number:hover {
	color: unset;
}
.archive.category .page-numbers .page-number.current:hover {
	color: white;
}
.archive.category .col-tab-ha {
	display: flex;
	margin-bottom: 30px;
	align-items: center;
}
.archive.category .col-tab-ha h1 {
	width: fit-content;
	color: var(--theme-color);
    text-transform: none;
	flex-shrink: 0;
	margin-bottom: 0;
}
.archive.category .col-tab-ha .tabs-category {
	margin-left: 10px;
}
.archive.category .col-tab-ha .tabs-category .ul-parent {
	display: flex;
	margin-bottom: 0;
}
.archive.category .col-tab-ha .tabs-category .ul-parent > li {
	list-style: none;
	margin: 0 10px 0 10px;
	background-color: white;
    padding: 10px 20px 10px 20px;
    border-radius: 99px;
}
.archive.category .col-tab-ha .tabs-category a {
    font-family: var(--semi);
	font-size: 13px;
	text-transform: uppercase;
	color: var(--theme-color);
}
.archive.category .col-tab-ha .tabs-category a:hover {
	color: var(--theme-color);
}
.archive.category .col-tab-ha .tabs-category .hidden-category {
	display: none;
}
.archive.category .col-tab-ha .tabs-category .show-more {
	position: relative;
}
.archive.category .col-tab-ha .tabs-category .show-more .dropdown {
	display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f7f7f7;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 100;
    list-style: none;
    padding: 10px;
    margin: 0;
	width: max-content;
	border: 1px solid #dddddd;
    border-radius: 7px;
}
.archive.category .col-tab-ha .tabs-category .show-more .dropdown li {
	margin-bottom: 15px;
	margin-left: 0;
    background-color: white;
    padding: 10px 20px 10px 20px;
    border-radius: 7px;
    font-family: var(--semi);
    font-size: 13px;
    text-transform: uppercase;
}
.archive.category .col-tab-ha .tabs-category .show-more .dropdown li:last-child {
	margin-bottom: 0;
}
.archive.category .col-tab-ha .tabs-category .show-more .dropdown a {
	display: block;
    width: 100%;
	padding: 0;
	text-transform: none;
}
.archive.category .col-tab-ha .tabs-category .show-more:hover .dropdown {
	display: block;
}
.archive.category .col-tab-ha .tabs-category .ul-parent
.archive.category .col-tab-ha .tabs-category li.active a {
	background-color: var(--theme-color);
	color: white;
}
.archive.category .blog-archive .row1 > .col12 {
	padding-left: 15px;
	padding-right: 15px;
}
.archive.category .blog-archive .row1 > .col12 .rank-math-breadcrumb {
	display: none;
}
.archive.category .blog-archive .row1 > .col9 {
	padding-left: 15px;
	padding-right: 50px;
}
.archive.category .blog-archive .row1 > .col3 {
	padding-left: 15px;
	padding-right: 15px;
}
.archive.category .blog-archive .row1 > .col3 .col-inner {
	position: sticky;
    top: 18%;
}
.archive.category #content {
	background-color: #f7f7f7;
}
.archive.category .rank-math-breadcrumb p {
	margin-bottom: 0;
}
.archive.category .footer-sec0 .col-inner {
	background-image: unset;
	background-color: white;
}
.archive.category .footer-sec0 {
	background-color: #f7f7f7;
}
.archive.category .col9 .post-item > .col-inner {
	border-bottom: 1px solid var(--theme-color);
	padding-bottom: 30px;
}
.archive.category .col9 .post-item:last-child {
	padding-bottom: 0;
}
.archive.category .col9 .post-item:last-child > .col-inner {
	border-bottom: unset;
}
.archive.category .blog-archive .row1 > .col3 .box-gianhang {
	margin-bottom: 10px;
	background-color: white;
    border-radius: 5px;
}
.archive.category .blog-archive .row1 > .col3 .gianhang {
	display: flex;
	align-items: center;
}
.archive.category .blog-archive .row1 > .col3 .gianhang p {
	margin-bottom: 0;
	margin-left: 5px;
	color: var(--theme-color);
    font-family: var(--medi);
}
.archive.category .blog-archive .row1 > .col3 .row-gianhang img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    width: 40px;
    height: 40px;
    background-color: white;
    padding: 10px;
    border-radius: 99px;
}
.archive.category .blog-archive .row1 > .col3 .ketnoi {
	color: white;
	background-color: var(--theme-color);
	border-radius: 5px;
	padding: 15px;
	font-family: var(--semi);
}
.archive.category .blog-archive .row1 > .col3 #woocommerce_products-2 {
	background-color: white;
    padding: 15px 15px 30px 15px;
    border-radius: 5px;
	margin-top: 35px;
}
.archive.category .blog-archive .row1 > .col3 #woocommerce_products-2 .widget-title  {
	font-size: 16px;
	color: var(--theme-color);
}
.archive.category .blog-archive .row1 > .col3 #woocommerce_products-2 .is-divider {
	display: none;
}
.archive.category .blog-archive .row1 > .col3 #woocommerce_products-2 .product-title {
	font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 40px;
	font-family: var(--medi);
}
.archive.category .blog-archive .row1 > .col3 #woocommerce_products-2 del {
	display: none;
}
.archive.category .blog-archive .row1 > .col3 #woocommerce_products-2 .sale-percentage {
	display: none;
}
.archive.category .blog-archive .row1 > .col3 #woocommerce_products-2 ins bdi {
	color: red;
	font-weight: normal;
	font-size: 13px;
}
.archive.category .blog-archive .row1 > .col3 #woocommerce_products-2 .product_list_widget {
	margin-top: 15px;
}
.archive.category .blog-archive .row1 > .col3 #woocommerce_products-2 .div-btn-xemthem {
	text-align: center;
	margin-top: 20px;
}
.archive.category .blog-archive .row1 > .col3 #woocommerce_products-2 .btn-xemthem-post {
	background-color: #f7f7f7;
    padding: 10px 20px 10px 20px;
    border-radius: 99px;
    color: var(--theme-color);
    font-family: var(--semi);
    font-size: 15px;
}
.archive.category .blog-archive .no-results {
	display: none;
}
.archive.category .blog-archive .col-last {
	display: none;
}
.archive.category .block-category1 .col-right .box-text .post-meta {
	display: none;
}
.archive.category .block-category1 .col-right .from_the_blog_excerpt {
	display: none;
}
.archive.category .block-category2 .col2 .box-text .post-meta {
	display: none;
}

/* end tin tức */

/* chi tiết tin tức */
.single-post .rank-math-breadcrumb p a {
	color: inherit;
}
.single-post .rank-math-breadcrumb p .last {
	color: var(--theme-color);
	font-family: var(--medi);
}
.single-post .block-category1, .single-post .block-category2 {
	display: none;
}
.single-post .col12 {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.single-post .col9 .col-tab-ha {
	display: none;
}
.single-post .col9 {
	padding-left: 15px;
    padding-right: 50px;
}
.single-post .col9 .col-inner {
	padding: 20px;
    background-color: white;
    border-radius: 10px;
}
.single-post .col9 .entry-divider {
	display: none;
}
.single-post .col3 {
	padding-left: 15px;
    padding-right: 15px;
}
.single-post .col3 .col-inner {
	padding: 20px;
    background-color: white;
    border-radius: 10px;
	position: sticky;
    top: 18%;
}
.single-post .col3 #custom_html-2 {
	display: none;
}
.single-post #main {
	background-color: #f7f7f7;
}
.single-post .footer-sec0 {
	background-color: #f7f7f7;
}
.single-post .footer-sec0 .col-inner {
	background-color: white;
	background-image: unset;
}
.archive.category .blog-archive .row1 > .col3 #woocommerce_products-2 {
	background-color: white;
    padding: 15px 15px 30px 15px;
    border-radius: 5px;
	margin-top: 35px;
}
.single-post .row1 > .col3 #woocommerce_products-2 .widget-title  {
	font-size: 16px;
	color: var(--theme-color);
}
.single-post .row1 > .col3 #woocommerce_products-2 .is-divider {
	display: none;
}
.single-post .row1 > .col3 #woocommerce_products-2 .product-title {
	font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 40px;
}
.single-post .row1 > .col3 #woocommerce_products-2 del {
	display: none;
}
.single-post .row1 > .col3 #woocommerce_products-2 ins bdi {
	color: red;
	font-weight: normal;
	font-size: 13px;
	font-family: var(--medi);
}
.single-post .row1 > .col3 #woocommerce_products-2 .product_list_widget {
	margin-top: 15px;
}
.single-post .row1 > .col3 #woocommerce_products-2 .product_list_widget .sale-percentage {
	display: none;
}
.single-post .row1 > .col3 #woocommerce_products-2 .div-btn-xemthem {
	text-align: center;
	margin-top: 20px;
}
.single-post .row1 > .col3 #woocommerce_products-2 .btn-xemthem-post {
	background-color: #f7f7f7;
    padding: 10px 20px 10px 20px;
    border-radius: 99px;
    color: var(--theme-color);
    font-family: var(--semi);
    font-size: 15px;
}
.single-post .col9 .entry-image img {
	border-radius: 10px;
}
.single-post .col9 .entry-header-text {
	padding-top: 0;
}
.single-post .col9 .entry-header-text .post-date-ha {
	width: fit-content;
    padding: 10px 15px 10px 30px;
    background-color: var(--theme-color);
    color: white;
    font-family: var(--semi);
    border-radius: 5px;
    margin: 15px 0 15px 0;
	display: flex;
	align-items: center;
}
.single-post .col9 .entry-header-text .post-date-ha:before {
	content: '\f133';
	position: absolute;
	color: white;
	font-family: var(--fa6);
	font-size: 10px;
	left: 3%;
	font-weight: 500;
}
.single-post .col9 .entry-title {
	margin-bottom: 0;
}
.single-post .col9 .share-ha i {
	margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
    color: var(--theme-color);
}
.single-post .col9 .share-ha i:hover {
	background-color: var(--theme-color);
	color: white;
}
.single-post .col-last {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 30px;
	padding-bottom: 0;
}
.single-post .page-wrapper {
	padding-bottom: 0;
}
.single-post .col-last .top-related {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: white;
    padding: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.single-post .col-last .top-related h3 {
	width: 50%;
	margin-bottom: 0;
	color: var(--theme-color);
	text-transform: uppercase;
}
.single-post .col-last .top-related div {
	width: 50%;
	display: flex;
    justify-content: flex-end;
}
.single-post .col-last .top-related div a {
	width: fit-content;
	display: block;
	padding: 10px 15px 10px 15px;
    background-color: #f7f7f7;
    border-radius: 5px;
    font-family: var(--medi);
    color: var(--theme-color);
	border: 1px solid #f7f7f7;
}
.single-post .col-last .top-related div a i {
	font-size: 13px;
}
.single-post .col-last .top-related div a:hover {
	border: 1px solid var(--theme-color);
}
.single-post .col-last .image-cover {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.single-post .col-last .box-text {
	padding: 15px;
	background-color: white;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.single-post .col-last .slick-nav {
    position: absolute;
    top: 26%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    border-radius: 99px;
    width: fit-content !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.single-post .col-last .slick-nav.prev-arrow {
	left: -1%;
}
.single-post .col-last .slick-nav.next-arrow {
	right: -1%;
}
.single-post .col-last .slick-arrow i {
    color: var(--theme-color2);
    background-color: white;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}
.single-post .col-last .slick-arrow i:hover {
	background-color: var(--theme-color2);
	color: white;
}
.single-post .col-last .from_the_blog_excerpt {
	line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 60px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.single-post .col-last h5 a {
	line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 41px;
    font-size: 16px;
    color: var(--theme-color);
    font-family: var(--semi);
}
.single-post .col-last .post-meta {
	padding-left: 25px;
    font-family: var(--medi);
    color: black;
}
.single-post .col-last .post-meta:before {
	content: '\f133';
    position: absolute;
    color: black;
    font-family: var(--fa6);
    font-size: 10px;
    left: 6%;
    font-weight: 300;
}
/* end chi tiết tin tức */

/* footer */
#footer .footer-sec0 {
	padding-bottom: 50px;
}
.footer-sec0 p {
	line-height: 1.3;
}
.footer-sec0 h4 {
	color: var(--theme-color);
	margin-bottom: 10px;
}
.footer-sec0 .col {
	padding-bottom: 0;
}
.footer-sec0 .col-inner {
	background-image: linear-gradient(95deg,#eef8ff,rgba(255,245,237,.79));
	border-radius: 15px;
	padding: 5px 20px 5px 20px;
}
/* .footer-sec0 .col-inner .box-text {
	padding-top: 0;
	padding-bottom: 0;
} */
.footer-sec1 {
	background-color: var(--theme-color);
	color: white;
	padding: 30px 0 0 0!important;
}
.footer-sec1 .col {
	padding-bottom: 0;
}
.footer-sec1 .col .col-inner {
	border-bottom: 1px solid #d9d9d942;
    padding-bottom: 30px;
}
.footer-sec1 .social-footer {
	display: flex;
	align-items: center;
}
.footer-sec1 .social-footer .list-social {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.footer-sec1 .social-footer .list-social a {
	margin-right: 15px;
}
.footer-sec1 .social-footer i {
	color: var(--theme-color2);
	background-color: white;
	width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
	font-size: 18px;
}
.footer-sec1 .social-footer i:hover {
	color: white;
	background-color: var(--theme-color2);
}
.footer-sec1 .col-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-sec1 .col-inner p {
	margin-bottom: 0;
}
.footer-sec1 .col-inner .form-blockdangky {
	display: flex;
}
.footer-sec1 .wpcf7-form {
	margin-bottom: 0;
}
.footer-sec1 .wpcf7-form input, .footer-sec1 .wpcf7-form button {
	margin-bottom: 0;
}
.footer-sec1 .wpcf7-form input {
	border-radius: 99px;
	box-shadow: unset;
	border: unset;
}
.footer-sec1 .wpcf7-form button {
	background-color: unset;
    position: absolute;
    right: 0;
    border: unset;
	padding: 0;
}
.footer-sec1 .wpcf7-form button:hover {
	box-shadow: unset;
}
.footer-sec1 .wpcf7-form button i {
	color: var(--theme-color2);
	font-size: 18px;
}
.footer-sec2 {
	background-color: var(--theme-color);
	padding-bottom: 0!important;
}
.footer-sec2 h4 {
	margin-bottom: 30px;
}
.footer-sec2 h4, .footer-sec2 .ux-menu-link__text, .footer-sec2 p {
	color: white;
}
.footer-sec2 .col1 p {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin-bottom: 0;
	display: flex;
	align-items: baseline;
	word-break: break-word;
}
.footer-sec2 .col1 i {
	margin-right: 10px;
}
.footer-sec2 .col-last {
	padding-bottom: 0;
}
.footer-sec2 .col-last .col-inner {
	border-top: 1px solid #d9d9d942;
}
.absolute-footer {
	background-color: var(--theme-color);
	color: white!important;
}
.footer-sec2 .col1 .img {
	margin-top: 10px;
}

/* End footer */

/* trang hệ thống cửa hàng */

.htch-sec1 .overlay {
	opacity: 0.4;
}
.htch-sec1 h1 {
	font-size: 36px;
    font-family: var(--medi);
}
.htch-sec2 {
	margin-top: 30px;
}
.htch-sec2 .row-title p {
	font-size: 40px;
	font-family: var(--medi);
	margin-bottom: 30px;
}
.htch-sec2 .row-title p span {
	color: var(--theme-color);
	font-family: var(--bold);
}
.htch-sec2 .row-title .col {
	padding-bottom: 0;
}
.htch-sec2 .box-image {
	border-radius: 10px;
}
.htch-sec2 h4 {
	font-size: 20px;
	color: var(--theme-color);
}
.htch-sec2 i {
	color: var(--theme-color);
	margin-right: 10px;
}
.htch-sec2 .diachicuahang {
	margin-top: 10px;
	height: 55px;
	display: flex;
    align-items: baseline;
}
.htch-sec2 .list-hotline {
	display: flex;
	align-items: center;
}
.htch-sec2 .list-hotline span {
	margin: 0 10px 0 10px;
}
.htch-sec2 .list-hotline a {
	background-color: var(--theme-color2);
    color: white;
    padding: 10px;
    border-radius: 5px;
	border: 1px solid var(--theme-color2);
}
.htch-sec2 .list-hotline a:hover {
	border: 1px solid var(--theme-color);
	background-color: white;
	color: var(--theme-color1);
	color: var(--theme-color);
}
.htch-sec2 .list-hotline a:hover i {
	color: var(--theme-color);
}
.htch-sec2 .list-hotline a i {
	color: white;
}
.htch-sec2 .dvls-submit {
	background-color: var(--theme-color2);
    width: 100%;
    border-radius: 99px;
    color: white;
}
.htch-sec2 .dvls-submit i {
	color: white;
}

/* end trang htch */

.error404 .col-404 {
	margin-bottom: 20px;
}
.error404 .col-404 .box-image {
	width: 45%;
	margin-bottom: 15px;
}
.error404 .col-404 .page-title {
	font-size: 1.25em;
}
.error404 .col-404 p {
	font-size: 18px;
	margin-bottom: 25px;
}
.error404 .col-404 a.btn-ha {
	background-color: var(--theme-color);
	border-radius: 99px;
	padding: 10px 20px 10px 20px;
	color: white;
	font-size: 18px;
	display: unset;
}
.error404 .col-404 a.btn-ha:hover {
	background-color: white;
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
	box-shadow: unset;
}
.error404 .site-main {
	padding-top: 0;
}

/* end trang 404 */

/* search */
.search .sec-banner-shop {
	display: none;
}
.search-no-results .col-sidebar {
	display: none;
}
.search-no-results .breadcrumbs {
	display: none;
}
.search-no-results .woocommerce .title-shop {
	
}
.search-no-results h1.shop-page-title p {
	display: none;
}
.search-no-results .sortbycate {
	display: none;
}
.search-no-results .category-page-row {
	padding-top: 0;
}

/* end search */

/* end contact btn */

@media screen and (max-width: 1599px) {
	.home-sec1 .tab-panels .product > .col-inner .badge-container {
		left: 9%;
	}
	.home-sec3 .product > .col-inner .badge-container {
		left: 9%;
	}
	.home-sec4 .product > .col-inner .badge-container {
		left: 9%;
	}
	.home-sec6 .col2 .col-inner .box {
		padding: 10px;
	}
	.footer-sec0 h4 {
		font-size: 14px;
	}
	.footer-sec0 p {
		font-size: 13px;
	}
	.about-sec1 .col2 .image-zoom {
		padding-top: 104%!important;
	}
	.contact-sec2 .col2 {
		transform: translateY(-23%);
	}
	.home-sec5 .box {
		top: 55%;
	}
	.archive.category .block-category2 .col2 .box-text {
		padding-bottom: 0;
	}
	.archive.category .block-category2 .col2 .post-item .col-inner {
		padding-bottom: 10px;
	}
	.archive.category .block-category2 .col2 .post-item {
		padding-bottom: 10px;
	}
	.archive.category .block-category2 .col2 .from_the_blog_excerpt {
		-webkit-line-clamp: 2;
		height: 42px;
		margin-top: 5px;
    	margin-bottom: 5px;
	}
	.archive.category .col-tab-ha .tabs-category a {
		font-size: 10px;
	}
	.archive.category .col9 .post-item .box-image .image-cover {
		padding-top: 80%!important;
	}
	.single-post .col12 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.single-post .col9 {
		padding-left: 30px;
	}
	.single-post .col3 {
		padding-right: 30px;
	}
	.single-post .col-last {
		padding-left: 30px;
		padding-right: 30px;
	}
	.archive.category .blog-archive .row1 > .col12 {
		padding-left: 30px;
	}
	.archive.category .blog-archive .row1 > .col9 {
		padding-left: 30px;
	}
	.archive.category .blog-archive .row1 > .col3 {
		padding-right: 30px;
	}
	.header-main .flex-left .header-nav {
		width: 85%;
	}
	.row-slider_anhsp {
		max-width: 1250px!important;
	}
	.home-sec-slide .col1 .col-inner .box-image {
		left: 0;
		top: -19%;
		width: 25%;
	}
	.single-product .related .product {
		max-width: 25%;
	}
}

@media screen and (min-width: 850px) {
	.contact-sec1 .banner {
		padding-top: 22%!important;
	}
}

@media screen and (max-width: 980px) {
	#main-menu .header-search-form {
		padding: 14px 30px;
	}
	#main-menu .header-search-form input {
		border-top-left-radius: 99px;
		border-bottom-left-radius: 99px;
		box-shadow: unset;
	}
	#main-menu .header-search-form input:hover {
		box-shadow: unset;
	}
	#main-menu .header-search-form .flex-row {
		width: 80%;
		margin: auto;
	}
	#main-menu .header-search-form button {
		border-top-right-radius: 99px;
		border-bottom-right-radius: 99px;
		box-shadow: unset;
		background-color: var(--theme-color);
	}
	.home-sec1 .tabbed-content .nav {
		width: 25%;
	}
	.home-sec1 .tab-panels {
		width: 75%;
	}
	.home-sec1 .box-text-products .price-wrapper {
		flex-basis: 70%;
	}
	.home-sec1 .box-text-products .add-to-cart-button {
		flex-basis: 30%;
	}
	.home-sec4 h4 {
		flex-basis: 100%;
	}
	.home-sec4 .nav {
		flex-basis: 100%;
		justify-content: flex-start;
	}
	.home-sec4 .product:nth-child(6) {
		display: block;
	}
	.home-sec4 .button {
		flex-shrink: 0;
	}
	.home-sec5 {
		height: 600px;
	}
	.home-sec5 .box-image {
		width: 35%!important;
	}
	.home-sec5 .box {
		padding-right: 8%;
		top: 70%;
	}
	.home-sec5 .btn-shopee:before {
		font-size: 25px;
		left: 45%;
	}
	.home-sec5 .box-text {
		bottom: 30%;
	}
	.home-sec6 .col2 .col-inner .gianhang {
		padding: 10px 20px 10px 20px;
	}
	.home-sec4 .product {
		padding-bottom: 16px;
	}
	.home-sec-slide .col1 .col-inner .box-sp:before {
		font-size: 18px;
	}
	.footer-sec0 .col {
		padding-bottom: 30px;
	}
	.footer-sec1 .col .col-inner {
		flex-wrap: wrap;
		gap: 20px;
	}
	.about-sec1 .col2 {
		padding-left: 15px;
	}
	.about-sec1 .title p {
		margin-bottom: 20px;
	}
	#main .contact-sec1 {
		padding-bottom: 20px;
	}
	#main .about-sec1 {
		padding-top: 30px;
	}
	#main .contact-sec2 {
		padding-top: 0;
		margin-top: -5px;
	}
	.contact-sec2 .col2 {
		order: 1;
		transform: unset;
		background-color: var(--theme-color);
        padding-bottom: 0;
	}
	.contact-sec2 .col2 .col-inner {
		background-color: white;
    	border-radius: 15px;
	}
	.contact-sec2 .col1 {
		order: 2;
		margin-top: 30px;
	}
	.archive.category .block-category1 .post-title a {
		font-size: 13px;
	}
	.archive.category .block-category1 .box-text {
		padding: 10px;
	}
	.archive.category .block-category1 .from_the_blog_excerpt {
		font-size: 10px;
	}
	.archive.category .col-tab-ha .tabs-category .ul-parent > li {
		flex-shrink: 0;
	}
	.archive.category .col-tab-ha {
		display: block;
	}
	.archive.category .col-tab-ha .tabs-category .show-more .dropdown li {
		margin-left: 0;
	}
	.archive.category .blog-archive .row1 > .col12 {
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 0;
	}
	.archive.category .blog-archive .row1 > .col9 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.archive.category .blog-archive .row1 > .col3 {
		padding-right: 15px;
	}
	.archive.category .col-tab-ha .tabs-category {
		margin-left: 0;
		margin-top: 20px;
	}
	.archive.category .col-tab-ha .tabs-category .ul-parent > li:nth-child(1) {
		margin-left: 0;
	}
	.archive.category .col9 .post-item .box .from_the_blog_excerpt {
		margin: 10px 0 10px 0;
	}
	.archive.category #content {
		padding-bottom: 0;
	}
	.archive.category .blog-archive .row1 > .col3 #woocommerce_products-2 .product-title {
		height: 22px;
	}
	.archive.category .block-category1 .col-right .box-text .post-meta {
		display: none;
	}
	.archive.category .block-category2 .col2 .post-date-ha:before {
		left: 10%;
	}
	.archive.category .block-category2 .col2 .box-text .post-meta:nth-child(2) {
		display: none;
	}
	.single-post .rank-math-breadcrumb p {
		font-size: 16px;
		font-weight: normal;
		font-family: var(--medi);
		flex-wrap: nowrap;
		line-height: 1.6;
		align-items: center;
	}
	.single-post .rank-math-breadcrumb p span:last-child {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
	.single-post .rank-math-breadcrumb p a {
		flex-shrink: 0;
	}
	.single-post .col12 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.single-post .col9 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.single-post .col3 {
		padding-right: 15px;
	}
	.single-post .col-last {
		padding-left: 15px;
		padding-right: 15px;
	}
	.single-post .post-lquan .slick-dots {
		z-index: 99;
		bottom: 0;
	}
	.woocommerce .page-title-inner {
		padding-top: 20px;
	}
	.single-product .product-info {
		padding-top: 30px;
	}
	.single-product .product-info .row-cskh .col {
		padding-bottom: 30px;
	}
	.single-product .related .product {
		max-width: 33.33%;
	}
	.woocommerce .shop-container .product > .col-inner .badge-container {
		left: 7%;
	}
	.archive .shop-page-title .category-filtering {
		position: fixed;
		right: 0;
		z-index: 9;
		top: 40%;
		background-color: var(--theme-color);
		color: var(--white);
		padding: 10px;
		border-radius: 6px 0 0 6px;
		font-size: 18px;
		display: flex;
	}
	.archive .shop-page-title .category-filtering a {
		margin-top: 0;
	}
	.archive .shop-page-title .page-title-inner a i {
		color: white;
	}
	.archive .shop-page-title .category-filtering strong {
		display: none;
	}
	.home-sec-slide .col1 .col-inner .box-image {
		width: 32%;
		left: -1%;
    	top: -27%;
	}
	.home-sec-slide .col1 .col-inner .box-sp h3 {
		font-size: 20px;
	}
	.home-sec-slide .col1 .col-inner .box-sp p {
		font-size: 12px;
	}
	.htch-sec2 .row-title p {
		font-size: 32px;
	}
/* 	.woocommerce .shop-container .product {
		padding-left: 0;
		padding-right: 0;
	} */
}
@media screen and (max-width: 500px) {
	.woocommerce-checkout .thong-tin-vc .d-flex.three-col {
		flex-direction: column;
	}
	.woocommerce-checkout .thong-tin-vc .d-flex.three-col .input-box {
		width: 100%;
	}
	.slider-home .image-cover {
		padding-top: 60%!important;
	}
	.slider-home .row-cskh .box-image {
		width: 50%!important;
		margin-bottom: 10px;
	}
	.slider-home .row-cskh h4 {
		font-size: 11px;
	}
	.slider-home .row-cskh p {
		font-size: 11px;
	}
	.slider-home .row-cskh .box-text {
		text-align: center;
	}
	.home-sec1 .col-main > .col-inner {
		background-image: unset;
		padding: unset;
		border-radius: unset;
	}
	.home-sec1 .tabbed-content .nav .tab.active a {
		border: 1px solid var(--theme-color);
	}
	.home-sec1 .tabbed-content .nav .tab a {
		box-shadow: unset!important;
		padding-right: 15px;
		background-color: #f7f7f7;
		color: var(--theme-color);
	}
	.home-sec1 .box-text-products .price-wrapper {
		flex-basis: 75%;
	}
	.home-sec1 .box-text-products .add-to-cart-button {
        flex-basis: 25%;
    }
	.home-sec1 .tab-panels {
		width: 100%;
		margin-left: 0;
		padding: 0;
	}
	.home-sec1 .tab-panels .product > .col-inner .title-wrapper .category {
		padding: 5px 10px 5px 10px;
		font-size: 12px;
		width: fit-content;
	}
	.home-sec3 .product > .col-inner .title-wrapper .category {
		padding: 5px 10px 5px 10px;
		font-size: 12px;
		width: fit-content;
	}
	.woocommerce .shop-container .product > .col-inner .title-wrapper .category {
		padding: 5px 10px 5px 10px;
		font-size: 12px;
		width: fit-content;
	}
	.home-sec1 .tab-home {
		flex-direction: column;
	}
	.home-sec1 .tabbed-content .nav {
		flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
		flex-direction: row;
		width: 100%!important;
	}
	.home-sec1 .tabbed-content .nav::-webkit-scrollbar {
		display: none;
	}
	.home-sec1 .tab {
		margin-right: 20px!important;
		flex-shrink: 0;
		width: fit-content!important;
	}
	.home-sec1 .tabbed-content .nav .tab.active a:after {
		display: none;
	}
	.home-sec1 .tabbed-content h3 {
		font-size: 20px;
		color: var(--theme-color);
		min-width: 100%;
	}
	.home-sec1 .col-main {
		margin-bottom: 20px;
	}
	.home-sec1 .slick-dots li {
		margin: 0!important;
		width: 40px;
        border-radius: unset;
        height: 7px;
	}
	.home-sec1 .slick-dots {
		background-color: #f7f7f7;
	}
	.home-sec1 .slick-dots li.slick-active {
		border-radius: 99px;
	}
	#main .home-sec2 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.home-sec3 .box-text-products .price-wrapper {
		flex-basis: 75%;
	}
	.home-sec3 .box-text-products .add-to-cart-button {
		flex-basis: 25%;
	}
	.home-sec3 .slick-dots li {
		margin: 0!important;
		width: 40px;
        border-radius: unset;
        height: 7px;
	}
	.home-sec3 .slick-dots {
		background-color: #f7f7f7;
	}
	.home-sec3 .slick-dots li.slick-active {
		border-radius: 99px;
	}
	.home-sec3 .col1 .col-inner {
		align-items: center;
		flex-wrap: wrap;
	}
	.home-sec3 .col1 .col-inner .title {
		margin-bottom: 0;
	}
	#main .home-sec3 {
		padding-bottom: 0;
		margin-bottom: 30px;
	}
	#main .home-sec4 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.home-sec4 .nav {
		flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
		flex-direction: row;
		justify-content: flex-start;
		border-top-right-radius: 0;
    	border-bottom-right-radius: 0;
	}
	.home-sec4 .nav::-webkit-scrollbar {
		display: none;
	}
	.home-sec4 .nav li {
		flex-shrink: 0;
	}
	.home-sec4 .btn-link-ha {
		flex-shrink: 0;
	}
	.home-sec4 h4 {
		background-color: unset;
		border-top-left-radius: 0;
    	border-bottom-left-radius: 0;
	}
/* 	.home-sec4 .product > .col-inner .product-title a {
		-webkit-line-clamp: 1;
		height: 20px;
	} */
	.home-sec4 .product > .col-inner .title-wrapper .category {
		display: none;
	}
	.home-sec4 .box-text-products .price-wrapper {
		flex-basis: 75%;
	}
	.home-sec4 .box-text-products .add-to-cart-button {
		flex-basis: 25%;
	}
	.home-sec5 {
		height: 400px;
	}
	.home-sec5 .box-image {
		width: 70%!important;
	}
	.home-sec5 .box {
		padding-right: 11%;
	}
	.home-sec5 .btn-shopee {
		font-size: 8px;
	}
	.home-sec5 .box-text {
		left: 52%;
	}
	.home-sec6 .col2 .col-inner .row-gianhang {
		display: grid;
    	grid-template-columns: 1fr 1fr;
    	gap: 20px;
	}
	.home-sec6 .col2 .col-inner .gianhang {
		margin: 0;
		flex-direction: column;
		gap: 10px;
	}
	.home-sec6 .col2 .col-inner .box-gianhang {
		margin: 0;
	}
	.home-sec7 .col1 h3 {
		padding: 5px;
        height: 40%;
        text-align: center;
        font-size: 20px;
	}
	.home-sec7 .col1 .from_the_blog_excerpt {
		display: none;
	}
	#footer .footer-sec0 {
		padding-bottom: 0;
	}
	.footer-sec0 .box-image {
		width: 50%!important;
	}
	.footer-sec0 .box-text {
		padding-bottom: 0;
		text-align: center;
	}
	.footer-sec0 h4 {
		font-size: 11px;
	}
	.footer-sec0 p {
		font-size: 11px;
	}
	.contact-sec1 .banner-layers {
		overflow: hidden;
	}
	.contact-sec1 h1 {
		font-size: 26px;
	}
	#main .contact-sec2 {
		padding-bottom: 0;
	}
	.contact-sec2 .contact-info i {
		margin-right: 15px;
	}
	.contact-sec2 .col2 .form-row {
		display: block;
	}
	.contact-sec2 .col2 .form-row span.wpcf7-form-control-wrap {
		width: unset;
	}
	.archive.category .block-category1 .tabbed-content h4 {
		background-color: unset;
		width: unset;
		padding-left: 0;
		font-size: 26px;
		padding-bottom: 0;
	}
	.archive.category .block-category1 .nav {
		padding-left: 0;
		background-color: unset;
		width: unset;
		justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
	}
	.archive.category .block-category1 .nav::-webkit-scrollbar {
		display: none;
	}
	.archive.category .block-category1 .nav li {
		flex-shrink: 0;
	}
	.archive.category .block-category1 .nav a {
		background-color: white;
	}
	.archive.category .archive-page-header .col {
		padding-bottom: 0;
	}
	.archive.category .block-category1 .box {
		display: flex;
		flex-direction: column;
	}
	.archive.category .block-category1 .box-image {
		width: 100%;
	}
	.archive.category .block-category1 .box-text {
		position: relative;
    	background-image: unset;
    	backdrop-filter: unset;
    	margin: 0;
    	padding-left: 0;
    	padding-right: 0;
	}
	.archive.category .block-category1 .post-title a {
		color: var(--theme-color);
		font-size: 18px;
	}
	.archive.category .block-category1 .from_the_blog_excerpt {
		color: inherit;
		font-size: 13px;
		order: 3;
	}
	.archive.category .block-category1 .box-text .post-date-ha {
		position: relative;
		display: block;
		background-color: unset;
        left: 0;
		color: inherit;
		order: 1;
	}
	.archive.category .block-category1 .box-text .post-title {
		order: 2;
	}
	.archive.category .block-category1 .box-image .post-date-ha {
		display: none;
	}
	.archive.category .block-category1 .box-text .box-text-inner {
		display: flex;
		flex-direction: column;
	}
	.archive.category .block-category1 .col-right .box-text .post-meta {
		display: block;
		padding-left: 20px;
	}
	.archive.category .block-category1 .col-right .box-text .post-meta:before {
		content: '\f133';
		position: absolute;
		color: black;
		font-family: var(--fa6);
		font-size: 10px;
		left: 1%;
		font-weight: 300;
	}
	.archive.category .block-category2 .box {
		display: flex;
		flex-direction: column;
	}
	.archive.category .block-category2 .box-image {
		width: 100%;
	}
	.archive.category .block-category2 .box-text {
		position: relative;
    	background-image: unset!important;
    	backdrop-filter: unset!important;
    	margin: 0!important;
    	padding-left: 0!important;
    	padding-right: 0!important;
		padding-bottom: 10px!important;
		padding-top: 10px!important;
	}
	.archive.category .block-category2 .post-title a {
		color: var(--theme-color)!important;
		font-size: 18px!important;
	}
	.archive.category .block-category2 .from_the_blog_excerpt {
		color: inherit!important;
		font-size: 13px!important;
		order: 3;
	}
	.archive.category .block-category2 .box-text .post-date-ha {
		position: relative;
		display: block!important;
		background-color: unset;
        left: 0!important;
		color: inherit;
		order: 1;
		padding-left: 20px;
	}
	.archive.category .block-category2 .box-text .post-title {
		order: 2;
	}
	.archive.category .block-category2 .box-image .post-date-ha {
		display: none;
	}
	.archive.category .block-category2 .box-text .box-text-inner {
		display: flex;
		flex-direction: column;
	}
	.archive.category .block-category2 .col2 .box-text .post-meta {
		display: block;
		padding-left: 20px;
	}
	.archive.category .block-category2 .col2 .box-text .post-meta:before {
		content: '\f133';
		position: absolute;
		color: black;
		font-family: var(--fa6);
		font-size: 10px;
		left: 1%;
		font-weight: 300;
	}
	.archive.category .block-category2 .col2 .image-cover {
		padding-top: 62%!important;
	}
	.archive.category .col-tab-ha .tabs-category .ul-parent {
		position: relative;
		flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
		width: fit-content;
	}
	.archive.category .col-tab-ha .tabs-category .ul-parent::-webkit-scrollbar {
		display: none;
	}
	.archive.category .col-tab-ha .tabs-category .show-more:hover .dropdown {
		display: none;
	}
	.archive.category .block-category2 .tabbed-content h4 {
		font-size: 26px;
		background-color: unset;
		width: unset;
		padding-left: 0;
		font-size: 26px;
		padding-bottom: 0;
		flex: 1 1 calc(100%);
	}
	.archive.category .block-category2 .nav {
		width: unset;
        background-color: unset;
        padding-left: 0;
		flex: 1 1 calc(100%);
        justify-content: flex-start;
	}
	.archive.category .block-category2 .col1 .post-date-ha:before {
		left: 6%;
	}
	.archive.category .block-category1 .col-main {
		padding-bottom: 0;
	}
	.archive.category .block-category2 .col2 .post-item .col-inner {
		border-bottom: unset;
	}
	.archive.category .block-category1 .col-right .from_the_blog_excerpt {
		display: block;
	}
	.archive.category .block-category1 .col-right .box-text .post-meta:nth-child(2) {
		display: none;
	}
	.archive.category .col-tab-ha .tabs-category .ul-parent > li {
		padding: 7px 15px 7px 15px;
		margin: 0 5px 0 5px;
	}
	.archive.category .blog-archive .row1 > .col3 #woocommerce_products-2 .product-title {
		-webkit-line-clamp: 1;
	}
	.global-dropdown {
/* 		display: none; */
/* 		position: absolute; */
/* 		top: 100%!important; */
		left: 67%!important;
		background: #f7f7f7;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
		z-index: 100;
		list-style: none;
		padding: 10px;
		margin: 0;
		max-width: 90%;
		border: 1px solid #dddddd;
		border-radius: 7px;
	}
	.global-dropdown li {
		background-color: white;
		padding: 10px;
		border-radius: 5px;
		margin-bottom: 10px;
	}
	.global-dropdown li a {
		font-size: 10px;
	}
	.archive.category .col-tab-ha h1 {
		font-size: 26px;
	}
	.archive.category .col-tab-ha .tabs-category a {
		font-size: 13px;
	}
	.archive.category .col9 .post-item .box-image .image-cover {
		padding-top: 62%!important;
	}
	.archive.category .col9 .post-item > .col-inner {
		border-bottom: unset;
		padding-bottom: 0;
	}
	.single-post .rank-math-breadcrumb p span:last-child {
		width: 140px;
	}
	.woocommerce .page-title-inner {
		padding-bottom: 10px;
	}
	.woocommerce .woocommerce-breadcrumb {
		flex-wrap: nowrap;
		line-height: 1.6;
	}
	.woocommerce .woocommerce-breadcrumb a {
		flex-shrink: 0;
	}
	.woocommerce .woocommerce-breadcrumb a:last-child {
		width: 140px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.single-product .woocommerce-tabs .tabs {
		gap: 15px;
	}
	.single-product .product-info .woocommerce-variation-add-to-cart {
		flex-wrap: wrap;
		gap: 15px;
	}
	.single-product .product-info .woocommerce-variation-add-to-cart .ux-quantity {
		width: 100%;
	}
	.single-product .ux-quantity .ux-quantity__button {
		padding-right: 0.5em;
		padding-left: 0.5em;
		padding-top: 0;
        padding-bottom: 0;
	}
	.single-product .product-info .woocommerce-variation-add-to-cart .single_add_to_cart_button {
		width: 100%;
	}
	.single-product .product-info .woocommerce-variation-add-to-cart .buy_now_button {
		width: 100%;
		margin: 0;
	}
	.single-product .related .row-slider .next {
		right: 4%!important;
	}
	.single-product .related .related-top h3 {
		font-size: 14px;
	}
	.single-product .related .related-top a {
		padding: 10px;
	}
	.single-product .product-gallery .col-inner {
		padding: 15px;
	}
	.single-product .product-info > .col-inner {
		padding: 15px;
	}
	.single-product .product-info .bangthongso .tr-thongso strong {
		width: 40%;
	}
	.single-product .product-info .bangthongso .tr-thongso span {
		width: 60%;
	}
	.woocommerce .shop-container .box-text-products .price-wrapper {
		flex-basis: 70%;
	}
	.woocommerce .shop-container .box-text-products .add-to-cart-button {
		flex-basis: 30%;
	}
	.woocommerce .title-shop {
		flex-wrap: wrap;
	}
	.woocommerce h1.shop-page-title {
		display: flex;
		align-items: baseline;
		gap: 20px;
		margin-bottom: 15px;
	}
	.woocommerce .shop-container .product > .col-inner .badge-container {
		left: 12%;
	}
	.single-product .related .product {
		max-width: 50%;
	}
	.woocommerce #footer .footer-sec0 {
		padding-top: 0;
	}
	.home-sec-slide .col1 .col-inner .box-image {
		position: unset;
		width: 50%;
		transform: translateX(-16%);
	}
	.home-sec-slide .col1 .col-inner .link-sp {
		padding-left: unset;
	}
	.home-sec-slide .col2:before {
		display: none;
	}
	#main .home-sec-slide {
		padding-top: 0;
	}
	.htch-sec2 .row-title p {
		font-size: 24px;
	}
	.htch-sec2 .dvls-submit {
		width: 50%;
		transform: translateX(50%);
	}
	.htch-sec2 form {
		margin-bottom: 0;
	}
	#main .htch-sec2 {
		padding-bottom: 0;
	}
	.htch-sec1 h1 {
		font-size: 24px;
	}
}

@media screen and (min-width: 850px) {
    #main-menu {
        display: none
    }
}

@media screen and (max-width: 849.98px) {
    #header .btn-menumobi {
        font-size: 22px;
        color: #292929;
    }

    #header .btn-menumobi {
        width: 22px;
        height: 16px;
        position: relative;
        margin: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }

    #header .btn-menumobi span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: var(--theme-color);
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    #header.transparent .btn-menumobi span {
        background: #fff
    }

    #header .btn-menumobi span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #header .btn-menumobi span:nth-child(2) {
        top: 8px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        width: 80%;
        left: 20%;
    }

    #header .btn-menumobi span:nth-child(3) {
        top: 16px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #header .btn-menumobi.active span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 2px;
    }

    #header .btn-menumobi.active span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #header .btn-menumobi.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 12px;
        left: 2px;
    }

    .header-main li.html.custom {
        display: block !important;
        margin-right: 12px;
    }

    #main-menu.mobile-sidebar .menu-item a {
        color: #212121 !important;
        padding: 14px 30px 14px 30px;
        font-size: 16px;
        font-weight: 500;
        text-transform: none;
        border: none;
        border-radius: 0 !important;
    }

    #main-menu.mobile-sidebar .nav-sidebar.nav-vertical>li {
        border-top: 1px solid #ececec;
        background-color: #fff;
    }

    #main-menu.mobile-sidebar .menu-item .sub-menu a {
        font-family: var(--regular);
        padding: 10px 0 10px 34px !important;
        border-bottom: 0;
        font-size: 14px;
        display: block;
    }

    .mobile-sidebar .logo-mobile {
        padding: 22px 30px;
        border-bottom: 1px solid #ddd;
    }

    .mobile-sidebar .logo-mobile img {
        height: 60px;
        object-fit: contain;
    }

    .mfp-close {
        opacity: 1 !important;
        top: 25px;
        right: 20px;
    }

    .mobile-sidebar .info_menu {
        margin-top: auto;
        display: block;
        padding: 20px 30px 30px;
    }

    .mobile-sidebar .info_menu ul {
        list-style: none;
    }

    .mobile-sidebar .info_menu ul li {
        color: #070707;
        font-size: 14px;
        padding-left: 25px;
        position: relative;
    }

    .mobile-sidebar .info_menu ul li i {
        position: absolute;
        left: 0;
        top: 5px;
        color: var(--theme-color);
    }

    #main-menu.mobile-sidebar {
        width: 100%;
        height: calc(100vh - 65px);
        position: fixed;
        top: 70px;
        right: 0;
        z-index: 1000;
        overflow: auto;
        transition: unset;
        padding: 0;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #cbcbcb;
        background: #fff;
        display: none;
        overflow-y: auto
    }

    #main-menu.mobile-sidebar img {
        width: 28px;
        height: 28px;
        object-fit: cover;
        border-radius: 50%;
    }

    #main-menu.mobile-sidebar .gtranslate_wrapper {
        display: flex;
        gap: 12px;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    #main-menu.mobile-sidebar .gtranslate_wrapper li {
        width: fit-content
    }

    #main-menu.mobile-sidebar .gtranslate_wrapper li a {
        padding-left: 0
    }

    #main-menu.mobile-sidebar .html_top_right_text {
        padding: 14px 30px;
    }

    #main-menu.mobile-sidebar a.glink.gt-current-lang {
        font-weight: normal !important;
        color: var(--theme-color);
    }
}

@media screen and (max-width: 767.98px) {
    body .progress-wrap {
        right: 15px;
        width: 32px;
        height: 32px;
    }

    body .progress-wrap::before {
        width: 32px;
        height: 32px;
    }

    body .progress-wrap::after {
        font-size: 14px;
    }
}

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    content: '\f061';
    font-family: var(--fa6);
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    font-size: 18px;
    color: var(--theme-color);
}

.progress-wrap::before {
    position: absolute;
    content: '';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background-image: linear-gradient(298deg, #47BE7A, #0084b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--theme-color);
    stroke-width: 4px;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    vertical-align: auto;
    zoom: 1;
    display: inline-block;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-inside {
    display: flex;
    line-height: 1;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    position: relative;
    padding-right: 1px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    vertical-align: middle;
    zoom: 1;
    display: inline-block;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: var(--bold);
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    font-family: var(--bold);
    text-align: center;
}

#wrapper .processing:before {
    width: 20px !important;
    height: 20px !important;
    aspect-ratio: 1;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    position: fixed;
    background: var(--theme-color);
    animation: clockwise 1200ms infinite linear;
    border: 0 !important;
    top: 50%;
    left: 50%;
    border: 1px solid #fff !important;
    z-index: 9999999999999;
}

.processing:after {
    z-index: 9999999999999;
    content: "";
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    position: FIXED;
    left: 50%;
    top: 50%;
    mix-blend-mode: darken;
    background: var(--theme-color2);
    margin-left: -5px;
    animation: counter-clockwise 1200ms infinite linear;
    border: 1px solid #fff !important;
}

@keyframes clockwise {
    0% {
        transform: translateX(0);
        width: 20px;
    }

    25% {
        width: 25px;
    }

    50% {
        transform: translateX(100%);
        width: 20px;
    }
}

@keyframes counter-clockwise {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-100%);
    }
}

@media screen and (max-width: 767.98px) {
    .list-shortcut-desktop {
        left: 10px;
        bottom: 60px;
    }

    .list-shortcut-desktop>a {
        margin-bottom: 16px;
    }

    .slider [data-animate],
    [data-animate] {
        animation-fill-mode: forwards;
        -webkit-backface-visibility: hidden;
        opacity: 0 !important;
        transition: filter 1.3s, transform 1s, opacity .5s ease-in;
        will-change: filter, transform, opacity;
    }

    .slider [data-animate=fadeInLeft],
    [data-animate=fadeInLeft],
    .slider [data-animate=fadeInRight],
    [data-animate=fadeInRight] {
        transform: translate3d(0, 70px, 0);
    }

    .row-slider.slider [data-animated=true],
    .slider .is-selected [data-animated=true],
    [data-animated=true] {
        animation-delay: .1s;
        opacity: 1 !important;
        transform: translateZ(0) scale(1)
    }

}
@media screen and (min-width: 1600px) {
	.container-width,
    .full-width .ubermenu-nav,
    .container,
    .row:not(.row-full-width) {
        max-width: 1560px !important
    }
	.contact-sec1 .banner {
		padding-top: 18%!important;
	}
}