:root {
    --theme-color: #9079b1;
    --theme-color2: #f3d387;
    --black: #2e2e2e;
    --grey: #9e9e9e;
    --fa6: 'Font Awesome 6 Pro';
    --regular: 'BeVietnamPro-Regular';
    --semi: 'BeVietnamPro-SemiBold';
    --medium: 'BeVietnamPro-Medium';
    --bold: 'BeVietnamPro-Bold';
}

::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border: 0;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: unset;
    background-color: #fff;
}

::-webkit-scrollbar {
    height: 4px;
    border-radius: 99px
}

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

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


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

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

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

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
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
    margin-bottom: 1rem
}

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

p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 1rem;
    font-family: var(--regular);
}

#header #logo img {
    display: block !important;
    max-height: 60px !important;
}

#header .header-nav-main>.menu-item {
    margin: 0
}

#header .menu-block .col-inner>.sub-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

#header .menu-block .sub-menu .toggle {
    display: none;
}

#header .header-nav-main>.menu-item-has-block>.sub-menu {
    padding: 0 64px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

#header .icon-angle-down {
    display: none
}

#header .header-nav-main>.menu-item>a {
    font-family: var(--bold);
    padding: 35px 20px;
    font-size: 18px;
    color: #888888;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: normal;
    transition: all .3s;
}

#header .header-nav-main>.menu-item>a:hover,
#header .header-nav-main>.menu-item.active>a {
    color: #222;
}

#header {
    background-color: var(--theme-color);
}

#header .header-nav-main>.menu-item.menu-sale>a {
    background-color: rgb(255, 86, 5);
}

#header .header-button-1 {}

#header .header-button-1 .button {
    background: #f2f1ed;
    font-weight: 400;
    color: #292929;
    border: 0;
    width: 217px;
    text-align: left;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border: 0;
    background-color: #e8e8e8;
    box-shadow: none;
    height: 50px;
    padding: 0 20px 0 40px;
    border-radius: 33px;
}

#header .header-button-1 .button:before {
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(/wp-content/themes/flatsome-child/images/icon-search-white-new.svg) no-repeat center;
    margin-right: 12px;
    background-size: contain;
    filter: invert(1);
    flex-shrink: 0;
    position: absolute;
    top: 13px;
    left: 10px;
}

#masthead .image-icon:after {
    background-color: #f9f86c;
    color: #000;
    font-size: 10px;
    top: 19px;
    right: -7px;
    font-family: var(--semi) !important;
}

#header .header-bottom {
    position: absolute;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    display: block !important
}

#header .header-bottom.show {
    opacity: 1;
    visibility: visible
}

.header-bottom .searchform {
    background-color: hsla(0, 0%, 83.1%, .4);
    position: relative;
    border-radius: 99px;
    width: 500px
}

#header .searchform .button.icon {
    border: 0;
    color: #777;
    box-shadow: none;
    position: absolute;
    top: 0;
    background: 0 0 !important;
    width: 50px;
    height: 50px;
    right: 20px;
    padding: 0;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

#header .searchform .icon-search {
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/flatsome-child/images/icon-search-black.svg) no-repeat center;
    background-size: cover
}

#header .searchform .icon-search:before {
    display: none
}

#header .html_topbar_left {
    position: unset
}

#header .searchform input[type=search] {
    border: 0;
    box-shadow: none;
    font-size: 16px;
    height: 50px;
    color: #666;
    background: 0 0;
    padding: 0 70px 0 20px;
    font-size: 15px
}

#header .close-search {
    padding: 0;
    margin: 0;
    position: absolute;
    transform: translateY(-50%);
    right: -70px;
    top: 50%;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

#header .close-search i {
    color: #666;
    font-size: 28px
}

.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before,
.nav-dropdown-has-arrow li.has-dropdown:after {
    display: none;
}

#wrapper .menu-block {
    min-height: 300px;
    margin: auto !important;
    position: relative;
    z-index: 4;
    background-color: #ededed;
    padding: 0 !important;
}

.menu-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    width: 100%;
    height: 1px;
    background-color: transparent;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
    z-index: 99;
}

.menu-block .col-left {
    padding: 20px;
    position: relative;
    flex-basis: 60%;
    max-width: 60%;
    border-right: 1px solid #bebebe;
}

#header .header-nav-main>.menu-item-has-block>.sub-menu .menu-block .col-right,
.menu-block .col-right {
    padding: 20px;
    flex-basis: 40%;
    max-width: 40%;
}

#wrapper .menu-block .col-left .menu-item,
#wrapper .menu-item-has-block .nav-dropdown .menu-block li:first-child:not([class^='bullet-']),
.menu-item-has-block .nav-dropdown .menu-block li {
    margin-left: 0 !important;
    list-style: none !important;
}

.menu-block .col-left .col-inner>ul>li>a {
    display: block;
    padding-bottom: .5rem;
    margin-bottom: 1.2rem;
    position: relative;
    font-size: 14px;
    font-family: var(--semi);
    color: #000;
    text-transform: uppercase;
    width: fit-content;
    width: -moz-fit-content;
}

.menu-block .col-left .col-inner>ul>li>a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 40px;
    background-color: #000
}

.menu-block .col-left .menu-item a .box-menu {
    display: none;
}

.info-menu .banner-header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 18px;
    height: 100%;
}

.menu-img2 .info-menu .banner-header {
    grid-template-columns: repeat(2, 1fr);
}

.menu-img2 .menu-block .info-menu .banner-header .image-cover.image2 {
    display: block;
}

.menu-img2 .info-menu .banner-header .submenu-cover {
    display: none;
}

.info-menu .banner-header .image-cover {
    padding-top: calc(145%/2 - 15px);
    border-radius: 4px;
}

.info-menu .banner-header a:nth-child(2) {
    grid-row: span 2;
}

.info-menu .banner-header * {
    display: block;
}

.info-menu .banner-header img {
    transition: all 1s
}

.info-menu .banner-header .image-cover:hover img {
    transform: scale(1.1);
}

.info-menu .banner-header .img-2 .image-cover {
    padding-top: 145%;
}

.nav-dropdown-has-border .header-bottom-nav .nav-dropdown {
    border: none;
    background-color: #f3f3f3;
}

.menu-block>.col-left>.col-inner>.sub-menu>li>.sub-menu {}

.menu-block>.col-left>.col-inner>.sub-menu>li>.sub-menu a {
    color: #a4a4a4;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.menu-block>.col-left>.col-inner>.sub-menu>li>.sub-menu a:hover {
    color: var(--theme-color);
}

.menu-block .info-menu .banner-header .submenu-cover {
    width: 100%;
}

.menu-block .info-menu .banner-header .image-cover {
    width: 100%;
}

.menu-img2 .menu-block .info-menu .banner-header .image-cover {
    grid-column: unset;
    padding-top: 75%;
}

.menu-block .col-inner,
.menu-block .info-menu {
    height: 100%;
}

.submenu-cover>ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.submenu-cover>ul>li {
    width: 100%;
    margin-bottom: 20px;
}

.submenu-cover>ul li {
    margin: 5px 0;
    margin-left: 0 !important;
}

.submenu-cover>ul>li a {
    font-size: 16px !important;
    text-transform: none !important;
    line-height: 1;
}

.submenu-cover>ul>li a:hover {
    color: var(--theme-color);
}

.submenu-cover>ul>li>a {
    font-family: var(--bold) !important;
    display: block;
    padding: 15px 0 !important;
    border-bottom: 1px dashed #cccc;
}

.submenu-cover>ul>li:last-child>a {
    border: none;
}

#header .header-search .icon-search:before {
    display: none;
}

#header .header-search .icon-search {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(./images/icon-search.svg) no-repeat center;
}

#masthead .image-icon img {
    width: 28px;
    height: 28px;
}

#search-lightbox #woocommerce-product-search-field-0 {
    background-color: #fff !important;
    color: #292929 !important;
    height: 50px;
    font-size: 16px;
    padding: 0 30px
}

#search-lightbox .searchform .button.icon {
    min-height: 50px;
    min-width: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

#search-lightbox #woocommerce-product-search-field-0::placeholder {
    color: #292929
}

#search-lightbox .searchform .icon-search {
    font-size: 20px;
    color: #292929;
    transform: translateY(1px)
}

#search-lightbox .searchform .icon-search:before {
    content: '\f002';
    font-family: var(--fa6)
}

/* End Header */
/* Slider */

.product-small.box .product-title a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #231f20;
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-transform: unset;
    text-align: left;
    font-family: var(--bold);
    margin-bottom: 4.4px;
    margin-bottom: 20px;
}

.product-small.box .box-text {
    padding: 20px 0 0;
}

.product-small.box .category {
    font-size: 14px;
    text-transform: uppercase;
    opacity: 1;
    font-family: var(--semi);
    color: #a8a8a8;
    line-height: normal;
    margin: 0 0 12px;
}

.product-small.box .price-wrapper del {
    order: 2;
    text-decoration: none
}

.product-small.box .price-wrapper del .amount {
    margin-right: 0;
    position: relative;
    opacity: 1;
    font-family: var(--regular);
    text-decoration: line-through;
    color: #c4c4c4;
    margin-left: 10px;
}

.product-small.box .price-wrapper .amount {
    color: #242424;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: var(--semi)
}

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

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

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

#main .slider-home .image-cover {
    padding-top: calc(100vh - 90px) !important;
}

.slider-home .slick-dots {
    bottom: 20px;
}

.slider-home .slick-dots li {
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    opacity: 1;
    background-color: transparent;
}

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

.slider-nav-circle .flickity-button {
    width: 40px !important;
    height: 40px;
    top: 45% !important;
    margin-top: 0 !important;
    border-radius: 5px;
    background: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    transform: unset !important
}

.slider-nav-circle .flickity-button svg {
    display: none
}

.slider-nav-circle .flickity-button:before {
    font-family: var(--fa6);
    content: '\f178';
    color: inherit;
    font-weight: 300;
    font-size: 20.5px;
    width: 100%
}

.slider-nav-circle .flickity-button.previous:before {
    content: '\f177'
}

/* End slider */
/* ===Home=== */
.sec-home-1 .col-right {
    padding-left: 40px;
    padding-right: 40px;
}

.sec-home-1 .section-bg {
    height: calc(100% - 155px);
    top: unset;
    display: none;
}

.title-home h1 {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--theme-color);
    color: transparent !important;
    font-weight: 700;
    font-size: 100px;
    line-height: 81px;
}

.title-home h2,
.title-home h3 {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--theme-color);
    color: transparent !important;
    font-weight: 700;
    font-size: 65px;
    line-height: 70px;
}

.title-home .t-outline {
    position: relative;
    line-height: initial;
}

.title-home .t-outline::before {
    content: attr(data-text);
    display: inline;
    position: absolute;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
    -webkit-text-stroke-width: inherit;
    -webkit-text-stroke-color: inherit;
    color: var(--theme-color);
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}

.title-home .t-outline::before {
    animation-name: animate-fill;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

@keyframes animate-fill {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

#wrapper .btn-viewall {
    padding: 0px 30px;
    border-radius: 4px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--medium);
    cursor: pointer;
    border: 0;
    box-shadow: none;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase !important;
    background-image: linear-gradient(to right, #572c87 0%, #9957ac 100%);
    transition: all .3s;
}

#wrapper .btn-viewall:hover {
    background-image: linear-gradient(to left, #572c87 0%, #9957ac 100%);
}

.sec-home-1 .col-left {
    padding-top: 30px
}

.sec-home-1 .col-left p {
    font-size: 24px;
    line-height: 1.4;
    text-align: justify;
}

.sec-home-1 .col-left .btn-viewall {
    margin: 30px 0 0;
}

.sec-home-1 .col-right .image-cover {
    border-radius: 4px;
}

.sec-home-1 .col-right .img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: -25px;
    top: -25px;
    background-color: var(--theme-color);
    border-radius: 4px;
}

.sliding-text .swiper-wrapper,
.product-home .swiper-wrapper {
    transition-timing-function: linear;
}

.sliding-text__description {
    color: var(--theme-color);
    margin: 0;
    padding: 0 3rem;
    font-family: var(--bold);
    font-size: 70px;
    line-height: 1.4;
    letter-spacing: 0.4px;
}

.sliding-text .sliding-text__slide {
    width: fit-content;
}

.sliding-text__description span:nth-of-type(2) {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--theme-color);
    color: transparent !important;
}

/* sec-home-2 */
.sec-home-2 .box {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.sec-home-2 .box-image {
    width: 100%;

}

.sec-home-2 .box .box-text {
    background: #f5f5f5;
    padding: 30px 20px;
    flex: 1;
}

.sec-home-2 .col-inner {
    height: 100%;
}

.sec-home-2 .box .box-text h3 {
    margin: 0 0 20px;
    font-size: 24px;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--theme-color);
    color: transparent !important;
    font-weight: 700;
    line-height: 1.4;
}

.sec-home-2 .box .box-text h3 strong {
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
    color: var(--theme-color);
    display: block;
}

.sec-home-2 .box .image-cover:before {
    position: absolute;
    top: 0;
    pointer-events: none;
    left: -85%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.sec-home-2 .box-image:hover .image-cover:before {
    animation: shine 1s;
}

@keyframes shine {
    100% {
        left: 125%
    }

    ;
}

.sec-home-2 .box .box-text p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 300px;
    margin: 0 auto;
}

/* End sec-home-2 */
/* sec-home-3 */
#main .sec-home-3 {
    padding-top: 60px;
}

.product-home .product-small.col {
    transition: unset;
    padding-bottom: 0;
}

.product-home .product-small.col.swiper-slide-active .col-inner {}

.sec-home-3 .section-bg {
    top: 154px;
    height: 330px;
}

.product-home {
    margin-top: 60px;
    z-index: 2;
}

.product-small.box .box-image img {
    bottom: 0;
    font-family: 'object-fit: cover;';
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transition: all .2s ease-in-out;
}

.product-home .product-small.box .box-image img {
    transform-origin: bottom right;
    transition: all .5s
}

.product-home .product-small.box .box-image img {
    transform-origin: bottom right;
}

.product-home .swiper-slide:not(.swiper-slide-active) .box-image:hover img {
    transform: scale(1.08)
}

.product-small.box .box-image .image-none,
.product-small.box .box-image .image-fade_in_back {
    border-radius: 6px;
    padding-top: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}


.product-home .product-small.col .title-wrapper,
.product-home .product-small.col .price-wrapper {
    display: none
}

.product-home .product-small.col .box-text {
    padding: 0
}

.product-home .product-small.col .btn-view {
    display: none
}

.product-home .product-small.col.swiper-slide-active .btn-view {
    display: block;
    padding: 0px 30px;
    border-radius: 4px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--medium);
    border: 0;
    box-shadow: none;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase !important;
    background-image: linear-gradient(to right, #572c87 0%, #9957ac 100%);
    transition: all .3s;
    margin: 20px auto 0;
    display: flex;
    width: fit-content;
    cursor: pointer;
}

.product-home .product-small.col.swiper-slide-active .btn-view:hover {
    background-image: linear-gradient(to left, #572c87 0%, #9957ac 100%);
}

.product-home .swiper-button:after {
    display: none
}

.product-home .swiper-button {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 4px;
    color: var(--theme-color);
    font-size: 18px;
    top: 130px;
    z-index: 99999999;
}

.product-home .swiper-button.swiper-button-prev {
    left: 0;
}

.product-home .swiper-button.swiper-button-next {
    right: 0;
}

.product-home-small .product-small.col {
    opacity: 0 !important;
}

.product-home-small .product-small.col.swiper-slide-active {
    opacity: 1 !important;
}

.product-home-small {
    padding-left: calc(34% + 30px);
    margin-top: -280px;
}

.product-home-small .product-small.box .category {
    display: none
}

.product-home-small .product-small.box .product-title a {
    font-size: 28px;
    line-height: 1.4;
    color: #262626;
    font-family: var(--semi);
    margin: 0;
}

.product-home-small .product-title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.product-home-small .product-title:before {
    content: "";
    width: 100%;
    max-width: 190px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #572c87 0%, #9957ac 100%);
}

.product-small.box .product-size {
    font-size: 16px;
    color: #292929;
    font-family: var(--medium);
}

.product-small.box .list-icon {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    margin-top: 30px;
}

.product-small.box .list-icon .box {
    display: flex;
}

.product-small.box .list-icon .img {
    width: 60px;
    border: 1px solid #000000;
    box-shadow: 1px 3px 2px 2px rgb(0 0 0 / 10%);
    height: fit-content;
    flex-shrink: 0;
    margin-right: 15px;
}

.product-small.box .list-icon .title {
    font-size: 16px;
    font-family: var(--semi);
    margin-bottom: 10px;
    color: #000;
}

.product-small.box .list-icon .desc {
    margin-bottom: 0;
    font-size: 14px;
}

/* sec-home-2 */
/* sec-home-4 */
.box-review-main .box {
    display: flex;
    background-color: #f5f5f5;
}

.box-review-main .box .box-image {
    width: 36%;
    flex-shrink: 0;
}

.box-review-main .box .box-image .image-cover {
    padding-top: 100%
}

.box-review-main .box .box-text {
    padding: 38px 38px 38px 115px;
}

.box-review-main {
    margin-bottom: 30px
}

.box-review-main .box .box-text:before {
    content: "";
    position: absolute;
    left: 35px;
    width: 65px;
    height: 65px;
    background: url(./images/q.svg) no-repeat center;
    background-size: contain;
}

.box-review-main .box .name {
    font-size: 35px;
    text-transform: uppercase;
    font-family: var(--bold);
    color: #292929;
    position: relative;
    padding-bottom: 50PX;
    margin-bottom: 20px;
}

.box-review-main .box .name:after {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: var(--fa6);
    color: #FF8A00;
    font-weight: bold;
    font-size: 18px;
    bottom: 15px;
    position: absolute;
    left: 0;
    letter-spacing: 2px;
}

.box-review-main .box .name:before {
    content: "";
    width: 100%;
    max-width: 190px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #572c87 0%, #9957ac 100%);
}

.box-review-main .box .text {
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
}

.box-review-small .box .top {
    display: flex;
}

.box-review-small .box .box-image {
    width: 50px;
    flex-shrink: 0;
    border-radius: 50%;

}

.box-review-small .box .name {
    flex: 1;
    padding-left: 15px;
    font-size: 20px;
    text-transform: uppercase;
    text-transform: uppercase;
    font-family: var(--bold);
    color: #292929;
}

.box-review-small .box {
    background: #f5f5f5;
    padding: 24px;
}

.box-review-small .box.hidden-pc {
    display: none
}

.box-review-small .box .name {
    position: relative;
}

.box-review-small .box .name:after {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: var(--fa6);
    color: #FF8A00;
    font-weight: bold;
    font-size: 13px;
    bottom: -1px;
    position: absolute;
    left: 15px;
}

.box-review-small .box:before {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(to right, #572c87 0%, #9957ac 100%);
}

.box-review-small .box .box-text {
    padding: 24px 0 0;
}

.box-review-small .box .box-text .text {
    padding: 10px;
    max-height: 100px;
    overflow-y: auto;
}

.box-review-small {
    padding-bottom: 40px;
}

.swiper-pagination {
    bottom: 0;
}

.swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background-color: black;
    border: solid 1px black;
    opacity: 1 !important;
    margin: 0 6px !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff
}

/* End sec-home-4 */
/* sec-home-5 */
#main .sec-home-5 {
    padding-top: 50px;
    padding-bottom: 80px;
}

.sec-home-5 .col-title .col-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sec-home-5 .col-title h2 {
    margin: 0
}

.sec-home-5 .col-title .btn-viewall {
    margin: 0
}

.sec-home-5 .col-title {
    margin-bottom: 40px;
}

.sec-home-5 .col-blog:after {
    content: "";
    width: 104% !important;
    clip-path: polygon(3% 0, 97% 0, 100% 6%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0 6%);
    position: absolute;
    background: linear-gradient(rgb(87, 44, 135), rgb(50, 24, 78));
    height: 350px;
    bottom: 0;
    z-index: -1;
    left: -2%;
}

.sec-home-5 .col-blog {
    padding-bottom: 18px;
}

.sec-home-5 .image-cover {
    -webkit-clip-path: polygon(5% 0, 80% 0%, 100% 0, 100% 95%, 95% 100%, 20% 100%, 0 100%, 0 5%);
    clip-path: polygon(5% 0, 80% 0%, 100% 0, 100% 95%, 95% 100%, 20% 100%, 0 100%, 0 5%);
}

.sec-home-5 .box-image {
    margin-bottom: 16px;
}

.sec-home-5 .box-text {
    padding: 24px;
    -webkit-clip-path: polygon(4% 0, 80% 0%, 100% 0, 100% 92%, 96% 100%, 20% 100%, 0 100%, 0 8%);
    clip-path: polygon(4% 0, 80% 0%, 100% 0, 100% 92%, 96% 100%, 20% 100%, 0 100%, 0 8%);
    background-color: var(--theme-color);
}

.sec-home-5 .post-title a {
    margin: 0;
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.sec-home-5 .post-title {
    margin-bottom: 20px;
}

.sec-home-5 .is-divider {
    display: none
}

.sec-home-5 .box-blog-post .button {
    height: 50px;
    background-color: #fff;
    color: var(--theme-color);
    opacity: 1;
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    font-family: var(--semi);
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    border: 0;
    box-shadow: none;
    line-height: 1;
}

.sec-home-5 .box-blog-post .button:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.sec-home-5 .box-blog-post .badge.post-date {
    right: 5%;
    left: unset;
    width: 70px;
    top: 0;
}

.sec-home-5 .box-blog-post {
    padding-top: 35px;
}

.sec-home-5 .box-blog-post .badge.post-date .badge-inner {
    background: linear-gradient(rgb(87, 44, 135), rgb(50, 24, 78));
    color: #fff;
    border: 0;
    padding: 8px;
    font-size: 20px;
    font-family: var(--bold);
    line-height: 1;
    width: 70px;
    height: 70px;
}

.sec-home-5 .box-blog-post .badge.post-date .badge-inner .post-date-day {
    margin-bottom: 5px;
    display: inline-block
}

.sec-home-5 .box-blog-post .badge.post-date .badge-inner span {
    font-size: 100%
}

/* End sec-home-5 */
#footer {
    background: linear-gradient(rgb(87, 44, 135), rgb(50, 24, 78));
    z-index: 0;
}

#footer .absolute-footer {
    background-color: transparent;
    ;
    padding: 0;
}

#footer .absolute-footer .copyright-footer {
    padding-top: 16px;
    padding-bottom: 16px;
}

#footer .absolute-footer .copyright-footer {
    font-size: 12px;
    color: #fff;
}

#footer .col-left .img {
    filter: brightness(0) invert(1);
}

#footer .sec-footer {
    padding-top: 50px;
}

#footer p:first-child {
    color: #fff;
    font-size: 16px;
    font-family: var(--bold);
    margin-bottom: 14px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px
}

#footer p:first-child:after {
    content: "";
    width: 50px;
    height: 0;
    border-bottom: 1px solid #ffffff8a;
    position: absolute;
    bottom: 0;
    left: 0
}

#footer .col-right .col-inner {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

#footer .social-footer {
    width: 100%;
    display: flex;
    background-color: #fff;
    padding: 25px 60px;
    margin: 0;
    list-style: none;
    justify-content: space-evenly;
}

#footer .social-footer li {
    margin: 0
}

#footer .social-footer img {
    max-width: 30px;
    min-width: 25px;
}

#footer .menu ul {
    list-style: none;
    margin-bottom: 0;
}

#footer .col-right {
    padding-left: 50px;
}

#footer .menu ul li {
    margin: 0 0 12px;

}

#footer .menu i {
    position: absolute;
    left: 0;
    top: 4px;
}

#footer .menu a {
    color: #fff;
    position: relative;
    font-size: 15px;
    line-height: 18px;
    padding-left: 28px;
    display: block;
    line-height: 1.4;
}

#footer .menu a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 6px;
    top: 8px;
}

#footer .menu-1 a:after {
    display: none
}

/* ===End Home=== */

/* tin-tuc */

.blog-wrapper.page-wrapper {
    padding: 0
}

.blog-wrapper .archive-page-header {
    position: relative;
    margin-bottom: 60px;
}

.blog-wrapper .archive-page-header .banner-bg,
.blog-wrapper .header-single .banner-bg,
.page-banner .banner-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}


.page-banner .col {
    padding: 226px 15px 40px;
    z-index: 3
}

.blog-wrapper .archive-page-header h1.page-title,
.blog-wrapper .header-single h2,
.page-banner h1.entry-title,
.category-page-title h1.shop-page-title {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 0;
    color: #fff;
    text-align: left
}

.blog-wrapper .archive-page-header .banner-bg:before,
.blog-wrapper .header-single .banner-bg:before,
.shop-page-title.category-page-title .banner-bg:before,
.page-banner .banner-bg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    opacity: 0.5;
    background: #9079b1;
}

.rank-math-breadcrumb p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-align: left
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.blog-archive .rank-math-breadcrumb span:nth-of-type(n+3) {
    display: none
}

.rank-math-breadcrumb .separator {
    position: relative;
    margin: 0 12px;
    width: 10px;
    display: inline-block;
    opacity: 1;
}

.rank-math-breadcrumb .separator:before {
    content: '\f105';
    font-family: var(--fa6);
    font-weight: bold;
}

body:not(.home) .box-blog-post .image-cover {
    border-radius: 16px;
}

body:not(.home) .box-blog-post .box-info {
    display: flex;
    position: relative;
    margin-bottom: 10px;
    align-items: center;
}

body:not(.home) .box-blog-post .box-info .cat-label {
    font-size: 14px;
    line-height: 16px;
    color: var(--grey);
    margin: 0 6px 0 0;
    padding-right: 6px;
    border-right: 1px solid #8e8e8e;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    letter-spacing: .03em;
}

body:not(.home) .box-blog-post .box-info .post-meta {
    font-size: 14px;
    line-height: 16px;
    color: #8e8e8e;
    letter-spacing: .03em;
}

.box-info .line {
    flex: 1;
    height: 1px;
    border-bottom: 1px solid var(--grey);
    margin-left: 15px;
    display: none
}

body:not(.home) .box-blog-post .line {
    display: block
}

body:not(.home) .box-blog-post .box-text .post-title {
    margin: 0 0 12px;
}

body:not(.home) .box-blog-post .box-text {
    padding: 25px 0 0 0px;
}

body:not(.home) .box-blog-post .box-text .post-title a {
    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;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .03em;
    color: #000;
}

body:not(.home) .box-blog-post .box-text .post-title:hover a {
    color: var(--theme-color);
}

body:not(.home) .box-blog-post .from_the_blog_excerpt {
    margin-top: 12px;
    margin-bottom: 9px;
    display: -webkit-box;
    text-align: justify;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #505050;
}

.blog-wrapper {
    background: transparent linear-gradient(#F6F2FF, #FDFDFF, #F6F2FF);
}

/* end tin-tuc */
/* san-pham */
.shop-page-title .rank-math-breadcrumb {
    margin-bottom: 40px
}

.shop-page-title .rank-math-breadcrumb a,
.shop-page-title .rank-math-breadcrumb span {
    color: #000;
    font-size: 14px;
}

.shop-page-title .rank-math-breadcrumb .last {
    font-family: var(--semi);
}

.shop-page-title .rank-math-breadcrumb .separator:nth-last-of-type(2),
.shop-page-title .rank-math-breadcrumb a:nth-last-of-type(1) {
    display: none;
}

.product-main .banner-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;

}
.product-main .banner-bg:before{
    content:"";
    width: 57%;
    height:100%;
    position:absolute;
    right:0;
    top:0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
    background: linear-gradient(rgb(87, 44, 135), rgb(50, 24, 78));
}
.product-main .product-cate {
    color: #FFFFFF8F;
    font-size: 18px;
    font-family: var(--medium);
    text-transform: uppercase;
    margin-bottom: 10px;
    order: -1;
}

.product-main .product-title {
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 20px;
    position: relative;
    order: -1;
}

.product-main .product-title:before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: var(--fa6);
    color: #FFC700;
    font-weight: bold;
    font-size: 14px;
    bottom: 0;
    position: absolute;
    left: 0;
    letter-spacing: 2px;
}

.product-main .product-info {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}

.product-main .price-wrapper {
    order: 2;
}

.product-main .product-short-description {
    order: 1;
    color: #fff;
    max-width: 500px;
}

.product-main .product-short-description p {
    font-size: 22px;
    line-height: 1.3;
}

.product-main .product-size {
    order: 3;
    float: left;
    display: block;
    width: fit-content;
    padding: 10px 40px;
    margin-right: 16px;
    border: 1px solid #fff;
    border-radius: 100px;
    background-color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    font-family: var(--semi);
    color: var(--theme-color);
}

#wrapper .product-main .btn-viewall {
    width: fit-content;
    order: 4;
    padding: 0 40px
}

.product-main .cart {
    order: 3;
    display: flex;
    margin-bottom: 0;
    display: none;
}

.product-main .price-wrapper .product-page-price {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 0;
    margin-bottom: 20px;
}

.product-main .price-wrapper .product-page-price del {
    width: 100%;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: .03em;
    color: #c4c4c4;
}

.product-info .price-wrapper del {
    text-decoration: unset;
    position: relative
}

.product-info .price-wrapper ins {
    display: flex;
    align-items: center
}

.product-info .count-sale {
    color: #fff;
    font-size: 1rem;
    padding: 3px 8px;
    background: #000;
    border-radius: 6px;
    font-family: var(--semi);
    margin-left: 15px;
}

.product-info .price-wrapper ins .amount,
.product-info .price-wrapper span.amount {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    font-family: var(--semi);
}

.product-info .price-wrapper del .amount {
    color: #c4c4c4;
    font-size: 16px;
    opacity: 1;
    text-decoration: line-through;
}

.product-info .woocommerce-Price-currencySymbol {
    vertical-align: unset;
    font-size: 100%;
}

.product-info .quantity {
    display: none
}

#main .product-info .single_add_to_cart_button {
    border: 1px solid var(--theme-color);
    background-color: #fff;
    opacity: 1;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    margin-right: 16px;
}

#main .product-info .single_add_to_cart_button:hover {
    background-color: var(--theme-color);
    box-shadow: none;
}

#main .product-info .single_add_to_cart_button:hover:before {
    filter: brightness(0) invert(1);
}

#main .product-info .single_add_to_cart_button:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 25px;
    background-image: url(./images/icon-cart-main.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: translateY(-1px);
}

.product-info .buy_now_button {
    margin: 0;
    padding: 0px 40px;
    border-radius: 4px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--medium);
    border: 0;
    box-shadow: none;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase !important;
    background-image: linear-gradient(to right, #572c87 0%, #9957ac 100%);
    transition: all .3s;
}

.product-info .buy_now_button:hover {
    background-image: linear-gradient(to left, #572c87 0%, #9957ac 100%);
}

#main .product-main {
    padding-bottom: 0;
    margin-bottom: 170px;
}

.product-main .product-images {
    margin-bottom: -170px;
    padding: 20px 20px 0;
}

.product-main .product-gallery-slider img {
    bottom: 0;
    font-family: 'object-fit: cover;';
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transition: all .4s ease-in-out;
}

.product-main .product-gallery-slider a {
    border-radius: 6px;
    padding-top: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 10;
    width: 100%;
    display: block;
}

.product-main .flickity-page-dots {
    bottom: -15px;
}

.product-main .flickity-page-dots .dot {
    border: 0;
    background-color: #d7d7d7;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.product-main .flickity-page-dots .dot.is-selected {
    background-color: var(--theme-color);
}

.product-block .row-line {
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 50px;
}

.product-block .row-uudiem .col-right {
    padding-left: 40px
}

.product-block .row-uudiem .col-right .image-cover {
    border-radius: 6px;
}

.row-uudiem .list-icon .box {
    display: flex;
}

.row-uudiem .list-icon .box+.box {
    margin-top: 35px;
}

.row-uudiem .list-icon .img {
    width: 65px;
    border: 1px solid #000000;
    box-shadow: 1px 3px 2px 2px rgb(0 0 0 / 10%);
    height: fit-content;
    flex-shrink: 0;
    margin-right: 20px;
}

.row-uudiem .list-icon .title {
    font-size: 20px;
    font-family: var(--semi);
    color: #222;
    margin-bottom: 10px;
}

.row-uudiem .list-icon .title:hover {
    color: var(--theme-color)
}

.row-uudiem .list-icon .desc {
    margin-bottom: 0
}

.product-block .title-block {
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 29px;
}

.product-block .title-block:before {
    content: "";
    width: 100%;
    height: 2px;
    max-width: 497px;
    background-color: #222;
    position: absolute;
    left: 0;
    bottom: 0
}

.product-block .list-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 120px;
}

.product-block .list-box .image-cover {
    padding-top: 75%;
    background-color: #D9D9D9;
    border-radius: 16px;
}

.product-block .list-box .text {
    position: absolute;
    right: 0;
    height: 100%;
    background-color: #414042;
    width: 100%;
    max-width: 140px;
    top: 0;
    border-radius: 16px;
    overflow: hidden;
    padding: 16px;
    color: #fff;
}

.product-block .list-box .text p {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0;
}

.list-review-single {
    background: #f5f5f5;
    padding: 60px 0;
    margin-top: 30px;
}

.list-review-single .box-review-main {
    padding-bottom: 50px;
    margin-bottom: 0;
}

.list-review-single .image-cover {
    border-radius: 10px;
}

.product-footer .woocommerce-tabs {
    display: none
}

.related-products-wrapper {
    border: 0;
    padding-top: 60px;
    padding-bottom: 100px
}

.related-products-wrapper .row {
    padding-bottom: 10px
}

.related-products-wrapper .row-slider:before {
    content: "";
    width: 104% !important;
    clip-path: polygon(3% 0, 97% 0, 100% 6%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0 6%);
    position: absolute;
    background: linear-gradient(rgb(87, 44, 135), rgb(50, 24, 78));
    height: 350px;
    bottom: 0;
    z-index: -1;
    left: -2%;
    z-index: 0
}

.related-products-wrapper .product-small.box .box-image .image-none {
    padding-top: 130%;
}

.related-products-wrapper .product-small.box .box-image .image-none:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: url(/wp-content/themes/flatsome-child/images/bg-pro.webp) no-repeat bottom;
    background-size: cover;
    /* background: #f5f5f5; */
}

.related-products-wrapper .product-small.box .product-title a {
    color: #fff
}

.related-products-wrapper .price-wrapper {
    display: flex;
    align-items: flex-end;
    position: relative
}

.related-products-wrapper .price-wrapper:before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: var(--fa6);
    color: #FF8A00;
    font-weight: bold;
    font-size: 12px;
    top: -4px;
    position: absolute;
    left: 0;
}

.related-products-wrapper .price-wrapper .price {
    width: 55%;
    flex-shrink: 0;
    margin-right: 10px;
}

.related-products-wrapper .product-small.box .price-wrapper .amount {
    color: #fff;
    font-size: 25px;
    font-family: var(--semi);
}

.related-products-wrapper .product-small.col {
    padding-bottom: 50px
}

.related-products-wrapper .product-small.box .btn-view {
    display: flex;
    align-items: center;
    flex: 1;
    background-color: #fff;
    height: 50px;
    justify-content: center;
    border-radius: 4px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: var(--semi);
    color: var(--theme-color);
}

.related-products-wrapper .product-small.box .btn-view:hover {
    background-color: var(--theme-color);
    color: #fff
}

.return-home {
    margin: 30px 0;
    display: flex;
    justify-content: center
}

/* End san-pham */
/* Shop */
.category-page-title .banner-bg {
    height: 500px;
}

.category-page-title .title-home {
    width: 100%;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 100px;
}

.category-page-title .title-home h1 {
    text-transform: uppercase;
    -webkit-text-stroke-color: #fff;
    margin-bottom: 0;
}

.category-page-row .shop-container .products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
}

.category-page-row .shop-container .products .product-small.col {
    flex-basis: 100%;
    max-width: 100%;
}

.category-page-title .title-home .t-outline::before {
    line-height: 1.5;
    color: #fff;
    top: -10px;
}

.products .product-small .box-text {
    text-align: center;
}

.products .product-small.box .category {
    color: #3C3C3B;
}

.products .product-small.box .product-title a {
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.products .product-small.box .price-wrapper {
    display: flex;
    justify-content: flex-end;
    position: relative;
    flex-wrap: wrap;
}

.products .product-small.box .price-wrapper .price {
    margin-bottom: 10px
}

.products .product-small.box .btn-view {
    width: 100%;
    margin: 0;
    padding: 0px 40px;
    border-radius: 4px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--medium);
    border: 0;
    box-shadow: none;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase !important;
    background-image: linear-gradient(to right, #572c87 0%, #9957ac 100%);
    transition: all .3s;
    cursor: pointer;
}

.products .product-small.box .btn-view:hover {
    background-image: linear-gradient(to left, #572c87 0%, #9957ac 100%);
}

.products .product-small.box .price-wrapper .amount {
    font-size: 20px;
    color: #000;
}

.products .price-wrapper:before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: var(--fa6);
    color: #FF8A00;
    font-weight: bold;
    font-size: 12px;
    top: 3px;
    position: absolute;
    left: 0;
    letter-spacing: 2px;
}

/* End Shop */
/* page-about */
.page-about-1 .col-text .icon-box-text {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.page-about-1 .col-text .icon-box-text h6 {
    color: #22BB7300;
    font-size: 110px;
    font-weight: 700;
    line-height: 1;
    -webkit-text-stroke-color: var(--theme-color);
    -webkit-text-stroke-width: 5px;
    flex-shrink: 0;
    width: fit-content;
    margin: 0;
    letter-spacing: 0;
}

.page-about-1 .col-text .icon-box-text h2 {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-left: 15px;
}

.page-about-1 .row {
    align-items: center;
    background: #f5f5f5;
}


.page-about-1 .col-text .content {
    max-width: 555px;
}

.page-about-1 .col-text .content p {
    font-size: 24px;
    line-height: 1.4;
}

.page-about-1 .col-text .content p strong {
    color: #292929
}

.page-about-1 .col-text .title-home h1 {
    font-size: 65px;
    margin-top: 30px;
    margin-bottom: 0;
}

.page-about-1 .col-text .text-bottom h3 {
    text-transform: uppercase;
    font-size: 40px;
    margin: 0;
    color: var(--theme-color);
}

.page-template .related-products-wrapper {
    background-color: #fff;
    padding-top: 50px !important;
}

.sec-video {
    z-index: -1
}

.sec-video .banner-inner {
    position: fixed;
    top: 0;
    left: 0
}

/* End page-about */
.page-contact .img {
    max-width: 500px;
    margin-left: auto;
}

#main .page-contact {
    padding-top: 80px;
}

.page-contact .info-contact h2 {
    font-size: 40px;
}

.page-contact .info-contact ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 50px;
}

.page-contact .info-contact ul li {
    margin-left: 0;
    padding-left: 44px;
    position: relative;
}

.page-contact .info-contact li i {
    background-color: #ebeef1;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 12px;
    position: absolute;
    left: 0;
    top: -3px;
}

.page-contact .form-contact .col-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
}

.page-contact .form-contact .wpcf7-form-control-wrap:nth-of-type(n + 3) {
    grid-column: span 2;
}

.page-contact .form-contact .col-content input {
    margin-bottom: 0;
    height: 50px;
    box-shadow: none;
    border: 1px solid #e6eaf3;
    border-radius: 6px
}

.page-contact .form-contact .col-content textarea {
    box-shadow: none;
    border: 1px solid #e6eaf3;
    border-radius: 6px
}

.form-contact .btn-viewall {
    border-radius: 50px;
    background-color: var(--theme-color2);
    margin: 30px 0 0;
    font-weight: normal;
    font-family: var(--regular);
    font-size: 16px;
    box-shadow: none !important;
    border: 1px solid var(--theme-color2);
    padding: 0 40px;
}

.form-contact .btn-viewall:hover {
    background-color: white;
    color: var(--theme-color2);
}

.wpcf7 .form-contact .wpcf7-not-valid-tip {
    bottom: -15px;
}

.title h2 {
    margin-bottom: 30px;
    font-size: 40px;
    color: var(--theme-color);

}

/* End page-contact */

.form-course .form-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 30px
}

.wpcf7 .form-course .wpcf7-not-valid-tip {
    bottom: -1px;
    left: unset;
    right: 0;
}

.form-course .form-content .form-item {
    grid-column: span 2;
}

.form-course .form-content .form-item:nth-of-type(2),
.form-course .form-content .form-item:nth-of-type(3) {
    grid-column: span 1;
}

.form-course .form-content .form-item label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: .5rem;
}

.form-course .form-content .form-item input {
    background-color: #f8f8f8;
    border: 0;
    box-shadow: none;
    border-radius: 5px;
    height: 45px;
    font-size: 15px;
}

.form-course .form-content .form-item #nameCourse {
    cursor: not-allowed;
}

.form-course .form-content .form-item textarea {
    background-color: #f8f8f8;
    border: 0;
    box-shadow: none;
    border-radius: 5px;
    min-height: 90px;
    font-size: 15px;
}

.form-course .form-submit {
    text-align: center;
}

.form-course .form-submit button {
    width: 100%;
    margin: 0;
    padding: 0px 40px;
    border-radius: 4px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--medium);
    border: 0;
    box-shadow: none;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase !important;
    background-image: linear-gradient(to right, #572c87 0%, #9957ac 100%);
    transition: all .3s;
    width: fit-content;
}

.form-course .form-submit button:hover {
    background-color: #fff;
    color: var(--theme-color2);
    box-shadow: none;
}

.popup-buy-course form {
    margin-bottom: 0
}

/* 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%;
}

/* end contact btn */
@media screen and (min-width: 850px) {

    #main-menu,
    .sec-home-5 .flickity-page-dots {

        display: none
    }

    .page-about-1 .row:nth-of-type(2n+1) .col-text {
        padding-left: 60px !important;
    }

    .page-about-1 .row:nth-of-type(2n) .col-text {
        padding-right: 60px !important;
        text-align: right;
    }

    .page-about-1 .row:nth-of-type(2n) .col-text .col-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-end
    }

    .page-about-1 .row:nth-of-type(2n) .col-text .icon-box-text {
        justify-content: flex-end
    }
}

@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 {
        background-color: #fff;
    }

    #main-menu.mobile-sidebar .searchform-wrapper {
        padding: 0 25px;
    }

    #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 #d9d9d978;
        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);
    }

    #header .header-main {
        height: 70px !important;
        border-bottom: 1px solid #dddddd7d;
    }

    #header .header-bg-color {
        background-color: #fff;
    }

    #header #logo img {
        display: block !important;
        max-height: 40px !important;
    }

    #wrapper #main .slider-home .image-cover {
        padding-top: 40% !important;
    }

    .title-home h1,
    .title-home h2,
    .title-home h3 {
        font-size: 50px
    }

    .sec-home-1 .col-left {
        padding-top: 0
    }

    .sec-home-1 .col-left p {
        font-size: 16px;
    }

    .sliding-text__description {
        font-size: 45px
    }

    .sec-home-2 .col {
        flex-basis: 50%;
        max-width: 50%;
        padding-bottom: 30px !important;
    }

    .product-home-small {
        margin-top: 0;
        padding-left: 0;
    }

    #main .sec-home-3 {
        padding-top: 0
    }

    .sec-home-3 .section-bg {
        top: 90px
    }

    .box-review-main .box .box-image {
        width: 45%;
    }

    .box-review-main .box .box-text {
        padding: 25px 25px 25px 60px;
    }

    .box-review-main .box .box-text:before {
        opacity: .3;
        width: 45px;
        height: 45px;
    }

    .box-review-main .box .name {
        font-size: 24px;
        padding-bottom: 40px;
    }

    .box-review-main .box .name:after {
        font-size: 14px
    }

    .box-review-main .box .text {
        font-size: 16px;
        max-height: 150px;
        overflow-y: auto;
        padding-right: 5px;
    }

    .box-review-main .box .text::-webkit-scrollbar {
        width: 3px;

    }

    #main .sec-home-5 {
        padding-top: 0
    }

    .sec-home-5 .col.post-item {
        flex-basis: 50%;
        max-width: 50%;
    }

    .sec-home-5 .flickity-button {
        display: none
    }

    #footer .col-left {
        position: absolute
    }

    #footer .col-right {
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 15px;
    }

    #footer .social-footer {
        margin-left: 30%
    }

    .sec-home-5 .flickity-page-dots .dot {
        display: none
    }

    .page-about-1 .row {
        flex-direction: column
    }

    .page-about-1 .row .col {
        flex-basis: 100%;
        max-width: 100%;
    }

    .page-about-1 .row .col-text {
        padding: 30px !important;
    }

    .page-about-1 .row:nth-child(2n) {
        flex-direction: column-reverse
    }

    .page-about-1 .col-text .content {
        max-width: 100%
    }

}

@media screen and (min-width: 768px) {

    .product-home .product-small.col.swiper-slide:not(.swiper-slide-active) {
        width: calc(22%) !important;
    }

    .product-home .product-small.col.swiper-slide-active {
        width: calc(34% + 30px) !important;
        margin-top: -30px;
        margin-left: 30px;
    }

    .product-home .product-small.col.swiper-slide-active .box-image .image-none {
        padding-top: 130%;
    }


}

@media screen and (max-width: 767.98px) {
    .product-main .banner-bg:before{
        display:none
    }
    .form-course .form-content {
        display: block
    }

    #main .page-contact {
        padding: 0;
    }

    .title h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .page-contact .form-contact .col-content {
        display: block;
    }

    .page-contact .form-contact .col-content input {
        margin-bottom: 20px
    }

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

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

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

    .title-home h1,
    .title-home h2,
    .title-home h3 {
        font-size: 36px;
        -webkit-text-stroke-width: 1px;
        line-height: 1.4;
    }

    .sec-home-1 .col-left .btn-viewall {
        margin-top: 20px;
    }

    .sec-home-1 .col-right {
        padding-left: 15px;
        margin-top: 30px;
        padding-bottom: 0;
    }

    .sliding-text__description {
        font-size: 30px
    }

    .sliding-text .sliding-text__slide {
        margin: 0 !important;
    }

    #main .sec-home-1 {
        padding-bottom: 0
    }

    #main .sec-home-2 {
        padding-top: 0
    }

    #main .sec-home-2 .row {
        grid-template-columns: repeat(4, 80%);
        padding-top: 10px;
        scroll-snap-type: x mandatory;
        flex-direction: row;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    #main .sec-home-2 .row .col {
        width: 80%;
        min-width: 80%
    }

    #main .sec-home-2 .row::-webkit-scrollbar {
        display: none;
    }

    .sec-home-2 .box .box-text p {
        text-wrap: wrap;
        font-size: 14px;
    }

    .sec-home-2 .box .box-text h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .product-home-small .product-small.col {
        padding: 0
    }

    .product-home-small .product-small.box .product-title a {
        font-size: 24px
    }

    .product-small.box .list-icon {
        grid-template-columns: repeat(1, 1fr);
    }

    .box-review-main .box {
        flex-direction: column
    }

    .home .product-small.box .box-image .image-none {
        /* padding-top: 130%; */
    }

    .box-review-main .box .box-image {
        width: 100%;
    }

    .box-review-main .box .box-text {
        padding: 25px 10px 25px 25px;
    }

    .box-review-main .box .box-text:before {
        left: 10px
    }

    .sec-home-5 .col.post-item {
        flex-basis: 100%;
        max-width: 100%;
    }

    #wrapper .btn-viewall {
        padding: 0 20px;
    }

    .sec-home-5 .post-title a {
        font-size: 18px !important;
    }

    .sec-home-5 .box-blog-post .button {
        height: 40px;
        font-size: 16px;
    }

    #main .sec-home-5 {
        padding-bottom: 60px
    }

    #footer .col-left {
        position: unset;
    }

    #footer .col-left .img {
        max-width: 150px;
    }

    #footer .social-footer {
        margin: 0;
        padding: 8px 0;
    }

    .list-shortcut-desktop>a {
        transform: scale(0.8);
    }

    .category-page-row .shop-container .products {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
    }

    .category-page-title .title-home {
        padding-top: 15px;
        padding-bottom: 40px;
    }

    .category-page-title .title-home .t-outline::before {
        top: -3px;
    }

    .category-page-title .banner-bg {
        height: 255px
    }

    .single .rank-math-breadcrumb {
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0px;
    }

    .product-main .banner-bg {
        height: 255px;
        background-position: left !important;
        background-size: 230vw !important;
    }

    .product-main .product-images {
        margin-bottom: 0;
    }

    .product-main .product-title {
        color: #000;
        font-size: 25px;
    }

    .product-main .product-cate {
        color: #000;
        opacity: .6;
        font-size: 14px;
    }

    .product-main .product-info {
        padding-top: 30px
    }

    .product-main .product-short-description {
        color: #333
    }

    .product-main .product-short-description p {
        font-size: 14px;
        line-height: 1.5;
    }

    .product-info .price-wrapper ins .amount,
    .product-info .price-wrapper span.amount {
        color: #000
    }

    .product-main .product-size {
        background-color: #FFF;
        color: #000;
        font-size: 16px;
        padding: 5px 30px;
        border: 1px solid #000;
    }

    .product-info .buy_now_button {
        flex: 1;
    }

    #main .product-main {
        margin-bottom: 20px
    }

    .row-uudiem .list-icon .title {
        font-size: 16px
    }

    .row-uudiem .list-icon .desc {
        font-size: 14px;
    }

    .product-block .row-uudiem .col-right {
        padding-left: 15px;
    }

    .product-block .list-box {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .product-block .list-box .text {
        width: 45%;
        padding: 12px 8px;
    }

    .product-block .list-box .text p {
        font-size: 10px
    }

    .list-review-single {
        margin-top: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .related-products-wrapper {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .product-footer .title-home h3 {
        font-size: 30px;
    }

    .related-products-wrapper .product-small.col {
        flex-basis: 100%;
        max-width: 100%;
    }

    .sec-home-4 .swiper-pagination {
        bottom: -30px;
    }

    .sec-home-5 .col-title {
        margin-bottom: 0;
    }

    .sec-home-5 .flickity-page-dots .dot {
        display: inline-block;
        background-color: #fff;
    }

    #wrapper .sec-home-5 .btn-viewall {
        display: none
    }

    .page-about-1 .row .col-text {
        padding: 30px 15px !important;
    }

    .page-about-1 .col-text .icon-box-text h6 {
        font-size: 50px;
        -webkit-text-stroke-width: 2px;
    }

    .page-about-1 .col-text .icon-box-text h2 {
        font-size: 22px;
    }

    .page-about-1 .col-text .icon-box-text {
        margin-bottom: 20px
    }

    .page-about-1 .col-text .content p {
        font-size: 16px;
    }

    .page-about-1 .col-text .title-home h1 {
        font-size: 36px
    }

    .page-about-1 .col-text .text-bottom h3 {
        font-size: 22px
    }

    .sec-video {
        height: 56.25%;
        min-height: 56.25% !important;
    }

    .sec-video .banner-inner {
        position: absolute;
    }
}

.progress-wrap {
    position: fixed;
    right: 20px;
    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 {
        right: 5px;
        bottom: 200px;
    }

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

    .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)
    }

}