@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url("fonts/Montserrat-ExtraBold.ttf") format("truetype");    
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-ExtraBoldItalic';
    src: url("fonts/Montserrat-ExtraBoldItalic.ttf") format("truetype");    
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url("fonts/Montserrat-Bold.ttf") format("truetype");    
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-BoldItalic';
    src: url("fonts/Montserrat-BoldItalic.ttf") format("truetype");    
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url("fonts/Montserrat-Medium.ttf") format("truetype");    
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-MediumItalic';
    src: url("fonts/Montserrat-MediumItalic.ttf") format("truetype");    
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url("fonts/Montserrat-Regular.ttf") format("truetype");    
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Italic';
    src: url("fonts/Montserrat-Italic.ttf") format("truetype");    
    font-display: swap;
}

html.js {
    overflow-x: hidden;
}

body {
    font-size: 18;
    line-height: 24px;
    font-family: "Montserrat-Regular", sans-serif;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}



b, strong {
    font-weight: normal;
}

p {
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat-Regular", sans-serif !important;
    color: #000;
}
a {
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat-Regular", sans-serif;
    color: #1955a6;
    text-decoration: none;
}

a:hover {
    color: #219045;
}

li {
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat-Regular", sans-serif;
    color: #000;
    text-decoration: none;
}
dl, ol, ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

img {
    display: block;
    height: auto;
    width: auto;
    object-fit: cover;
    max-width: 100%;
}


.font-size-10 {
    font-size: 10px;
    line-height: 12px;
}

.font-size-15 {
    font-size: 15px;
    line-height: 20px;
}

.font-size-16 {
    font-size: 16px;
    line-height: 16px;
}

.font-size-18 {
    font-size: 18px;
    line-height: 28px;
}

.font-size-20{
     font-size: 20px;
    line-height: 30px;

}

.font-size-30 {
    font-size: 30px;
    line-height: 36px;
}

.font-size-40 {
    font-size: 40px;
    line-height: 48px;
}

.font-size-50 {
    font-size: 50px;
    line-height: 60px;
}

.font-size-60 {
    font-size: 60px;
    line-height: 72px;
}

.font-size-70 {
    font-size: 70px;
    line-height: 84px;
}

.font-size-80 {
    font-size: 80px;
    line-height: 96px;
}

.font-size-90 {
    font-size: 90px;
    line-height: 108px;
}

.font-size-100 {
    font-size: 100px;
    line-height: 120px;
}


.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}


.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}


.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}


.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}


.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}


.pd-10 {
    padding-right: 10px;
}

.pd-20 {
    padding-right: 20px;
}

.pd-30 {
    padding-right: 30px;
}

.pd-40 {
    padding-right: 40px;
}

.pd-50 {
    padding-right: 50px;
}

.pd-60 {
    padding-right: 60px;
}

.pd-70 {
    padding-right: 70px;
}

.pd-80 {
    padding-right: 80px;
}

.pd-90 {
    padding-right: 90px;
}

.pd-100 {
    padding-right: 100px;
}




.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}


.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-100 {
    margin-left: 100px;
}


.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-100 {
    margin-right: 100px;
}


.mg-10 {
    margin-right: 10px;
}

.mg-20 {
    margin-right: 20px;
}

.mg-30 {
    margin-right: 30px;
}

.mg-40 {
    margin-right: 40px;
}

.mg-50 {
    margin-right: 50px;
}

.mg-60 {
    margin-right: 60px;
}

.mg-70 {
    margin-right: 70px;
}

.mg-80 {
    margin-right: 80px;
}

.mg-90 {
    margin-right: 90px;
}

.mg-100 {
    margin-right: 100px;
}


.title-all-extra {
    font-family: 'Montserrat-ExtraBold', sans-serif; 
    line-height: normal;  
    margin-bottom: 0px;  
}

.title-all-bold {
    font-family: 'Montserrat-ExtraBold', sans-serif; 
    line-height: normal;  
    margin-bottom: 0px;  
}

.color-white{
   color: #FFFFFF ;
}
.color-black{
   color: #000000 ;
}

.color-green{
   color: #61E364 ;
}

.color-teal{
   color: #069B9B ;
}

.color-leaf-green{
   color: #57A646 ;
}

.color-blue{
   color: #006EC0 ;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.d-none {
    display: none;
}

.d-none-pc {
    display: none;
}
.d-none-pc {
    display: none;
}
.wpcf7-spinner {
    display: none;
}



.disabled {
    display: none;
}

.wpcf7-spinner {
    display: none;
}

.d-none-pc {
    display: none;
}

.hidden {
    display: none;
}

.display-none {
    display: none !important;
}



.header {
    background-color: #f37021; 
    color: #fff;
    font-size: 14px;
}

.top-header {
    background-color: #f37021;
}

.top-header .box-top-bar {
    padding-top: 4px;
}

.bottom-header-pc {
    background-color: #f37021;
    padding: 10px 0;
}

.header-main-bar {
    gap: 10px;
    height: 30px;
}



.header-logo a {
    display: flex;
    align-items: center;
}

.header-logo img {
    height: auto;
    width: 150px;
    display: block;
}


.header-category {
    position: relative;
    margin-left: 12px;
}

.btn-category {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    background-color: #ffffff;
    color: #333333;
    font-weight: 600;
    font-size: 11px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    height: 40px;
}

.btn-category .icon-bars i {
    font-size: 12px;
}

.btn-category .icon-caret i {
    font-size: 12px;
}


.header-category-dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    min-width: 260px;
    background: #fff;
    color: #333;
    border-radius: 5px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
    padding: 10px 0;
    z-index: 50;
    display: none; 

}

.header-category:hover .header-category-dropdown {
    display: block;  
}

.category-root-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-root-item a {
    display: block;
    padding: 7px 16px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.category-root-item a:hover {
    background-color: #f6f6f6;
    color: #f37021;
}


.header-search {
    padding: 0 12px;
}

.header-search .search-form {
    margin: 0;
}

.header-search .search-container {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 999px;
    padding: 0 14px;
    min-width: 340px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

.header-search .search-submit {
    border: none;
    background: transparent;
    padding: 0;
    margin-right: 8px;
    font-size: 16px;
    color: #999999;
    cursor: pointer;
}

.header-search .search-input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    padding: 8px 0;
    width: 100%;
    color: #333333;
}

.header-search .search-input::placeholder {
    color: #999999;
}



.header-quick-actions {
    gap: 8px;
    margin-left: 10px;
}

.header-action-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    color: #333333;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
    height: 40px;
}

.header-action-item .action-icon i {
    font-size: 12px;
}

.header-action-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.16);
    background-color: #fff7f0;
}



.header-cart-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 40px;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    color: #333333;
    text-decoration: none;
    font-size: 12px;
}



.header-language {
    margin-left: 10px;
}

.header-language .language-switcher {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.header-language .language-switcher li {
    position: relative;
}

.header-language .language-switcher a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    color: #333333;
    height: 40px;
    width: 100px;
    justify-content: center;
}

.header-language .language-switcher .current-lang a {
    border: 1px solid rgba(255,255,255,0.5);
}

.header-language .lang-flag-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
}



.header-commit-bar {
    background-color: #ffffff;
    color: #333333;
    font-size: 13px;
    padding: 5px;
    border-bottom: 1px solid #d3ccccad;
}
.header-commit-bar .container {
    gap: 12px;
    font-size: 13px;
    font-weight: bold;
}

.commit-label {
    font-weight: 600;
    color: #f37021;
    margin-right: 8px;
    white-space: nowrap;
}

.commit-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.commit-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    position: relative;
    padding-right: 12px;
}

.commit-item:after {
    content: "";
    position: absolute;
    right: 3px;
    top: 50%;
    width: 1px;
    height: 14px;
    background-color: #dddddd;
    transform: translateY(-50%);
}

.commit-item:last-child:after {
    display: none;
}

.commit-icon img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}



.header-promo-bar {
    background-color: #ffffff;
    padding: 5px;
    font-size: 13px;
    border-bottom: 1px solid #d3ccccbf;
    color: black;
}
.header-promo-bar .container {
    gap: 12px;
}

.promo-label {
    font-weight: 600;
    margin-right: 8px;
    background: #4baf2b;
    border-radius: 5px;
    padding: 0px 5px;
    color: white;
}
.promo-label::before {
    content: "★";
    color: #f37021;
    margin-right: 4px;
}

.promo-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.promo-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.promo-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.promo-text {
    white-space: nowrap;
}


.promo-text strong,
.promo-text .badge-green {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    background-color: #34a853;
    color: #fff;
    font-size: 11px;
    margin-right: 6px;
}



@media (max-width: 1199.98px) {
    .header-search .search-container {
        min-width: 260px;
    }

    .header-quick-actions .header-action-item {
        padding: 7px 9px;
        font-size: 12px;
    }
}

@media (max-width: 991.98px) {
    .header-main-bar {
        flex-wrap: wrap;
        row-gap: 8px;
    }

    .header-category {
        order: 2;
    }

    .header-search {
        order: 3;
        flex: 0 0 100%;
        padding: 8px 0 0;
    }

    .header-quick-actions {
        order: 4;
    }
}









.css-trangchu .block-ss1 {
    padding: 10px 0px;
}
.css-trangchu .box-banners {
    display: flex;
    gap: 10px;
}

.css-trangchu .banner-left {
    width: 70%;
}

.css-trangchu .banner-right {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.css-trangchu .banner-right-item {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.css-trangchu .banner-right-item img {
    border-radius: 5px;
    width: 100%;
    height: 154px;
}



.css-trangchu .sliderbannerTop .item .image-main-slide {
    height: 318px;
    border-radius: 5px;
    overflow: hidden; 
}


.css-trangchu .sliderbannerTop img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 5px; 
}



.css-trangchu .banner-left { position: relative; } 

.css-trangchu .banner-left .custom-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px; 
  z-index: 20;
  padding: 0;
  margin: 0;
  list-style: none;
}


.css-trangchu .banner-left .custom-dots .owl-dot button {
  border: 0;
  background: transparent;
  padding: 0;
  width: auto;
  height: auto;
}


.css-trangchu .banner-left .custom-dots .custom-dot-rect {
  display: block;
  width: 36px;       
  height: 6px;         
  border-radius: 4px;
  background: rgba(255,255,255,0.5); 
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: all .25s ease;
}


.css-trangchu .banner-left .custom-dots .owl-dot.active .custom-dot-rect,
.css-trangchu .banner-left .custom-dots .owl-dot:hover .custom-dot-rect {
  background: #ffffff;  
  transform: scaleX(1.15);
  height: 8px;
}



@media (max-width: 768px) {
  .css-trangchu .banner-left .custom-dots .custom-dot-rect {
    width: 28px;
    height: 5px;
  }
  .css-trangchu .banner-left .custom-dots { bottom: 8px; }
}





.block-ss2 {
    padding: 20px 0px;
}
.block-ss2 .title-black-b {
    font-weight: bold;
}


.block-ss2 .img-icon-dongmay {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;       
    margin-top: 12px;
}

.block-ss2 .img-icon-dongmay .box-icon {
    background: #ffffff;
    border: 1px solid #e5e6eb;
    border-radius: 12px;
    padding: 14px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 rgba(15, 23, 42, 0);
    transition: all 0.2s ease;
    flex: 0 0 calc(16.6667% - 20px);
    max-width: calc(16.6667% - 20px);
}

.block-ss2 .img-icon-dongmay .box-icon > a {
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 100%;
    justify-content: center;
}


.block-ss2 .img-icon-dongmay .img-thumnail {
    max-height: 32px;
    width: 30%;         
    display: inline-block;
    flex-shrink: 0;
}

.block-ss2 .img-icon-dongmay .box-icon:hover {
    border-color: #d0d3e0;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}
.block-ss2 .brand-name {
    margin-left: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #111827;
    white-space: nowrap; 
}


@media (max-width: 1199.98px) {
    .block-ss2 .img-icon-dongmay .box-icon {
        flex: 0 0 calc(25% - 18px);
        max-width: calc(25% - 18px);
    }
}


@media (max-width: 991.98px) {
    .block-ss2 .img-icon-dongmay .box-icon {
        flex: 0 0 calc(33.333% - 16px);
        max-width: calc(33.333% - 16px);
    }
}



.block-ss3 {
    padding: 20px 0 0px 0px;
}

.block-ss3 .home-service-banner .banner-wap{ display:none; }

.block-ss3 .home-service-group {
    margin-bottom: 40px;
}



.block-ss3 .home-service-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom:20px;
}

.block-ss3 .home-service-head .head-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.block-ss3 .home-service-head .title-black-b {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}


.block-ss3 .home-service-head .head-note {
    font-size: 14px;
    color: #16a34a;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.block-ss3 .home-service-head .head-note::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #16a34a;
    box-sizing: border-box;
    display: inline-block;
}


.block-ss3 .head-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.block-ss3 .head-tab {
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background-color: #f9fafb;
    font-size: 13px;
    color: #374151;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.15s ease;
}

.block-ss3 .head-tab:hover {
    background-color: #fff;
    border-color: #f97316;
    color: #f97316;
}
.block-ss3 .fc-card-thumb {
    height: 200px;
    width: 100%;
}

.block-ss4 .fc-card-thumb {
    height: 200px;
}
.block-ss4 .owl-nav {
    display: none;
}


.fc-service-card .fc-card-thumb{
  width: 100%;
  aspect-ratio: 300 / 141;     

 
  background: #f3f5f9;         
}


.fc-service-card .fc-card-thumb img{
  width: 100%;
  height: 200px;
  display: block;
  object-fit: cover;          
  object-position: center;
}




.home-service-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.home-service-head .head-left{ flex:0 0 auto; }
.home-service-head .head-tabs{ flex:1; min-width:0; }


.head-tabs.owl-carousel{
  position:relative;
  padding-right:56px; 
}

.head-tabs .head-tab {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding: 5px 10px;
    border: 1px solid #e6e8ee;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    background: #e6e8eea3;
    color: ##000;
}

.head-tabs .head-tab.is-active{
  border-color:#ff6a00;
  color:#ff6a00;
}


.head-tabs.owl-carousel .owl-nav{
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  gap:8px;
      display: none;
}

.head-tabs.owl-carousel .owl-nav button{
  width:34px;
  height:34px;
  border-radius:999px;
  border:1px solid #e6e8ee !important;
  background:#fff !important;
  display:flex;
  align-items:center;
  justify-content:center;
}

.head-tabs.owl-carousel .owl-nav button.disabled{
  opacity:.35;
  cursor:not-allowed;
}

.head-tabs.owl-carousel .tabs-nav-btn{
  font-size:20px;
  line-height:1;
}




.block-ss3 .home-service-body {
    display: flex;
    gap: 16px;
}
.block-ss3 .fc-card-note {

    display: none;
}


.block-ss3 .body-left {
    flex: 0 0 330px;
    max-width: 330px;
}

.block-ss3 .home-service-banner {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
}

.block-ss3 .home-service-banner img {
    display: block;
    width: 100%;
    height: 365px;
}


.block-ss3 .body-right {
    flex: 1;
    min-width: 0; 
}


.block-ss3 .home-service-slider .service-card {
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
    height: 100%;
}

.block-ss3 .home-service-slider .service-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}


.block-ss3 .home-service-slider .service-thumb {
    padding: 12px 12px 0;
    text-align: center;
}

.block-ss3 .home-service-slider .service-thumb img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}


.block-ss3 .home-service-slider .service-title {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    padding: 10px 12px 14px;
    margin: 0;
}



.block-ss3 .home-service-more {
    text-align: center;
    margin-top: 30px;
    margin-left: -45%;
}

.block-ss3 .btn-view-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 32px;
    border-radius: 999px;
    border: 1px solid #f97316;
    background-color: #fff;
    color: #f97316;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.15s ease;
}

.block-ss3 .btn-view-more:hover {
    background-color: #f97316;
    color: #fff;
}



.block-ss3 .home-service-slider .owl-nav {
    position: absolute;
    top: -48px;
    right: 0;
    display: flex;
    gap: 4px;
}

.block-ss3 .home-service-slider .owl-nav button {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #fff;
    font-size: 18px;
    line-height: 1;
}

.block-ss3 .home-service-slider .owl-nav button span {
    font-size: 18px;
}

.block-ss5  {
    padding: 20px 0px;
}
.block-ss5 .ss5-title {
    font-size: 18px;
    font-weight: bold;
}

.block-ss5 .uu-dai-item {
    height: 160px;
}
.block-ss5 .uu-dai-item img {
    height: 160px;
    border-radius: 5px;
}



@media (max-width: 991.98px) {
    .block-ss3 .home-service-body {
        flex-direction: column;
    }

    .block-ss3 .body-left {
        flex: 0 0 auto;
        max-width: 100%;
        margin-bottom: 12px;
    }

    .block-ss3 .home-service-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .block-ss3 .head-tabs {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .block-ss3 .home-service-head .title-black-b {
        font-size: 18px;
    }

    .block-ss3 .head-tab {
        font-size: 12px;
        padding: 5px 10px;
    }
}

.block-ss3 .home-service-slider .fc-service-card {
    display: block;
    height: 365px;
}



.fc-service-banner {
    margin: 16px 0 24px;
}

.fc-service-banner-slider {
    width: 100%;
}


.fc-banner-slide {
    display: flex;
    gap: 16px;
}

.fc-banner-item img {
    display: block;
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
}


@media (max-width: 767px) {
    .fc-banner-slide {
        flex-direction: column;
        gap: 10px;
    }
}


.fc-service-banner .owl-dots {
    text-align: center;
    margin-top: 8px;
}

.fc-service-banner .owl-dot {
    display: inline-block;
    margin: 0 3px;
}

.fc-service-banner .owl-dot span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #e5e7eb;
    transition: all 0.2s ease;
}

.fc-service-banner .owl-dot.active span {
    width: 18px;
    background: #ff6600;
}





.home-product-group {
  margin-top: 32px;
}


.home-product-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.home-product-banner-row {
  display: flex;
  gap: 16px;
}

.home-product-banner-row .home-product-banner {
  flex: 1 1 0;
}

.home-product-banner-row img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}


.home-product-group .body-left,
.home-product-group .body-right {
  width: 100%;
}


.home-product-group .home-service-slider {
  margin-top: 0;
}


.home-product-more {
  text-align: center;
  margin-top: 24px;
}

.home-product-more .btn-view-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 32px;
    border-radius: 999px;
    border: 1px solid #f97316;
    background-color: #fff;
    color: #f97316;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.15s ease;
}

.home-product-more .btn-view-more:hover {
  background: #f97316;
  color:#fff;
}

.home-product-group .home-service-head.home-product-head{
  display:block;
  margin-bottom:14px;
}
.home-product-group .home-service-head .title-black-b {
    margin: 0 0 12px 0;
    font-size: 18px;
    font-weight: bold;
}


.head-tabs-product.owl-carousel{
  position:relative;
  padding-right:56px; 
}

.head-tabs-product .owl-item{ display:flex; }
.head-tabs-product .head-tab {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f3f5f9;
    border: 1px solid #eef0f5;
    border-radius: 10px;
    padding: 5px;
    text-decoration: none;
    color: #111;
}

.head-tabs-product .head-tab:hover{
  border-color:#dfe3ee;
}

.head-tabs-product .head-tab.is-active{
  border-color:#ff6a00;
  box-shadow:0 0 0 1px rgba(255,106,0,.08) inset;
}

.head-tabs-product .head-tab-icon{
  width:44px;
  height:44px;
  flex:0 0 44px;
  border-radius:999px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.head-tabs-product .head-tab-icon img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.head-tabs-product .head-tab-text{
  font-size:14px;
  line-height:1.2;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}


.head-tabs-product.owl-carousel .owl-nav{
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  gap:8px;
}
.head-tabs-product.owl-carousel .owl-nav button{
  width:34px;
  height:34px;
  border-radius:999px;
  border:1px solid #e6e8ee !important;
  background:#fff !important;
  display:flex;
  align-items:center;
  justify-content:center;
}
.head-tabs-product.owl-carousel .owl-nav button.disabled{
  opacity:.35;
  cursor:not-allowed;
}
.head-tabs-product .tabs-nav-btn{
  font-size:20px;
  line-height:1;
}



.home-product-group {
  margin-top: 24px;
}

.home-product-banner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
      margin-top: 5px;
}

.home-product-banner .bn-left,
.home-product-banner .bn-right {
  border-radius: 12px;
  overflow: hidden;
}

.home-product-banner img {
  width: 100%;
  height: auto;
  display: block;
}




.block-ss6 {
    padding: 20px 0px 60px 0px;
}

.block-ss6 .ss6-header {
    margin-bottom: 24px;
}

.block-ss6 .ss6-title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin: 0;
}

.block-ss6 .ss6-more-link {
    font-size: 16px;
    font-weight: 600;
    color: #ff6b00;
    text-decoration: none;
}

.block-ss6 .ss6-post-title a:hover {
    text-decoration: none;
    color: #de571f;
}



.block-ss6 .ss6-blog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.block-ss6 .ss6-blog-item {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    flex: 0 0 calc(20% - 16px);     
    max-width: calc(20% - 16px);
    display: flex;
    flex-direction: column;
}

.block-ss6 .ss6-thumb {
    position: relative;
    height: 200px;
    width: 100%;
    aspect-ratio: 300 / 141;
    overflow: hidden;
    background: #f3f5f9;
}
.block-ss6 .ss6-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.block-ss6 .ss6-label-top {
    position: absolute;
    left: 16px;
    bottom: 12px;
    padding: 4px 10px;
    background: #ff6b00;
    color: #fff;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
}


.block-ss6 .ss6-body {
    padding: 12px 12px 16px;
    display: flex;
    flex-direction: column;
}

.block-ss6 .ss6-cat {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff6b00;
    margin-bottom: 6px;
}

.block-ss6 .ss6-post-title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.4;
}

.block-ss6 .ss6-post-title a {
    color: #111;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;  
    display: inline-block;
}
.block-ss6 .ss6-post-title a:hover {
    text-decoration: none;
    color: #ff6b00;
}

.block-ss6 .ss6-excerpt {
    font-size: 13px;
    color: #333;
    line-height: 1.5;
    margin: 0;
    display: none;
}



@media (max-width: 1199.98px) {
    .block-ss6 .ss6-blog-item {
        flex: 0 0 calc(25% - 15px);
        max-width: calc(25% - 15px);
    }
}

@media (max-width: 991.98px) {
    .block-ss6 .ss6-blog-item {
        flex: 0 0 calc(33.333% - 14px);
        max-width: calc(33.333% - 14px);
    }
}

@media (max-width: 767.98px) {
    .block-ss6 .ss6-blog-item {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 575.98px) {
    .block-ss6 .ss6-blog-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .block-ss6 .ss6-blog-list {
        gap: 16px;
    }
}







.fc-repair-archive,
.fc-service-archive,
.fc-container.fc-repair-page {
    max-width: 1200px;            
    margin: 24px auto 40px;       
    padding: 0 15px;             
}

.fc-page-title,
.fc-repair-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #111827;
}

.fc-filter-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.fc-service-inner .fc-filter-group { 
    gap: 10px;
    margin-bottom: 20px;
}
.fc-service-inner .fc-filter-group .left{
    width: 100px;
        font-size: 18px;
}
.fc-service-inner .fc-filter-group .right{
    width: 90%;
    display: flex;
    justify-content: flex-end;
}
.fc-brand-thumb img {
    border-radius: 10px;
}
.fc-brand-thumb img:hover {
    background: #fff7f0;
    border: 1px solid #ff7b21;
    color: #ff7b21;
    width: 240px;
    border-radius: 10px;
}

.fc-filter-group > span,
.fc-filter-label,
.fc-label {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
    min-width: 80px;
}
.fc-sort-group {
    background: #f9f9f9;
    border-radius: 5px;
    padding: 0px;
}

.fc-filter-btn,
.fc-chip {
       display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.2;
    border: 1px solid #e5e7eb;
    background: #f3f4f6;
    color: #374151;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition:
        background 0.15s ease,
        border-color 0.15s ease,
        color 0.15s ease,
        box-shadow 0.15s ease,
        transform 0.15s ease;
}

.fc-filter-btn:hover,
.fc-chip:hover {
    background: #e5e7eb;
    border-color: #d1d5db;
}


.fc-filter-btn.is-active,
.fc-chip.is-active {
    background: #f9f9f9;
    border-color: #ff6600;
  
}


.fc-filter-group span {
    width: 50px;
    display: inline-block;
    font-weight: 600;
}
.fc-brand-name {
    display: none !important;
}

.fc-breadcrumb-wrapper {
    background: #fff;
}

.fc-breadcrumb {
    padding: 10px 0 5px;
    font-size: 16px;
    color: #000;
}

.fc-breadcrumb a {
    color: #0070c9;
    text-decoration: none;
    font-size: 16px;
}

.fc-breadcrumb a:hover {
    text-decoration: none;
     color: #ff6600;
}

.fc-breadcrumb .sep {
    margin: 0 4px;
    color: #999;
}

.fc-breadcrumb .current {
    color: #222;
    font-weight: 500;
        font-size: 15px;
}
.fc-service-title {
    text-align: left;
    margin: 0px;
    padding: 0px 0px 20px 0px;
    display: flex;
    align-items: center;
    align-content: center;
    gap:10px;
}
.fc-page-title {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 0px;
}

.fc-page-subtitle {
    font-size: 16px;
    color: #0065e9;
    margin: 0px;
    font-weight: bold;
}


.fc-service-grid,
.fc-repair-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

@media (max-width: 1024px) {
    .fc-service-grid,
    .fc-repair-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .fc-service-grid,
    .fc-repair-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}



.fc-service-grid .fc-card-thumb {
    height: 200px;
}
.fc-service-grid p {
    font-size: 16px;
}

.fc-service-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    transition:
        box-shadow 0.18s ease,
        transform 0.18s ease,
        border-color 0.18s ease;
    height: 350px;
}

.fc-service-card:hover {
    border-color: #ff6600;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
    transform: translateY(-3px);
}

.fc-card-thumb img {
    width: 100%;
    height: auto;
    object-fit: contain;
    background: #f9fafb;
}

.fc-card-body {
    padding: 10px 12px 14px;
}

.fc-card-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11px;
    background: #22c55e1a;
    color: #16a34a;
    margin-bottom: 4px;
}
.fc-card-title {
    font-size: 13px;
    font-weight: 600;
    margin: 4px 0 6px;
    color: #157220;
    line-height: 19px;
    padding: 10px 0px 0px 0px;
    height: 45px;
}


.fc-card-price {
    margin: 0px;
    text-align: left;
    color: red;
    font-size: 12px;
}
.fc-price-main {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
}

.fc-price-current {
    font-weight: 700;
    font-size: 16px;
    color: #e11d48;
}

.fc-price-old {
    font-size: 13px;
    color: #9ca3af;
    text-decoration: line-through;
}

.fc-price-discount {
    font-size: 13px;
    color: #ef4444;
    font-weight: 600;
}

.fc-price-contact {
    font-weight: 600;
    font-size: 14px;
    color: #2563eb;
}


.fc-card-note {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 6px;
        display: none
}


.fc-card-meta {
    font-size: 12px;
    color: #6b7280;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
}
.fc-price-off {
    color: red;
    font-size: 13px;
}
.fc-meta-rating {
    color: #f97316;
    font-weight: 600;
}

.fc-meta-used {
    white-space: nowrap;
}


.fc-repair-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    padding: 12px 12px 16px;
    display: flex;
    flex-direction: column;
    transition:
        box-shadow 0.18s ease,
        transform 0.18s ease,
        border-color 0.18s ease;
}

.fc-repair-card:hover {
    border-color: #ff6600;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
    transform: translateY(-3px);
}

.fc-repair-thumb {
    text-align: center;
    margin-bottom: 10px;
}

.fc-repair-thumb img {
    width: 100%;
    height: 190px;
    object-fit: contain;
    border-radius: 8px;
    background: #f9fafb;
}

.fc-repair-card-title {
    font-size: 15px;
    font-weight: 600;
    margin: 4px 0 6px;
}

.fc-repair-card-title a {
    color: #111827;
    text-decoration: none;
}

.fc-repair-card-title a:hover {
    color: #ff6600;
}

.fc-repair-card-price {
    margin-top: auto;
    font-size: 14px;
    font-weight: 700;
    color: #e11d48;
}


.fc-filter-sort-price .arrow {
  font-weight: bold;
  margin-left: 4px;
}
.fc-filter-sort-price {
    position: relative;
    padding-right: 18px;
}

.fc-filter-sort-price .arrow {
    font-size: 11px;
    margin-left: 2px;
}


.fc-sort-group .fc-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.fc-sort-icon {
    font-size: 14px;
    margin-right: 4px;
    opacity: 0.6;
}
.fc-filter-btn.is-active .fc-sort-icon {
    opacity: 1;
    width: auto;
}
.fc-sort-group span {
    width: auto;
}


.fc-filter-sort-price .fc-sort-label {
    margin-right: 6px;
}


.fc-price-toggle {
    position: relative;
    width: 25px !important;
    height: 25px;
    border-radius: 999px;
    background: #f3f5f7;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
}

.fc-price-toggle .arrow-up,
.fc-price-toggle .arrow-down {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.fc-price-toggle .arrow-up {
    top: 3px;
    border-bottom: 6px solid #c5cad3;
}

.fc-price-toggle .arrow-down {
    bottom: 3px;
    border-top: 6px solid #c5cad3;
}


.fc-filter-sort-price.is-active.is-asc .fc-price-toggle .arrow-up {
    border-bottom-color: #ff6a00;
}


.fc-filter-sort-price.is-active.is-desc .fc-price-toggle .arrow-down {
    border-top-color: #ff6a00;
}

.fc-step-hidden {
    display: none !important;
}




.fc-load-more-wrap {
    text-align: center;
    margin: 30px 0;
}

.fc-load-more-btn{
    padding: 10px 32px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #ff6600;
    color: #ff6600;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: .2s;
}

.fc-load-more-btn:hover {
    background: #ff6600;
    color: #fff;
}


.fc-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    background: #22c55e1a;
    color: #16a34a;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 6px;
}


.fc-service-grid.fc-grid-loading {
    opacity: .3;
    pointer-events: none;
}


.fc-service-archive-wrap {
    max-width: 1200px;
    margin: 24px auto 40px;
    padding: 0 15px;
}


.fc-model-group.fc-hidden,
.fc-issue-group.fc-hidden {
    display: none;
}

.fc-filter-model.fc-hidden,
.fc-filter-issue.fc-hidden {
    display: none;
}
.hidden { display: none !important; }






.service-single-wrapper {
    max-width: 1200px;
    margin: 10px auto;
}


.service-single-top {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 32px;
    align-items: flex-start;
    background-image: linear-gradient(359deg, #fff4eb .31%, #fffbf8 21.43%, #fff 100.31%);
}


.service-single-left {
    display: flex;
    gap: 14px;
    flex-direction: row-reverse;
}

.service-gallery-thumbs {
    width: 90px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow-y: auto;
    max-height: 460px;
}


.service-gallery-main {
    flex: 1;
    background: #f7f7f7;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border: 1px solid #eee;
    height: 500px;
}

.service-gallery-main img {
    max-width: 100%;
    max-height: 420px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}


.service-thumb {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 4px;
    background: #fff;
    cursor: pointer;
    outline: none;
}

.service-thumb img {
    width: 100%;
    height: 60px;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

.service-thumb.is-active {
    border-color: #ff6b00;
    box-shadow: 0 0 0 1px rgba(255,107,0,0.3);
}



.service-single-right .service-title {
    font-size: 16px;
    margin: 0 0 8px;
    font-weight: bold;
}

.service-rating-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 13px;
}

.service-stars .star {
    font-size: 16px;
    color: #ddd;
}
.service-stars .star.filled {
    color: #ffb400;
}

.service-rating-text .score {
    font-weight: 600;
    margin-right: 4px;
}


.service-price-box {
    border-radius: 10px;
    border: 1px solid #ff6600;
    padding: 10px 14px;
    margin-bottom: 16px;
    background-image: linear-gradient(180deg, #fff4eb .31%, #fffbf8 21.43%, #fff 100.31%);
}

.service-discount-tag {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
}

.service-price-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    flex-direction: column;
    padding: 10px 0px;
}
.service-price-top .left {
    display: flex;
    gap: 10px;
    align-content: center;
    align-items: center;
}
.service-price-old {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.service-price-main {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.service-price-current {
    font-size: 22px;
    font-weight: 700;
    color: #ff6b00;
}

.service-price-percent {
    font-size: 13px;
    background: #ff6b00;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
}

.service-warranty-row {
    font-size: 16px;
    font-weight: bold;
}

.service-selected-option {
    font-size: 16px;
        font-weight: bold;
}
.service-warranty-row {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.service-warranty-row .fc-service-time,
.service-warranty-row .fc-service-warranty{
  margin:0;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:16px;
  color:#111;
}
.service-warranty-row .fc-service-warranty{
  margin:0;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:18px;
  color:#5ca898;
}

.service-warranty-row .fc-ico{
  width:16px;
  height:16px;
  display:block;
}






.service-options-wrap {
    margin-top: 16px;
}

.service-options-wrap h3 {
    font-size: 16px;
    margin: 0 0 8px;
    font-weight: bold;
}

.service-options-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 6px;
    gap: 5px;
}

.service-option-card {
    display: flex;
    align-items: center;
    gap: 2px;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 5px;
    cursor: pointer;
    background: #fff;
    min-width: 180px;
}

.service-option-card.is-active {
    border-color: #ff6b00;
    box-shadow: 0 0 0 1px rgba(255,107,0,0.25);
}

.service-option-thumb img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
    display: block;
}

.service-option-info {
    display: flex;
    flex-direction: column;
}

.service-option-label {
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
    text-align: right;
}

.service-option-price {
    font-size: 13px;
    color: #ff6b00;
    font-weight: bold;
    text-align: right;
}


.service-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 15px;
    gap: 5px;
}

.service-actions .btn {
    display: block;
    padding: 13px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    font-weight: bold;
        height: 50px;
}

.service-actions .btn-primary {
    background: #ff6b00;
    color: #fff;
    border: none;
}

.service-actions .btn-outline {
    border: 1px solid #ff6b00;
    color: #ff6b00;
    background: #fff;
}
.fc-phone-input-wrap {
    display: flex;
    height: 50px;
}

.service-content-area {
    margin-top: 40px;
}


@media (max-width: 991px) {
    .service-single-top {
        grid-template-columns: 1fr;
    }
    .service-single-wrapper {
        padding: 0 15px;
    }
}
@media (max-width: 575px) {
    .service-options-list {
        flex-direction: column;
    }
    .service-gallery-thumbs {
        max-height: none;
        flex-direction: row;
        width: auto;
    }
  
}




.service-review-area,
.service-qa-area {
    max-width: 100%;
    margin: 40px auto 0;
}
.service-review-header h2 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
.service-review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 16px;
    align-content: flex-end;
}
.service-review-header span {
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
}
.service-review-header .btn {
    color: #fff;
    background-color: #f07726;
    border-color: #f07726;
    height: 50px;
    width: 150px;
}
.service-review-topline {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
}

.service-review-topline .review-score {
    font-size: 26px;
    font-weight: bold;
    color: red;
}

.service-review-topline .review-stars .star,
.service-review-list .star {
    color: #ddd;
    font-size: 16px;
}
.service-review-topline .review-stars .star.filled,
.service-review-list .star.filled {
    color: #ffb400;
}

.service-review-list {
    border-top: 1px solid #eee;
    padding-top: 12px;
}

.service-review-item + .service-review-item {
    border-top: 1px solid #f1f1f1;
    margin-top: 12px;
    padding-top: 12px;
}

.service-review-item .review-author {
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 13px;
}

.service-review-item .review-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    margin-bottom: 6px;
}
.service-review-item .review-content p {
    margin: 0 0 4px;
     font-size: 15px;
}
.service-review-more-wrap .btn-outline {
    margin-top: 12px;
    border: none;
    background: none;
    padding: 0;
    color: #ff7a00;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    background-image: linear-gradient(359deg, #fff4eb .31%, #fffbf8 17.43%, #fff 151.31%);
    font-size: 16px;
}


.service-qa-form {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.service-qa-area span {
    font-size: 16px;
    font-weight: bold;
}
.service-qa-form input,
.service-qa-form textarea {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
}
.service-qa-form .fc-question-message {
    font-size: 13px;
    margin-left: 10px;
}

.service-qa-list .service-qa-item + .service-qa-item {
    border-top: 1px solid #f1f1f1;
    margin-top: 12px;
    padding-top: 12px;
}

.qa-question .qa-author {
    font-weight: 600;
    margin-bottom: 2px;
        font-size: 13px;
}
.qa-question .qa-date {
    font-size: 12px;
    color: #777;
    margin-bottom: 4px;
}
.qa-question .qa-content p {
     margin: 0 0 4px;
    font-size: 15px;
}
.service-qa-more-wrap .btn-outline {
    margin-top: 12px;
    border: none;
    background: none;
    padding: 0;
    color: #ff7a00;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    background-image: linear-gradient(359deg, #fff4eb .31%, #fffbf8 17.43%, #fff 151.31%);
    font-size: 16px;
}
.qa-answers {
    margin-top: 6px;
    padding-left: 16px;
    border-left: 2px solid #ff6b00;
}
.qa-answer-author {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 2px;
}
.qa-answer-content p {
    margin: 0 0 4px;
}


.fc-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}
.fc-modal.is-open {
    display: block;
}
.fc-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.4);
}
.fc-modal-dialog{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: min(600px, calc(100% - 32px));
  max-width: 600px;

  margin: 0; 
  background: #fff;
  border-radius: 10px;
  padding: 20px 22px 18px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .2);

  z-index: 9999;
}
.fc-modal-dialog h3 {
    font-size: 18px;
    font-weight: bold;
}
.fc-modal-dialog h3::after {
    content: "";
    background-image: linear-gradient(to right, #ff000000, #b8b7bd, #ff000000);
    height: 1px;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}
.box-guicauhoi {
    border-radius: 10px;
    padding: 10px 14px;
    margin-bottom: 16px;
    background-image: linear-gradient(180deg, #fff4eb .31%, #fffbf8 21.43%, #fff 100.31%);
    margin-top: 20px;
    padding: 20px 10px 0px 10px;
}
.box-guicauhoi .fc-form-actions .btn {
    background: #ff6b00;
    color: #fff;
    border: none;
    display: inline-block;
    width: 100%;
    height: 50px;
}
.box-diemdanhgia {
    border-radius: 10px;
    padding: 10px 14px;
    margin-bottom: 16px;
    background-image: linear-gradient(180deg, #fff4eb .31%, #fffbf8 21.43%, #fff 100.31%);
    margin-top: 20px;
    padding: 20px 10px 0px 10px;
}
.box-diemdanhgia .fc-form-actions .btn {
    background: #ff6b00;
    color: #fff;
    border: none;
    display: inline-block;
    width: 100%;
    height: 50px;
}
.fc-review-stars-select {
    text-align: center;
}
.fc-modal-danhgia h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: -10px;
}
.fc-modal-danhgia h3::after {
    content: "";
    background-image: linear-gradient(to right, #ff000000, #b8b7bd, #ff000000);
    height: 1px;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}
.fc-modal-close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: none;
    background: #c9c9c9;
    font-size: 30px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    color: red;
}
.fc-modal-service-title {
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
.fc-form-row {
    margin-bottom: 10px;
}
.fc-form-row label {
    display:block;
    font-weight:600;
    margin-bottom:4px;
    font-size: 13px;
}
.fc-form-row label span {
    color:#e00;
}
.fc-form-row input,
.fc-form-row textarea {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 8px 10px;
    font-size: 14px;
}
.fc-review-stars-select .star {
    font-size: 22px;
    color: #ddd;
    cursor: pointer;
}
.fc-review-stars-select .star.selected {
    color: #ffb400;
}
.fc-form-actions {
    display:flex;
    align-items:center;
    gap:0px;
}
.fc-review-message {
    font-size: 13px;
}


@media (max-width: 575px) {
   
    .fc-modal-dialog {
        width: calc(100% - 30px);
        margin: 20px auto;
    }
}


.is-hidden {
    display: none;
}


.service-qa-quick {
    padding: 20px 0px;
    display: flex;
    align-content: center;
}
.service-qa-quick .btn {
    color: #fff;
    background-color: #f07726;
    border-color: #f07726;
    height: 50px;
    width: 150px;
}
.service-qa-quick textarea {
    width: 100%;
    padding: 14px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 16px;
    margin-bottom: 0px;
    height: 50px;
}
.service-qa-quick .fc-question-message {
    font-size: 13px;
    margin-left: 8px;
}

.service-review-more-wrap,
.service-qa-more-wrap {
    margin-top: 10px;
}

.service-rating-under-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

.service-rating-under-title .service-stars .star {
    font-size: 18px;
    color: #ddd;
}

.service-rating-under-title .service-stars .star.filled {
    color: #ffb400;
}

.service-rating-under-title .service-rating-score {
    font-weight: 600;
}

.service-rating-under-title .service-rating-link {
    margin-left: 6px;
    font-size: 16px;
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

.service-rating-under-title .service-rating-link:hover {
    color: #ff6a00;
}
.rs-short-desc p {
    text-align: justify;
    color: #666;
}

.service-promo-box {
    border: 1px solid #63ac3b;
    background: #ffffff;
    padding: 10px 14px;
    border-radius: 6px;
    margin-top: 10px;
    font-size: 13px;
}
.service-promo-box h3 {
    margin:0 0 6px;
    font-weight:600;
    font-size:16px;
    color: #63ac3b;
}
.service-promo-list{
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-promo-list li{
  position: relative;
  padding-left: 22px;   
  margin: 6px 0;
  line-height: 1.4;
      margin-bottom: 4px;
    font-size: 13px;
    color: red;
  
}


.service-promo-list li::before {
    content: "";
    position: absolute;
    left: 0;
    color: red;
    width: 12px;
    height: 12px;
    background: url(../images/check.png) no-repeat left 0px center;
    background-size: 100%;
    padding-right: 10px;
    
}


.service-commit-box {
    margin-top: 20px;
    padding: 20px 0px;
    background: #fff;
    border-radius: 10px;
    background-image: linear-gradient(359deg, #fff4eb .31%, #fffbf8 21.43%, #fff 100.31%);
}
.service-commit-box::before{
       content: "";
    background-image: linear-gradient(to right, #ff000000, #b8b7bd, #ff000000);
    height: 1px;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}
.service-commit-title {
    font-size:16px;
    font-weight:700;
    margin:0 0 8px;
}
.service-commit-tags {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.service-commit-tag {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background: #fff5e6;
    border: 1px solid #ffd2a6;
    font-size: 13px;
    white-space: nowrap;
}


.popup-datlich-ct .fc-booking-dialog {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background: #fff;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -3px 25px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.popup-datlich-ct .fc-booking-time-group {
    border: 1px solid #cdcaca;
    border-radius: 5px;
    padding: 10px;
}

.popup-datlich-ct .title-cuahang {
    font-size: 16px;
    font-weight: bold;
}

.fc-booking-header h2 {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 600;
}

.fc-booking-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 13px;
    color: #666;
}

.fc-booking-main-name {
    font-weight: 500;
}

.fc-booking-option-pill {
    padding: 2px 10px;
    border-radius: 999px;
    background: #f2f5ff;
    color: #2563eb;
    font-size: 12px;
}


.fc-booking-body {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 1200px;
    margin: 0 auto;
}
.popup-datlich-ct .fc-modal-close {
    position: relative;
    top: 8px;
    right: 10px;
    border: none;
    background: #c9c9c9;
    font-size: 30px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    color: red;
}
.popup-datlich-ct .box-title {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
}


.popup-datlich-ct .box-line::after{
        content: "";
    background-image: linear-gradient(to right, #ff000000, #b8b7bd, #ff000000);
    height: 1px;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}
.popup-datlich-ct .box-cn-thongtin {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.popup-datlich-ct .fc-meta-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
}

.popup-datlich-ct .fc-booking-section {
    margin-bottom: 20px;
    width: 100%;
}
.popup-datlich-ct textarea {
    height: 123px;
}
.box-cn-thongtin-all {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.box-cn-thongtin-all textarea {
    height: 109px;
}


.fc-booking-left {
    flex: 1;
    min-width: 0;
}

.fc-booking-right {
    width: 320px;
    flex-shrink: 0;
}


.fc-booking-section {
    margin-bottom: 18px;
}

.fc-booking-section h3 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 600;
}

.fc-meta-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.fc-meta-flex > .fc-meta-row {
    flex: 1;
    min-width: 160px;
}

.fc-meta-row label {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 500;
}

.fc-meta-row input,
.fc-meta-row select,
.fc-booking-section textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    font-size: 14px;
}



.fc-booking-date-list {
    display: flex;
    gap: 8px;
    overflow-x: auto;     
    padding-bottom: 4px;
    scroll-behavior: smooth;
}
.fc-booking-date-list::-webkit-scrollbar {
    height: 4px;
}
.fc-booking-date-list::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}
.fc-booking-date-item {
    flex: 0 0 auto;       
}


.fc-booking-date-item {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 10px;
    padding: 6px 10px;
    min-width: 56px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.2;
}

.fc-booking-date-item .dow {
    display: block;
    color: #64748b;
    margin-bottom: 2px;
}

.fc-booking-date-item .day {
    display: block;
    font-weight: 600;
    color: #0f172a;
}

.fc-booking-date-item.is-active {
    background: #ff6b00;
    border-color: #ff6b00;
    color: #fff;
    height: 60px;
    border-radius: 5px;
}



.fc-booking-date-item.is-active .dow,
.fc-booking-date-item.is-active .day {
    color: #fff;
}



.fc-booking-time-group {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.fc-booking-time-col {
    flex: 1;
    min-width: 150px;
}

.fc-booking-time-label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 6px;
}

.fc-booking-time-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.fc-booking-time-item {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    cursor: pointer;
    font-size: 12px;
}

.fc-booking-time-item.is-active {
    background: #f07726;
    border-color: #f07726;
    color: #fff;
}
.fc-booking-submit-proxy {
    color: #fff;
    background-color: #f07726;
    border-color: #f07726;
    height: 50px;
}


.fc-booking-branch-row {
    margin-bottom: 10px;
}

.fc-booking-branch-list-wrapper {
    display: flex;
    gap: 14px;
    align-items: stretch;
}

.fc-booking-branch-list {
    flex: 1.2;
    max-height: 210px;
    overflow-y: auto;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 6px 0;
}

.fc-branch-item {
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #f1f5f9;
    cursor: pointer;
    font-size: 13px;
}

.fc-branch-item:last-child {
    border-bottom: none;
}

.fc-branch-item input {
    display: none;
}

.fc-branch-title {
    display: block;
    font-weight: 500;
    margin-bottom: 2px;
}

.fc-branch-note {
    display: block;
    font-size: 12px;
    color: #64748b;
}

.fc-branch-item.is-active {
    background: #eff6ff;
}


.fc-booking-map-demo {
    flex: 1;
    border-radius: 10px;
    border: 1px dashed #cbd5e1;
    background: #f8fafc;
    font-size: 13px;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    text-align: center;
}



.fc-booking-summary-card {
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    padding: 16px 16px 18px;
    box-shadow: 0 8px 20px rgba(15,23,42,0.06);
    font-size: 13px;
}

.fc-booking-summary-top {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}

.fc-booking-summary-top .summary-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
}

.fc-booking-summary-top .summary-text {
    flex: 1;
}

.fc-booking-summary-top .summary-main-name {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
}

.fc-booking-summary-top .summary-option-name {
    font-size: 12px;
    color: #64748b;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.summary-row span,
.summary-row strong {
    font-size: 13px;
}

.summary-row .old {
    text-decoration: line-through;
    color: #94a3b8;
}

.summary-row.summary-total {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid #e2e8f0;
}

.fc-booking-summary-card .btn.btn-primary,
.fc-booking-summary-card .btn {
    width: 100%;
    margin-top: 10px;
}

.summary-note-small {
    margin: 6px 0 0;
    font-size: 11px;
    color: #64748b;
}




.fc-form-actions .fc-booking-message {
    font-size: 13px;
    color: #16a34a;
}


@media (max-width: 991px) {
    .fc-booking-body {
        flex-direction: column-reverse;
    }
    .fc-booking-right {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .fc-booking-dialog {
        padding: 18px 14px 20px;
        margin: 20px auto;
    }
    .fc-booking-summary-card {
        position: static;
    }
}


.fc-booking-branch-top {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.fc-select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #dde1ea;
    font-size: 14px;
}

.fc-booking-branch-body {
    display: flex;
    gap: 10px;
}

.fc-branch-list-wrap {
    max-height: 220px;
    border: 1px solid #eef0f4;
    border-radius: 8px;
    overflow-y: auto;
    width: 40%;
}
.fc-branch-map-placeholder iframe {
    width: 100%;
}
.fc-branch-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fc-branch-item {
    padding: 10px 12px;
    cursor: pointer;
    border-bottom: 1px solid #f1f3f7;
}

.fc-branch-item:last-child {
    border-bottom: none;
}

.fc-branch-item.is-active {
    background: #f0f5ff;
    border-left: 3px solid #2563eb;
}

.fc-branch-item strong {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}

.fc-branch-address,
.fc-branch-phone {
    display: block;
    font-size: 12px;
    color: #6b7280;
}

.fc-branch-map-placeholder {
    border: 1px dashed #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    font-size: 13px;
    color: #9ca3af;
    text-align: center;
    width: 60%;
}


.fc-phone-consult {
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    max-width: 100%;
    justify-content: flex-end;
}
.fc-phone-consult input[type="tel"] {
    width: 100%;
    border: 1px solid #f077264a;
    border-radius: 0px;
}
.fc-phone-consult .fc-phone-input {
    border: 0;
    padding: 10px 14px;
    flex: 1;
    font-size: 14px;
    outline: none;
}

.fc-phone-consult .fc-phone-submit {
    border: 0;
    background: #ff7a00;
    padding: 0 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
        font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.fc-phone-consult .dashicons {
    font-size: 18px;
    line-height: 1;
    color: #fff;
}

.fc-phone-consult-message {
    margin-top: 6px;
    font-size: 13px;
    color: #0073aa;
}

#fc-phone-consult-message {
    display: none;
}


.fc-advice-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.fc-advice-modal.is-open {
    display: flex;
}
.fc-advice-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.4);
}
.fc-advice-modal-box {
    position: relative;
    max-width: 520px;
    width: 90%;
    background: #fff;
    border-radius: 8px;
    padding: 24px 32px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    text-align: center;
    z-index: 1;
}
.fc-advice-modal-box p {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.5;
}
.fc-advice-modal-ok {
    min-width: 120px;
    padding: 8px 20px;
    border-radius: 999px;
    border: none;
    background: #ff7a1a;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.fc-advice-modal-ok:hover {
    opacity: .9;
}

.fc-service-content-body p {
    text-align: justify;
    font-size: 16px;
    line-height: 32px;
}


.fc-service-content-wrap {
    margin-top: 20px;
}

.fc-service-content-header {
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    margin-bottom: 16px;
    color: #000;
    font-weight: bold;
}
.fc-service-content-icon {
    left: 24px;
}

.fc-service-content-body {
    font-size: 15px;
    line-height: 1.7;
}

.fc-service-content-toggle {
    margin-top: 12px;
    border: none;
    background: none;
    padding: 0;
    color: #ff7a00;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    background-image: linear-gradient(359deg, #fff4eb .31%, #fffbf8 17.43%, #fff 151.31%);
        font-size: 16px;
}
.fc-service-content-toggle:hover {
    text-decoration: underline;
}




.fc-related-services { margin-top: 40px; }
.fc-related-title { font-size: 16px; font-weight: 700; margin-bottom: 16px; }

.fc-related-slider { position: relative; }

.fc-related-viewport{
  overflow: hidden;
  padding: 0; 
}

.fc-related-track{
  display: flex;
  transition: transform 0.35s ease;
  padding-bottom: 20px;

  gap: 0;

  margin: 0 -5px;
}

.fc-related-slide{
  flex: 0 0 25%;
  max-width: 25%;
  box-sizing: border-box;

  padding: 0 5px 16px;

  display: flex;
}
a.fc-related-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 32px;
    border-radius: 999px;
    border: 1px solid #f97316;
    background-color: #fff;
    color: #f97316;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.15s ease;
}
.fc-related-more {
    text-align: center;
}

@media (max-width: 991px){
  .fc-related-slide{ flex: 0 0 50%; max-width: 50%; }
}
@media (max-width: 575px){
  .fc-related-slide{ flex: 0 0 100%; max-width: 100%; }
}


.fc-related-card{
  width: 100%;
  background: #fff;
  border: 1px solid #e8ebf2;    
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,.04);
    height: 350px;
  display: flex;
  flex-direction: column;
}


.fc-related-thumb{
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;         
  background: #f3f5f9;
  overflow: hidden;
height: 200px;
}

.fc-related-thumb img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.fc-related-badge{
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #ff4d4f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.fc-related-body{
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}


.fc-related-name{
  font-size: 15px;
  font-weight: 600;
  margin: 0;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fc-related-name a{ color:#222; text-decoration:none; }

.fc-related-price-wrap{
  display: flex;
  gap: 6px;
  align-items: baseline;
}
.fc-related-name a {
    color: #222;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    height: 50px;
}

.fc-related-price-old{
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
}

.fc-related-price-new{
  font-size: 15px;
  color: #ff4d4f;
  font-weight: 700;
}

.fc-related-meta{
  font-size: 13px;
  color: #555;
  display: flex;
  gap: 8px;
}

.fc-related-rating{ color:#ff9f1c; font-weight: 600; }

.fc-related-link{
  font-size: 13px;
  color: #ff6a00;
  text-decoration: none;
  margin-top: auto; 
}

.fc-related-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px;
}

.fc-related-nav-top{
  display:flex !important;
  gap:8px;
}
.fc-related-services .fc-related-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
}


.fc-related-nav-top .fc-related-nav{
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;

  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #dfe3ee;
  background: #fff;
  color: #111;
  box-shadow: 0 2px 8px rgba(0,0,0,.10);
  cursor: pointer;
  font-size: 18px;
  display:flex !important;
  align-items:center;
  justify-content:center;
}


.fc-related-nav-top .fc-related-nav[disabled],
.fc-related-nav-top .fc-related-nav:disabled{
  opacity: .35;
  cursor: not-allowed;
  pointer-events: none;
  display:flex !important;
}




.fc-related-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fc-related-prev{ left: -10px; }
.fc-related-next{ right: -10px; }

@media (max-width: 575px){
  .fc-related-prev{ left: 0; }
  .fc-related-next{ right: 0; }
}

.fc-service-promo-target {
  font-weight: 500;
  color: #fff;
  margin-bottom: 6px;
  background: #4baf2b;
  font-size: 13px;
  padding: 2px 10px;
  border-radius: 5px;
  display: inline-block;
}
.fc-service-time { margin-bottom: 6px; }



.language-switcher {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px; 
}


.language-switcher > li {
    display: none;
}


.language-switcher > li.current-lang {
    display: block;
    z-index: 2;
}


.language-switcher:hover > li {
    display: block;
}


.language-switcher > li > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid #ff7300;
    background-color: #ffffff;
    color: #0056a4;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    white-space: nowrap;
}


.language-switcher .lang-flag-icon {
    width: 18px;
    height: 12px;
    object-fit: cover;
}


.language-switcher > li:not(.current-lang) > a:hover {
    background-color: #ff7300;
    color: #ffffff;
}




.language-switcher {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 50;
}

.language-switcher > li {
    list-style: none;
    margin: 0;
}


.language-switcher > li:not(.current-lang) {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;        
    margin-top: 6px;
    display: none;
}

.language-switcher > li:nth-child(3) {
    transform: translateY(48px);
}


.language-switcher.is-open > li:not(.current-lang) {
    display: block;
}


.language-switcher > li.current-lang {
    position: relative;
    z-index: 60;
}


.header-search {
    position: relative;
}

.header-search-dropdown {
    position: absolute;
    left: 0;
    top: calc(100% + 6px);
    width: 100%;
    max-height: 460px;
    overflow-y: auto;
    background-color: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    padding: 16px 18px 18px;
    z-index: 90;
    display: none;
}

.header-search-dropdown.is-open {
    display: block;
}

.hs-inner {
    font-size: 14px;
    color: #222;
}

.hs-section {
    margin-top: 16px;
}

.hs-section:first-of-type {
    margin-top: 8px;
}

.hs-section-title {
    font-weight: 600;
    margin-bottom: 10px;
}


.hs-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hs-tag {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    background-color: #f3f5f7;
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

.hs-tag:hover {
    background-color: #e2e6ea;
    color: #111;
}


.hs-promo-line {
    margin-bottom: 8px;
    font-size: 13px;
}

.hs-promo-line .badge-green {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    background-color: #34a853;
    color: #fff;
    font-size: 11px;
    margin-right: 6px;
}

.hs-promo-text {
    color: #333;
}


.hs-results-wrap {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
        font-size: 12px;
}

.hs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hs-item + .hs-item {
    margin-top: 6px;
}

.hs-link {
    text-decoration: none;
    color: #333;
    font-size: 13px;
    line-height: 1.4;
}

.hs-link:hover {
    color: #f37021;
}

.hs-empty {
    font-size: 13px;
    color: #777;
}


@media (max-width: 991.98px) {
    .hs-results-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .hs-results-wrap {
        grid-template-columns: 1fr;
    }
}
.header-search .search-container {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 999px;
    padding: 0 14px;
    min-width: 340px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}


.header-search .search-clear {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    color: #999999;
    padding: 0;
    margin-left: 4px;
    display: none; 
}
.header-search .search-clear:hover {
    color: #666666;
}

.fc-search-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.fc-search-item {
    background: #fff;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: transform .15s ease, box-shadow .15s ease;
}

.fc-search-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.fc-search-item--fade {
    opacity: 0;
    transform: translateY(10px);
}
.fc-search-item--fade.fc-search-item {
    opacity: 1;
    transform: translateY(0);
}

.fc-search-more-wrap {
    text-align: center;
    margin-top: 20px;
}

.fc-search-load-more {
    padding: 10px 26px;
    border-radius: 999px;
    border: none;
    background-color: #f37021;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.fc-search-load-more.is-loading {
    opacity: .7;
    cursor: default;
}

.fc-filter-sort-price .fc-price-icons {
    display: inline-flex;
    flex-direction: column;
    margin-left: 4px;
    font-size: 8px;
    line-height: 1;
}

.fc-filter-sort-price .fc-price-up::before {
    content: "▲";
    display: block;
}

.fc-filter-sort-price .fc-price-down::before {
    content: "▼";
    display: block;
}


.fc-filter-sort-price.is-asc .fc-price-up::before {
    color: #e74c3c;
}

.fc-filter-sort-price.is-desc .fc-price-down::before {
    color: #e74c3c;
}

.fc-booking-service-results {
    margin-top: 8px;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
}

.fc-service-item {
    display: flex;
    gap: 10px;
    padding: 8px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.fc-service-item:hover { background: #f8f8f8; }
.fc-service-item img { width: 50px; height: 50px; object-fit: cover; border-radius: 4px; }
.fc-service-item .price { color: #d00; font-weight: 600; }

.shopdev-cart-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shopdev-cart-icon i {
    font-size: 15px;
    color: #333;
}

.shopdev-cart-icon .cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background-color: #e53935;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 2px 6px;
    border-radius: 50%;
    min-width: 18px;
    text-align: center;
}
.cart-count.updating {
    transform: scale(1.3);
    transition: transform 0.25s ease;
}

.cart-count {
    transition: transform 0.25s ease;
}


.header-category {
    position: relative;
}

.fc-mega-menu {
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    width: 1000px;
    max-width: min(1000px, 100vw - 40px);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.14);
    padding: 0;
    display: none;
    z-index: 1000;
}


.header-category.is-open .fc-mega-menu,
.fc-mega-menu.is-open {
    display: block;
}



.fc-mega-left {
    width: 240px;
    background: #fff;
    border-right: 1px solid #f1f1f1;
    padding: 16px 0 16px 16px;
    box-sizing: border-box;
}

.fc-mega-left-heading {
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
        display: none;
}

.fc-mega-left-list {
    list-style: none;
    margin: 0;
    padding: 0 8px 0 0;
}

.fc-mega-left-item {
    margin-bottom: 4px;
}



.fc-mega-left-item .fc-mega-left-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.fc-mega-left-item.is-active a,
.fc-mega-left-item a:hover {
    background: #fff7f1;
    border-color: #ff7d2a;
    color: #ff7d2a;
}




.fc-mega-panel {
    display: none;
}

.fc-mega-panel.is-active {
    display: block;
}

.fc-mega-panel-inner {
    display: flex;
    gap: 24px;
}


.fc-mega-main {
    flex: 1;
}


.fc-mega-row-group1 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.fc-mega-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    padding: 5px 5px;
    background: #f7f7f7;
    border-radius: 12px;
    text-decoration: none;
    color: #333;
    transition: background .15s ease, transform .15s ease;
}

.fc-mega-brand-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.fc-mega-brand-label {
    font-size: 13px;
}

.fc-mega-brand:hover {
    background: #ffeede;
    transform: translateY(-1px);
}

.fc-mega-group-2 {
    margin-top: 18px;
}


.fc-mega-row-group2 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)); 
    column-gap: 40px;   
    row-gap: 20px;    
    margin-top: 6px;
}


.fc-mega-col {
    min-width: 0;
}


.fc-mega-col-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
        color: #000;
}


.fc-mega-col-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fc-mega-col-list li {
    margin-bottom: 4px;
}

.fc-mega-col-list a {
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

.fc-mega-col-list a:hover {
    color: #ff7b21;
}


@media (max-width: 768px) {
    .fc-mega-row-group2 {
        grid-template-columns: 1fr;
    }
}




.fc-mega-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    padding: 8px 16px;
    border: 1px solid #ff7d2a;
    background: #ff7d2a;
    color: #fff;
    cursor: pointer;
}

.fc-mega-label {
    font-size: 14px;
}


.header-category.is-open .fc-mega-toggle {
    background: #fff;
    color: #ff7d2a;
}



.header-category .fc-mega-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 0 18px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #ff6a00;
    background: #ffffff;
    color: #ff6a00;
    font-weight: 600;
    cursor: pointer;
}

.header-category .fc-mega-menu {
    max-height: none;
}


.header-category .fc-mega-panels {
    max-height: calc(100vh - 140px); 
    overflow-y: auto;
}


.header-category .fc-mega-panel,
.header-category .fc-mega-panel-inner,
.header-category .fc-mega-right {
    max-height: none !important;
    overflow-y: visible !important;
}



.header-category {
    position: relative;
}


.fc-mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
    pointer-events: none;
}


.header-category.is-open .fc-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}


.fc-mega-wrapper {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 18px 35px rgba(0,0,0,0.12);
    overflow: hidden;
    min-width: 950px;      
    max-width: 1200px;
    min-height: 450px;
    max-height: 450px;
}



.fc-mega-left {
    width: 260px;
    padding: 16px 0;
    border-right: 1px solid #f0f0f0;
    background: #fff;
}

.fc-mega-left-heading {
    font-size: 18px;
    font-weight: 600;
    padding: 0 20px 10px;
}

.fc-mega-left-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fc-mega-left-item {
    margin: 0;
}

.fc-mega-left-item > a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    border-radius: 999px;
    margin: 3px 12px;
    transition: all 0.15s ease;
}

.fc-mega-left-item .fc-mega-left-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}


.fc-mega-left-item.is-active > a {
    background: #fff7f0;
    border: 1px solid #ff7b21;
    color: #ff7b21;
    width: 240px;
    border-radius: 10px;
}


.fc-mega-panels {
    flex: 1 1 auto;
    position: relative;
    background: #fff;
        padding: 10px;
    box-sizing: border-box;
}


.fc-mega-panel {
    display: none;
}
.fc-mega-panel.is-active {
    display: block;
}

.fc-mega-panel-inner {
    display: flex;
    align-items: stretch;
    max-height: 520px;         
    overflow-y: auto;
}


.fc-mega-main {
    flex: 1 1 auto;
    padding: 18px 24px 20px;
}



.fc-mega-right {
    width: 290px;
    border-left: 1px solid #f0f0f0;
    background: #f7f8fa;
    padding: 18px 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    display: none;
}

.fc-mega-right-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

.fc-mega-right-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
span.fc-mega-brand-label {
    display: none;
}

.fc-mega-right-item {
    display: block;
    padding: 10px 12px;
    background: #fff;
    border-radius: 8px;
    border-left: 3px solid #ff7b21;
    text-decoration: none;
    color: #333;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    font-size: 13px;
}

.fc-mega-right-item:hover {
    background: #fff7f0;
}



@media (max-width: 1024px) {
    .fc-mega-wrapper {
        min-width: 0;
        width: 100vw;
        border-radius: 0;
    }
}
.fc-mega-group-title {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding-bottom: 20px;
}
.fc-mega-group-title::after {
    content: "";
    background-image: linear-gradient(to right, #ff000000, #b8b7bd, #ff000000);
    height: 1px;
  
    display: flex;
    position: relative;
}



.footer-fastcare {
    background-image: linear-gradient(180deg, #f17d2c -11.69%, #f17d2c -29.57%, #fff 100.31%);
    border-top: 1px solid #eee;
    padding: 34px 0 26px;
    color: #222;
    font-size: 14px;
    margin-top: 40px;
}
.footer-fastcare .container{
  max-width:1200px;
  margin:0 auto;
  padding:0 15px;
}

.footer-fastcare__top{
  display:flex;
  gap:46px;
  align-items:flex-start;
}
.footer-fastcare__col{ flex:1; min-width:0; }
.footer-fastcare__col--hotline{ flex:1.25; }
.footer-fastcare__col--social{ flex:1.1; }

.footer-fastcare__logo img {
    max-width: 100%;
    height: 70px;
    display: block;
    margin-bottom: 12px;
}

.footer-fastcare__title{
  font-weight:700;
  text-transform:uppercase;
  font-size:14px;
  margin:0 0 14px;
  letter-spacing:.2px;
      font-size: 13px;
    font-weight: bold;
}
.footer-fastcare__hotline-item span {
          font-size: 13px;
    font-weight: bold;
}

.footer-fastcare__hotline-list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.footer-fastcare__hotline-item{
  display:flex;
  gap:10px;
  align-items:flex-start;
  line-height:1.5;
}
.footer-fastcare__icon{
  width:18px;
  height:18px;
  object-fit:contain;
  margin-top:2px;
  flex:0 0 18px;
}
.footer-fastcare__hotline-item a{
  color:#222;
  text-decoration:none;
      font-size: 13px;
    font-weight: bold;
}
.footer-fastcare__hotline-item a:hover{ color:#ff6a00; }
.footer-fastcare__accent{ color:#ff6a00; font-weight:700; }

.footer-fastcare__cta{ margin-top:14px; }
.footer-fastcare__btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border:1px solid #ff6a00;
  border-radius:10px;
  color:#ff6a00;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
      font-size: 13px;
    font-weight: bold;
}
.footer-fastcare__btn img{
  width:18px; height:18px; object-fit:contain;
}

.footer-fastcare__menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.footer-fastcare__menu a{
  color:#222;
  text-decoration:none;
      font-size: 13px;

}
.footer-fastcare__menu a:hover{ color:#ff6a00; }

.footer-fastcare__social{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:2px;
}
.footer-fastcare__social-link{
  width:36px;
  height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#f5f5f5;
      font-size: 13px;
    font-weight: bold;
}
.footer-fastcare__social-img{
  width:22px;
  height:22px;
  object-fit:contain;
  display:block;
}

.footer-fastcare__badges{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:16px;
}
.footer-fastcare__badge img{
  height:26px;
  width:auto;
  object-fit:contain;
  display:block;
}

.footer-fastcare__divider{
  height:1px;
  background:#eee;
  margin:22px 0 18px;
}

.footer-fastcare__bottom {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    text-align: center;
}
.footer-fastcare__bottom p{ margin:0 0 6px; }


@media (max-width: 991px){
  .footer-fastcare__top{ flex-wrap:wrap; gap:26px; }
  .footer-fastcare__col--hotline,
  .footer-fastcare__col--social{ flex:1 1 100%; }
  .footer-fastcare__col{ flex:1 1 calc(50% - 26px); }
}
@media (max-width: 575px){
  .footer-fastcare__col{ flex:1 1 100%; }
}


.fc-chatbot-float{
  position: fixed;
  right: 18px;
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.fc-chatbot-float__apps{
  display:flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.fc-chatbot-float__circle{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
}

.fc-chatbot-float__circle img{
  width: 34px;
  height: 34px;
  object-fit: contain;
  display:block;
}

.fc-chatbot-float__hotline{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(180deg,#ff8a3a,#ff6a00);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(255,106,0,.28);
  min-width: 150px;
}

.fc-chatbot-float__hot-ico{
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(255,255,255,.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow:hidden;
}
.fc-chatbot-float__hot-ico img{
  width: 18px;
  height: 18px;
  object-fit: contain;
  display:block;
}

.fc-chatbot-float__hot-text{
  display:flex;
  flex-direction: column;
  line-height: 1.05;
}
.fc-chatbot-float__hot-text small{
  font-size: 11px;
  opacity: .92;
}
.fc-chatbot-float__hot-text strong{
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .2px;
}



.fc-chatbot-float{
  position: fixed;
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 99999;

  left: 50%;
  right: auto;
  transform: translateX(calc(600px - 18px)); 
}


@media (max-width: 1240px){
  .fc-chatbot-float{
    left: auto;
    transform: none;
    right: 18px;
  }
}



@media (max-width: 767.98px){


  .bottom-header-pc{
    background:#f36b21;
    padding:10px 0 12px;
  }


  .bottom-header-pc .header-main-bar{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:0px;
            height: auto;
  }

  .bottom-header-pc .header-logo{
    order:2;
    flex:1 1 auto;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0;
  }
  .bottom-header-pc .header-logo img{
    max-height:34px;
    width:auto;
  }

  .bottom-header-pc .header-category{
    order:1;
    flex:0 0 auto;
  }

  .bottom-header-pc .header-cart-icon{
    order:3;
    flex:0 0 auto;
    margin-left:auto;
    color:#fff;
            width: 30px;
        height: 30px;
  }
  .bottom-header-pc .header-cart-icon i{ font-size:20px; }
  .bottom-header-pc .header-cart-icon .cart-count{
    background:#fff;
    color:#f36b21;
    font-weight:700;
  }

  .bottom-header-pc .header-quick-actions,
  .bottom-header-pc .header-language{
    display:none !important;
  }


    .bottom-header-pc .header-category .fc-mega-toggle {
        width: 40px;
        height: 40px;
        padding: 0;
        background: transparent;
        border: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #fff;
    }
  .bottom-header-pc .header-category .fc-mega-label,
  .bottom-header-pc .header-category .fc-icon-right{
    display:none !important;
  }
  .bottom-header-pc .header-category .fc-icon-left{
    font-size:22px;
  }


  .bottom-header-pc .header-search{
    order:4;
    flex:0 0 100%;
    margin-top:2px;
  }
  .bottom-header-pc .header-search .search-container{
        background: #fff;
        border-radius: 5px;
        padding: 8px 12px;
        display: flex;
        align-items: center;
        gap: 10px;
        height: 40px;
  }
  .bottom-header-pc .header-search .search-input{
    border:0 !important;
    outline:0 !important;
    height:40px;
    padding:0;
    width:100%;
    background:transparent;
  }
  .bottom-header-pc .header-search .search-submit{
    border:0;
    background:transparent;
    padding:0;
  }


  .km-mega-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    opacity:0;
    pointer-events:none;
    transition:opacity .2s ease;
    z-index:9998;
  }


  .header-category .fc-mega-menu{
    position:fixed !important;
    inset:0 !important;
    width:100%;
    height:100%;
    background:#fff;
    z-index:9999;
    transform:translateX(-100%);
    transition:transform .25s ease;
    display:block !important;
  }

  body.km-mega-open{
    overflow:hidden;
  }
  body.km-mega-open .km-mega-overlay{
    opacity:1;
    pointer-events:auto;
  }
  body.km-mega-open .header-category .fc-mega-menu{
    transform:translateX(0);
  }


  .fc-mega-mobile-top{
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 12px;
    background:#f36b21;
  }
  .fc-mega-mobile-search{
    flex:1;
    display:flex;
    align-items:center;
    gap:10px;
    background:#fff;
    border-radius:12px;
    padding:8px 12px;
    margin:0;
  }
  .fc-mega-mobile-search input{
    width:100%;
    border:0;
    outline:0;
    background:transparent;
  }
  .fc-mega-mobile-close{
    width:36px;
    height:36px;
    border:0;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .fc-mega-menu-inner{
    height:calc(100vh - 60px);
    overflow:auto;
    -webkit-overflow-scrolling:touch;
  }


  .header-commit-bar,
  .header-promo-bar{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    z-index:1 !important;
  }

.fc-mega-left {
    width: 100px;
}
    .fc-mega-left-item > a {
        padding: 5px;
        font-size: 12px;
        color: #333;
        text-decoration: none;
        border-radius: 5px;
        margin: 5px;
        transition: all 0.15s ease;
        flex-direction: column;
        text-align: center;
        width: 80px;
    }
    .fc-mega-left-item.is-active > a {
        width: auto;
        margin: 5px;
        padding: 5px;
        text-align: center;
        line-height: 15px;
        font-size: 12px;
    }

    .fc-mega-wrapper {
        min-width: 0;
        width: 100vw;
        border-radius: 0;
        height: calc(100vh - 60px);
        min-height: calc(100vh - 60px);
    }
    .fc-mega-main {
    flex: 1 1 auto;
    padding: 0px;
}

 #fc-mega-menu .fc-mega-mobile-close{
    position: relative;
    z-index: 999999 !important;
    pointer-events: auto !important;
  }





.css-trangchu .box-banners {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.css-trangchu .banner-left {
    width: 100%;
}
.css-trangchu .banner-right {
    width: 100%;
}
.css-trangchu .banner-right-item {
    display: flex;
    gap: 10px;
    flex-direction: row;
}
.css-trangchu .banner-right-item .left {
    width: 50%;
            max-width: 50%;
                    height: 90px;
}
.css-trangchu .banner-right-item .right {
    width: 50%;
            max-width: 50%;
                    height: 90px;
}
.header-category {
    margin-left: 2px;
}

    .block-ss2 .img-icon-dongmay .box-icon {
        flex: 0 0 calc(50% - 12px);
        max-width: calc(100% - 0px);
        padding: 10px 14px;
    }

.fc-mega-panel-inner {

    max-height: 80%;

}
.footer-fastcare {
  
    padding: 10px 0 10px;

}



}









@media (max-width: 767px) {
  .block-ss2 .img-icon-dongmay.km-brand-carousel {
    display: block;
  }

  .block-ss2 .img-icon-dongmay.km-brand-carousel .km-brand-track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 10px;
    padding: 0px;
    scrollbar-width: none; 
  }
  .block-ss2 .img-icon-dongmay.km-brand-carousel .km-brand-track::-webkit-scrollbar {
    display: none; 
  }


  .block-ss2 .img-icon-dongmay.km-brand-carousel .km-brand-slide {
    flex: 0 0 92%;
    max-width: 92%;
    scroll-snap-align: start;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }


  .block-ss2 .img-icon-dongmay.km-brand-carousel .box-icon a {
    padding: 10px 12px;
    border-radius: 12px;
  }
  .block-ss2 .img-icon-dongmay.km-brand-carousel .img-thumnail {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex: 0 0 auto;
  }
  .block-ss2 .img-icon-dongmay.km-brand-carousel .brand-name {
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }


  .block-ss2 .img-icon-dongmay.km-brand-carousel .km-brand-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 6px;
  }
  .block-ss2 .img-icon-dongmay.km-brand-carousel .km-brand-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    border: 0;
    padding: 0;
    background: #cfcfcf;
    cursor: pointer;
  }
  .block-ss2 .img-icon-dongmay.km-brand-carousel .km-brand-dot.is-active {
    width: 18px;
    background: var(--primary, #f36b21);
  }
}



@media (max-width: 767px) {

  .header-commit-bar .container,
  .header-promo-bar .container{
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 10px;
  }

  .header-commit-bar .commit-label,
  .header-promo-bar .promo-label{
    flex: 0 0 auto;
    white-space: nowrap;
  }


  .header-commit-bar .commit-slider,
  .header-promo-bar .promo-slider{
    flex: 1 1 auto;
    min-width: 0; 
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 10px;
    padding: 2px 10px 8px;
    scrollbar-width: none; 
  }
  .header-commit-bar .commit-slider::-webkit-scrollbar,
  .header-promo-bar .promo-slider::-webkit-scrollbar{
    display:none;
  }


  .header-commit-bar .commit-item,
  .header-promo-bar .promo-item{
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    scroll-snap-align: start;

    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.08);
    background: #fff;
  }

  .header-commit-bar .commit-icon img,
  .header-promo-bar .promo-icon img{
    width: 14px;
    height: 14px;
    object-fit: contain;
    display:block;
  }

  .header-commit-bar .commit-text,
  .header-promo-bar .promo-text{
    font-size: 12px;
    line-height: 1.2;
  }


  .km-bar-dots{
    display:flex;
    justify-content:center;
    gap:6px;
    margin: 2px 0 0;
    display: none;
  }
  .km-bar-dot{
    width:6px;height:6px;border-radius:999px;border:0;padding:0;
    background:#cfcfcf;
  }
  .km-bar-dot.is-active{
    width:18px;
    background: var(--primary, #f36b21);
  }
}

@media (max-width: 767px) {
  .header-commit-bar .commit-slider{
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;

    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: 100% !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    padding: 2px 10px 8px !important;
    gap: 10px !important;
  }
  .header-commit-bar .commit-slider::-webkit-scrollbar{ display:none !important; }

  .header-commit-bar .commit-item{
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 !important;

    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    white-space: nowrap !important;
    scroll-snap-align: start !important;

    padding: 6px 10px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(0,0,0,.08) !important;
    background: #fff !important;
  }

  .header-commit-bar .commit-text{ white-space: nowrap !important; }
}



@media (max-width: 767px){


  .block-ss3 .home-service-head{
    display:block !important;
    margin-bottom: 10px;
  }
  .block-ss3 .home-service-head .head-left{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom: 8px;
  }
  .block-ss3 .home-service-head .title-black-b{
    margin:0 !important;
    font-size:18px;
    line-height:1.2;
  }
  .block-ss3 .home-service-head .head-note{
    white-space:nowrap;
    font-size:12px;
  }
  .block-ss3 .home-service-head .head-tabs{
    width:100% !important;
  }


  .block-ss3 .home-service-body{
    display:block !important;
  }
  .block-ss3 .home-service-body .body-left,
  .block-ss3 .home-service-body .body-right{
    width:100% !important;
  }

  .block-ss3 .home-service-banner{
    margin: 8px 0 50px;
  }
  .block-ss3 .home-service-banner img{
    width:100%;
    height:auto;
    display:block;
    border-radius:14px;
  }


  .block-ss3 .home-service-banner .banner-wap{ display:block; }
  .block-ss3 .home-service-banner .banner-desktop{ display:none; }
  .head-tabs.owl-carousel {
    padding-right: 0px;
}
.block-ss3 .home-service-more {
    margin-left: 0px;
}
.block-ss3 .home-service-slider .owl-nav {
    top: -40px;
}

}

@media (max-width: 767px){

  .block-ss5 .list-uu-dai{

    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;

    scroll-snap-type: x mandatory !important;
    gap: 12px !important;


    margin-left: 0 !important;
    margin-right: 0 !important;

    padding: 0 10px 10px !important;
    scrollbar-width: none; 
  }
  .block-ss5 .list-uu-dai::-webkit-scrollbar{ display:none; }


  .block-ss5 .list-uu-dai > [class*="col-"]{
    flex: 0 0 92% !important;
    max-width: 92% !important;
    scroll-snap-align: start !important;


    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
  }

  .block-ss5 .uu-dai-item{
    display:block;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
  }
  .block-ss5 .uu-dai-item img{
    display:block;
    width:100%;
    height:100%;
  }


  .block-ss5 .km-ss5-dots{
    display:flex;
    justify-content:center;
    gap:6px;
    margin-top: 6px;
  }
  .block-ss5 .km-ss5-dot{
    width:6px;height:6px;border-radius:999px;border:0;padding:0;
    background:#cfcfcf;
  }
  .block-ss5 .km-ss5-dot.is-active{
    width:18px;
    background: var(--primary, #f36b21);
  }
}


@media (min-width: 768px){
  .block-ss5 .km-ss5-dots{ display:none !important; }
}


@media (max-width: 767px) {

  .block-ss6 .ss6-blog-list.km-ss6-carousel{
    display:block;
  }

  .block-ss6 .ss6-blog-list.km-ss6-carousel .km-ss6-track{
    display:flex;
    gap:12px;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x mandatory;
    scroll-padding-left:10px;
    padding: 0 10px 10px;
    scrollbar-width:none; 
  }
  .block-ss6 .ss6-blog-list.km-ss6-carousel .km-ss6-track::-webkit-scrollbar{
    display:none;
  }


  .block-ss6 .ss6-blog-list.km-ss6-carousel .km-ss6-slide{
    flex: 0 0 92%;
    max-width: 92%;
    scroll-snap-align:start;

    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap:12px;
  }

  
  .block-ss6 .ss6-blog-list.km-ss6-carousel .ss6-blog-item{
    margin:0 !important;
    width:100% !important;
  }


  .block-ss6 .km-ss6-dots{
    display:flex;
    justify-content:center;
    gap:6px;
    margin-top: 6px;
  }
  .block-ss6 .km-ss6-dot{
    width:6px;height:6px;border-radius:999px;border:0;padding:0;
    background:#cfcfcf;
    cursor:pointer;
  }
  .block-ss6 .km-ss6-dot.is-active{
    width:18px;
    background: var(--primary, #f36b21);
  }
}


@media (min-width: 768px){
  .block-ss6 .km-ss6-dots{ display:none !important; }
}




@media (max-width: 767px){
  .fc-service-banner .fc-banner-slide{
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    width: 100%;
    box-sizing: border-box;
  }

  .fc-service-banner .fc-banner-item{
    flex: 1 1 0 !important;
    min-width: 0 !important;
    border-radius: 5px;
    overflow: hidden;
  }

  .fc-service-banner .fc-banner-item img{
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        border-radius: 5px;
  }
}



@media (max-width: 767px){

  .fc-filter-group.fc-brand-group{
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;

    padding: 8px 10px !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none; 
  }
  .fc-filter-group.fc-brand-group::-webkit-scrollbar{ display:none; }

  .fc-filter-group.fc-brand-group .fc-brand-item{
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    scroll-snap-align: start !important;

    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
  }


  .fc-filter-group.fc-brand-group .fc-brand-thumb{
    width: 34px;
    height: 34px;
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 34px;
  }
  .fc-filter-group.fc-brand-group .fc-brand-thumb img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display:block;
  }


  .fc-filter-group.fc-brand-group .fc-brand-name{
    white-space: nowrap !important;
  }
.fc-page-title {
    font-size: 14px;
}
.fc-page-subtitle {
    font-size: 14px;
}
.fc-filter-btn, .fc-chip {  
    padding: 3px;
    border-radius: 3px;
    font-size: 12px; 
}
.fc-service-inner .fc-filter-group .left {
    width: 100px;
    font-size: 14px;
    font-weight: bold;
}
.fc-service-inner .fc-filter-group .right {
    width: auto;
}
.fc-service-inner .fc-filter-group {

    display: flex;
    justify-content: space-between;
}
.service-single-left {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.service-single-right .service-title {
    font-size: 14px;
}

.rs-short-desc p {
    text-align: justify;
    color: #666;
    font-size: 14px;
    line-height: 22px;
}
.service-warranty-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: 10px;
    flex-direction: row;
}
.service-warranty-row .fc-service-time, .service-warranty-row .fc-service-warranty {  
    font-size: 14px;   
}

.service-warranty-row .fc-service-warranty {
    font-size: 14px;

}
.service-options-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 6px;
    gap: 5px;
}
.fc-service-content-body p {
    font-size: 15px;
    line-height: 28px;
}
.fc-service-content-toggle {  
    font-size: 14px;
}
.service-review-header .btn {  
    height: 40px;
    width: 100px;
    font-size: 11px;
    padding: 0px;
}
 .service-review-area,
    .service-qa-area {
        margin-top: 30px;
        padding: 0px;
    }
.service-review-topline .review-stars .star, .service-review-list .star {
    font-size: 9px;
}
.service-review-header span {
    font-size: 13px;
}
.service-review-more-wrap .btn-outline {
    font-size: 14px;
}
.service-qa-area span {
    font-size: 14px;
}
.service-qa-quick .btn {
    height: 40px;
    width: 100px;
        font-size: 11px;
}
.service-qa-quick textarea {
    width: 100%;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 9px;
    margin-bottom: 0px;
    height: 40px;
    line-height: 16px;
}
.service-qa-quick .fc-question-message {
    font-size: 10px;
    margin-left: 8px;
    display: none;
}






}



@media (max-width: 767px){
  .fc-related-viewport{
    overflow: hidden; 
  }

  .fc-related-track{
    display:flex;
    gap: 12px;              
    will-change: transform;
  }

  .fc-related-slide{
    flex: 0 0 calc((100% - 12px) / 2);  
    max-width: calc((100% - 12px) / 2);
    box-sizing: border-box;
  }


  .fc-related-card{ height: 100%; }

.service-actions .btn {
  
    font-size: 14px;
}
.fc-phone-consult input[type="tel"] {
    font-size: 12px;
}
.fc-phone-consult .fc-phone-submit {
    font-size: 25px;
}
.fc-chatbot-float{ 
    right: 0px; 
    bottom: 70px;
            z-index: 9998;
}
    .fc-chatbot-float__hotline {
        min-width: 110px;
        padding: 5px;
    }
.summary-row {
        border-radius: 5px;
    }

    #fc-booking-modal.popup-datlich-ct .fc-booking-breadcrumb {
        display: none;
    }
    #fc-booking-modal.popup-datlich-ct .box-title {
    padding: 0px 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        align-content: center;
    }

    #fc-booking-modal.popup-datlich-ct .fc-modal-close {
        top: -5px;
        right: -8px;
    }
.popup-datlich-ct .box-cn-thongtin {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    flex-direction: column;
}

.fc-booking-date-item.is-active {
          background: #ff6b00 !important;

}
.fc-booking-time-item.is-active {
    background: #e57633 !important;
}
.fc-branch-list-wrap {
    width: 100%;
}
.fc-branch-map-placeholder {

    width: 100%;
}
    #fc-booking-modal.popup-datlich-ct .summary-row.summary-total {
     
        bottom: calc(58px + env(safe-area-inset-bottom));
      
    }
    #fc-booking-modal.popup-datlich-ct .summary-note-small {

        display: none;
    }
 #fc-booking-modal.popup-datlich-ct .fc-booking-submit-proxy{
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    z-index: 1000002 !important;

    height: 52px !important;
    border-radius: 14px !important;
    border: 0 !important;

    background: #f36b21 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 900 !important;

    width: auto !important;       
    max-width: none !important;   
    margin: 0 !important;         
    float: none !important;
    transform: none !important;    
    display: flex !important;     
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

.fc-chatbot-float__hot-text strong {
    font-size: 10px;
    line-height: 21px;
}

.fc-chatbot-float__hot-ico {
    width: 20px;
    height: 20px;

}

}

@media (max-width: 767px){

  .km-tabs.js-km-tabs-slider.owl-carousel .km-tab{
    white-space: nowrap;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 10px;
        border: 1px solid #e6e8ee;
        border-radius: 5px;
        font-size: 13px;
        line-height: 1;
        text-decoration: none;
        background: #e6e8eea3;
  }

  .km-tabs.js-km-tabs-slider .owl-stage{
    display: flex;
  }
  .km-tabs.js-km-tabs-slider .owl-item{
    width: auto !important;
  }

  .km-tabs.js-km-tabs-slider .owl-dots{
    margin-top: 8px;
    text-align: center;
            display: none;
  }
  .km-tabs.js-km-tabs-slider .owl-dots .owl-dot span{
    width: 6px;
    height: 6px;
    border-radius: 999px;
    display: block;
    margin: 0 3px;
    background: #d0d0d0;
  }
  .km-tabs.js-km-tabs-slider .owl-dots .owl-dot.active span{
    width: 18px;
    background: #f36b21;
  }
  h1.km-title a {
    font-size: 15px;
}
.km-blog-group__label {
    font-size: 14px;
}
.km-post-mini-grid {

        display: none;
    }
.km-post-side__thumb {
    flex: 0 0 100px;
}
.km-post-side__thumb img {
    width: 100%;
    height: 80px;
}

    a.km-post-row__thumb {

   
        flex: 0 0 100px;
    }
    .km-blog-top {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 0px;
    }
.km-post-row {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    text-decoration: none;
    color: #111;
    border-bottom: 1px solid #f1f1f1;
    align-content: center;
    align-items: center;
}
.km-post-row__meta {
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.km-post-row__title {
    font-size: 13px;
}


}


@media (max-width: 767px){
.km-post-featured__title {  
    font-size: 13px;
    line-height: 22px; 
}
}

@media (max-width: 767px){
  .km-breadcrumb .km-breadcrumb-track{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;

    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;

    padding-bottom: 6px; 
    scrollbar-width: none;
  }
  .km-breadcrumb .km-breadcrumb-track::-webkit-scrollbar{
    display: none; 
  }

  .km-breadcrumb .km-breadcrumb-track a,
  .km-breadcrumb .km-breadcrumb-track span{
    flex: 0 0 auto;
    white-space: nowrap;
  }


  .km-breadcrumb .km-bc-current{
    max-width: 78vw;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.km-blog-single h1 {
    font-size: 15px;
    line-height: 26px;
}
.km-related-item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f1f1;
    text-decoration: none;
    color: #111;
    align-items: center;
    align-content: center;
}
.km-related-item:hover .km-related-title {
    color: #000;
    font-weight: normal;
}
.km-related-title {
    font-size: 14px;
    font-weight: normal;
}

}

@media (max-width: 767px){

  .fc-breadcrumb-wrapper .fc-breadcrumb.fc-breadcrumb-track{
    display:flex;
    align-items:center;
    flex-wrap:nowrap;
    gap:6px;

    overflow-x:auto;
    -webkit-overflow-scrolling: touch;
    white-space:nowrap;

    padding-bottom:6px;
    scrollbar-width:none; 
  }
  .fc-breadcrumb-wrapper .fc-breadcrumb.fc-breadcrumb-track::-webkit-scrollbar{
    display:none;
  }

  .fc-breadcrumb-wrapper .fc-breadcrumb.fc-breadcrumb-track a,
  .fc-breadcrumb-wrapper .fc-breadcrumb.fc-breadcrumb-track span{
    flex:0 0 auto;
    white-space:nowrap;
  }


  .fc-breadcrumb-wrapper .fc-breadcrumb .current{
    max-width: 78vw;
    overflow:hidden;
    text-overflow:ellipsis;
  }


.box-cn-thongtin-all {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-direction: column;
}
    #fc-booking-modal.popup-datlich-ct input[type="text"], #fc-booking-modal.popup-datlich-ct input[type="tel"], #fc-booking-modal.popup-datlich-ct textarea, #fc-booking-modal.popup-datlich-ct select {
        height: 40px;
        border-radius: 5px;
    }

}


@media (max-width: 767px){
  body{ padding-bottom: calc(66px + env(safe-area-inset-bottom)); }

  .km-mobile-bottom-nav{
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 8888;

    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;

    height: 66px;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid rgba(0,0,0,.10);
    gap: 6px;
  }

  .km-mobile-bottom-nav .km-mnav-item{
display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0px;
        text-decoration: none;
        color: #222;
        font-size: 11px;
        font-weight: 800;
        border-radius: 12px;
        padding: 9px 2px;
        position: relative;
        background: #eff1f3;
  }

  .km-mobile-bottom-nav .km-mnav-item i{
    font-size: 18px;
    line-height: 1;
    display: block;
  }

  .km-mnav-badge{
    position: absolute;
    top: 4px;
    right: 18px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #f36b21;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }


  #shopdev-cart-overlay.shopdev-overlay{ display:none; }

  #shopdev-cart-overlay.shopdev-overlay.is-open{
    display:flex;
  }

  body.shopdev-lock{ overflow:hidden; }

   body.km-lang-open{ overflow:hidden; }

  .km-lang-sheet{
    position: fixed;
    inset: 0;
    z-index: 8890; 
    display: none;
  }
  .km-lang-sheet.is-open{ display:block; }

  .km-lang-backdrop{
    position:absolute;
    inset:0;
    background: rgba(0,0,0,.45);
  }

  .km-lang-panel{
    position:absolute;
    left:0; right:0;
    bottom: calc(66px + env(safe-area-inset-bottom));
    background:#fff;
    border-radius: 16px 16px 0 0;
    max-height: 70vh;
    overflow:auto;
    transform: translateY(16px);
    transition: transform .18s ease;
    box-shadow: 0 -10px 30px rgba(0,0,0,.18);
  }
  .km-lang-sheet.is-open .km-lang-panel{ transform: translateY(0); }

  .km-lang-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(0,0,0,.08);
  }
  .km-lang-title{ font-weight: 900; font-size: 14px; }
  .km-lang-close{
    border:0; background:transparent;
    width: 36px; height: 36px;
    border-radius: 10px;
  }

  .km-lang-body{ padding: 10px 10px 14px; }

  .km-lang-item{
    display:flex;
    align-items:center;
    gap:10px;
    padding: 10px 12px;
    border-radius: 12px;
    text-decoration:none;
    color:#222;
    font-weight: 800;
  }
  .km-lang-item.is-current{
    background: rgba(243,107,33,.10);
  }
  .km-lang-flag{
    width: 22px;
    height: 22px;
    border-radius: 999px;
    object-fit: cover;
    display:block;
  }
}

@media (min-width: 768px){
  .km-mobile-bottom-nav{ display:none !important; }
  .header-category.is-open .fc-mega-menu{
    display: block !important;
    transform: translateX(0) !important;
  }

}




.km-404{ padding: 48px 0 70px; }
.km-404-wrap{ display:flex; justify-content:center; }
.km-404-card{
  width: min(760px, 100%);
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  padding: 26px 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  text-align:center;
}
.km-404-code{
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  color: rgba(243,107,33,.95);
  letter-spacing: 2px;
}
.km-404-title{ margin: 12px 0 8px; font-size: 22px; font-weight: 900; }
.km-404-desc{ margin: 0 auto 18px; max-width: 560px; color:#555; font-size: 14px; line-height: 1.6; }

.km-404-actions{
  display:flex;
  gap:10px;
  justify-content:center;
  flex-wrap:wrap;
  margin: 8px 0 16px;
}
.km-404-btn{
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  border-radius: 14px;
  padding: 10px 14px;
  font-weight: 900;
  color:#222;
  display:inline-flex;
  align-items:center;
  gap:8px;
  cursor:pointer;
  text-decoration:none;
}
.km-404-btn.is-primary{
  background:#f36b21;
  border-color:#f36b21;
  color:#fff;
}

.km-404-lang{ margin-top: 6px; }
.km-404-lang-title{ font-weight: 900; margin-bottom: 10px; color:#333; }
.km-404-lang-list{
  display:flex;
  gap:10px;
  justify-content:center;
  flex-wrap:wrap;
}
.km-404-lang-item{
  border:1px solid rgba(0,0,0,.10);
  border-radius: 999px;
  padding: 8px 12px;
  text-decoration:none;
  color:#222;
  font-weight: 900;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.km-404-lang-item.is-current{
  background: rgba(243,107,33,.10);
  border-color: rgba(243,107,33,.35);
}
.km-404-flag{ width: 20px; height: 20px; border-radius: 999px; object-fit: cover; display:block; }

@media (max-width: 767px){
  .km-404{ padding: 26px 0 60px; }
  .km-404-code{ font-size: 56px; }
  .km-404-title{ font-size: 18px; }
}
.shopdev-product-content img {
    margin: 0 auto;
}

@media (max-width: 767px){

.fc-service-card .fc-card-thumb img {
    height: 100px;
  
}
.block-ss3 .fc-card-thumb {
    height: 100px;
}
.fc-card-title {
    font-size: 11px;
    font-weight: 500;
    margin: 4px 0 6px;
    line-height: 15px;
    padding: 0px;
    height: 40px;
}
.block-ss3 .home-service-slider .fc-service-card {
    height: 235px;
}
.fc-card-body {
    padding: 5px;
}
.block-ss4 .fc-card-thumb {
    height: 100px;
}
.fc-service-card {
    height: 240px;
}
.home-product-banner .bn-left, .home-product-banner .bn-right {
    border-radius: 5px;

}
    .block-ss3 .home-service-banner img {
        border-radius: 5px;
    }
.block-ss3 .home-service-banner {
    border-radius: 5px;
}
}

@media (max-width: 767.98px) {
    .block-ss2 .img-icon-dongmay .box-icon {
        padding: 2px;
                border-radius: 7px;
    }
        .block-ss2 .img-icon-dongmay.km-brand-carousel .box-icon a {
        padding: 5px;
        border-radius: 5px;

    }
        .block-ss2 .img-icon-dongmay.km-brand-carousel .brand-name {
        font-size: 11px;
    }
}





.fc-brand-group .fc-brand-item {  
    display: flex;
    align-items: center;

}


.fc-brand-group .fc-brand-item.active,
.fc-brand-group .fc-brand-item.is-active {
      border: 1px solid #e57a33;
    padding: 0px 5px;
}


.fc-brand-group .fc-brand-item.active .fc-brand-name,
.fc-brand-group .fc-brand-item.is-active .fc-brand-name {
    color: #ff7200;
}
