:root {
    --theme-color: #191818;
    --theme-color2: #fff;
	--theme-color3: #00CB89;
    --black: #242424;
    --grey: #F4F3F1;
    --fa6: 'Font Awesome 6 Pro';
}

:root {
	--regular: 'Pangea-Regular', sans-serif;
	--medi: 'Pangea-Medium', sans-serif;
	--semi: 'Pangea-SemiBold', sans-serif;
	--bold: 'Pangea-Bold', sans-serif;	
}

.txt-white,
.txt-white * {
	color: #fff !important;
}

/* Font website */

/* gioi thieu */
.row-banner-page{
	margin-top: 24px;
}

.page-about-1 .section-bg {
    height: 1215px;
}

.page-about-1 .col-left h3 {
    font-size: 20px;
    line-height: 24px;
    font-family: var(--semi);
    margin-bottom: 0;
    color: var(--theme-color);
}
.page-about-1 .col-left h2 {
    font-size: 24px;
    line-height: normal;
    font-family: var(--bold);   
    max-width: 510px;
}

.page-about-1 .col-left p {
    max-width: 582px;
    color: #585858;
}

#wrapper .page-about-1 {
    padding: 30px 0;
}

#wrapper .page-about-1 .btn-viewall2 {
    margin-top: 58px;
}

.page-about-1 .col-right .col-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

#wrapper .page-about-1 .img-1 {
    width: 60% !important;
    margin-bottom: 0;
    margin-right: 16px;
}

#wrapper .page-about-1 .img-1 .image-cover {
    border-radius: 16px 0 0 0;
}

#wrapper .page-about-1 .img-2 .image-cover {
    border-radius: 0 16px 0 0;
}

#wrapper .page-about-1 .img-3 .image-cover {
    border-radius: 0 0 16px 16px;
}

#wrapper .page-about-1 .img-2 {
    width: calc(40% - 16px) !important;
    margin-bottom: 0;
}

#wrapper .page-about-1 .img-2:before {
    content: '';
    width: 73px;
    height: 73px;
    background: var(--theme-color) 0% 0% no-repeat padding-box;
    border-radius: 0px 50px 0px 0px;
    position: absolute;
    bottom: calc(100% + 15px);
}

#wrapper .page-about-1 .img-3 {
    margin-top: 13px;
}

.page-about2 .row:first-of-type .img {
    margin-top: -67px
}

.page-about2 .row:first-of-type .col-right {
    padding-top: 70px;
    padding-left: 45px
}

.page-about2 .row:first-of-type .content h2,
.page-about2 .row:nth-of-type(2) .col-left h2 {
    font-size: 26px;
    line-height: 40px;
    color: #FFF;
    margin-bottom: 10px
}
.page-about2 .row:first-of-type .content{
	margin-bottom: 30px;
}

.page-about2 .row:first-of-type .content p {
    color: #fff;
    font-size: 15px
}

.page-about2 .row:nth-of-type(2) .col-left {
    padding-right: 45px
}

.page-about2 .row:nth-of-type(2) .col-left h4 {
    font-size: 20px;
    color: #fff;
    font-family: var(--semi);
	margin-bottom: 0
}

.page-about2 .row:nth-of-type(2) .col-left p:last-of-type {
    margin-bottom: 0
}

.page-about2 .section-bg {
    height: 67%;
	opacity: 0.3
}

.page-about2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 67%;
    display: block;
    z-index: 0;
    background: var(--theme-color);
    top: 0
}


.page-about2 .section-content {
    z-index: 5
}

.page-about2 .row:nth-of-type(2) .col-left h2 {
    margin-bottom: 95px
}

.page-about2 .row:nth-of-type(2) .box .box-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0
}

.page-about2 .row:nth-of-type(2) .video-button-wrapper a {
    margin: 0;
    background: rgb(255 255 255 / 77%);
    width: 80px;
    height: 80px;
    border: 1px solid #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color);
    position: relative;
	-webkit-animation: ripple 0.7s linear infinite;
    animation: ripple_video 0.7s linear infinite;
}
.page-about2 .video-button-wrapper .icon-play:before {
    content: '\f04b';
    font-family: var(--fa6);
    font-weight: 700;
    color: inherit;
    font-size: 35px;
    transform: translate(4px, 2px);
    display: inline-block
}

.page-about2 .row:nth-of-type(2) .video-button-wrapper a:hover {
    background-color: var(--theme-color);
    color: #fff
}

.page-about-4 .list-logo-2,
.page-about-4 .list-logo-2 img {
    transform: rotate(180deg);
}

.page-about-4 .col-logo h2 {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 30px;
}

#main .page-about-4 {
    padding: 60px 0 40px !important
}
@keyframes ripple_video {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.2), 0 0 0 .5em rgba(255,255,255, 0.2);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.2), 0 0 0 .5em rgba(255,255,255, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 .5em rgba(255,255,255, 0.2), 0 0 0 1em rgba(255,255,255, 0);
    box-shadow: 0 0 0 .5em rgba(255,255,255, 0.2), 0 0 0 1em rgba(255,255,255, 0);
  }
}
/* end gioi thieu */

@font-face {
	font-family: 'Pangea-SemiBold';
	src: url('./fonts/Pangea-SemiBold.woff2') format('woff2'),
		url('./fonts/Pangea-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

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

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

@font-face {
	font-family: 'Pangea-Regular';
	src: url('./fonts/Pangea-Regular.woff2') format('woff2'),
		url('./fonts/Pangea-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


/* End font website */

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

p {
	margin-bottom: 0.8em;
}

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

.uxb-wrapper.uxb-wrapper--text {
	position: unset;
}

.uxb-wrapper.uxb-wrapper--team_member {
	width: 25%;
}

body {
	font-size: 16px;
	color: #656565;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	font-family: var(--regular);
}

p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 1rem;
}


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: 10px;
    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: 12px;
    height: 12px;
    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: 0;
	margin-top: 24px;
}

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

.slider-home .slick-dots {
    flex-direction: row;
    right: 50%;
    left: unset;
    bottom: 15px;
    transform: translatex(50%)
}

.slider-home .slick-dots li {
    border: 2px solid #C8C8C8;
    width: 8px;
    height: 8px;
    margin: 0px 3px !important;  
    background-color: #C8C8C8;
	border-radius: 2px;
	opacity: .3
}

.slider-home .slick-dots li.slick-active {
    background-color: #C8C8C8;
	opacity: 1
}
.slick-arrow{
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	width: 40px;
	height: 40px;
	border: 1px solid var(--theme-color);
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--theme-color);
	background-color: transparent;
	z-index: 1
}
.slick-arrow:hover{
	background-color: var(--theme-color);
	color: white
}
.slick-arrow.prev-arrow{
	left: 15px;
}
.slick-arrow.next-arrow{
	right: 15px;
}

/* 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: 1000;
    right: 20px;
    bottom: 40%;
    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;
	display: none
}

.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;
	display: none;
}

.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%;
}

/* end contact btn */
@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-color3);
    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%);
    }
}

/* chi tiet san pham */
.product-info .variations_form .single_variation_wrap .woocommerce-variation{
	display: none !important
}
.box-check-size{
	padding: 16px;
	border-radius: 5px;
	border: 1px solid #CFCFCF;
	margin-bottom: 20px;
}
.box-check-size .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.box-check-size .title.active i{
	transform: rotate(180deg)
}
.box-size-content{
	margin-top: 15px;
}
.box-size-content-head{
	display: flex;
	gap: 15px;
}
.box-size-content-head .box-size-thitruong{
	padding: 5px 15px;
	border-radius: 5px;
	background-color: var(--grey);
	text-transform: uppercase;
	cursor: pointer;
}
.box-size-content-head .box-size-thitruong:hover, .box-size-content-head .box-size-thitruong.active{
	color: white;
	background-color: var(--theme-color)
}
.box-size-content-bottom {
	margin-top: 15px;
}
.box-size-content-bottom .box-size-thitruong{
	display: none;
	gap: 15px;
	flex-wrap: wrap;
	max-height: 125px;
	overflow: hidden scroll;
}
.box-size-content-bottom .box-size-thitruong.active{
	display: flex;
}
.box-size-content-bottom .box-size-thitruong::-webkit-scrollbar {
    width: 2px;
}
.box-size-content-bottom .box-size-thitruong .size-giay-item{
	width: calc(25% - 12px);
	border: 1px solid #CFCFCF;
	border-radius: 5px;
	text-align: center;
	padding: 3px;
	cursor: pointer
}
.box-size-content-bottom .box-size-thitruong .size-giay-item span{
	display: block;
}
.box-size-content-bottom .box-size-thitruong .size-giay-item.co-sp{
	background-color: var(--theme-color);
	color: white;
	cursor: pointer;
}
.box-size-content-bottom .box-size-thitruong .size-giay-item:not(.co-sp){
	background: linear-gradient(to top left, transparent calc(50% - .031rem), #0000004d, transparent calc(50% + .031rem));
	position: relative;
}
.box-size-content-bottom .box-size-thitruong .size-giay-item:not(.co-sp):hover{
	border-color: var(--theme-color);
}
.box-size-content-bottom .box-size-thitruong .size-giay-item:not(.co-sp):hover:before{
	content: attr(data-noti);
	display: block;
	padding: 2px 8px;
	border-radius: 3px;
	background-color: var(--theme-color);
	color: white;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 75%;
	transform: translatey(-50%);
	font-size: 13px;
	width: 101px;
	z-index: 1
}
.box-size-content-bottom .box-size-thitruong .size-giay-item:not(.co-sp):nth-child(4n):hover:before{
	right: 75%;
	left: auto
}

.box-size-content-bottom .box-size-thitruong .size-giay-item.co-sp:hover, .box-size-content-bottom .box-size-thitruong .size-giay-item.co-sp.active{
	background-color: white;
	color: var(--theme-color);
	border-color: var(--theme-color);
	border-width: 1px
}

.product-main .variations, .ux-swatches-attribute-ux_label[data-attribute_name="attribute_pa_hinh-thuc"]{
	display: none;
}
.ux-swatches-attribute-ux_label[data-attribute_name="attribute_pa_hinh-thuc"].show{
	display: flex;
}
.product-main .product-gallery .image-cover{
	padding-top: 75% !important;
	background-color: var(--grey);
	border-radius: 5px;
}
/* .product-main .product-gallery .image-cover img{
	object-fit: contain !important
} */
.product-thumbnails .is-nav-selected a, .product-thumbnails a:hover{
	border: 1px solid #CFCFCF;
	border-radius: 5px;
}
.product-info .variations_form .variations tbody{
	display: flex;
	flex-direction: column;
}
.product-info .variations_form .variations tbody tr{
	border: none !important;
/* 	border-bottom: 1px solid #CFCFCF !important;
    padding-bottom: 15px; */
	margin-bottom: 0
}
.product-info .variations_form .variations tbody tr:has(label[for="pa_kich-thuoc"]){
	order: -1;
	display: none !important
}
.ux-swatches-attribute-ux_label[data-attribute_name="attribute_pa_hinh-thuc"] .ux-swatch.selected{
	pointer-events: none;
}
.product-info .variations_form .variations tbody th{
	display: block;
}
.product-info .variations_form .variations tbody th label{
	font-weight: 100;
	font-family: var(--medi);
	font-size: 16px;
	margin-bottom: 0;
}
.product-info .ux-swatch{
	border-radius: 5px;
	padding: 5px 20px;
    height: 40px;
}
.product-info .reset_variations, .product-info .ux-swatch.disabled, .product-gallery .image-tools{
	display: none !important;
}
.box_info_stock_price, .product-info > .price-wrapper{
	margin: 20px 0;
}
.product-info .price-wrapper .price{
	margin: 0;
}
span.amount{
	font-weight: 100;
	font-family: var(--semi)
}
.product-main .product-gallery{
	padding-right: 60px;
	position: relative;
}
.box_info_stock_price span.amount{
	font-size: 24px;
}
.variation-stock-box{
	font-size: 18px;
}
.variation-stock-box .variation-stock{
	font-family: var(--medi);
	color: var(--theme-color3);
	margin-left: 5px;
}
.variation-stock-box .variation-stock.out-of-stock{
	color: red;
}
.box_info_stock_price .variation-price{
	line-height: 1;
	margin-bottom: 10px;
}
.product-gallery .flickity-button svg, .product-gallery .product-thumbnails .flickity-button{
	display: none;
}
.product-gallery .flickity-button{
	width: 40px;
	height: 40px;
	border-radius: 50px;
	opacity: 1 !important;
	transform: translate(0);
	box-shadow: 0 0 0 1px #d5d5d5;
    bottom: 25px;
    top: auto;
    right: 60px;
    left: auto;
	background-color: white;
}
.product-gallery .flickity-button.next{
	right: 10px;
}
.product-gallery .flickity-button:hover{
	background-color: var(--theme-color);
}
.product-gallery .flickity-button:hover:before{
	color: var(--theme-color2);
}
.product-gallery .flickity-button:before{
	content: '\f177';
	font-family: var(--fa6);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 400
}
.product-gallery .flickity-button.next:before{
	content: '\f178'
}
.product-gallery{
	position: relative;
}
.product-gallery .dan-nhan{
	position: absolute;
	background-color: #E9FFC2;
    color: #2E922C;
    font-size: 16px;
    font-family: var(--semi);
    line-height: 1;
    padding: 5px 16px;
    border-radius: 3px;
    top: 10px;
    right: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
	display: none !important
}
.product-gallery .dan-nhan.type2{
	background-color: #ff000040;
    color: red;
}
.product-gallery .dan-nhan.type3{
	background-color: #B9F3FC;
    color: #0C56DE;
}

.product-gallery .product-appearance{
	position: absolute;
    top: 10px;
    right: 70px;
    padding: 10px;
    background-color: var(--theme-color);
    border-radius: 3px;
    color: white;
	display: none;
}
.product-gallery .product-appearance.show{
	display: block;
}

.product-info .box-toggle{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 15px 0;
	cursor: pointer;
}
.product-info .box-toggle p{
	font-family: var(--semi);
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.product-info .box-toggle p img{
	width: 33px;
	margin-right: 10px;
}
.product-info .box-toggle.active i{
	transform: rotate(180deg);
}
.col-pro-sidebar > .col{
	padding-bottom: 0;
}
.col-pro-sidebar > .col .col-inner{
	border-top: 1px solid #CFCFCF
}
.col-pro-sidebar .icon-box{
	align-items: center;
}
.col-pro-sidebar .icon-box img{
	padding-top: 0
}
.col-pro-sidebar .col-giaohang .icon-box:not(:first-child){
	margin-top: 10px !important;
}

.col-pro-sidebar .col-giaohang .stack{
	background-color: var(--grey);
	padding: 25px;
	border-radius: 5px;
}

.col-pro-sidebar .col-chinhsach .stack {
	flex-wrap: wrap;
	gap: 15px;
}
.col-pro-sidebar .col-chinhsach .icon-box{
	width: calc(50% - 8px);
}
.col-pro-sidebar .icon-box-left .icon-box-img+.icon-box-text{
	padding-left: 10px
}
.col-pro-sidebar .col-chinhsach .icon-box-text p{
	font-size: 14px;
}
.col-pro-sidebar .box-content{
	margin-bottom: 15px;
}

.row-product-tab a:before{
	display: none !important
}
.product-footer .woocommerce-tabs{
	border: none !important
}
.product-footer .tab-panels{
	padding-top: 0;
}
.product-footer .row-product-tab a{
	text-transform: none;
	font-size: 16px;
	padding-top: 0;
	color: var(--theme-color) !important
}
.product-footer .tab-panels .content *{
	color: #5f5f5f
}
.product-footer > .container > .row{
	margin-top: 0 !important
}
.box-noibat-item{
	display: flex;
	gap: 15px;
	font-size: 14px;
	margin-bottom: 10px;
}
.box-noibat-item .left{
	width: 40%;
}
.box-noibat-item .right{
	width: calc(60% - 15px);
	font-family: var(--medi);
}
.box-mota-sp .title{
	margin: 20px 0;
	text-transform: capitalize;
}
.box-mota-sp{
	border-top: 1px solid #E2E8F0;
	border-bottom: 1px solid #E2E8F0;
	margin-bottom: 20px;
}

.row-product-tab {
	position: relative;
	max-height: 200px;
	overflow: hidden;
	transition:max-height 0.15s ease-out;
}

.row-product-tab.show{
	max-height: 5000px !important;
	transition:max-height 0.35s ease-in-out;
}
.readmore-link .less-text, .readmore-link.show .more-text{
	display: none;
}
.readmore-link.show .less-text, .readmore-link .more-text{
	display: block;
}
.row-product-tab:before{
	content: "";
    position: absolute;
    left: 0px;
    display: block;
    width: 100%;
    height: 120px;
	background: linear-gradient(180deg, rgb(255, 255, 255, 0), rgb(255, 255, 255, 1));
	bottom: 0;
	z-index: 1;
}
.row-product-tab.show:before{
	display: none
}
.woocommerce-tabs{
	padding-bottom: 0 !important
}
.btn--view-more.show{
	margin-top: 0;
}
.btn--view-more{
	width: max-content;
	margin: 20px auto 20px;	
}
.btn--view-more a{
	color: var(--theme-color3);
	font-family: var(--semi);
	padding: 5px 15px;
	border-radius: 3px;
}
.btn--view-more a:hover{
	background-color: var(--grey)
}
.btn--view-more a i{
	transform: translateY(2px);
}
.related.product-section{
	border: none;
}
.related .product-section-title{
	text-transform: capitalize;
}
.product-small img{
	object-fit: contain !important;
}
.product-small .woocommerce-loop-product__title{
	font-size: 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px !important;
    -webkit-line-clamp: 2;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	margin: 0 !important;
}
.product-small .product-title{
	margin: 0 0 7px;
}
.product-small .price-wrapper .price{
	font-size: 18px;
}
.slider:has(.product-small) .flickity-button svg{
	display: none;
}
.slider:has(.product-small) .flickity-button{
	height: 36px;
	border-radius: 50px;
	transform: translate(0) !important;
    bottom: auto;
    top: 20%;
	margin-top: 0 !important;
	border: 1px solid var(--theme-color);
	min-height: 36px;
}
.slider:has(.product-small) .flickity-button:before{
	content: '\f104';
	font-family: var(--fa6);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 400;
	height: 36px;
}
.slider:has(.product-small) .flickity-button.next:before{
	content: '\f105';
}
.slider:has(.product-small) .flickity-button.next{
	right: 0;
}
.slider:has(.product-small) .flickity-button.previous{
	left: 0;
}
.slider:has(.product-small) .flickity-button:hover{
	background-color: var(--theme-color);
	color: white;
}
.block-for-you .title h3{
	text-transform: capitalize;
}
.block-for-you .box-text{
	padding-bottom: 0;
}
.block-for-you{
	margin-top: 30px;
}
.product-footer{
	margin-bottom: 30px;
}
.woocommerce-variation-add-to-cart > *{
	margin-bottom: 0 !important;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button, .btn-pre-order, .buy_now_button{
	background-color: var(--theme-color);
	text-transform: none;
	font-weight: 100;
	border-radius: 5px;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button:hover, .btn-pre-order:hover, .buy_now_button:hover{
	border: 1px solid var(--theme-color);
	background-color: white;
	box-shadow: none;
	color: var(--theme-color);
}
.woocommerce-variation-add-to-cart .ux-quantity__button, .woocommerce-variation-add-to-cart .qty {
	background-color: transparent !important;
	box-shadow: none;
	border: none !important
}
.woocommerce-variation-add-to-cart .ux-quantity{
	border-radius: 5px;
    border: 1px solid #CFCFCF;
	overflow: hidden
}
.product-summary .variations_button{
	padding: 5px 0 0
}

#imageRange {
    -webkit-appearance: none;
    appearance: none;
    width: 150px;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    height: 2px;
    background: #ccc;
}
#imageRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none; 
  height: 15px;
  width: 15px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  transition: .2s ease-in-out;
}
.box-360 .box-image{
	margin-bottom: 15px;
}
.hide-slide{
	visibility: hidden;
	opacity: 0;
	z-index: -99999;
	position: absolute;
	width: calc(100% - 75px);
}
#image360{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-color: var(--grey);
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.btn-pre-order{
	margin-right: 0;	
	cursor: pointer;	
	background-color: #757474
}
.btn-pre-order.active{
	position: inherit;
	background-color: var(--theme-color)
}
.btn-pre-order.active:hover{
	background-color: white;
}
.buy_now_button{
	margin-right: 0;
}
.buy_now_button.not-active{
	pointer-events: none;
	background-color: #757474
}
.woocommerce-variation-add-to-cart .ux-quantity, .woocommerce-cart-form .product-quantity{
	display: none !important;
}
.f-order input, .f-order textarea, .f-order select{
	border: 1px solid #D6D6D6;
    box-shadow: none !important;
    outline: none !important;
}
.f-order .wpcf7-submit {
    text-transform: none;
    font-weight: 100;
    background-color: var(--theme-color);
    padding: 0 35px;
    box-shadow: none !important;
    border: 1px solid var(--theme-color);
    margin: 0px auto;
    display: block;
}
.f-order .wpcf7-submit:hover{
	color: var(--theme-color);
	background-color: white;
}
.f-order label{
	font-weight: 100;
	font-size: 15px;
	font-family: var(--medi);
}
.f-order .f-flex{
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 5px;
}
.f-order .f-flex>* {
    width: 50%;
}
.f-order .wpcf7-submit i {
    margin-left: 5px;
}
.form-pre-order form{
	margin-bottom: 0
}
/* end chi tiet san pham */

/* home page */
.title h2{
	font-size: 22px;
}
#main .home-sec-2{
	padding-top: 30px;
}
.home-sp .box-text{
	padding-bottom: 0
}

.home-sec-3 .box-thuonghieu .box-image{
	margin: 0 10px;
	transition: .3s
}
.home-sec-3 .box-thuonghieu .slick-list{
	padding: 10px 10% 0 0 !important;
	margin-left: -10px;
}
.home-sec-3 .box-thuonghieu .box-image:hover{
	transform: translatey(-3px);
}
.home-sec-3 .box-thuonghieu .box-image .image-cover{
	padding-top: 67%;
}
.home-sec-3 .stack-title{
	margin-bottom: 5px;
}
#main .home-sec-3{
	padding-top: 0;
}
.home-sec-3 .slick-arrow.next-arrow{
	right: 0;
}
.home-sec-3 .slick-arrow.prev-arrow{
	left: 0;
}
.home-sec-3 .slick-arrow{
	display: none !important;
}
.home-sec-3 .box-thuonghieu:hover .slick-arrow{
	display: flex !important;
}
.stack-title{
	margin-bottom: 15px;
}
.btn-xemthem .icon-angle-right:before{
	content: '\f061';
	font-family: var(--fa6);
}
.btn-xemthem{
	color: var(--theme-color3) !important;
	font-family: var(--medi);
	padding-top: 3px;
    height: 40px;
}
.btn-xemthem .icon-angle-right{
	font-size: 14px;
    margin-left: 3px !important;
}
.btn-xemthem:hover{
	color: var(--theme-color) !important;
}
#main .home-sec-6{
	padding-bottom: 30px;
	padding-top: 20px;
}
.home-sec-9 .box-sp, .box-review-item .box-btn, .box-review-item .box-text{
	display: none;
}
.box-review-item .box-text{
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translatex(-50%);
	text-shadow: none !important;
}
.box-review-item .box-btn{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
}
.box-review-item .box-btn .button{
	margin: 0;
	font-family: var(--semi)
}
.box-review-item .box-btn:hover .button{
	border-color: white !important;
	background-color: white;
	color: var(--theme-color) !important;
	box-shadow: none !important
}
.box-review-item:hover .box-btn, .box-review-item:hover .box-text{
	display: block
}
.home-sec-9 .box-review-item {
    max-width: 285px;
    margin-right: 10px;
    outline: none !important;
    cursor: pointer;
}
.home-sec-9 .slick-arrow.next-arrow {
    right: -5px;
}
.home-sec-9 .slick-arrow.next-arrow {
    right: -5px;
}
.home-sec-9 .slick-arrow.prev-arrow {
    left: -5px;
}
.home-sec-9 .slick-arrow{
	background-color: var(--theme-color);
	color: white;
}
.home-sec-9 .slick-arrow:hover{
	background-color: white;
	color: var(--theme-color);
}

#wrapper .popup-custom-full.popup-team .popup-content {
	max-width: 1100px;
	width: 90%;
	border-radius: 0;
}

#wrapper .popup-custom-full.popup-team .content p {
	text-align: left;
}

.popup-team .gallery_tb {
	position: relative
}

.popup-team .text-top {
	margin-bottom: 20px
}

.popup-team .name {
	font-size: 18px;
	color: #1A202C;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-left: 10px;
}

#wrapper .popup-custom-full.popup-team .position {
	font-size: 14px;
	color: var(--theme-color);
	font-style: italic;
	margin-bottom: 0;
}
.popup-team .box-desc {
	max-height: 185px;
	overflow-y: auto;
	padding-right: 6px;
}

.popup-team .box-desc::-webkit-scrollbar {
	width: 3px
}

.popup-team .close_popup-custom {
	position: absolute;
	z-index: 2;
	right: 15px;
	font-size: 22px;
	color: var(--theme-color);
	top: 15px;
	cursor: pointer;
}

#wrapper .popup-custom-full.popup-team .tb-box {
	padding: 0
}
.popup-team .col-image{
	padding: 0;
}
.popup-team .col-content{
	padding: 25px;
	position: relative
}
.popup-team .col-content .social-icon-box{
	position: absolute;
	right: 25px;
	bottom: 25px;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}
.popup-team .col-content .name-box{
	display: flex;
	align-items: center;
}
.popup-team .box-avt{
	width: 60px;
    height: 60px;
    border-radius: 100px;
    padding: 3px;
    border: 2px solid var(--grey);
	margin: 0;
}
.popup-team .box-avt .image-cover{
	border-radius: 100px;
}
.popup-team .pop-sp > p{
	padding: 25px 0 15px;
	font-size: 20px;
	font-family: var(--medi);
	margin-bottom: 0
}
.popup-team .name.product-title{
	height: 20px !important;
	margin: 0 0 10px;
}
.popup-team .product-small .woocommerce-loop-product__title{
	height: 20px !important;    
	-webkit-line-clamp: 1;
}
.popup-team .pop-sp-content{
	max-height: 400px;
	overflow: auto;
}
.popup-team .pop-sp-content > .row{
	margin: 0 !important
}

.row-review{
	margin-top: 25px;
}

.box-danhgia .box-image-review{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.box-danhgia .box-image-review .box-image{
	width: calc(16.6% - 20px);
	position: relative
}
.box-danhgia .box-image-review .box-image:hover:before{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.1;
    transition: all 0.2s;
	z-index: 3
}
.box-danhgia{
	position: relative
}
.box-social-review{
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: var(--theme-color);
	padding: 30px 40px;
	text-align: center;
	color: #fff;
	transform: translate(-50%, -50%);
}
.box-social-review .title{
	font-size: 48px;
	text-transform: uppercase;
	font-family: var(--medi);
	color: #fff;
	line-height: 1;
	padding-top: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.row-review-2{
	margin-top: 20px;
}
.btn-social{
	margin: 10px 0 0;
	border: solid 2px #2c2c2c;
	text-transform: uppercase !important;
}
.btn-social:hover{
	border-color: white;
	background-color: white;
	color: var(--theme-color) !important;
	box-shadow: none !important
}
.row-review-2 i {
    font-size: 24px;
}

#main .home-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-left: -12.5px;
    margin-right: -12.5px;
	margin-top: 25px;
}

.home-blog .post-item {
    flex-basis: 100%;
    max-width: 100%;
}


.home-blog .post-item:nth-of-type(1),
.home-blog .post-item:nth-of-type(2) {
    grid-row: span 3;
}

.home-blog .post-item:nth-of-type(1) .box-text,
.home-blog .post-item:nth-of-type(2) .box-text {
    padding: 27px 0 0;
}

.home-blog .post-item:nth-of-type(n+3) .box {
    display: flex;
}

.home-blog .post-item:nth-of-type(n+3) .box-image {
    width: 150px !important;
    flex-shrink: 0;
}

.home-blog .post-item:nth-of-type(n+6) {
    display: none
}

.home-blog .post-item:nth-of-type(n+3) .box-text {
    padding: 9px 0 0 25px;
}

.home-blog .post-item .image-cover {
    border-radius: 6px;
}
.box-blog-post .box-info .cat-label {
    font-size: 14px;
    line-height: 18px;
    color: #818181;
    margin: 0 0 0 6px;
    padding-left: 6px;
    border-left: 1px solid #818181;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.box-blog-post .box-info .post-meta {
    font-size: 14px;
    line-height: 18px;
    color: #818181;
}

.box-blog-post .box-text .post-title a {
    font-size: 16px;
    margin: 0;
    font-family: var(--semi);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: color 0s;
    line-height: 1.4;
}

.box-blog-post .box-text .post-title:hover a {
    color: var(--theme-color3);
}
.box-blog-post .box-info {
    display: flex;
    position: relative;
    margin-bottom: 8px;
}
.box-blog-post .is-divider{
	display: none;
}
#main .home-sec-10{
	padding-top: 0;
}
.home-sp .flickity-page-dots{
	display: none;
}

/* end home */

/* header */
.header-nav-main a {
    font-size: 16px !important;   
    text-transform: none !important;  
	color: var(--theme-color)!important
}
.header-nav-main li:hover > a, .header-nav-main .active > a{
	color: var(--theme-color3)!important
}
#header .searchform .button.icon{
	background-color: transparent;
	border: none;
	box-shadow: none;
	color: var(--theme-color)
}
#header #woocommerce-product-search-field-0{
	box-shadow: none !important;
	border: none !important;
	font-size: 14px;
}
#header .searchform > .flex-row{
	border: 1px solid #CFCFCF
}
#header.header-full-width .container{
	max-width: 1400px !important;
}
#header{
	border-bottom: 1px solid #CFCFCF
}
#header .header-nav.nav>li{
	margin: 0 13px;
}
#header .header-nav.nav>li.cart-item a{
	padding-top: 5px;
}
#header #logo img, #header .stuck #logo img {
    max-height: 60px !important;
}
.searchform .button.icon i:before{
	content: '\f002';
	font-family: var(--fa6);
}
#masthead .image-icon img{
	height: 24px;
}
.stuck .header-main .nav > li > a {
    line-height: 1.6 !important;
}
#masthead .image-icon:after{
	right: -4px;
	top: -4px
}
#masthead .cart-item .cart-mini-product-name a{
	color: var(--theme-color) !important
}
#masthead .cart-item .cart-mini-product-name a:hover{
	color: var(--theme-color3) !important
}
#masthead .menu-item:before, #masthead .menu-item:after{
	display: none;
}
#masthead .menu-item .sub-menu{
	padding: 0;
	border: none;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
}
#masthead .menu-item .sub-menu a{
	padding: 10px 16px;
	border: none;
	margin: 0;
	color: var(--theme-color) !important
}
#masthead .menu-item .sub-menu a:hover{
	background-color: #EDEDED;
}
#masthead .menu-item .sub-menu a i, #masthead .menu-item .sub-menu a img{
	width: 20px;
	margin-right: 5px;
	text-align: center;
}
/* end header */

/* footer */
.row-1 .icon-box-text p:first-of-type {
	font-size: 18px;
	margin-bottom: 5px;
	font-family: var(--semi)
}
.row-1 .icon-box{
	align-items: center
}
.row-1 .foot-title p{
	font-size: 18px;
	margin-bottom: 5px;
	font-family: var(--semi)
}
.row-1 .wpcf7-submit, .row-1 form{
	margin: 0;
}
.row-1 form{
	display: flex;
	align-items: center;
	border: 1px solid #ffffffab;
	justify-content: space-between;
	padding: 5px;
}
.row-1 form .wpcf7-tel{
	background-color: transparent;
	box-shadow: none !important;
	border: none !important;
	color: white;
	margin: 0;
}
.row-1 .wpcf7-submit{
	background-color: white;
	color: var(--theme-color) !important;
	font-weight: 100;
	text-transform: none;
}
.row-1 .wpcf7-submit:hover{
	box-shadow: none;
	border: 1px solid #fff;
	background-color: var(--theme-color);
	color: white !important;
}
.wpcf7-spinner{
	display: none;
}
.row-1{
	position: relative;
	margin-bottom: 30px;
}
.row-1:before{
	content: '';
	position: absolute;
	width: calc(100% - 30px);
	height: 1px;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
	border-bottom: 1px solid #ffffff6e;
}
.row-2 .box-category .box-image{
	display: none;
}
.row-2 .product-category, .row-2 .product-category .box-text{
	padding: 0
}
.row-2 .row:has(.product-category) {
	margin: 0 !important
}
.row-2 .product-category .box-text-inner h5{
	text-transform: none;
	font-weight: 100;
	font-family: var(--regular);
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 0;
}
.row-2 a:hover{
	text-decoration: underline;
}
.row-2 .f-content p{
	margin-bottom: 10px;
	display: flex;
	align-items: baseline;
}
.row-2 .f-content p i{
	margin-right: 8px;
}
.row-2 .col-logo .img:first-child{
	width: 65%;
}
.row-2 .icon-inner img{
	padding-top: 0
}
.row-2 .icon-box{
	align-items: center;
	margin-bottom: 10px;
}
#footer > section{
	padding: 50px 0 20px;
}
.absolute-footer{
	background-color: #0F0F0F;
	padding: 10px 0 10px;
}
#footer .wpcf7 .wpcf7-not-valid-tip{	
	left: 10px;
	bottom: -5px;
	color: white;
	opacity: 1;
}
/* end footer */

/* lien he */
.f-lienhe input,
.f-lienhe textarea {
	border: 1px solid #D6D6D6;
	box-shadow: none !important;
	outline: none !important;
	padding: 5px 25px;
}

.f-lienhe textarea {
	padding-top: 10px;
}

.f-lienhe .f-flex {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 15px;
}

.f-lienhe .f-flex>span {
	width: 50%;
}

.f-lienhe .f-flex input {
	height: 45px;
}

.f-lienhe .wpcf7-submit {
	text-transform: none;	
	font-weight: 100;
	background-color: var(--theme-color);
	padding: 0 35px;
	box-shadow: none !important;
	border: 1px solid var(--theme-color);
	margin-top: 20px;
}

.f-lienhe .wpcf7-submit:hover {
	color: var(--theme-color);
	background-color: white;
}

.f-lienhe .wpcf7-submit i {
	margin-left: 5px;
}

.wpcf7 .f-lienhe .wpcf7-not-valid-tip {
	bottom: 0
}

.lh-sec-1 .box-lh {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 30px;
	border-top: 1px solid #D2D2D2;
}

.box-lh-icon {
	display: flex;
	gap: 15px;
	align-items: center;
}

.box-lh-icon a {
	width: 44px;
	height: 44px;
	border-radius: 50px;
	background-color: #19181826;
	color: var(--theme-color);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;	
}

.box-lh-icon a:hover {
	color: white;
	background-color: var(--theme-color);
}

.lh-sec-1 .box-lh p {
	color: var(--theme-color);
	font-family: var(--bold);
	font-size: 20px;
	margin-bottom: 0
}

.lh-sec-1 .col-right {
	padding-left: 50px;
}

.lh-sec-1 .col-right .col-inner {
	padding: 30px;
	border-radius: 0px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background-image: url('/wp-content/uploads/2024/05/Banner-600x600-1.webp');
	background-size: cover;
}

.lh-sec-1 .col-right .box-info-lh {
	padding: 25px 30px;
	border-radius: 3px;
	border: 1px solid #fff;
	background: transparent linear-gradient(125deg, #f3f3f3b3 0%, #f3f3f329 100%) 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0 10px 20px #0000000f;
	box-shadow: 0 10px 20px #0000000f;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.info-lh-item *{
	color: black !important
}

.lh-sec-1 .info-lh-item span {
	font-family: var(--bold);
	text-transform: uppercase;
}

.lh-sec-1 .info-lh-item:not(:last-child) {
	margin-bottom: 15px;
}

.lh-sec-1 .info-lh-item-flex span {
	text-transform: none;
	margin-right: 5px;
}

.lh-sec-1 .info-lh-item-flex {
	display: flex;
}
.lh-sec-1 .info-lh-item-flex div{
	margin-left: 5px;
}
#main .lh-sec-1 {
	padding: 60px 0 0
}

.lh-sec-1 .map {
	margin-top: 50px
}

.lh-sec-1 .map iframe {
	width: 100%;
}

#main .dk-sec-1 {
	padding-bottom: 50px;
}

.lh-sec-1 .col-left .content p{
	font-size: 17px;
}

/* end lien he */

/* danh sach sp */
.shop-page-title .breadcrumbs{
	font-weight: 100;
	color: var(--theme-color);
	font-size: 16px;
	text-transform: none;
}
.bg-shop .page-title-inner{
	padding-top: 0px;
	min-height: 0;
}
.bg-shop .title-shop{
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.sortbycate {
	display: flex;
	font-size: 15px;
	padding: 10px 15px;
	border: 1px solid #CFCFCF;
}

.sortbycate .box-loc {
	position: relative;
	margin-left: 5px;
}
.sortbycate .box-loc i{
	margin-left: 5px;
}
.sortbycate .box-loc .order-list{
	list-style: none;
	position: absolute;
	top: 100%;
	background-color: #fff;
	padding: 15px 15px 5px;
	border-radius: 0 0 5px 5px;
	width: 145px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	border: 1px solid #ddd;
}
.sortbycate .box-loc .order-list::-webkit-scrollbar{
	width: 3px;
}
.sortbycate .box-loc:hover .order-list {
	opacity: 1;
	visibility: visible;
}
#shop-sidebar #woocommerce_product_categories-2 .widget-title{
	display: none;
}
#shop-sidebar .is-divider, #shop-sidebar .count, .widget li.chosen a:before{
	display: none;
}
#shop-sidebar{
	padding-right: 30px;
}
#shop-sidebar li{
	border: none !important;
}
#shop-sidebar #woocommerce_product_categories-2 li a{
	font-size: 16px;
	text-transform: uppercase;
	font-family: var(--bold);
	padding-top: 0;
}
#shop-sidebar #woocommerce_product_categories-2 li.active a{
	color: var(--theme-color3);
}
#shop-sidebar #woocommerce_layered_nav-2 ul{
	display: flex;
	flex-wrap: wrap;	
}
#shop-sidebar #woocommerce_layered_nav-2 ul li{
	width: 25% ;
	text-align: center;
	border: 1px solid #e5e5e5 !important;
	font-size: 13px;
}
#shop-sidebar #woocommerce_layered_nav-2 ul li:hover, #shop-sidebar #woocommerce_layered_nav-2 ul li.chosen{
	background-color: var(--theme-color);
	border-color: var(--theme-color)!important
}
#shop-sidebar #woocommerce_layered_nav-2 ul li:hover a, #shop-sidebar #woocommerce_layered_nav-2 ul li.chosen a{
	color: white !important;
}
#shop-sidebar #woocommerce_layered_nav-2 ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 46px
}
#shop-sidebar span.widget-title{
	font-family: var(--bold);
	font-weight: 100;
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 12px;
    display: block;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
#shop-sidebar .filter-price{
	margin-top: 40px;
}
#shop-sidebar .filter-price li a{
	padding-top: 0;
	font-size: 15px;
	padding-left: 20px;
	position: relative;
}
#shop-sidebar .filter-price li a:before{
	content: '\f0c8';
    font-family: var(--fa6);
    font-weight: 300;
    position: absolute;
    left: 1px;
    top: 0;
}
#shop-sidebar .filter-price li.active a:before{
	content: '\f14a';
    color: var(--theme-color);
    font-weight: 600;
    font-size: 16px;
}

.nav-pagination>li>a, .nav-pagination>li>span{
	border-radius: 0;
	border-width: 2px;
	background-color: #FAFAFA;
	border-color: #FAFAFA;
	font-weight: 100
}

.list-item.danhmuc-sp li{
	margin: 0;
}
.list-item.danhmuc-sp li a{
	padding-top: 0;
    font-size: 15px;
    padding-left: 20px;
    position: relative;
	display: inline-block;
	padding-bottom: 5px
}
.list-item.danhmuc-sp li a:before{
	content: '\f0c8';
    font-family: var(--fa6);
    font-weight: 300;
    position: absolute;
    left: 1px;
    top: 0;
}
.list-item.danhmuc-sp li.active a:before{
	content: '\f14a';
    color: var(--theme-color);
    font-weight: 600;
    font-size: 16px;
}
#custom_html-2 .list-item{
	display: flex;
	flex-wrap: wrap
}
#custom_html-2 .list-item li{
	margin: 0;
	width: 50%;
}
#custom_html-2 .list-item li a{
	text-align: center;
	border: 1px solid #e5e5e5;
    margin: 0;
    padding: 10px;
	display: flex;
    height: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column
}
#custom_html-2 .list-item li img{
	display: block;
	width: 40px;
	margin: 0 auto 5px;
}
#custom_html-2 .list-item li.active{
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}
#custom_html-2 .list-item li.active a{
	color: white;
}
#custom_html-2 .list-item li.active img{
	filter: brightness(0) invert(1);
}
.widget-title.shop-sidebar{
	position: relative;
	padding-right: 25px;
	cursor: pointer;
}
.widget-title.shop-sidebar:after{
	content: '\f068';
	font-family: var(--fa6);
	position: absolute;
	right: 0;
	top: 65%;
	transform: translatey(-50%);
	opacity: 1;
	color: var(--theme-color);
	font-weight: 400
}
.widget-title.shop-sidebar.not-active:after{
	content: '\2b';
}
#shop-sidebar ul, .price_slider_wrapper{
	padding-left: 20px;
}
#shop-sidebar ul.danhmuc-sp{
	display: flex;
	flex-direction: column;
}
.price_slider_wrapper{
	padding-top: 15px;
}
.price_slider_wrapper .price_label *{
	display: none
}
.price_slider_wrapper .price_label span{
	font-size: 14px;
	font-weight: 100;
	display: block
}
.price_slider_wrapper .price_label {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-top: 0;
}
.price_slider_wrapper .button{
	margin: 15px 0 0;
    font-weight: 200;
    font-size: 15px;
}
.price_slider_wrapper .price_slider_amount{
	display: flex;
	flex-direction: column-reverse;
}
.widget_price_filter .ui-slider-horizontal{
	transform: translateX(-3px);
}

.filter-product li{
	list-style: none;
	cursor: pointer;
}
#shop-sidebar ul.danhmuc-sp {
    display: flex;
    flex-direction: column;
}
#shop-sidebar .box-hienthi{
    font-family: var(--bold);
    font-weight: 100;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 12px;
    display: block;
    border-top: 1px solid #ccc;
    padding-top: 20px;
	position: relative;
	cursor: pointer;
}
#shop-sidebar .box-hienthi:after {
    content: '\f068';
    font-family: var(--fa6);
    position: absolute;
    right: 0;
    top: 65%;
    transform: translatey(-50%);
    opacity: 1;
    color: var(--theme-color);
    font-weight: 400;
}
#shop-sidebar .box-hienthi.not-active:after{
	content: '\2b';
}
.box-danhmuc-item.box-hinh-thuc{
	display: none;
}

#shop-sidebar .box-kich-thuoc ul li {
    width: 25%;
    text-align: center;
    border: 1px solid #e5e5e5 !important;
    font-size: 13px;
	margin: 0 !important;
	display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
	cursor: pointer;
}
#shop-sidebar .box-kich-thuoc ul{
	display: flex;
    flex-wrap: wrap;
}
#shop-sidebar .box-kich-thuoc ul li.active, #shop-sidebar .box-kich-thuoc ul li:hover{
	background-color: var(--theme-color);
	color: white;
}
.phanloai-list li{
	margin: 0 !important;
	width: 50%;
}
.phanloai-list li a {
    text-align: center;
    border: 1px solid #e5e5e5;
    margin: 0;
    padding: 10px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.phanloai-list ul{
	display: flex;
    flex-wrap: wrap;
}
.phanloai-list li img {
    display: block;
    width: 40px;
    margin: 0 auto 5px;
}
.phanloai-list li.active a, .phanloai-list li:hover a{
	color: white;
}
.phanloai-list li.active, .phanloai-list li:hover{
	background-color: var(--theme-color);
}
.phanloai-list li.active img, .phanloai-list li:hover img{
	filter: brightness(0) invert(1);
}
.woocommerce-pagination{
	display: none;
}
.collection-section-loadmore__btn{
	background-color: var(--theme-color);
    color: white;
    font-weight: 100;
    margin: 15px auto;    
    border: 1px solid var(--theme-color);
	display: block;
}
.collection-section-loadmore__btn:hover{
	background-color: white;
	color: var(--theme-color);
}
.danh-muc-con{
	display: none !important;
}

/* end danh sach sp */

/* Danh sach tin */
.blog-archive .blog-top{
	display: grid;
	grid-template-columns: 55% auto;
    margin-left: -12.5px !important;
    margin-right: -12.5px !important;
    margin-bottom: 20px;
    position: relative;
}
.blog-archive .blog-top .post-item:first-child{
	grid-row: span 4;
	padding-right: 30px;
}
.blog-top .post-item {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 0;
}
.blog-archive .blog-top .post-item:not(:first-child) .from_the_blog_excerpt {
	display: none;
}
.blog-archive .blog-top .post-item:first-child .from_the_blog_excerpt{
	overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 3;
    height: 60px;
     display: -webkit-box;
    -webkit-box-orient: vertical;
}
.blog-archive .blog-top .box-blog-post .box-text .post-title a{
	font-size: 20px;
	 overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
     display: -webkit-box;
    -webkit-box-orient: vertical;
}
.blog-archive .blog-top .box-blog-post .box-text .post-title{
	margin: 0 0 15px;
}
.blog-archive .post-item .image-cover{
	border-radius: 5px;
}
.blog-archive .blog-top .post-item:first-child .box-text{
	padding: 20px 0
}
.blog-archive .blog-top .post-item:not(:first-child) .box {
	display: flex;
	justify-content: space-between;
}
.blog-archive .blog-top .post-item:not(:first-child) .box .box-image{
	width: 35%;
	margin: 0;
}
.blog-archive .blog-top .post-item:not(:first-child) .box .box-text{
	width: 65%;
    padding: 10px 0 0 15px;
}
.blog-archive .page-title{
	text-align: left;
	font-size: 28px;
	text-transform: none;
	margin-bottom: 0;
	margin-top: 20px;
}
.archive-page-header .large-12{
	padding-bottom: 10px;
}
.blog-archive #post-list .from_the_blog_excerpt{
	overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 3;
    height: 60px;
     display: -webkit-box;
    -webkit-box-orient: vertical;
}
.blog-archive #post-list .box-blog-post .box-text .post-title a{
	font-size: 18px;
	line-height: 22px;
    -webkit-line-clamp: 2;
    height: 44px;
}
.blog-archive #post-list .box-blog-post .box-text .post-title{
	margin: 0 0 10px;
}
.blog-archive #post-list .box-blog-post .box-text{
	padding: 20px 0px 10px;
}
/* end danh sach tin */
/* single blog */
.single .blog-single .entry-content {
	padding: 0;
}

.blog-single h1.entry-title {
	font-size: 28.8px;
	margin-top: 15px;
}

.blog-single .large-8 {
	padding-right: 40px;
}

.box-postdate span {
	color: #666666;
	font-size: 14.4px;
	position: relative;
}

.box-postdate span:before {
	content: '\f073';
	font-family: var(--fa6);
	margin-right: 5px;
}

.info-top {
	display: flex;
	align-items: center;
	margin-bottom: 45px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgb(101 98 99 / 40%);
}

.info-top .box-postdate span {
	font-size: 16px;
	font-family: var(--medi);
	color: var(--theme-color);
	line-height: 24px;
	display: block;
	margin-right: 20px;
	padding-right: 20px;
	line-height: 24px;
}

.info-top .box-postdate span:after {
	content: "";
	border-right: 1px solid #001D44;
	position: absolute;
	right: 0;
	top: 0;
	height: 25px;
	opacity: 0.25;
	margin-right: 0;
}

.blog-single .blog-main {
	padding-top: 30px;
}

.blog-sidebar .is-divider,
#block_widget-2 .is-divider,
.post-lquan .is-divider {
	display: none;
}

.blog-sidebar .text-left {
	padding: 0 0 0 15px;
}

#block_widget-2 .widget-title {
	display: block;
}

.blog-sidebar .post-item:not(:last-child) .col-inner {
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #D9D9D9;
}

.blog-sidebar .post-item:not(:last-child) {
	padding-bottom: 0
}

#block_widget-2 .widget-title span {
	font-size: 20px;
    line-height: 1.5;
    text-transform: none;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #292929;
    display: block;
    font-weight: 100;
    font-family: var(--semi);
    color: black;
}

.blog-sidebar .post-item .image-cover {
	border-radius: 6px;
}

.post-lquan .post-item .box-text {
	padding-top: 20px;
	padding-bottom: 0;
}

.post-lquan .box-image {
	border-radius: 6px;
	overflow: hidden;
}

.featured-posts .title-post {
	font-size: 28.8px;
	margin-bottom: 30px;
}


#block_widget-3 {
	background-color: var(--theme-color);
	padding: 30px 30px;
	border-radius: 8px;
}

#block_widget-3 .title {
	color: #fff;
	font-size: 20px;
	font-family: var(--bold);
	margin-bottom: 16px;
}

#block_widget-3 input {
	height: 46px;
	background-color: transparent;
	border: 0;
	box-shadow: none;
	border-bottom: 1px solid #BABABA;
	color: #d8d8d8;
	font-size: 14px;
}

#block_widget-3 input::placeholder {
	color: #d8d8d8;
	opacity: 1;
}

#block_widget-3 .btn-viewall {
	border-color: #fff;
	color: #fff;
	margin: 10px 0 0;
	border-radius: 50px;
	font-weight: 100 !important;
	font-family: var(--semi) !important;
	background-color: var(--theme-color);
	text-transform: none;
	box-shadow: none !important
}

#block_widget-3 .btn-viewall:hover {
	background-color: #fff;
	color: var(--theme-color)
}

#block_widget-3 .wpcf7 .wpcf7-not-valid-tip {
	color: #fff
}

#block_widget-3 form {
	margin-bottom: 0;
}
.box-share i {
    font-weight: 400 !important;
    color: var(--theme-color);
}
.social-icons span{
	font-weight: 100;
	font-family: var(--medi)
}
.post-lquan .box-blog-post .box-text .post-title a{
	font-size: 18px;
}
/* end single blog */

/* menu mobile */
#nav-bottom {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -1px;
    display: flex;
    z-index: 1024;   
    height: 70px;
    background-color: white;
	border-top: 1px solid #D6D6D6;
}

#nav-bottom:after {
    right: 0;
    left: unset
}

.home #nav-bottom .item.tab-home:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--theme-color);
    position: absolute;
    top: 0px;
}

#nav-bottom .item {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 10px 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

#nav-bottom .item.active:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--theme-color);
    position: absolute;
    top: 0px;
}

#nav-bottom .item.active i:before,
.home #nav-bottom .item.tab-home i:before {
    color: var(--theme-color);
}

#nav-bottom .item.item-center.active i:before {
    color: #fff
}

#nav-bottom .item span {
    font-size: 12px;
    color: #818181;
    font-weight: normal;
    line-height: 1;
}

#nav-bottom .item i, #nav-bottom .item img {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
    font-size: 18px;
	object-fit: contain;
}
#nav-bottom .item img{
	height: 19px;
	width: auto;
	max-width: 30px;
}

#nav-bottom__contact,
#nav-bottom__products,
#nav-bottom__user {
    position: fixed;
    width: 100%;
    height: 625px;
    bottom: -100%;
    left: 0;
    display: block;
    background-color: #fff;
    border-radius: 16px 16px 0 0;
    z-index: 1001;
    padding-bottom: 60px;
    padding-top: 0;
    transition: all 300ms ease-out 0s;
}

#nav-bottom__contact {
    height: 490px;
}

#nav-bottom__user {
    height: 320px;
}

#nav-bottom__contact.show {
    bottom: 0
}

#nav-bottom__contact .contact-info__header {
    position: relative;
    padding: 18px 16px;
    text-align: center;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid rgb(235, 235, 240);
}

#nav-bottom__products .products-header h4 {
    margin: 0;
    font-size: 16px;
    font-family: var(--medium);
    line-height: 1;
}

#nav-bottom__contact .contact-info__header .contact-close{
    font-size: 22px;
    color: var(--black);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.menu-hidden {
    background-color: #000000c2;
    position: fixed;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.menu-hidden.show {
    opacity: 1;
    visibility: visible
}
.contact-info-top{
	display: flex;
	flex-direction: column;
}
.contact-info-top a{
	padding: 10px 15px;
	border-bottom: 1px dashed #D2D2D2 
}
/* end menu mobile */

@media (max-width: 1370px){
	.header-nav-main a{
		font-size: 15px !important;
	}
}
@media (max-width: 1024px){
	#header .header-nav.nav>li.header-search-form{
		display: none;
	}
	#header .header-nav.nav>li {
		margin: 0 7px;
	}
	.logo-left .logo{
		margin-right: 0;
	}
	.product-small .price-wrapper .price {
		font-size: 16px;
	}
	.page-about2:before, .page-about2 .section-bg{
		height: 64%;
	}
	#shop-sidebar {
		padding-right: 20px;
	}
	.sortbycate {
		display: flex;
		font-size: 14px;
		padding: 7px 15px;
		border: 1px solid #CFCFCF;
	}
	.product-main .product-gallery {
		padding-right: 25px;
		position: relative;
	}
	.box-size-content{
		display: none;
	}
	.row-2 .f-content p{
		font-size: 15px;
	}
}

@media (max-width: 980px){
	
	#main-menu .searchform .button.icon{
		background-color: transparent;
		border: none;
		box-shadow: none;
		color: var(--theme-color)
	}
	#main-menu #woocommerce-product-search-field-1{
		box-shadow: none !important;
		border: none !important;
		font-size: 14px;
	}
	#main-menu .searchform > .flex-row{
		border: 1px solid #CFCFCF
	}
	#main-menu li.header-search-form{
		padding: 1rem
	}
	
	.page-about2 .row:first-of-type .content h2, .page-about2 .row:nth-of-type(2) .col-left h2{
		font-size: 24px;
	}
	.page-about2 .row:nth-of-type(2) .col-left h2{
		line-height: 1.3
	}
	.page-about2 .row:nth-of-type(2) .col-left {
		padding-right: 25px;
	}
	.page-about2 .row:nth-of-type(2) .col-left h4{
		font-size: 18px;
	}
	.page-about2:before, .page-about2 .section-bg {
        height: 75%;
    }
	.page-about2 .row:nth-of-type(2) .col-left h2 {
		margin-bottom: 55px;
	}
	.page-about2 .row:nth-of-type(2) .col-left .content{
		height: 130px;
		overflow: auto
	}
	.page-about2 .row:first-of-type .img {
		margin-top: -35px;
	}
	.page-about2 .row:first-of-type .col-right {
		padding-top: 40px;
		padding-left: 40px;
	}
	.row-2 .col-logo .img:first-child {
		width: 25%;
	}
	.page-about2 .row:nth-of-type(2) .col-left .content::-webkit-scrollbar{
		width: 2px;
	}
	#footer .row-1 .icon-box-img img{
		padding: 0;
	}
	.page-banner{
		max-height: 240px
	}
	#footer .row-1 .medium-5{
		padding-bottom: 20px;
	}
	#footer .row-1 .icon-box-left .icon-box-img{
		max-width: 40px;
	}
	.home-sec-9 .slick-arrow.next-arrow, .slider:has(.product-small) .flickity-button.next {
		right: 5px;
	}
	.home-sec-9 .slick-arrow.prev-arrow, .slider:has(.product-small) .flickity-button.previous {
		left: 5px;
	}
	.home-sec-9 .box-review-item{
		max-width: 220px;
	}
	.home-sec-3 .box-thuonghieu{
		flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
		padding-bottom: 10px;
	}
	.home-sec-3 .box-thuonghieu .box-image{
		width: 28%;
        scroll-snap-align: start;
		flex-shrink: 0;
	}
	.home-sec-3 .box-thuonghieu::-webkit-scrollbar{
		height: 2px;
	}
	.popup-team .content{
		position: relative;
		height: 90vh;
		overflow: auto;
		padding-top: 90px;
	}
	.popup-team .col-content .name-box{
		position: absolute;
		left: 20px;
        top: 15px;
	}
	.popup-team .col-content{
		position: static;
		padding: 25px 25px 45px;
	}
	.popup-team .pop-sp-content{
		max-height: inherit;
	}
	.popup-team .col-content .social-icon-box{
		position: fixed;
	}
	.popup-team .pop-sp-content > .row > .col{
		width: 50%;
	}
	#wrapper .popup-custom-full.popup-team .content p{
		padding-top: 15px;
	}
	.popup-team .product-small .woocommerce-loop-product__title{
		font-size: 16px;
	}
	.popup-team .product-small .price-wrapper .price {
        font-size: 18px;
    }
	.box-review-item .box-btn .button{
		white-space: nowrap;
	}
	#main .home-blog {
        grid-template-columns: repeat(2, 1fr);
    }
	#main .home-blog .post-item:nth-of-type(n+6) {
        display: block;
    }
	.header-main, .header.show-on-scroll, .stuck .header-main {
		max-height: 70px !important;
	}
	.category-filtering{
		position: fixed;
		left: 0;
		z-index: 9999;
		width: 42px;
        height: 42px;
        background: var(--theme-color);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 3px 3px 0;
        color: #fff;
        font-size: 18px;
        top: 40%;
        border: 1px solid #fff;
        border-left: 0;
		padding: 0;
	}
	.category-filtering a{
		margin: 0;
		display: flex;
        align-items: center;
        justify-content: center;
	}
	.category-filtering strong{
		display: none;
	}
	.category-filtering a i:before{
		content: "\e17c";
		font-family: var(--fa6);
		font-weight: 300;
	}
	.category-filtering > .inline-block{
		display: none !important
	}
	.off-canvas-left .mfp-content, .off-canvas-right .mfp-content{
		background-color: white;
	}
	.box-size-content-bottom .box-size-thitruong .size-giay-item{
		width: calc(16% - 8px);
	}
	.box-size-content-bottom .box-size-thitruong .size-giay-item:not(.co-sp):nth-child(4n):hover:before{
		left: 75%;
		right: auto;
	}
	.box-size-content-bottom .box-size-thitruong .size-giay-item:not(.co-sp):nth-child(6n):hover:before{
		right: 75%;
		left: auto;
	}
	.product-main .product-gallery{
		padding-right: 15px;
	}
	#imageRange{
		width: 270px;
	}
	.box-size-content{
		display: block;
	}
	.block-for-you .equalize-box > .col{
		flex-basis: 25%;
		max-width: 25%;
	}
	.block-for-you .col:nth-child(5){
		display: none;
	}
	.single .product-main{
		padding-bottom: 0;
	}
	.blog-archive .blog-top .post-item:not(:first-child) .box .box-text{
		padding-top: 0;
	}
	.blog-archive .blog-top{
		margin-bottom: 0;
	}
	#block_widget-2{
		display: none;
	}
	.blog-single .blog-main {
		padding-top: 10px;
	}
	.blog-single h1.entry-title, .blog-single article{
		margin-bottom: 0;
	}
	.info-top{
		margin-bottom: 30px;
		padding-bottom: 15px;
	}
	#block_widget-3{
		margin-bottom: 5px
	}
	.blog-single .large-8{
		padding-right: 15px;
	}
	.featured-posts .title-post {
		font-size: 26px;
		margin-bottom: 15px;
	}
	.lh-sec-1 .box-lh{
		padding-top: 20px;
	}
	.box-lh-icon a{
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
	.lh-sec-1 .map {
		margin-top: 30px;
	}
	.lh-sec-1 .col-right .box-info-lh{
		padding: 25px;
	}
	.lh-sec-1 .col-right .col-inner{
		padding: 20px;
	}
	.info-lh-item{
		font-size: 15px;
	}
	.lh-sec-1 .map iframe{
		height: 300px;
	}
	.lh-sec-1 .info-lh-item:not(:last-child) {
		margin-bottom: 10px;
	}
	.box-lh-icon{
		gap: 12px;
	}
	.wpcf7 .f-lienhe .wpcf7-not-valid-tip{
		display: none;
	}
	.wpcf7 .f-lienhe .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) input{
		border-color: red;
	}
	.f-lienhe .f-flex input{
		height: 40px;
	}
	.f-lienhe textarea, .f-lienhe .f-flex{
		margin-bottom: 0;
	}
	.f-lienhe .f-flex{
		gap: 15px;
	}
	.f-lienhe .wpcf7-submit{
		margin-bottom: 0;
	}
	.lh-sec-1 .col-right {
		padding-left: 25px;
	}
	.box-noibat-item .left {
		width: 15%;
	}
	.box-noibat-item .right{
		width: calc(85% - 15px);
	}
	.product-gallery .dan-nhan{
		right: 30px;
	}
	.f-lienhe input, .f-lienhe textarea{
		padding: 5px 15px;
	}
	#main .lh-sec-1 {
		padding: 40px 0 0;
	}
	.product-gallery .product-appearance{
		right: 25px;
	}
	.box-danhgia .box-image-review .box-image{
		width: calc(25% - 15px);
	}
	#main-menu .menu-item .sub-menu a i, #main-menu .menu-item .sub-menu a img {
		width: 30px;
		margin-right: 5px;
		text-align: center;
		font-size: 18px;
	}
}

@media screen and (max-width: 767.98px) {
	.progress-wrap.active-progress{
		display: none;
	}
    .list-shortcut-desktop {
        left: auto;
        bottom: 105px;
    }

    .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)
    }
	.category-filtering{
		top: 40%
	}
}

@media (max-width: 575.99px) {	
	.lh-sec-1 .col-right{
		order: -1;
		padding-left: 15px;
		margin-bottom: 160px;
	}
	.lh-sec-1 .col-right .box-info-lh{
		transform: translateY(160px);
	}
	.row-2 .col-logo .img:first-child {
        width: 45%;
    }
	#footer .zalo .icon-box-img, #footer .ig .icon-box-img {
		width: 25px !important
	}
	#footer .row-2 .icon-box-text a{
		font-size: 15px;
	}
	#footer .col-logo p{
		margin-bottom: 0;
	}
	#main .home-sec-2{
		padding-top: 0;
	}
	.slick-arrow{
		width: 30px;
		height: 30px;
	}
	.slider-home .image-cover{
		padding-top: 33% !important
	}
	#main .slider-home{
		margin-top: 0
	}
	#main .slider-home .col {
		padding-left: 0;
		padding-right: 0;
	}
	#main .slider-home .slick-arrow{
		display: none !important;
	}
	.home-sec-3 .box-thuonghieu .box-image {
		width: 40%;
	}
	.home-sp .small-12{
		padding-bottom: 30px
	}
	.title h2 {
		font-size: 20px;
	}
	.home-sec-3 .small-12{
		padding-bottom: 10px
	}
	.slider:has(.product-small) .flickity-button{
		width: 30px !important;
		height: 30px;
		min-height: 30px;
	}
	.slider:has(.product-small) .flickity-button:hover{
		background-color: var(--theme-color) !important
	}
	.btn-xemthem{
		font-size: 14px;
		font-family: var(--regular);
		height: 35px;
		padding-top: 0
	}
	.stack-title {
		margin-bottom: 10px;
	}
	#main .home-sec-6{
		padding-bottom: 10px;
	}
	.row-review > .col{
		padding-bottom: 0
	}
	.home-sec-9 .box-review-item {
        max-width: 170px;
    }
	.box-review-item .box-btn .button {
        font-size: 14px;
        font-family: var(--regular);
    }
	.popup-team .pop-sp-content{
		overflow: visible;
	}
	.popup-team .col-content {
        position: static;
        padding: 15px 15px 20px;
    }
	.popup-team .pop-sp-content > .row > .col{
		padding: 0 10px 20px;
	}
	.popup-team .pop-sp-content .box-text, .popup-team .pop-sp-content .price-wrapper{
		height: auto !important
	}
	.popup-team .product-small .price-wrapper .price {
		font-size: 16px;
	}
	.popup-team .product-small .woocommerce-loop-product__title, .popup-team .product-small .name {
		height: 40px !important;
		-webkit-line-clamp: 2;
	}
	.popup-team .col-content .social-icon-box{
		bottom: 15px;
	}
	.home-sp .slider:has(.product-small) .flickity-button{
		display: none !important
	}
	.home-sp .flickity-page-dots{
		display: block !important
	}
	.home-sp .flickity-page-dots{
		right: 15px;
		text-align: right;
	}
	.home-sp .flickity-page-dots li{
		border-radius: 2px;
	}
	#main .home-sec-9{
		padding-top: 10px;
	}
	#main .home-blog {
        grid-template-columns: repeat(1, 1fr);
		margin-top: 15px;
    }
	#main .home-sec-10, #main .home-sec-10 .small-12{
		padding-bottom: 8px;
	}
	.home-blog .post-item:nth-of-type(1) .box-text, .home-blog .post-item:nth-of-type(2) .box-text {
		padding: 17px 0 7px;
	}
	.home-blog .post-item:nth-of-type(n+3) .box-text {
        padding: 3px 0 0 15px;
    }
	.home-blog .post-item .image-cover{
		padding-top: 56.25% !important
	}
	.row-banner-page{
		margin-top: 0;
	}
	.row-banner-page > .col{
		padding-left: 0;
		padding-right: 0;
	}
	.page-banner {
        max-height: 136px;
    }
	.page-banner .bg{
		background-size: 100% 100% !important;
	}
	#wrapper .page-about-1{
		padding-top: 0;
		padding-bottom: 80px;
	}
	.page-about2 .row:first-of-type .img {
        margin-top: -70px;
    }
	.page-about2 .row:first-of-type .col-right {
		padding-top: 0;
		padding-left: 15px;
	}
	.page-about2:before, .page-about2 .section-bg {
        height: 68.5%;
    }
	#main .page-about-4 {
		padding: 10px 0 40px !important;
	}
	.bg-shop .title-shop{
		margin-bottom: 20px;
	}
	.archive #main{
		z-index: 2
	}
	.box-size-content-bottom .box-size-thitruong .size-giay-item {
        width: calc(18% - 7px);
    }
	.box-size-content-bottom .box-size-thitruong .size-giay-item:not(.co-sp):nth-child(6n):hover:before{
		left: 75%;
		right: auto;
	}
	.box-size-content-bottom .box-size-thitruong .size-giay-item:not(.co-sp):nth-child(5n):hover:before{
		right: 75%;
		left: auto;
	}
	.f-order .f-flex>* {
		width: 100%;
	}
	.f-order .f-flex {
		gap: 0;
		flex-wrap: wrap;
		margin-bottom: 0
	}
	.block-for-you .equalize-box > .col {
		flex-basis: 50%;
		max-width: 50%;
	}
	.block-for-you .title h3, .box-mota-sp .title, .related .product-section-title{
		font-size: 18px;
	}
	.box-mota-sp{
		margin-bottom: 10px;
	}
	.product-footer {
		margin-bottom: 0;
	}
	.product-info .quantity input{
		height: 40px !important;
		font-size: 18px;
	}
	.blog-archive .blog-top{
		display: block;
	}
	.blog-archive .from_the_blog_excerpt {
		display: none !important;
	}
	.blog-archive .box-text .post-title a{
		font-size: 16px !important;
        line-height: 20px !important;
        height: 40px !important;
	}
	.blog-top .post-item {
		padding-bottom: 25px !important;
	}
	.blog-archive .page-title {
		font-size: 26px;
		margin-top: 0;
	}
	.blog-archive .blog-top .post-item:first-child{
		padding-right: 15px;
		padding-bottom: 15px !important;
	}
	.blog-top .post-item .box .box-text, .blog-main .post-item .box .box-text {
		padding: 10px 0 0 15px !important;
		width: 65%;
	}
	.blog-top .post-item:first-child .box > * {
		width: 100% !important;
	}	
	.blog-archive .blog-top .post-item:first-child .box .box-text{
		padding: 15px 0 0 !important;
	}
	.blog-main .box {
        flex-direction: row !important;
        display: flex !important;
    }
	.blog-main .post-item .box .box-image {
        width: 35%;
        margin: 0;
    }
	.row-blog-list > .col{
		padding-bottom: 0
	}
	.blog-single h1.entry-title{
		font-size: 22px;
	}
	.post-lquan .box-blog-post .box-text .post-title a {
		font-size: 16px;
	}
	.blog-main .post-lquan .box .box-text {
        padding: 5px 0 0 15px !important;
    }
	.featured-posts .title-post {
		font-size: 20px;
	}
	.blog-single, .post-lquan{
		padding-bottom: 8px
	}
	.post-lquan > .col{
		padding-bottom: 20px;
	}
	.box-noibat-item .left {
        width: 25%;
    }
	.box-noibat-item .right {
        width: calc(75% - 15px);
    }
	#imageRange::-webkit-slider-thumb{
		width: 25px;
		height: 25px;
	}
	.product-info {
		padding-top: 25px;
	}
	.sortbycate{
		display: none;
	}
	#masthead .nav>li{
		margin: 0 10px;
	}
	.box-review-item .box-text p{
		font-size: 14px;
	}
	.product-summary .variations_button{
		gap: 10px;
	}
	.woocommerce-variation-add-to-cart .ux-quantity{
		margin-right: 0;
	}
	.woocommerce-variation-add-to-cart .single_add_to_cart_button, .btn-pre-order, .buy_now_button {		
		font-size: 15px;
		padding: 0 10px !important;
		height: 40px;
	}
	.popup-custom-full.popup-preorder .popup-content .title{
		margin-bottom: 15px;
	}
	.product-gallery .product-appearance{
		right: 25px;
	}
	.box-danhgia .box-image-review .box-image{
		width: calc(50% - 10px);
	}
}