@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 
body {
    font-family:"Barlow", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000
} 
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a,
.nav>li>a {
    font-family: "Barlow", sans-serif;;
}
h1,
h2,
h3,
h4,
h5,
h6,
.nav-column>li>a,
.nav-dropdown>li>a,
.nav-vertical-fly-out>li>a,
.nav>li>a ,
.nav-column li.active>a,
.nav-column li>a:hover,
.nav-dropdown li.active>a,
.nav-dropdown>li>a:hover,
.nav-vertical-fly-out>li>a:hover,
.nav>li.active>a,
.nav>li.current>a,
.nav>li>a.active,
.nav>li>a.current,
.nav>li>a:hover {
    color: #000;
}


h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    font-weight: 600;
    font-style: normal;
}


.overflow > .col-inner {
	overflow:hidden;
}





.stats-icon {
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 50%;
    background-color: #fecd07;
    color: #000!important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	font-size:20px;
}
.stats-desc {
    font-size: 4em;
    font-weight: 800;
	line-height:1.5;
}
.stats-text {
    font-size: 20px;
    line-height: 23px;
}



.custom-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 22px 18px;
    border: 1px solid rgba(255, 204, 0, 0.35);
    border-radius: 14px;
    background: #fff;
    transition: all 0.35s ease;
	height: 100%;
}

.custom-icon .icon-box-img {
    width: 64px;
    height: 64px;
    border: 2px solid #ffcc00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    transition: all 0.35s ease;
}

.custom-icon .icon-box-img i {
    font-size: 28px;
    color: #ffcc00;
    transition: all 0.35s ease;
}

/* TEXT */
.custom-icon h3 {
    font-size: 15px;
    margin-bottom: 8px;
    text-transform: uppercase;
    transition: color 0.35s ease;
}

.custom-icon p {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
    color: #555;
}

/* HOVER */
.custom-icon:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 36px rgba(255, 204, 0, 0.25);
}

.custom-icon:hover .icon-box-img {
    background: #ffcc00;
}

.custom-icon:hover .icon-box-img i {
    color: #111;
    transform: scale(1.15) rotate(8deg);
}

.custom-icon:hover h3 {
    color: #ffcc00;
}




.service-item {
    position: relative;
    border: 1px solid #eee;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease;
}



/* HOVER CARD */
.service-item:hover {
    transform: translateY(-10px);
    border-color: #ffcc00;
    box-shadow:
        0 14px 36px rgba(0,0,0,.12),
        0 0 0 1px rgba(255,204,0,.25);
}

.service-item:hover::before {
    opacity: 1;
}

/* IMAGE ZOOM */
.service-item img {
    transition: transform .6s ease;
}

.service-item:hover img {
    transform: scale(1.08);
}

/* CONTENT */
.service-item .service-content {
    padding: 18px 15px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.service-title {
    font-size: 16px;
    margin: 12px 0 6px;
    transition: color .35s ease;
}

.service-item:hover .service-title {
    color: #ffcc00;
}

.service-content p {
    line-height: 23px;
    height: 69px;
    overflow: hidden;
}

.service-excerpt {
    font-size: 14px;
    color: #555;
    transition: color .35s ease;
}

.service-item:hover .service-excerpt {
    color: #333;
}


.absolute-footer {
    display: none;
}


.blog-archive > .row > .large-10.col {
    max-width: 100% !important;
    flex-basis: 100% !important;
}
.blog-archive  .is-divider {
    display: none;
}

.nk_rating {
    color: #ffcc00;
}
.product-small .nk_rating  {
	margin-bottom:10px;
}
li#tab-title-reviews {
    display: none !important;
}


.widget{margin-bottom:1.875rem;margin-top:1.875rem;}
.widget:first-child{margin-top:0;}
.widget ul{list-style:none;padding:0;}
.widget.widget_text li,.widget.widget_text ul{border-width:0;padding:0;margin:0;}
.animated{animation-fill-mode:both;animation-duration:1s;}
.tada{animation-name:tada;}
.pulse{animation-name:pulse;}

@media all{
.wrap_hotline .widget{margin:0;}
.call-circle-fill{width:60px;height:60px;top:-5px;left:-5px;position:absolute;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;background-color:rgb(237 29 36 / 20%);}
.call-img-circle{width:50px;height:50px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:1;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;background-color:#ed1d24;background-size:70%;z-index:3;font-size:22px;line-height:46px;text-align:center;}
.call-img-circle i{color:#fff;}
.call-img-circle:hover{background-color:#b70208;}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}
.fb_zalo{position:fixed;right:10px;bottom:50px;z-index:99;}
.fb_zalo ul{margin:0;padding:0;list-style:none;}
.widget .fb_zalo ul li{margin-bottom:10px;}
.widget .fb_zalo ul li img{width:54px;}
@media (max-width: 767px){
.fb_zalo{right:10px;}
.widget .fb_zalo ul li{margin-bottom:5px;}
.widget .fb_zalo ul li:first-child{margin-bottom:10px;}
.widget .fb_zalo ul li img{width:44px;}
.call-circle-fill{width:52px;height:52px;}
.call-img-circle{width:42px;height:42px;font-size:16px;line-height:40px;}
}
}
/*! CSS Used keyframes */
@keyframes tada{0%{transform:scale(1);}10%,20%{transform:scale(0.9) rotate(-3deg);}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg);}40%,60%,80%{transform:scale(1.1) rotate(-3deg);}to{transform:scale(1) rotate(0);opacity:1;}}
@keyframes pulse{0%{transform:scale(1);}50%{transform:scale(1.1);}to{transform:scale(1);opacity:1;}}
/*! CSS Used fontfaces */
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url("https://luxautodetailing.vn/wp-content/themes/mypage/fonts/fontawesome/fa-regular-400.woff2") format("woff2"),url("https://luxautodetailing.vn/wp-content/themes/mypage/fonts/fontawesome/fa-regular-400.ttf") format("truetype");}
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url("https://luxautodetailing.vn/wp-content/themes/mypage/fonts/fontawesome/fa-solid-900.woff2") format("woff2"),url("https://luxautodetailing.vn/wp-content/themes/mypage/fonts/fontawesome/fa-solid-900.ttf") format("truetype");}