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

/*************** ADD CUSTOM CSS HERE.   ***************/


/* Chung */

.product-page-title {
    display: none;
}
.shop-page-title .woocommerce-breadcrumb {
    display: none;
}

.woocommerce-widget-layered-nav-list {
    width: 100%;
    display: inline-block;
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
    max-height: 176px;
    overflow: hidden;
    overflow-y: auto;
}
.widget>ul>li .count{
    display: none;
}
.ux-swatch--color{

}
.widget li.wc-layered-nav-term .ux-swatch--color + a:before {
    display: none;
}
.widget li.wc-layered-nav-term a:before {
    color: currentColor;
    content: "";
    display: inline-block;
    margin-right: 10px;
    opacity: 1;
    position: relative;
    top: 0px;
}

.wc-layered-nav-term>a:before {
    border-radius: 3px;
    border: 1px solid #a0a0a0;
    height: 16px;
    line-height: 16px;
    text-align: center;
    width: 16px;
}
.widget li.chosen a:before,.widget li.wc-layered-nav-term:hover a:before {
    align-items: center;
    color: #fff;
    content: "";
    font-family: fl-icons;
    font-size: 10px;
    justify-content: center;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 3px;
    border-color: var(--mainColor);
    top: 0px;
}
.wc-layered-nav-term.chosen>a:before {
    border-color: var(--mainColor);
    background-color: var(--mainColor);
    height: 15px;
    line-height: 10px;
    text-align: center;
    width: 15px;
}
.widget_product_categories{
    margin-bottom: 30px;
    padding: 15px 15px;
    border-radius: 6px;
    border: 1px solid #efefef;
}
span.widget-title {
    position: relative;
    font-size: 17px;
    padding-bottom: 8px;
    display: block;
    font-weight: 500;
}
.widget_product_categories span.widget-title,#secondary span.widget-title {
    position: relative;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
}
.widget_product_categories .widget-title:before,#secondary span.widget-title:before {
    position: absolute;
    content: '';
    width: 10px;
    border-bottom: 3px solid var(--mainColor);
    bottom: 0;
    left: 0;
}
.badge.post-date{
    width: 100px;
    height: 60px;
}
.badge.post-date .badge-inner{
    border-radius: 5px;
}
.recent-blog-posts a{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}
.tagcloud a {
    border: 0px;
    border-radius: 5px;
    display: inline-block;
    font-size: .8em !important;
    margin: 0 3px 5px 0;
    opacity: 1;
    padding: 3px 10px;
    background-color: #fff;
    font-size: 14px !important;
}
.tagcloud a:hover{
    background-color: var(--primary-color);
}
.widget_product_categories .widget-title:after,#secondary span.widget-title:after {
    position: absolute;
    content: '';
    width: 25px;
    border-bottom: 3px solid var(--mainColor);
    bottom: 0;
    left: 15px;
}
.widget>ul>li+li, ul.menu>li+li{
    border:0px;
}
.widget>ul>li>a, .widget>ul>li>span:first-child, ul.menu>li>a, ul.menu>li>span:first-child{
    font-size: 14px;
}
.widget .is-divider{
    display: none;
}
.widget>ul>li>a:hover  {
    color: var(--mainColor);
}
.product-small .woocommerce-loop-product__title a {
    color: #000;
    overflow: hidden;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-small .woocommerce-loop-product__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 10px;
}


.product-small .badge-container {
    left: 30px !important;
}
.product-small .badge-circle,.product-small .badge-outline {
    margin-left: 0px;
}
.product-small .badge-inner{
    width: 60px;
    height: 25px;
    display: block;
    font-weight: normal;
    line-height: 20px;
    background: var(--fs-color-primary);
    border-radius: 10px;
    font-size: 14px;
}
span.amount {
    color: var(--priceColor);
    font-weight: 500;
}
.price del ,del span.amount {
    color: #a6a6a6;
    font-weight: 500;
}
.page-title-inner{
    padding-top: 0px;
    padding-bottom: 20px;
}
.page-title-inner .shop-page-title{
    margin-bottom: 0px;
}
h1.product_title {
    font-size: 24px;
    margin-bottom: 0px;
}
.star-rating span:before, .star-rating:before, .woocommerce-page .star-rating:before, .stars a:hover:after, .stars a.active:after {
    color: #ffbe00;
}
.inventory_quantity .do{
    color: var(--mainColor);
}

.inventory_quantity {
    font-size: 14px;
    border-bottom: 1px solid #DDE1EF;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.product-info .price del,.product-info  del span.amount{
    font-size: 18px;
}
.product-notice svg path {
    fill: var(--mainColor);
}
.product-notice .notice-content .number {
    font-weight: 500;
    color: var(--mainColor);
}
.product-notice {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
}
.product-notice svg {
    position: absolute;
    left: 0;
}
.bottom-product {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.bottom-product .social-media {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
.bottom-product .social-media li.title svg {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    position: relative;
    bottom: 1px;
}
.bottom-product .social-media li a {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background: var(--mainColor);
    display: flex;
    justify-content: center;
    align-items: center;

}
.bottom-product .social-media li a svg {
    width: 16px;
    height: 16px;
     fill: #fff;
}
.bottom-product .social-media li{
    margin-left: 0px;
    list-style: none;
    display: flex;
}
.bottom-product .social-media li a:hover {
    background: var(--oldColor);
}
.inventory_quantity .do{
    color: var(--mainColor);
}

.inventory_quantity {
    font-size: 14px;
    border-bottom: 1px solid #DDE1EF;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.product-short-description{
    font-size: 15px;
}
.single_add_to_cart_button {
    width: 50%;
    height: 50px;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #fff !important;
    color: var(--primary-color);
    border-color: var(--primary-color);
    text-transform: uppercase !important;
}
.single_add_to_cart_button:hover{
    color: #fff !important;
    background-color:var(--primary-color) !important;
}
.ux-buy-now-button{
    width: 40%;
    height: 50px;
    font-size: 13px;
    text-transform: uppercase !important; 

}
.ux-quantity {
    width: 100%;
    padding-left: 75px;
    position: relative;
}
.ux-quantity .screen-reader-text {
    clip: auto;
    height: auto;
    overflow: hidden;
    position: absolute !important;
    width: auto;
    left: 0px;
    line-height: 40px;
    clip-path: none;
}

.button.disabled, .button[disabled], button.disabled, button[disabled] {
    opacity: 1;
}

.flickity-prev-next-button.next {
    right: 10px;
    transform: none;
}
.flickity-prev-next-button.previous {
    left: 10px;
    transform: none;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: 0px;
    opacity: 1;
}

.slider-nav-circle .flickity-prev-next-button .arrow, .slider-nav-circle .flickity-prev-next-button  {
    border: 0px;
    background-color: #ffe8e6;
    border-radius: 5px;
}
.flickity-prev-next-button .flickity-button-icon {
    display: none !important;
}

.flickity-prev-next-button {
    background-color: transparent !important;
    width: 36px !important;
    height: 36px !important;
    transition: transform 0.3s;
    background-color: var(--mainColor) !important;
    min-height: 36px;
    top: 45%;
}

.flickity-prev-next-button:hover {
    transform: scale(1.1);
}

.flickity-prev-next-button.next {
    background-image: url('data:image/svg+xml;utf8,<svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.5 29H39.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M29 18.5L39.5 29L29 39.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
    background-size: contain;
    background-repeat: no-repeat;
    right: 10px; 
}

.flickity-prev-next-button.previous {
    background-image: url('data:image/svg+xml;utf8,<svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M39.5 29H18.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M29 18.5L18.5 29L29 39.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
    background-size: contain;
    background-repeat: no-repeat;
    left: 10px; 
}
.product-thumbnails img {
    margin-bottom: 0px;
    opacity: .5;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}
.product-thumbnails .is-nav-selected a img, .product-thumbnails a:hover img {
    border-color: var(--mainColor);
    opacity: 1;
    transform: none;
}
.product-thumbnails a {
    border: 0px;
    transform: translateY(0);
    border-radius: 5px;
}
.header-block {
    min-height: 0px;
}
blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 15px;
}
.section-title-normal {
    border-bottom: 0px;
}
.section-title-normal span {
    border-bottom: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
}
.section-title a,a.xemthem{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    border-radius: var(--main-border-radius);
    background: var(--mainColor);
    color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
}

.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background-color: hsl(0deg 0% 100%);
}
.nav-sidebar.nav-vertical>li+li {
    border-top: 0px;
}
.off-canvas .nav-vertical>li>a {
    padding-bottom: 10px;
    padding-top: 10px;
}
.off-canvas .nav-vertical li li>a{
    font-size: 14px;
}

header.transparent .nav>li>a>i,header.transparent .cart-img-icon{
    filter: brightness(0) invert(1);
}
/* Hết chung */




html::-webkit-scrollbar{width:3px}
html::-webkit-scrollbar-thumb{background-color:var(--primary-color);outline:3px solid var(--primary-color)}


:root {
    --main-border-radius: 8px;
    --mainColor: var(--primary-color);
    --oldColor: #ffc700;
    --priceColor: #ff0000;
    --middleHeaderColor: #ffffff;
    --middleHeaderTextColor: #000000;
    --topBarColor: #ffc700;
    --topBarTextColor: #000000;
    --oldColor: #ffc700;
    --backgroundColorReview: #152755;
    --oldColorReview: #ffc700;
    --backgroundColorFlashSale: #152755;
    --oldColorFlashSale: #000f36;
    --oldColorFlashSale2: #fcdb10;
    --oldColorFlashSale3: #152755;
    --backgroundColorService: #152755;
    --backgroundColorItemVoucher: #305a9b;
}


.page-he-thong .option-chos {
    border-radius: 10px;
    height: 100%;
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.page-he-thong .option-chos:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--primary-color);
    opacity: 0.05;
}
.page-he-thong .option-chos .group-option {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.page-he-thong .option-chos .group-option .group-city, .page-he-thong .option-chos .group-option .group-district {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.page-he-thong .option-chos .group-option .group-city select, .page-he-thong .option-chos .group-option .group-district select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 20px 5px 12px;
    border-radius: 5px;
    width: 100%;
    height: 35px;
    border-radius: 0;
    border: 1px solid var(--primary-color);
    outline: none !important;
    border-radius: 10px;
    margin-bottom: 0px;
}
.page-he-thong .option-chos .group-option .group-city select#city, .page-he-thong .option-chos .group-option .group-district select#city {
    background-color: var(--primary-color);
    color: #fff;
    background-image: url(img/ico-select_1.png?1761732805499);
    background-size: auto;
}
.page-he-thong .option-chos .info-store .store-list.active{
	background-color: var(--primary-color);
	color: #fff;
}
.page-he-thong .option-chos .info-store .store-list.active a{
	color: #fff;
}
.page-he-thong .option-chos .info-store {
    margin-top: 15px;
    height: 400px;
    overflow: hidden;
    overflow-y: auto;
}
.page-he-thong .option-chos .info-store .store-list {
    padding: 5px 10px;
    line-height: 24px;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    margin-bottom: 10px;
    margin: 0 10px 10px 0;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
}
.page-he-thong .option-chos .info-store .store-list .name-cuahang {
    font-weight: 700;
}
.page-he-thong .option-chos .info-store .store-list .store-name {
    position: relative;
    display: inline-block;
    width: 100%;
}
.page-he-thong .option-chos .info-store .store-list .store-phone {
    position: relative;
    display: inline-block;
    width: 100%;
}
header .icon-user{
    width: 24px;
    height: 24px;
    background-image: url(img/user.svg);
    background-size: cover;
}
header .icon-user:before,header .icon-search:before,header .wishlist-icon:before{
    content: "";
}
header .cart-img-icon{
    min-width: 24px;
}
header .icon-search{
    width: 24px;
    height: 24px;
    background-image: url(img/search.svg);
    background-size: cover;
}
header .wishlist-icon{
    width: 24px;
    height: 24px;
    background-image: url(img/heart.svg);
    background-size: cover; 
}

header#header:not(.header-index) {
    border-top: 4px solid var(--mainColor);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}
header#header:not(.header-index):before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--mainColor);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
    opacity: 0.16;
}
header:not(.transparent) #masthead > .header-inner {
    background: #fff;
    padding: 0 30px;
    position: relative;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    border-radius: var(--main-border-radius);
    max-width: calc(1250px - 30px);
}
 
.breadcrumb {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 120px;
    padding-bottom: 90px;
    z-index: 1;
    background-image: url(img/bg-breadcrumb.jpg?1761732805499);
    margin-top: -40px;
    line-height: 1.4;
}
.breadcrumb .breadcrumbs{

    font-size: 16px;
    color: var(--oldColor);
    font-weight: normal; 
}
.breadcrumb:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.38;
    z-index: -1;
}

.breadcrumb a {
    color: #fff;
}
.breadcrumb svg {
    margin: 0px 5px;
    width: 10px;
    height: 10px;
    position: relative;
}
.breadcrumbs .divider, .breadcrumbs .separator{
    opacity: 1;
    color: #fff;
}
.breadcrumb a:hover {
    color: var(--oldColor);
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    color: #000;
    padding: 7px 0px;
    border:0px;
}
.nav-dropdown-default .nav-column li>a:hover{
    color: var(--mainColor);
}
.nav-dropdown .menu-item-has-children>a, .nav-dropdown .nav-dropdown-col>a, .nav-dropdown .title>a {
    color: #000;
    font-size: unset;
    font-weight: 600;
    text-transform: inherit;
}
#top-bar .nav>li>a>i{
    color: var(--mainColor);
}
.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: rgb(0 0 0);
}
header .social-icons i {
    min-width: 1em;
    font-size: 15px;
    color: var(--mainColor);
}
header .social-icons a{
    margin: 0px 5px !important;
}
#top-bar{
    font-size: 16px;
}

footer#footer {
    border-top: 3px solid var(--mainColor);
    background: #1b1b1c;
    font-size: 14px;
}

footer#footer .list-instagram  img {
    border-radius: var(--main-border-radius);
}
footer#footer .icon-box-img {
    background: var(--mainColor);
    height: 30px;
    width: 30px;
    border-radius: var(--main-border-radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

footer#footer .icon-box-img svg {
    width: 18px;
    height: 18px;
}
footer#footer .ux-menu-link__icon {
    display: inline-block; /* Đảm bảo icon hiển thị được kích thước */
    width: 11px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* Mã hóa SVG sang Data URI */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 13 12' fill='none'%3E%3Cpath d='M1.5 11L11.5 1M11.5 1H4.83333M11.5 1V7.66667' stroke='%23ad7555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

}
footer#footer .ux-menu-link__link{
    align-items: center;
}
footer#footer .ux-menu-link__link .icon-angle-right:before{
    content: "";
}
.icon-box-left, .icon-box-right {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
}
footer#footer .footer-primary{
    border-top: 1px dashed var(--mainColor);
    padding: 12px 0;
    font-size: 14px;
}
footer#footer  a:hover {
    color: var(--mainColor);
}
footer#footer .absolute-footer{
    padding: 0px;
}
footer#footer .absolute-footer.dark {
    color: hsl(0deg 0% 100%);
}
footer#footer .ux-menu-link__icon+.ux-menu-link__text {
    padding-left: 10px;
}

#sort-by {
    display: flex;
    align-items: center;
    right: 15px;
    top: 1px;
}
#sort-by label {
    margin-right: 6px;
    margin-bottom: 0;
}
#sort-by ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
}
#sort-by .ul_col>li {
    position: relative;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: .01px;
    cursor: pointer;
    line-height: 26px;
    background-image: url(img/ico-select-2.png?1761732805499) !important;
    border-radius: 6px;
    border: 1px solid #e9e9e9;
    width: 160px;
    padding: 4px 10px;
    margin-bottom: 0px;
}

#sort-by .ul_col .content_ul {
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    background: #fff;
    display: none;
}

#sort-by .ul_col .content_ul li {
    border: 1px solid #e5e5e5;
    padding: 3px 10px;
    margin-bottom: -1px;
    font-size: 14px;
}
#sort-by .ul_col:hover .content_ul {
    display: block;
}
#sort-by label {
    margin-right: 6px;
    margin-bottom: 0;
}
label, legend {
    font-weight: 500;
}

.product-small.box {
    transition: all ease-in-out .2s;
    overflow: hidden;
    height: 100%;
    border-radius: var(--main-border-radius);
    padding: 16px;
    position: relative;
    background-color: #f2e9e4;
}
.product-small.box .box-image {
    position: relative;
    border-radius: var(--main-border-radius);
    background: #fff;
}
.ux-swatches--rounded * {
    border-radius: 5px;
}
.ux-swatch--color, .ux-swatch--image{
    padding: 0px;
    box-shadow: none;
}
.ux-swatches--rounded .ux-swatch{

    border: 1px solid #e4e4e4;
}
.product-footer .woocommerce-tabs ul li a{
    font-size: 17px;
    font-weight: 700;
}
.woocommerce-tabs ul li a{
    color: #333;
}
.wc-tabs.product-tabs {
    border-bottom: 1px solid #dee2e6;
}

.product-footer .woocommerce-tabs .nav-line-bottom>li>a:before,.product-footer .woocommerce-tabs  .nav-line-grow>li>a:before,.product-footer .woocommerce-tabs  .nav-line>li>a:before {
    height: 1px;
    bottom: 0;
    top: auto;
}
.product-footer .woocommerce-tabs {
    border-top: 0px;
}
#product-sidebar aside{
    overflow: hidden;
    border: 1px solid #e4e4e4;
    padding: 15px;
    border-radius: var(--main-border-radius);
}
#product-sidebar aside .icon-box{
    margin-bottom: 16px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 16px;
}

#product-sidebar aside .icon-box p{
    font-size: 13px;
}

#product-sidebar aside .icon-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: initial;
}
#product-sidebar{
    padding-left: 0px;
}
.product-relate h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
    text-align: center;
}
.product-small .add-to-cart-button {
    width: 100%;
    position: absolute;
    top: -70px;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: all .4s ease;
    z-index: 1;
    padding: 0 18px;
}
.product-small .add-to-cart-button a {
transition-duration: .3s;
    border-radius: var(--main-border-radius);
    border: none;
    font-weight: 500;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    padding: 5px 16px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
}
.product-small .add-to-cart-button a:hover {
    background: var(--mainColor);
    color: #fff;
}

.product-small:hover .add-to-cart-button {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
#secondary aside {
    margin-bottom: 30px;
    padding: 16px;
    border-radius: var(--main-border-radius);
    overflow: hidden;
    position: relative;
        background: #f6f1ee;
}
.post-item img{
    border-radius: 5px;
}
.box-blog-post .is-divider{
    display: none;
}
input.form-control,select.form-control{
    border: 1px solid #f1f1f1;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
    font-size: 14px;
    border-radius: 6px;
    background: #fdfdfd;
    transition: border-color 0.3s ease;
    box-shadow: none;
}
.home-about .block-image img {
    border-radius: 12px;
}
.home-about .block-image svg {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0px;
    left: -50px;
}
.numbercount p{
    margin-bottom: 0px;
}
.block-title .sub-title {
    display: inline-block;
    color: var(--mainColor);
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    border-bottom: 2px solid var(--mainColor);
    margin-bottom: 10px;
}
.block-title .sub-title p{
    margin-bottom: 0px;
}
.home-banner .content h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.home-banner .content h3 a {
    color: #64340F;
}
.home-banner a {
    display: block;
}
.home-banner .content .des {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #63574C;
    margin-bottom: 15px;
}
.home-banner .content .view-more a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FF7205;
    display: block;
}
.home-banner .content .view-more a svg {
    width: 8px;
    height: 8px;
    margin-left: 5px;
    margin-top: -1px;
}
.home-banner .banner  {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.nav-outline{
    gap: 15px;
}
.nav-outline > li > a{
    display: inline-block;
    color: var(--mainColor);
    border: 1px solid var(--mainColor);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 6px 24px;
    cursor: pointer;
    position: relative;
    border-radius: var(--main-border-radius);
    overflow: hidden;
}
.nav-outline > li.active > a,.nav-outline > li > a:hover{
    background-color: var(--mainColor);
    color: #fff;
}
.block-title h2 {
    font-weight: bold;
    font-size: 42px;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.3;
}
.home-video .block-video .open-video:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: var(--mainColor);
    border-radius: 50px;
    animation: ripple-wave 1s linear infinite;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.5sease-in-out;
}

.home-video .open-video {
    background: var(--mainColor);
    width: 75px;
    height: 75px;
    border: 0px;
    line-height: 75px;
}
@keyframes ripple-wave{0%{opacity:0.8;-webkit-transform:scale(0.9);transform:scale(0.9)}100%{opacity:0;-webkit-transform:scale(2);transform:scale(2)}}
.lienhebox p,.lienhebox .button{
    margin-bottom: 0px;
}
.lienhebox .button{
    color: #000 !important;
    text-transform: uppercase;
}
.lienhebox .block-contact > .col-inner:before {
    content: "";
    position: absolute;
    background-image: url(img/bg-contact-video.png?1761732805499);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    opacity: .1;
}
.lienhebox .block-contact .col-left:before {
    position: absolute;
    content: close-quote;
    width: 2px;
    bottom: 0;
    background-color: #fff;
    right: -118px;
    top: 0;
}
.lienhebox .block-contact .col-left:after {
    width: 0px;
    position: absolute;
    content: close-quote;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    right: -124px;
}
.section-title i.icon-angle-right,.xemthem i.icon-angle-right{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"> <path d="M4.49902 12.7646H20.499M20.499 12.7646L14.499 6.76465M20.499 12.7646L14.499 18.7646" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path> </svg>') !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-left: 0px;
}
.section-title i {
    margin-right: .5em;
    opacity: 1;
}
.section-title i.icon-angle-right:before,.xemthem i.icon-angle-right:before{
    content: "";
}


.mausac a.button{
    display: block;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    height: 57px;
    background-size: cover;
    text-align: center;
    line-height: 57px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 12px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    color: #ffffff;
    background-color: #ffffff;
    border-radius: 15px !important;

}
.mausac a.vai{
    background-image: url(img/bg_menu_1.png?1767882012373);
}
.mausac a.go{
    background-image: url(img/bg_menu_2.png?1767882012373);
}
.mausac a.da{
    background-image: url(img/bg_menu_3.png?1767882012373);
    color: #000;
}
.mausac a.da2{
    background-image: url(img/bg_menu_4.png?1767882012373);
}


a.button:before,.section-title a:before,a.xemthem:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.04);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
a.button:hover:before,.section-title a:hover:before,a.xemthem:before:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.quytrinh .icon-box .icon {
    height: 140px;
    width: 140px;
    display: inline-block;
    position: relative;
    background: #fff;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-bottom: 30px;
    font-size: 70px;
    color: var(--mainColor);
    text-align: center;
}
.quytrinh .icon-box .icon:before {
    content: "";
    position: absolute;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    border-radius: 50%;
    border: 3px solid var(--mainColor);
}
.quytrinh .icon-box .icon img {
    width: 75px;
    padding: 0px;
}

.quytrinh .icon-box:before {
    content: "";
    background-image: url(img/icon-arrow.png?1761732805499);
    position: absolute;
    right: -72px;
    top: 34px;
    width: 118px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
}
.quytrinh .icon-box.box4:before{
    display: none;
}

.quytrinh .icon-box .icon-box-img:after {
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    font-size: 14px;
    background: var(--mainColor);
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    left: -3px;
    top: -5px;
    font-weight: 600;
    text-align: center;
}
.quytrinh .icon-box.box1 .icon-box-img:after {
    content: "1";
}
.quytrinh .icon-box.box2 .icon-box-img:after {
    content: "2";
}

.quytrinh .icon-box.box3 .icon-box-img:after {
    content: "3";
}

.quytrinh .icon-box.box4 .icon-box-img:after {
    content: "4";
}
.khachhang .icon-box.featured-box img{
    width: 75px;
    padding: 4px;
    border-radius: 50px;
    border: 4px solid var(--mainColor);
}
.khachhang .icon-box.featured-box img{
    border-radius: 100%;
}
.khachhang .icon-box.featured-box:before{
    content: "";
    position: absolute;
    right: 20px;
    width: 60px;
    height: 60px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50px" height="50px" viewBox="0 0 15 15" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.42503 3.44136C10.0561 3.23654 10.7837 3.2402 11.3792 3.54623C12.7532 4.25224 13.3477 6.07191 12.7946 8C12.5465 8.8649 12.1102 9.70472 11.1861 10.5524C10.262 11.4 8.98034 11.9 8.38571 11.9C8.17269 11.9 8 11.7321 8 11.525C8 11.3179 8.17644 11.15 8.38571 11.15C9.06497 11.15 9.67189 10.7804 10.3906 10.236C10.9406 9.8193 11.3701 9.28633 11.608 8.82191C12.0628 7.93367 12.0782 6.68174 11.3433 6.34901C10.9904 6.73455 10.5295 6.95946 9.97725 6.95946C8.7773 6.95946 8.0701 5.99412 8.10051 5.12009C8.12957 4.28474 8.66032 3.68954 9.42503 3.44136ZM3.42503 3.44136C4.05614 3.23654 4.78366 3.2402 5.37923 3.54623C6.7532 4.25224 7.34766 6.07191 6.79462 8C6.54654 8.8649 6.11019 9.70472 5.1861 10.5524C4.26201 11.4 2.98034 11.9 2.38571 11.9C2.17269 11.9 2 11.7321 2 11.525C2 11.3179 2.17644 11.15 2.38571 11.15C3.06497 11.15 3.67189 10.7804 4.39058 10.236C4.94065 9.8193 5.37014 9.28633 5.60797 8.82191C6.06282 7.93367 6.07821 6.68174 5.3433 6.34901C4.99037 6.73455 4.52948 6.95946 3.97725 6.95946C2.7773 6.95946 2.0701 5.99412 2.10051 5.12009C2.12957 4.28474 2.66032 3.68954 3.42503 3.44136Z" fill="%23ad7555"></path> </svg>') !important;
    background-size: contain;
    background-repeat: no-repeat;
}
.khachhang .icon-box  .job {
    color: var(--mainColor);
    font-weight: 500;
    font-size: 13px;
}
.testimonial-text{
    font-style: normal !important;
}
header.transparent  #top-bar{
    display: none !important;
}

.dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical-fly-out>li>a, .dark .nav-vertical>li>ul li a, .dark .nav>li.html, .dark .nav>li>a, .nav-dark .is-outline, .nav-dark .nav>li>a, .nav-dark .nav>li>button, .nav-dropdown.dark .nav-column>li>a, .nav-dropdown.dark>li>a {
    color: hsla(0, 0%, 100%, 1);
}
.titlesales h2{
    margin-bottom: 0px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
#masthead > .header-inner{
    padding: 0px 15px;
}


header #logo{
    max-width: 135px;
}
.product-relate h2 ,.block-title h2{
    font-size: 22px;
}
.section-title a, a.xemthem {
    padding: 5px 20px;
    font-size: 13px;
}
.section-title a{
    margin-top: 10px;
}

}