/*
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.   ***************/


:root {
    --mainColor: var(--fs-color-primary);
    --subColor: var(--fs-color-secondary);
    --price:#c91e2c;
    --second-color: #4ea675;
    --main-text-color: #000000;
    --header-bg-color: #eaf8e7;
    --header-text-color: #4ea675;
    --bg-header-color: #ffffff;
    --bg-header-color-2: #05472a;
    --text-header-color: #000000;
    --btn-header-color: #ffffff;
    --footer-bg-color: #05472a;
    --footer-text-color: #ffffff;
    --footer-hover-color: #c2e6ba;
    --color_tag_sale: #ff7337;
    --deal-bg-color: #0a5d4f;
    --deal-text-head-color: #ffffff;
    --deal-bg-color2: #054b3e;
    --deal-border-color: #c2e6ba;
    --voucher-bg-color: #4ea675;
    --voucher-border-color: #eaf8e7;
    --voucher-text-color: #eaf8e7;
    --collections-sales-bg-color: #4ea675;
    --collections-sales-title-bg-color: #ffffff;
    --popup-color: #05472a;
    --border-color: #e5e7eb;
    --brand-bg: #003bb8;
    --slider-text-color: #4ea675;
}


@font-face{font-family:'SVN-Gilroy';font-weight:300;font-display:swap;src:url(fonts/svn-gilroy_light.otf?1758009951056)}
@font-face{font-family:'SVN-Gilroy';font-weight:400;font-display:swap;src:url(fonts/svn-gilroy_regular.otf?1758009951056)}
@font-face{font-family:'SVN-Gilroy';font-weight:500;font-display:swap;src:url(fonts/svn-gilroy_medium.otf?1758009951056)}
@font-face{font-family:'SVN-Gilroy';font-weight:600;font-display:swap;src:url(fonts/svn-gilroy_semibold.otf?1758009951056)}
@font-face{font-family:'SVN-Gilroy';font-weight:700;font-display:swap;src:url(fonts/svn-gilroy_bold.otf?1758009951056)}
@font-face{font-family:'SVN-Gilroy';font-weight:800;font-display:swap;src:url(fonts/svn-gilroy_xbold.otf?1758009951056)}
@font-face{font-family:'SVN-Gilroy';font-weight:900;font-display:swap;src:url(fonts/svn-gilroy_black.otf?1758009951056)}
body{font-size:16px;font-family:'SVN-Gilroy';background:#fff;font-weight:400;overflow-x:hidden;word-break:break-word}


html::-webkit-scrollbar{width:3px}
html::-webkit-scrollbar-thumb{background-color:var(--mainColor);outline:3px solid var(--mainColor)}
header .header-box-live {
    padding-left: 12px;
}
header .header-box-live .btn-live {
    border-radius: 5px;
    padding: 2px 8px 2px 22px;
    color: #ff0000;
    border: 1px solid #ff0000;
    background: transparent;
    outline: none;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    max-width: 130px;
    cursor: pointer !important;
    overflow: hidden;
    min-height: 30px;
    height: 28px;
    line-height: 20px;
    margin-right: 0px;
}
header .header-box-live .btn-live:after {
    content: " ";
    background: #ff0000;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 7px;
    top: calc(50% - 3px);
    border-radius: 50%;
    animation: pulse-red 1.65s linear infinite;
} 
header .button-promo a:hover {
    background: var(--subColor);
    color: #000;
}

header .button-promo {
    flex: none;
    padding-left: 12px;
}
header .button-promo a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 3px;
    color: #fff;
    background: var(--mainColor);
    border-radius: 5px;
    height: 30px;
}
header  .button-promo a img {
    width: 22px !important;
    margin-right: 5px;
    border-radius: 4px;
}
header .header-box-live .btn-live:hover {
    color: #fff;
    background-color: var(--header-live-color);
}
header .header-box-live .btn-live:hover:after {
    background: #fff;
    animation: pulse-red-hover 1.65s linear infinite;
}
header .pulsingButton  {
    box-shadow: 0 0 0 0 var(--textColor);
    height: 8px;
    width: 8px;
    transition: all .3s ease-in-out;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    background-color: var(--textColor);
    color: var(--textColor);
    animation: pulsing 1.25s cubic-bezier(0.66, 0, 0, 1) infinite;
}
.header-bg-image {
    z-index: 2;
}
.ux-nav-vertical-menu{
	max-height: 435px;
	overflow-y: auto;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

}
.ux-nav-vertical-menu::-webkit-scrollbar{width:3px}
.ux-nav-vertical-menu::-webkit-scrollbar-thumb{background-color:var(--mainColor);outline:0px solid var(--mainColor)}
.header-vertical-menu__opener{
    font-weight: 700;
    margin-right: 15px;
}

header .header-vertical-menu__opener .icon-menu{
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0H1C0.734784 0 0.48043 0.105357 0.292893 0.292893C0.105357 0.48043 0 0.734784 0 1V7C0 7.26522 0.105357 7.51957 0.292893 7.70711C0.48043 7.89464 0.734784 8 1 8H7C7.26522 8 7.51957 7.89464 7.70711 7.70711C7.89464 7.51957 8 7.26522 8 7V1C8 0.734784 7.89464 0.48043 7.70711 0.292893C7.51957 0.105357 7.26522 0 7 0V0ZM6 6H2V2H6V6ZM17 0H11C10.7348 0 10.4804 0.105357 10.2929 0.292893C10.1054 0.48043 10 0.734784 10 1V7C10 7.26522 10.1054 7.51957 10.2929 7.70711C10.4804 7.89464 10.7348 8 11 8H17C17.2652 8 17.5196 7.89464 17.7071 7.70711C17.8946 7.51957 18 7.26522 18 7V1C18 0.734784 17.8946 0.48043 17.7071 0.292893C17.5196 0.105357 17.2652 0 17 0V0ZM16 6H12V2H16V6ZM7 10H1C0.734784 10 0.48043 10.1054 0.292893 10.2929C0.105357 10.4804 0 10.7348 0 11V17C0 17.2652 0.105357 17.5196 0.292893 17.7071C0.48043 17.8946 0.734784 18 1 18H7C7.26522 18 7.51957 17.8946 7.70711 17.7071C7.89464 17.5196 8 17.2652 8 17V11C8 10.7348 7.89464 10.4804 7.70711 10.2929C7.51957 10.1054 7.26522 10 7 10ZM6 16H2V12H6V16ZM14 10C11.794 10 10 11.794 10 14C10 16.206 11.794 18 14 18C16.206 18 18 16.206 18 14C18 11.794 16.206 10 14 10ZM14 16C12.897 16 12 15.103 12 14C12 12.897 12.897 12 14 12C15.103 12 16 12.897 16 14C16 15.103 15.103 16 14 16Z' fill='%23FFF'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
header .header-vertical-menu__opener .icon-menu:before{
    content: "";
}
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a {
    padding: 8px 15px;
    font-weight: 600;
}
.nav-dropdown-default {
    padding: 0px;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    color: #222;
}
.nav-column li.active>a, .nav-column li>a:hover, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li.active>a, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav>li>a:hover{
    color: var(--mainColor);
}
.header-nav-main.nav-left .nav-dropdown.nav-dropdown-default>li>a {
    padding: 5px 20px !important;
    margin: 0px !important;
    border: 0px;
    font-size: 16px;
    line-height: 24px;
}
.nav-dropdown.nav-dropdown-default>li:hover>a {
    color: #fd5624;
}
.header-nav-main.nav-left .nav-dropdown-has-shadow .nav-dropdown{
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
    border-radius: 0 0 5px 5px;
    padding: 10px 0;
}
header .searchform{
	border-radius: 7px;
	max-width: 560px;
	background-color: #fff;
}
header #woocommerce-product-search-field-0{
	height: 40px;
    border-radius: 7px;
}

header .searchform-wrapper:not(.form-flat) button.submit-button {
    width: 38px;
    height: 38px;
    min-height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px !important;
    color: #000;
    background-color: #fff;
    font-size: 16px;
    border: 0px;
    box-shadow: none;
}
header .searchform-wrapper:not(.form-flat) button.submit-button:hover{
    color: var(--subColor);
}
.bread-crumb {
    margin-bottom: 40px;
    min-height: 240px;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 50px 0 50px;
}
.bread-crumb .title-bread-crumb {
    text-align: center;
    font-size: 30px;
    color: #fd5624;
    font-weight: 600;
}
.woocommerce-breadcrumb{
    margin: 0;
    font-size: 14px;
    padding: 15px 10px;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    text-align: center;
    color: var(--subColor);
}
.breadcrumb a{
    color: #fff;
}
.breadcrumbs .divider, .breadcrumbs .separator{
    opacity: 1;
    color: #fff;
}
.breadcrumbs a.current, .breadcrumbs a:hover {
    color: var(--subColor);
}
.woocommerce-breadcrumb .mr_lr svg {
    width: 10px;
    height: 10px;
    margin-top: -2px;
}
footer#footer .logofooter {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #f0efeb;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    display: block;
    margin-bottom: 10px;
}
footer#footer .logofooter:before, footer#footer .logofooter:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 60px;
    top: 0;
    pointer-events: none;
}
footer#footer .logofooter:before {
    left: -60px;
    border-radius: 0 40px 0px 0;
    box-shadow: 25px 0 0 0 #f0efeb;
}
footer#footer .logofooter:after {
    left: 100%;
    border-radius: 40px 0px 0px 0px;
    box-shadow: -25px 0px 0px 0px #f0efeb;
}

footer#footer .logofooter img{
    max-height: 50px;
    width: auto;
}
footer#footer .social.left img{
    margin-bottom: 0px;
    max-width: 32px;
    margin-right: 15px;
}
footer#footer .social.right img{
    margin-bottom: 0px;
    max-width: 32px;
    margin-left: 15px;
}



footer .title-menu h4 {
    font-size: 18px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
footer .absolute-footer {
    border-top:1px solid rgba(255,255,255,1);
}
footer .absolute-footer .footer-primary{
    color: #fff !important;
}
footer .absolute-footer .footer-primary b{
    color: var(--subColor);
}
 .sudes-header-stores>a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--txtHeader);
}
.html_nav_position_text_top{
	display: flex !important;
}
.sudes-header-stores>a .box-icon {
    margin-right: 7px;
}
.sudes-header-stores>a .box-icon svg {
    width: 28px;
    height: 28px;
}
.sudes-header-stores>a .item-title {
    display: inline-block;
}
.sudes-header-stores>a .item-title span {
    font-weight: 600;
}
.box_top_hea b {
    color: var(--txtHeader);
    background-color: var(--bgHeader);
    border-radius: 5px;
    padding: 5px 10px;
    margin-left: 5px;
    height: 30px;
    line-height: 30px;
}
.box_top_hea:hover b {
    background-color: #fff;
    color: var(--mainColor);
}
.header-top{
	font-size: 18px;
}
header .header-cart-icon img {
    width: 26px;
}

header .account-item a .icon-user:before{
    display: none;
}
#secondary aside.widget_product_categories{
    margin-bottom: 30px;
    background: var(--mainColor);
    padding: 10px;
    border-radius: 5px;
}

#secondary aside.widget_product_categories ul li a {
    display: block;
    padding: 8px 0;
    font-size: 15px;
    color: #fff;
    word-break: break-word;
}

#secondary aside.widget span.widget-title {
    display: block;
    position: relative;
    color: #062e39;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 10px;
}
.widget .is-divider {
    max-width: 46px;
    height: 4px;
    border-radius: 10px;
    background-color: #fd5624;
    margin-top: 0px;
    margin-bottom: 25px;
}
.widget ul,.widget form{
    box-shadow: 0px 2px 23.2px 0px rgba(0, 0, 0, 0.08);
    padding: 14px;
    border-radius: 10px;
}
.badge.post-date {
    height: 60px;
    width: 90px;
    border-radius: 3px;
    overflow: hidden;
}
.recent-blog-posts-li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed rgb(242, 242, 242);
}
.recent-blog-posts a{
    font-size: 15px;
    margin: 0;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
    line-height: 24px;
    color: #323232;
}

.box-blog-post .box-image{
    border-radius: 10px;
    overflow: hidden;
    background-color: #f8f8f8;
}
.box-blog-post:hover  .box-image img {
    transform: scale(1.15);
}
.post-title a {
    font-size: 22px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.archive-page-header h1{
    font-size: 24px;
    font-weight: bold;
    color: var(--mainColor);
    margin-bottom: 0px;
}

.box-blog-post .box-text{
  
}
.box-blog-post .is-divider{
    display: none;
}
.box-blog-post .post-meta {
    display: block;
    margin: 5px 0px;
}

.blog-single article{
    background-color: #fff;
    padding: 15px;
    position: relative;
    display: block;
    border-radius: 5px;
}
.entry-header-text .entry-divider{
    display: none;
}
.entry-header-text .entry-meta{
    text-transform: inherit;
}
.entry-content {
    padding-bottom: 1.5em;
    padding-top: 0px;
}
ul.links li a {
    color: var(--primary-color);
}
.nav-pagination>li>a, .nav-pagination>li>span {
    border: 1px solid;
    border-radius: 5px;
    line-height: 2.25em;
}
.widget:last-child {
    margin-bottom: 0px;
}

.widget_shopping_cart{
    padding: 10px;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background-color: #fff;
}
.nav>li>a>i.wishlist-icon{
    font-size: 26px;
}
.off-canvas .sidebar-menu {
   
}
.nav-sidebar.nav-vertical>li+li {
    border-top: 0px;
}
.off-canvas .nav-vertical>li>a {
    padding: 5px;
    padding-left: 10px !important;
    font-weight: normal !important;
    color: var(--mainColor);
    font-size: 18px;
}
.sidebar-menu-tabs.nav>li>a {
    background: #000;
    color: #fff;
}
.nav-vertical>li>ul li a {
    font-size: 16px;
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select{
    border: 1px solid #e1e1e1;
    box-shadow: none !important;
    border-radius: 7px;
    font-size: 14px;
    min-height: 40px;
}
textarea{
    border: 1px solid #e1e1e1;
    padding: 5px 20px;
    box-shadow: none !important;
    border-radius: 10px;
    font-size: 14px;
}
.radius5 img{
    border-radius: 10px;
}
.tiktok-embed iframe {
    border: none;
}
.mc-form input.wpcf7-email {
    height: 45px;
    width: 100%;
    max-width: 100%;
    padding: 0 100px 0 10px;
    outline: none;
    border: 1px solid var(--mainColor);
    font-size: 16px;
    border-radius: 7px;
}
.wpcf7-spinner{
    display: none;
}
.mc-form input.wpcf7-submit{
    position: absolute;
    right: 0;
    top: 0;
    border: initial;
    height: 45px;
    font-size: 16px;
    padding: 0 15px;
    background: var(--subColor);
    color: #fff;
    border-radius: 0 7px 7px 0 !important;
    line-height: 45px;
    margin-bottom: 0px;
    margin: 0px ;
}

.z9{
    z-index: 99;
}


.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;
}
/* Ẩn icon mặc định của Flatsome */
.flickity-prev-next-button .flickity-button-icon {
    display: none !important;
}

/* Cấu hình chung cho nút điều hướng */
.flickity-prev-next-button {
    background-color: transparent !important; /* Xóa nền mặc định nếu có */
    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);
}

/* Thay thế nút NEXT (Phải) */
.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; /* Chỉnh khoảng cách lề phải */
}

/* Thay thế nút PREVIOUS (Trái) */
.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; /* Chỉnh khoảng cách lề trái */
}
.alt-font h2{
    font-family: Calistoga, serif;
    font-weight: normal !important;
}


.button .icon-angle-right{
    background-image: url('data:image/svg+xml;utf8,<svg height="64" viewBox="0 0 24 24" width="64" xmlns="http://www.w3.org/2000/svg" data-name="Layer 2" style=" fill: rgb(255, 255, 255); "><path d="m22.707 11.293-7-7a1 1 0 0 0 -1.414 1.414l5.293 5.293h-17.586a1 1 0 0 0 0 2h17.586l-5.293 5.293a1 1 0 1 0 1.414 1.414l7-7a1 1 0 0 0 0-1.414z"></path></svg>') !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}

.button.white .icon-angle-right{
    background-image: url('data:image/svg+xml;utf8,<svg height="64" viewBox="0 0 24 24" width="64" xmlns="http://www.w3.org/2000/svg" data-name="Layer 2" style=" fill:rgb(0 0 0); "><path d="m22.707 11.293-7-7a1 1 0 0 0 -1.414 1.414l5.293 5.293h-17.586a1 1 0 0 0 0 2h17.586l-5.293 5.293a1 1 0 1 0 1.414 1.414l7-7a1 1 0 0 0 0-1.414z"></path></svg>') !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
}

.button .icon-angle-right:before {
    content: "";
}
.banner-radius .banner {
    border-radius: 10px;
    overflow: hidden;
}
.wishlist-icon{
    display: none;
}
.section_about .about-img .img-1 img {
    border-radius: 20px 80px 80px 80px;
    position: relative;
}

.section_about .about-img .img-2 img{
    width: 180px;
    border-radius: 50%;
}
.section_about .about-img .img-3 img{
    width: 180px;
    border-radius: 20px 60px 60px 60px;
}
.section_about .about-img .img-1::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    bottom: -15px;
    border: 5px solid var(--subColor);
    width: 80%;
    border-radius: 20px 80px 80px 80px;
    transform: rotate(2deg);
    z-index: 0;
}
.doitac .gallery-col .box-image{
    padding-bottom: 50%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    background: #fff;
    border-radius: 10px;
}
.doitac .gallery-col .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px;
    transition: all .3s ease;
}
.section_about ul li.bullet-checkmark{
    border:0px;
}
@-webkit-keyframes pulseScale{50%{opacity:0.3;transform:scale(1.3)}}
@keyframes pulsing{to{box-shadow:0 0 0 12px rgba(232,76,61,0)}}
@keyframes pulse-red{0%{transform:scale(0.8);box-shadow:0 0 0 0 #ff0000}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(255,82,82,0)}100%{transform:scale(0.8);box-shadow:0 0 0 0 rgba(255,82,82,0)}}
@keyframes pulse-red-hover{0%{transform:scale(0.8);box-shadow:0 0 0 0 #fff}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(255,82,82,0)}100%{transform:scale(0.8);box-shadow:0 0 0 0 rgba(255,82,82,0)}}


.page-store {
  margin-bottom:30px;
  color:#000;
}

.page-store .option-chos {
  border-radius:5px;
  height:100%;
  padding:10px;
  background:var(--subColor);
}

.page-store .option-chos .group-option .group-city,
.page-store .option-chos .group-option .group-district {
  margin-bottom:10px;
  position:relative;
  width:100%;
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%;
}

.page-store .option-chos .group-option .group-city select,
.page-store .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:1px solid var(--mainColor);
  outline:none !important;
}

.page-store .option-chos .group-option .group-city select option,
.page-store .option-chos .group-option .group-district select option {
  background-color:#fff;
  color:#000;
}

.page-store .option-chos .group-option .group-city select#city,
.page-store .option-chos .group-option .group-district select#city {
  background-image:url(img/ico-select2.png?1772264861552);
  background-size: auto;
}

.page-store .option-chos .group-option .group-city select#district,
.page-store .option-chos .group-option .group-district select#district {
  background-color:#fff;
  color:#000;
  background-image:url(img/ico-select2.png?1772264861552);
  background-size: auto;
}

ul li.bullet-arrow:before, ul li.bullet-checkmark:before, ul li.bullet-star:before {
    color: var(--fs-color-secondary);
}

.page-store .option-chos .info-store {
  overflow:hidden;
  overflow-y:auto;
}

@media (max-width:991px) {
  .page-store .option-chos .info-store {
    height:auto;
    max-height:220px;
  }
}

.page-store .option-chos .info-store::-webkit-scrollbar {
  width:5px;
  background-color:var(--mainColor);
}

.page-store .option-chos .info-store::-webkit-scrollbar-thumb {
  border-radius:5px;
  -webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.3);
  -moz-box-shadow:inset 0 0 2px rgba(0,0,0,0.3);
  background-color:var(--mainColor);
}

.page-store .option-chos .info-store::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.3);
  -moz-box-shadow:inset 0 0 2px rgba(0,0,0,0.3);
  border-radius:3px;
  background-color:#f5f5f5;
}

.page-store .option-chos .info-store .store-list {
  padding:5px 10px;
  line-height:24px;
  border:1px solid #e1e1e1;
  cursor:pointer;
  margin-bottom:10px;
  margin:0 0 10px 0;
  border-radius:5px;
  background-color:#fff;
  border:2px solid var(--mainColor);
}

.page-store .option-chos .info-store .store-list .name-cuahang {
  color:var(--mainColor);
  font-weight:700;
}

.page-store .option-chos .info-store .store-list .store-name {
  position:relative;
  display:inline-block;
  width:100%;
}

.page-store .option-chos .info-store .store-list .store-phone {
  position:relative;
  display:inline-block;
  width:100%;
}

.page-store .option-chos .info-store .store-list .store-phone .phone-url {
  margin-right:15px;
  color:var(--mainColor);
}

.page-store .option-chos .info-store .store-list .store-phone .phone-url:hover {
  opacity:0.8;
}

.page-store .option-chos .info-store .store-list:hover,
.page-store .option-chos .info-store .store-list.active {
  background:var(--mainColor) !important;
  color:#fff;
  border:2px solid #fff;
}

.page-store .option-chos .info-store .store-list:hover .name-cuahang,
.page-store .option-chos .info-store .store-list.active .name-cuahang {
  color:#fff;
}

.page-store .option-chos .info-store .store-list:hover .store-phone a,
.page-store .option-chos .info-store .store-list.active .store-phone a {
  color:#fff !important;
}
.section_num p{
    margin-bottom: 0px;
}
.page-store .wrapcontact {
  height:calc(100vh - 20px);
  overflow:hidden;
  position:-webkit-sticky;
  position:sticky;
  top:10px;
  border-radius:5px;
}
.page-store .wrapcontact iframe {
  width:100% !important;
  height:100vh !important;
  border:none !important;
  z-index:0;
  position:relative;
  overflow:hidden;
}

.page-store .pagebody {
  height:calc(100vh - 20px);
  overflow:hidden;
  position:-webkit-sticky;
  position:sticky;
  top:10px;
  border-radius:5px;
}

.page-store .pagebody iframe {
  width:100% !important;
  height:100vh !important;
  border:none !important;
  z-index:0;
  position:relative;
  overflow:hidden;
}

@media (max-width:991px) {
  .page-store .col-left {
    margin-bottom:30px;
  }
}

.page-store .form-control {
  height:35px;
  border:1px solid var(--mainColor);
  width:100%;
  border-radius:5px;
  padding:0 10px;
}

.page-store .col-6 {
  margin-bottom:15px;
}
.radius,.radius img{
    border-radius: 10px;
    overflow: hidden;
}
.ads a.button {
    font-size: 13px;
    color: #000;
    font-weight: normal;
    border-color:var(--primary-color) ;
}
.product-tab ul{
    background-color: var(--primary-color);
    padding: 10px;
    border-radius: 5px;
}
.product-tab ul li a{
    border-radius: 5px;
    border:1px solid #fff;
    color: #fff;
    padding: 7px 10px;
    font-weight: normal;
    font-size: 15px;
}
.product-tab ul li.active a,.product-tab ul li:hover a{
    background-color: var(--subColor);
    border-color:var(--subColor) ;
    color: #000;
}
.feedback .icon-box-text{
    padding: 10px;
}
b, strong {
    font-weight: inherit;
    font-weight: 700;
}
.feedback .testimonial-text{
    font-style: normal !important;
    font-size: 13px;
}
.testimonial-name{
    color: var(--mainColor);
}
th, td {
    text-align: center;
    padding: 15px;
    border: 1px solid #ebebeb;
    color: #1c1c1c;
}

th {
    font-weight: 500;
}

.icon-box-left p{
    margin-bottom: 0px;
}

.product-info .icon-box-left,.product-info  .icon-box-right {
    align-items: center;
}
.khuyen-mai .icon-box.h3 {
    margin-bottom: 8px;
    font-weight: 600;
    padding: 5px 10px;
    background: #fff;
    position: absolute;
    top: -18px;
    gap: 5px;
    width: auto;
}
.khuyen-mai .icon-box.h3 h3{
    line-height: 10px;
    font-size: 14px;
    color: #c90000;
}
.product-info .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 5px;
}

.product-price-cart .price {
    color: var(--price);
    font-weight: 700;
    display: inline-block;
    width: auto;
    font-size: 16px;
    line-height: initial;
    position: relative;
}
 .product-price-cart .compare-price span.amount{
    display: block;
    width: auto;
    color: rgb(154, 165, 179);
    font-size: 14px;
    line-height: initial;
    font-weight: normal;
    text-decoration: line-through;
}
 .product-price-cart .flash-sale {
    width: 40px;
    height: auto;
    aspect-ratio: 40 / 20;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: -50px;
    color: rgb(255, 255, 255);
    z-index: 1;
    background-color: var(--subColor);
    border-radius: 10px 10px 10px 0px;
    padding: 2px 0px;
}
.product-price-cart{
    position: relative;
}


h1.shop-page-title {
    font-size: 32px;
}
.section_category h2 {
    letter-spacing: 6px;
    text-transform: uppercase;
    color: rgb(136, 136, 136);
    font-size: 14px !important;
    margin-bottom: 30px !important;
}
.box2 .icon-box h3{
    margin-bottom: 0px;
}
.section_collections .box-overlay {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.section_collections .box-overlay .box-text{
    background: var(--bgincol);
    padding-bottom: 10px;
    text-shadow: none;
}
.section_collections .box-overlay .box-text a{
    text-decoration: underline;
}
.section_category img{
    border-radius: 10px;
}

.section_coupons .swiper_coupons .swiper-slide .box-coupon {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    position: relative;
    border-radius: 10px;
    border: 1px solid var(--mainColor);
    padding: 10px;
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon::before {
    left: -20px;
    border-right: 1px solid var(--mainColor);
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon::before, .section_coupons .swiper_coupons .swiper-slide .box-coupon::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    display: inline-block;
    top: calc(50% - 20px);
    border-radius: 999px;
    background: rgb(255, 255, 255);
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon .info-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 1.4rem;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid var(--mainColor);
    border-radius: 99px;
}

.section_coupons .swiper_coupons .swiper-slide .box-coupon .info-button svg {
    width: 10px;
    height: 10px;
    fill: var(--mainColor);
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon .content-top {
    font-size: 16px;
    font-weight: 700;
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon .content-top .title_cou {
    margin-bottom: 10px;
    font-size: 14px;
}

.section_coupons .swiper_coupons .swiper-slide .box-coupon .content-top .item_discount {
    display: inline-flex;
    align-items: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    width: calc(100% - 100px);
    justify-content: center;
    gap: 10px;
    margin: 0px auto 10px;
    border: 1px solid var(--mainColor);
    border-radius: 10px;
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon .content-top span {
    font-size: 12px;
    color: rgb(68, 68, 68);
    font-weight: 500;
}

.section_coupons .swiper_coupons .swiper-slide .box-coupon .content-top .item_discount span {
    font-weight: bold;
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon .content-top .item_discount .item_number {
    font-size: 40px;
    font-weight: bold;
    color: var(--mainColor);
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon .box_info_cou {
    font-size: 12px;
    background: var(--bgBodySub);
    padding: 10px 15px;
    margin: 5px -10px -10px;
    border-radius: 0px 0px 10px 10px;
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon .box_info_cou .line-clamp {
    margin-bottom: 5px;
}
.line-clamp-1 {
    -webkit-line-clamp: 1;
    height: calc(14px);
}
.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    text-overflow: ellipsis;
    line-height: 1.4 !important;
    overflow: hidden;
    padding: 0px !important;
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon .box_info_cou .content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon .box_info_cou .content-bottom span {
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    color: var(--mainColor) !important;
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon .box_info_cou .content-bottom .coupon-code {
    position: relative;
    display: inline-block;
    color: rgb(255, 255, 255);
    margin-left: 0px;
    min-width: 70px;
    text-align: center;
    cursor: pointer;
    font-size: 11px;
    background: var(--mainColor);
    padding: 2px 8px;
    border-radius: 5px;
}
.section_coupons .swiper_coupons .swiper-slide .box-coupon::after {
    right: -20px;
    border-left: 1px solid var(--mainColor);
}

.header-block {
    min-height: 0px;
    top: 0px;
    width: 100%;
}

.white {
    background-color: #fff !important;
    color: #000000 !important;
}
blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 10px;
}

.blog-post-inner .button{
    font-weight: bold;
}


.main-widget {
  position:fixed;
  right:14px;
  bottom:20px;
  z-index:99;
  top:auto !important;
}

@media (max-width:767px) {
  .main-widget {
    bottom:56px;
  }
}

.main-widge .img svg {
  width:100%;
  height:100%;
}

.main-widget .img {
  width:25px;
  height:25px;
}

.main-icon svg {
  width:20px;
  height:20px;
  fill:#fff;
  margin-bottom:5px;
}

.main-icon p {
  font-size:11px;
  color:#fff;
  margin:0;
}

.out-circle {
  overflow:hidden;
  padding:17px;
  border-radius:100%;
  background:var(--mainColor);
  width:60px;
  height:60px;
}

.main-icon {
  line-height:0;
  color:#fff;
  width:100%;
  height:32px;
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  text-align:center;
}

.main-icon i {
  width:26px;
  height:26px;
  transform:translateX(2px);
}

.ser-icon {
  display:inline-flex;
  position:absolute;
  font-size:30px;
  top:0;
  left:0;
  padding:10%;
  background:#fff;
  max-width:100%;
  overflow:hidden;
  border-radius:100%;
  color:var(--mainColor);
  width:70%;
  height:70%;
  margin:15%;
  transition:.2s all;
}

.unsee {
  opacity:0;
  transform:scale(0);
}

.process {
  display:inline-flex;
  transform:translateX(0px);
  transition:0.15s linear transform;
  line-height:0;
}

.ser-icon .item {
  margin-right:40px;
  width:30px;
  height:30px;
  color:var(--mainColor);
  display:flex;
  justify-content:center;
  align-items:center;
}

.ser-icon .item svg {
  width:25px;
  height:25px;
  color:var(--mainColor);
}

.ser-icon i:nth-child(2n) {
  color:#000;
}
.radius img{
    border-radius: 10px;
}
.def-content {
  position:absolute;
  bottom:62px;
  right:0;
  background:#fff;
  border-radius:8px;
  transition:.2s all;
  box-shadow:0 0 10px rgba(0,0,0,0.2);
  width:300px;
  z-index:1;
}

.def-content:before {
  position:absolute;
  bottom:-8px;
  right:22px;
  left:auto;
  display:inline-block !important;
  border-right:8px solid transparent;
  border-top:8px solid #fff;
  border-left:8px solid transparent;
  content:'';
}

.def-content .def-header {
  background:var(--mainColor);
  padding:10px;
  border-radius:8px 8px 0 0;
  color:#fff;
  position:relative;
}

.def-content .def-header .close-icon {
  display:flex;
  justify-content:center;
  align-items:center;
  position:absolute;
  right:10px;
  top:10px;
  left:initial;
  padding:0;
  margin:0;
  border:0 none;
  background:none;
  line-height:1;
  width:26px;
  height:26px;
  cursor:pointer;
  color:#fff;
  background:var(--mainColor);
  border-radius:50%;
  text-align:center;
}

.def-content .item>a {
  display:flex;
  justify-content:space-between;
  align-items:center;
  width:100%;
  padding:5px 10px;
  transition:.3s linear all;
}

.def-content .item>a .img {
  flex-grow:0;
  flex:none;
  height:34px;
  width:34px;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-right:10px;
  border-radius:50%;
  color:#fff !important;
}

.def-content .item>a .img svg {
  height:20px;
  width:20px;
}

.def-content .item>a .detail {
  flex-grow:1;
  line-height:normal;
}

.def-content .item>a .detail .arcu-item-title {
  font-weight:700;
  font-size:14px;
  display:block;
  line-height:normal;
}

.def-content .item>a .detail .arcu-item-subtitle {
  font-size:13px;
  color:#787878;
}

.def-content .item.phone>a .img {
  background:#4EB625;
}

.def-content .item.mess>a .img {
  background:#31ADFF;
}

.def-content .item.zalo>a .img {
  background:#0165f8;
}

.def-content .item.map>a .img {
  background:#d94234;
}

.def-content .item:last-child {
  margin-bottom:0;
}

.main-widget .close-icon {
  display:flex;
  justify-content:center;
  align-items:center;
  position:absolute;
  font-size:25px;
  top:0;
  padding:10px;
  left:0;
  width:60px;
  height:60px;
  line-height:1;
  text-align:center;
  color:#fff;
  background:var(--mainColor);
  border-radius:100%;
  transition:.2s all;
  transform:rotate(0);
  cursor:pointer;
}

.main-widget .close-icon svg {
  width:25px;
  height:25px;
}

.close-icon.unsee {
  transform:rotate(180deg);
}

.pregan {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:#003f32;
  z-index:-2;
  border-radius:100%;
  opacity:0.6;
  animation:zoomzoom 3s linear .2s infinite;
}

.pregan:nth-child(1) {
  animation-delay:.5s;
}

.main-widget .item svg {
  fill:var(--mainColor);
}


.btn-header.btn-hotline .hotline-text span+span {
    font-weight: 600;
    font-size: 14px;
}

.header-main .nav > li > a.btn-header {
    color: var(--text-header-color);
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 5px;
}
.gap-1 {
    gap: .25rem !important;
}
.align-items-center {
    align-items: center !important;
}
.border-0 {
    border: 0 !important;
}
.position-relative {
    position: relative !important;
}

header .btn-header:hover,header  .btn-header:focus {
    background-color: rgba(5, 71, 42, 0.15);
    color: var(--text-header-color);
}

.wolf-header .wolf-function-group .btn-header.btn-hotline .hotline-text span.wolf-text-small {
    font-size: 14px;
}

header  .btn-header.btn-hotline .hotline-text {
    line-height: 1.1;
}
.align-items-start {
    align-items: flex-start !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.flex-column {
    flex-direction: column !important;
}
.d-flex {
    display: flex !important;
}

.btn-header.btn-hotline .hotline-text span+span.phone-number {
    color: var(--mainColor);
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

footer .ux-menu-link__link{
    min-height: 30px;
}
footer .ux-menu-link span{
    transition: 0.5s;
}
footer .ux-menu-link:hover span{
    color: var(--subColor);
}
.fst-italic {
    font-style: italic !important;
}
.price-box .save-price {
    display: block;
    color: var(--main-text-color);
    margin:10px 0px;
}

.price-box .save-price .product-price-save span.amount{
    color: #198754;
    font-size: 18px;
    font-weight: normal;
}
.category-page-title h1{
    font-size: 32px;
    margin-bottom: 0px;
}
.section-title-normal span {
    border-bottom: 0px;
    margin-bottom: 0px;
    margin-right: 15px;
    padding-bottom: 0px;
}
.section-title-normal {
    border-bottom: 0px;
}
.section-title a {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
}
.section_about .icon-box-left{
        align-items: center;
}
.section_about .box-icon .icon-box-left .icon {
    background: #9a563a;
    padding: 10px;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 20px 5px 20px 5px;
}

.section-title b{
    opacity: 0;
}
.header-button .button {
    font-weight: normal;
    padding: 10px 15px;
    font-size: 16px;
}

.section-title.section-title-center span{
    font-size: 50px;
    display: block;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
    color: #121f38;
    background: url(img//title.png);
    padding-bottom: 30px;
    background-size: 320px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.section_product_dichvu .scroll-mb .col-inner{
    text-align: center;
    background: #fff;
    border-radius: 30px 10px;
    padding: 10px;
    height: 100%;
}
.section_product_dichvu .scroll-mb .col-inner .box-image {
    padding-bottom: 100%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    -webkit-mask-image: url(img/ser-mask-img-ii.png?1727784692442);
    mask-image: url(img/ser-mask-img-ii.png?1727784692442);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: #fff;
}
a.button.primary{
    border-radius: 20px 5px 20px 5px !important;
}
.section_product_dichvu .scroll-mb .col-inner .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    -o-object-fit: contain;
    object-fit: contain;
    transform: scale(1);
    transition: all 1s ease;
}
.section_khampha .icon-box-right .icon-box-img {
    margin-left: 5px;
}
.section_khampha .icon-box-left .icon-box-img {
    margin-right: 5px;
}
.section_khampha .icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
    background: #9a563a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}
.section_khampha .icon img {
    max-height: 40px;
    width: auto;
}
.section_khampha .icon:before {
    content: "";
    position: absolute;
    top: calc(var(--border-gap, 5px) / -1);
    right: calc(var(--border-gap, 5px) / -1);
    bottom: calc(var(--border-gap, 5px) / -1);
    left: calc(var(--border-gap, 5px) / -1);
    border: 1px dashed #9a563a;
    border-radius: inherit;
    transition: all ease 0.4s;
    animation: spin 30s linear infinite;
}
.section_khampha .icon-box-left,.section_khampha  .icon-box-right {
    align-items: center;
}

.section_khampha .icon-box {
    font-size: 14px;
}
.section_khampha .icon-box h3 {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #121f38;
    margin-bottom: 5px;
}

.section_doingu .box-image{
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    background: #e3d8d0;
    border-radius: 130px;
    border-radius: 9999px;
    outline: 0.5px solid rgba(154, 86, 58, 0.4);
    outline-offset: 5px;
}
.section_doingu .box-image:after, .section_doingu .box-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #9a563a;
    z-index: 1;
    transition: all ease 0.4s;
    opacity: 0.1;
}
.section_doingu .box-image:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}
.section_doingu .box:hover .box-image:before {
    width: 50%;
}
.section_doingu .box:hover .box-image:after {
    width: 50%;
}


.header-main .nav > li > a{
    display: block;
    text-align: left;
    font-size: 18px;
    position: relative;
    color: #000;
    font-weight: 500;
}
#top-bar{
    background-image: url(img/bg_topbar.jpg?1758009951056);
}

#masthead{
    border-top: 5px solid var(--subColor);
}
.icon-envelop:before {
    content: "\f2b6";
    --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
    font-family: var(--_fa-family);
}

.icon-phone:before{
    content: "\f2a0";
    --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
    display: var(--fa-display, inline-block);
    font-family: var(--_fa-family);
    font-weight: var(--fa-style, 900);
}
.icon-clock:before{
    content: "\f017";
    --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
    display: var(--fa-display, inline-block);
    font-family: var(--_fa-family);
    font-weight: var(--fa-style, 400);
}

.icon-menu:before {
    content: "\f0c9";
    --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
    display: var(--fa-display, inline-block);
    font-family: var(--_fa-family);
    font-weight: var(--fa-style, 900);
}
#comments{
    display: none;
}
.icon-box.subtitle {
    position: relative;
    color: #fd5624;
    text-align: center;
    width: 126px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0px 15px;
}
.team .icon-box.subtitle {
    width: 200px;
}
.sub-title p{
    display: inline-block;
    position: relative;
    padding: 3px 30px;
    color: #fd5624;
    font-size: 18px;
}
.button.is-outline, input[type=button].is-outline, input[type=reset].is-outline, input[type=submit].is-outline {
    background-color: transparent;
    border: 1px solid;
}
.sub-title p:before {
    content: "";
    background: #FFDECB;
    border-radius: 7px;
    transform: skew(-18deg);
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: skewX(-15deg);
    background-image: linear-gradient(to right, #ffb8b6, #ffddca);
    z-index: -1;
}
.icon-box.subtitle .icon-inner{
    display: flex;
}
.icon-box.subtitle:before {
    content: "";
    background: #FFDECB;
    border-radius: 7px;
    transform: skew(-18deg);
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: skewX(-15deg);
    background-image: linear-gradient(to right, #ffb8b6, #ffddca);
}

.icon-box.subtitle .icon-box-img img {
    position: relative;
    max-width: 20px;
    max-height: 20px;
    margin-right: 5px;
    padding: 0px;
}
.icon-box.subtitle .icon-box-text {
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
        padding: 0px;
}
.accordion-item{
    margin-bottom: 20px;
}
.accordion-title{
    background-color: #FFF6F3;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 10px;
    border:0px;
    font-weight: 700;
}
.accordion-title.active{
    background-color: #062e39;
    color: #fff;
}
.accordion .toggle {
    right: 0;
    left: auto;
}
.accordion .toggle i {
    background-image: url('data:image/svg+xml;utf8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(%23clip0_0_5257)"> <path d="M7.98691 14.6893L14.4153 0.761055C14.516 0.539274 14.456 0.274638 14.2653 0.120356C14.0746 -0.0349973 13.8036 -0.0403543 13.6075 0.107499L7.50049 4.68774L1.3935 0.107499C1.19743 -0.0403548 0.925294 -0.0349978 0.735656 0.119284C0.606016 0.22321 0.536375 0.378563 0.536375 0.53606C0.536375 0.612129 0.552446 0.688199 0.585659 0.759983L7.01407 14.6882C7.10193 14.8789 7.29157 15 7.50049 15C7.70941 15 7.89905 14.8789 7.98691 14.6893Z" fill="%235A5A5A"></path> </g> <defs> <clipPath> <rect width="15" height="15" fill="white" transform="translate(15) rotate(90)"></rect> </clipPath> </defs> </svg>') !important;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 10px;
    height: 10px;
}
.accordion .active .toggle i {
    background-image: url('data:image/svg+xml;utf8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(%23clip0_0_5257)"> <path d="M7.98691 14.6893L14.4153 0.761055C14.516 0.539274 14.456 0.274638 14.2653 0.120356C14.0746 -0.0349973 13.8036 -0.0403543 13.6075 0.107499L7.50049 4.68774L1.3935 0.107499C1.19743 -0.0403548 0.925294 -0.0349978 0.735656 0.119284C0.606016 0.22321 0.536375 0.378563 0.536375 0.53606C0.536375 0.612129 0.552446 0.688199 0.585659 0.759983L7.01407 14.6882C7.10193 14.8789 7.29157 15 7.50049 15C7.70941 15 7.89905 14.8789 7.98691 14.6893Z" fill="%23fd5624"></path> </g> <defs> <clipPath> <rect width="15" height="15" fill="white" transform="translate(15) rotate(90)"></rect> </clipPath> </defs> </svg>') !important;
}
.accordion .toggle i:before{
    content: "";
}

.tuvan .wpcf7-form-control{
    border: none;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 10px;
    outline: none;
    font-size: 14px;
    border-radius: 0px;
}
.tuvan form{
    box-shadow: 0px 2px 23.2px 0px rgba(0, 0, 0, 0.08);
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.tuvan .wpcf7-submit{
    background-color: var(--subColor) !important;
    border-radius: 5px;
}

.button, button, input[type=button], input[type=reset], input[type=submit]{
    font-weight: normal;
}

.share-group__item {
    margin-left: 8px;
}
.share-group__item {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    transition: opacity .3s ease;
}
.blog-share{
    margin-top: 10px;
}
.blog-share div{
    margin-left: unset !important;
    margin-right: unset !important;
}
.blog-share .is-divider{
    display: none;
}

.post-meta {
    margin-bottom: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #7A7A7A;
}
.post-meta:before{
    content: "";
    background-image: url('data:image/svg+xml;utf8,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6.5625 2.1875C6.5625 1.70425 6.17075 1.3125 5.6875 1.3125C5.20425 1.3125 4.8125 1.70425 4.8125 2.1875V3.0625C4.8125 3.54575 5.20425 3.9375 5.6875 3.9375C6.17075 3.9375 6.5625 3.54575 6.5625 3.0625V2.1875Z" fill="%237A7A7A"></path> <path d="M16.1875 2.1875C16.1875 1.70425 15.7957 1.3125 15.3125 1.3125C14.8293 1.3125 14.4375 1.70425 14.4375 2.1875V3.0625C14.4375 3.54575 14.8293 3.9375 15.3125 3.9375C15.7957 3.9375 16.1875 3.54575 16.1875 3.0625V2.1875Z" fill="%237A7A7A"></path> <path d="M1.75 7.875V17.9375C1.75 18.9039 2.53356 19.6875 3.5 19.6875H17.5C18.4664 19.6875 19.25 18.9039 19.25 17.9375V7.875H1.75ZM7 16.625C7 17.1084 6.60844 17.5 6.125 17.5H5.25C4.76656 17.5 4.375 17.1084 4.375 16.625V15.75C4.375 15.2666 4.76656 14.875 5.25 14.875H6.125C6.60844 14.875 7 15.2666 7 15.75V16.625ZM7 11.8125C7 12.2959 6.60844 12.6875 6.125 12.6875H5.25C4.76656 12.6875 4.375 12.2959 4.375 11.8125V10.9375C4.375 10.4541 4.76656 10.0625 5.25 10.0625H6.125C6.60844 10.0625 7 10.4541 7 10.9375V11.8125ZM11.8125 16.625C11.8125 17.1084 11.4209 17.5 10.9375 17.5H10.0625C9.57906 17.5 9.1875 17.1084 9.1875 16.625V15.75C9.1875 15.2666 9.57906 14.875 10.0625 14.875H10.9375C11.4209 14.875 11.8125 15.2666 11.8125 15.75V16.625ZM11.8125 11.8125C11.8125 12.2959 11.4209 12.6875 10.9375 12.6875H10.0625C9.57906 12.6875 9.1875 12.2959 9.1875 11.8125V10.9375C9.1875 10.4541 9.57906 10.0625 10.0625 10.0625H10.9375C11.4209 10.0625 11.8125 10.4541 11.8125 10.9375V11.8125ZM16.625 16.625C16.625 17.1084 16.2334 17.5 15.75 17.5H14.875C14.3916 17.5 14 17.1084 14 16.625V15.75C14 15.2666 14.3916 14.875 14.875 14.875H15.75C16.2334 14.875 16.625 15.2666 16.625 15.75V16.625ZM16.625 11.8125C16.625 12.2959 16.2334 12.6875 15.75 12.6875H14.875C14.3916 12.6875 14 12.2959 14 11.8125V10.9375C14 10.4541 14.3916 10.0625 14.875 10.0625H15.75C16.2334 10.0625 16.625 10.4541 16.625 10.9375V11.8125Z" fill="%237A7A7A"></path> <path d="M19.25 7V4.375C19.25 3.40856 18.4664 2.625 17.5 2.625H17.0625V3.0625C17.0625 4.02763 16.2776 4.8125 15.3125 4.8125C14.3474 4.8125 13.5625 4.02763 13.5625 3.0625V2.625H7.4375V3.0625C7.4375 4.02763 6.65263 4.8125 5.6875 4.8125C4.72238 4.8125 3.9375 4.02763 3.9375 3.0625V2.625H3.5C2.53356 2.625 1.75 3.40856 1.75 4.375V7H19.25Z" fill="%237A7A7A"></path> </svg>') !important;
    width: 18px;
    height: 18px;
    display: inline-block;
        margin-right: 5px;
}
.from_the_blog_excerpt {
    font-size: 16px;
}

#post-list .post-item .box  {
    border-top: 1px solid #D9D9D9;
    padding-top: 25px;
}
#post-list .col.post-item:first-child {
    display: block;
}
#post-list .col.post-item:first-child .box {
    padding-top: 0px;
    border-top:0px;
}
#post-list .col.post-item:first-child .box-image,#post-list .col.post-item:first-child .box-text {
    width: 100% !important;
    display: block;
    padding: 0px;
}
#post-list .col.post-item:first-child .box-text{
    padding-top: 15px;
}

.quytrinh .icon-box:before{
    content: "";
    position: absolute;
    right: -70px;
    top: 70px;
    background-image: url(img/icon_temp.png?1758009951056);
    width: 136px;
    height: 40px;
    background-size: 100%;
}

.quytrinh .col:nth-child(3n) .icon-box:before {
    transform: rotateX(180deg);
    top: 80px;
}


.quytrinh .col:last-child .icon-box:before{
    display: none;
}
.taisaochon .icon-box-img{
    background-color: var(--subColor);
    padding: 15px;
    border-radius: 10px;
}
.star-rating span:before {
    color: var(--fs-color-secondary) !important;
}

.box-shadow-1, .box-shadow-1-hover:hover, .row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover{
        box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);
}
.khachhang .icon-box-img img{
    border-radius: 10px !important;
}
.khachhang .testimonial-box {
    margin-top: -50px;
}
.khachhang .star-rating {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 12px;
}

.box-normal .post-title a {
    font-size: 16px;
}
.box-normal.box-blog-post .button.is-link{
    font-weight: normal;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="17" viewBox="0 0 26 17" fill="none"> <path d="M2.01746 9.81882H21.9292L18.1988 14.0002C17.1272 15.2012 18.7345 17.0026 19.8061 15.8016L23.2035 11.9877L25.4714 9.44161C25.9109 8.946 25.9109 8.14557 25.4714 7.64996L19.8061 1.29244C19.5905 1.04418 19.2938 0.904877 18.9847 0.907759C17.9643 0.907903 17.4636 2.30096 18.1988 3.09405L21.938 7.2754H1.95879C0.3873 7.36279 0.504637 9.9065 2.01746 9.81882Z" fill="%23fd5624"></path> </svg>') !important;
    background-repeat: no-repeat;
    padding-right: 30px;
    background-position: right;
    background-size: 14px;
    font-size: 15px;
}
.box-blog-post .post-meta {
    font-size: 13px;
}
.box-normal.box-blog-post .post-meta {
    position: absolute;
    top: -50px;
    right: 20px;
    color: #fff;
    text-align: center;
    width: 140px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    opacity: 1 !important;
    z-index: 1;
}
.dichvu .overlay{
        background: linear-gradient(180deg, transparent 7.07%, rgba(5, 19, 40, 0.9) 100%);
}
.box-normal.box-blog-post .post-meta:before {
    content: "";
    background: #fd5624 !important;
    border-radius: 7px;
    transform: skew(-18deg);
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
}
.dark .accordion-title:not(.active){
    background-color: #fff6f300;
}
.dark .accordion-item {
    margin-bottom: 10px;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #2A2A2B;
}
.box-normal.box-blog-post h5 {
    border-bottom: 1px dashed #B4B4B4;
    padding-bottom: 10px;
}

#top-bar .nav-divided>li+li>a:after{
    display: none;
}


#top-bar .nav>li>a>i {
    color: var(--subColor);
}




/* ==========================================================================
   PAGE HISTORY BASE STYLES
   ========================================================================== */
.page_history {
    margin-bottom: 6rem;
}

.history-frame {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

.history-frame .history-image {
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 300px;
    overflow: hidden;
}

.history-frame .history-image img {
    max-height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.history-frame .history-list {
    text-align: center;
}

.history-frame .history-list .list-item {
    position: relative;
    margin: 0px;
    list-style: none;
}

/* ==========================================================================
   ODD ITEMS CONFIGURATION (2n - 1)
   ========================================================================== */
.history-frame .history-list .list-item:nth-child(2n-1) .item-title:before {
    transform: scaleX(-1);
}

.history-frame .history-list .list-item:nth-child(2n-1) .item-title .circle-big {
    left: 172px;
}

.history-frame .history-list .list-item:nth-child(2n-1) .item-title .line {
    right: 0;
    left: auto;
}

.history-frame .history-list .list-item:nth-child(2n-1) .item-title .title {
    left: 330px;
    right: auto;
}

.history-frame .history-list .list-item:nth-child(2n-1) .item-title .circle-small {
    left: auto;
    right: 0;
}

.history-frame .history-list .list-item:nth-child(2n-1) .item-content {
    left: auto;
    right: 0;
}

/* ==========================================================================
   ITEM INNER ELEMENTS
   ========================================================================== */
.history-frame .history-list .list-item .item-title {
    width: 480px;
    margin: auto;
    position: relative;
    height: 128px;
}

.history-frame .history-list .list-item .item-title .circle-big {
    display: block;
    width: 90px;
    height: 90px;
    background: #da635a;
    border-radius: 50%;
    position: absolute;
    right: 172px;
    left: auto;
    top: 18px;
    z-index: 2;
    overflow: hidden;
}

.history-frame .history-list .list-item .item-title .circle-big:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 4;
}

.history-frame .history-list .list-item .item-title .circle-big:after {
    content: "";
    position: absolute;
    background-image: linear-gradient(#000, transparent);
    width: 58px;
    height: 58px;
    top: 31px;
    right: 0px;
    transform: rotate(-45deg);
    z-index: 3;
    opacity: 0.2;
}

.history-frame .history-list .list-item .item-title .line {
    position: absolute;
    width: 50%;
    height: 5px;
    background: #da635a;
    top: calc(50% - 3px);
    left: 0;
    z-index: 1;
}

.history-frame .history-list .list-item .item-title .title {
    position: absolute;
    right: 330px;
    top: 17px;
    z-index: 2;
}

.history-frame .history-list .list-item .item-title .title strong {
    font-size: 32px;
    color: #da635a;
}

.history-frame .history-list .list-item .item-title .circle-small {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #da635a;
    border-radius: 50%;
    top: calc(50% - 16px);
    left: 0;
    z-index: 2;
}

.history-frame .history-list .list-item .item-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 30%;
    background: #ebf1f5;
    padding: 15px;
    border-radius: 5px;
    text-align: left;
    overflow: auto;
}

.history-frame .history-list .list-item .item-content p {
    margin: 0;
}

/* ==========================================================================
   DYNAMIC COLORS BY NTH-CHILD LOOP (6n)
   ========================================================================== */
/* Loop 6n + 2 */
.history-frame .history-list .list-item:nth-child(6n+2) .circle-big,
.history-frame .history-list .list-item:nth-child(6n+2) .line,
.history-frame .history-list .list-item:nth-child(6n+2) .circle-small {
    background: #4fb488;
}
.history-frame .history-list .list-item:nth-child(6n+2) .title strong {
    color: #4fb488;
}

/* Loop 6n + 3 */
.history-frame .history-list .list-item:nth-child(6n+3) .circle-big,
.history-frame .history-list .list-item:nth-child(6n+3) .line,
.history-frame .history-list .list-item:nth-child(6n+3) .circle-small {
    background: #7b566b;
}
.history-frame .history-list .list-item:nth-child(6n+3) .title strong {
    color: #7b566b;
}

/* Loop 6n + 4 */
.history-frame .history-list .list-item:nth-child(6n+4) .circle-big,
.history-frame .history-list .list-item:nth-child(6n+4) .line,
.history-frame .history-list .list-item:nth-child(6n+4) .circle-small {
    background: #f0a700;
}
.history-frame .history-list .list-item:nth-child(6n+4) .title strong {
    color: #f0a700;
}

/* Loop 6n + 5 */
.history-frame .history-list .list-item:nth-child(6n+5) .circle-big,
.history-frame .history-list .list-item:nth-child(6n+5) .line,
.history-frame .history-list .list-item:nth-child(6n+5) .circle-small {
    background: #008881;
}
.history-frame .history-list .list-item:nth-child(6n+5) .title strong {
    color: #008881;
}

/* Loop 6n */
.history-frame .history-list .list-item:nth-child(6n) .circle-big,
.history-frame .history-list .list-item:nth-child(6n) .line,
.history-frame .history-list .list-item:nth-child(6n) .circle-small {
    background: #ec7143;
}
.history-frame .history-list .list-item:nth-child(6n) .title strong {
    color: #ec7143;
}


/* ==========================================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================================== */

/* --- Desktop Layout (min-width: 992px) --- */
@media (min-width: 992px) {
    .history-frame .history-list .list-item .item-title:before {
        content: "";
        background-image: url(img/history_line.png?1758009951056);
        width: 200px;
        height: 128px;
        position: absolute;
        bottom: 50%;
        left: 0;
        right: 0;
        margin: auto;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .history-frame .history-list .list-item:first-child .item-title:before {
        content: "";
        background-image: url(img/history_line_first.png?1758009951056);
        width: 200px;
        height: 103px;
        background-position: left;
        transform: unset;
    }

    .history-frame .history-list .list-item:last-child .item-title:after {
        content: "";
        background-image: url(img/history_line.png?1758009951056);
        width: 200px;
        height: 128px;
        position: absolute;
        top: 50%;
        bottom: auto;
        left: 0;
        right: 0;
        margin: auto;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        transform: scaleX(-1);
    }

    .history-frame .history-list .list-item:last-child:nth-child(2n-1) .item-title:after {
        transform: scaleX(1);
    }
}

/* --- Medium & Small Tablets Layout (min-width: 992px) and (max-width: 1199px) --- */
@media (min-width: 992px) and (max-width: 1199px) {
    .history-frame .history-list .list-item .item-content {
        width: 24%;
    }
}

/* --- Tablets & Mobile Layout (max-width: 991px) --- */
@media (max-width: 991px) {
    .history-frame .history-list .list-item {
        margin-bottom: 4rem;
    }

    .history-frame .history-list .list-item:nth-child(2n-1) .item-title .circle-big {
        left: 0;
        top: -50px;
    }

    .history-frame .history-list .list-item:nth-child(2n-1) .item-title .line {
        right: auto;
        left: 0;
    }

    .history-frame .history-list .list-item:nth-child(2n-1) .item-title .title {
        left: 110px;
    }

    .history-frame .history-list .list-item:nth-child(2n-1) .item-title .circle-small {
        left: 300px;
        right: auto;
    }

    .history-frame .history-list .list-item .item-title {
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
    }

    .history-frame .history-list .list-item .item-title .circle-big {
        top: -50px;
        right: 0;
    }

    .history-frame .history-list .list-item .item-title .line {
        width: 300px;
        top: calc(50% - 10px);
        left: auto;
        right: 0;
    }

    .history-frame .history-list .list-item .item-title .title {
        left: auto;
        right: 110px;
        top: -52px;
    }

    .history-frame .history-list .list-item .item-title .circle-small {
        left: auto;
        right: 300px;
        top: calc(50% - 23px);
    }

    .history-frame .history-list .list-item .item-content {
        position: static;
        width: 73%;
    }
}

/* --- Small Mobile Layout (max-width: 554px) --- */
@media (max-width: 554px) {
    .history-frame .history-list .list-item:nth-child(2n-1) .item-content {
        margin-left: auto;
        margin-right: 0;
    }

    .history-frame .history-list .list-item .item-content {
        margin-left: 0;
    }
}


@media (min-width: 991px) {
    .section_khampha .section-bg:after, .section_khampha .section-bg:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        border-radius: 0 200px 200px 0;
        background-image: linear-gradient(to right, #f0efeb 0%, #9a563a 400%);
      
    }
    .section_khampha .section-bg:after {
        left: auto;
        right: 0;
        border-radius: 200px 0 0 200px;
        background-image: linear-gradient(to left, #f0efeb 0%, #9a563a 400%);
    }
    header #logo {
        height: 100%;
        background-color: var(--fs-color-secondary);
        display: flex;
        align-items: center;
        justify-content: center;
    }

}



@media screen and (min-width: 850px) {
    .row-divided>.col+.col:not(.large-12) {
        border-left: 1px solid #d3d3d3;
    }
    #shop-sidebar {
      
    }
}


@media only screen and (min-width: 48em) {

}






@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
footer .footer-top .icon-box{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	grid-gap: 0px;
}
footer .footer-top {
    margin-top: 20px;
    margin-bottom: 20px;
}
footer .footer-top .icon-box .icon-box-text{
	text-align: center;
	padding-left: 0px;
}
footer#footer .title-menu {
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
}

footer#footer .clicked h4::before, footer#footer .clicked h4::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: currentColor;
    -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
footer#footer .clicked h4::before {
    width: 11px;
    height: 1.5px;
    opacity: 1;
}
footer#footer .clicked h4::after {
    width: 1.5px;
    height: 11px;
    right: 10px;
}
footer#footer .clicked.cls_mn h4::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
footer#footer .clicked.cls_mn h4::before {
    opacity: 0;
}
footer#footer .ux-menu {
    display: none;
}
.header-bottom {
    background-color: #ffffff00 !important;
}
#woocommerce-product-search-field-1{
    font-size: 14px;
}
header .searchform-wrapper:not(.form-flat) button.submit-button{
    height: 34px;
    height: 34px;
}
header .searchform .button.icon {
    height: 32px;
    min-height: 32px;
    line-height: 32px;
    border-radius: 5px !important;
    width: 50px;
    font-size: 13px;
}


.header-main .nav.mobile-nav > li.has-icon > a {
    line-height: 16px;
    color: #000;
    font-size: 16px;
}

.row-slider .flickity-prev-next-button {
    background-color: transparent !important; /* Xóa nền mặc định nếu có */
    width: 36px !important;
    height: 36px !important;
    transition: transform 0.3s;
    background-color: var(--mainColor) !important;
    min-height: 36px;
    top: 45%;
}
.box-category h5.header-title{
    font-size: 13px;
}
footer .title-menu h4{
    font-size: 16px;
}
.bread-crumb {
    padding: 20px 0;
    background-size: cover;
    min-height: 150px;
background-position: center left;
}
.bread-crumb .title-bread-crumb {
    font-size: 20px;
}
.breadcrumb {
    font-size: 14px;
}
.section-title.section-title-center span{
    font-size: 30px;
    background-size: 150px;
}

 .scroll-mb-col{
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-mask: linear-gradient(90deg, transparent 0, #000 10px, #000 calc(100% - 10px), transparent 100%);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;;
}
 .scroll-mb-col > .col{
    text-align: center;
    width: 200px;
    white-space: normal;
    margin: 0px !important;
    min-width: 70%;
}

.section_khampha .icon-box h3 {
    font-size: 16px;
}


.section_khampha .scroll-mb{
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: -10px;
    text-align: center;
    -webkit-mask: linear-gradient(90deg, transparent 0, #000 10px, #000 calc(100% - 10px), transparent 100%);
    display: block;
}
.section_khampha .scroll-mb .icon-box {
    display: inline-block;
    text-align: center;
    width: 70%;
    white-space: normal;
    margin: 0px !important;
}
.section_khampha .icon-box .icon-box-img{
    margin: 10px auto;
}
.section_khampha .icon-box h3{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section_khampha .icon-box p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header-button .button span{
    display: none;
}
.header-bg-color{
    background-color: var(--subColor) !important;
}
.header-button .button{
    padding: 0px !important;
    border:0px !important;
}
.header-button .button i{
    font-size: 25px;
}
#masthead{
    border-top:0px !important;
}
#logo {
    width: auto !important;
}
header .nav>li>a>i.icon-menu{
    color: #fff;
    font-size: 25px;
}
.khachhang .testimonial-box {
    margin-top: 0px;
}
.quytrinh .icon-box-img{
    max-width: 80px !important;
}

.quytrinh .icon-box:before {
    top: 30px;
    width: 90px;
    height: 36px;
    right: -50px;
}
.quytrinh .col:nth-child(3n) .icon-box:before{
    display: none;
}
.quytrinh .icon-box p{
    font-size: 13px;
}
.dichvu .icon-box-img img{
    max-width: 70px;
}
.dichvu .icon-box-text p{
    font-size: 14px;
}
}


