/**
 * Theme Name:     K-Tech
 * Author:         K-Tech
 * Template:       flatsome
 * Text Domain:	   k-tech
 * Description:    Theme Build by Dai
 * Theme URI:      https://k-tech.net.vn/
 * Author URI:     https://k-tech.net.vn/
 * Version:        2025
 * License:        2NRJM-B46WR-K6VQR-Y4T3D-QRWPX
 * License URI:    https://k-tech.net.vn/
 */


.shop-container .product-small.box {
	border-radius: 10px;
	overflow: hidden;
}

.shop-container .product-small.box .box-text {
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}



.sec-product .product-list .product-small.box {
    border-radius: 10px;
    overflow: hidden;
}

.home-partner .marquee-swiper .swiper {
    width: 100%;
    height: 120px;
    overflow: hidden;
    background: #f9f9f9
}

.home-partner .marquee-swiper .swiper-wrapper {
    transition-timing-function: linear !important
}

.home-partner .marquee-swiper .swiper-slide {
    width: auto !important;
/*     padding: 0 30px; */
	padding: 0;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.home-partner .marquee-swiper .swiper-slide img {
    height: 180px;
    object-fit: contain;
    margin-bottom: 5px;
}

.home-partner .marquee-swiper .swiper-slide .desc {
    font-size: 12px;
    color: #555;
    text-align: center;
    max-width: 150px
}

.home-partner .marquee-swiper .swiper-slide .desc {
    color: #353535;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    text-align: center
}








 .product-list .box-text {
    height: auto !important;
    padding: 10px !important;
 }


.product-list .box-text .product-title a {
    font-size: 17px !important;
    /* margin-bottom: 1rem; */
    text-transform: uppercase;
}


.border-3 {
    border-radius: 1rem;
    overflow: hidden;
}


.box-icon-kh {
	display: flex;
	align-items: center;
}

.box-icon-kh img {
	padding-top: 0;
}

.text-title-kh {
	line-height: 1;
}

.name-kh {
	line-height: 1;
	margin-bottom: .4rem;
}


.menu-item .sub-menu .menu-item a {
	color: rgb(10 10 10 / 60%);
}


 .fw-400 {
    font-weight: 400 !important;
 }

.cl-white {
    color: #fff !important;
}

a.button {
    border-width: 1px !important;
    font-weight: 500;
}

.txt-title {
    font-size: 35px !important;
    line-height: 50px !important;
}

.txt-justify {
    text-align: justify !important;
}

.txt-justify p {
    text-align: justify !important;
}



.bg-maunghe {
	background-color: var(--primary-color) !important;
}

.bg-black {
	background-color: #000000 !important;
}

.bg-xam {
	background-color: rgb(212, 212, 212);
}


/* header */

#top-bar {
    border-bottom: 1px solid #00000024;
}

.header-main .nav-spacing-xlarge>li {
    margin: 0 23px;
}

.header-main .nav > li > a {
    font-weight: 400;
}

.header-main .nav > li.active > a {
    font-weight: bold;
}

.header-main li.header-button-1 a {
    padding: 5px 45px;
    font-size: 1em;
    text-transform: uppercase;
}

/* slider */

.slider-nav-light .flickity-page-dots .dot.is-selected, .slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: var(--primary-color);
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.banner-content span.pre {
    margin-top: 25px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    transition-delay: 0.2s;
    opacity: 0;
}
.banner-content .banner-title {
    font-size: 35px;
    line-height: 45px;
    transition-delay: 0.5s;
    opacity: 0;
}
.banner-content .disc {
    margin-top: 25px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    transition-delay: 0.8s;
    opacity: 0;
}
.banner-content .btn-slider-banner {
    transition-delay: 1s;
    opacity: 0;
}

.slider-banner.is-selected .banner-content span.pre{
    animation: slideInUp3 1s linear;
    animation-delay: 0.2s;
    display: block;
    opacity: 1;
}

.slider-banner.is-selected .banner-content .banner-title {
    animation: fadeInUp2 1s linear;
    animation-delay: 0.5s;
    opacity: 1;
}
.slider-banner.is-selected .banner-content .disc {
    animation: fadeInUp2 1s linear;
    animation-delay: 0.8s;
    opacity: 1;
    
}
.slider-banner.is-selected .banner-content .btn-slider-banner {
    animation: fadeInUp2 1s linear;
    animation-delay: 1s;
    opacity: 1;
}

.btn-slider-banner .video-button-wrapper::after {
    content: "Video giới thiệu";
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    margin-left: 25px;
    color: #fff;
}

.banner-content span.pre span {
    background: var(--primary-color);
    padding: 2px 7px;
    border-radius: 2px;
}

@keyframes slideInUp3 {
    0% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        visibility: hidden;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
}
@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.view-more {
    padding: 19px 40px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    min-width: max-content;
}


@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@media screen and (min-width: 900px) {
    .slider-banner-home .flickity-page-dots {
        width: max-content;
        height: 100%;
        left: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        top: 0;
    }
    .banner-content .banner-title {
        font-size: 40px;
        line-height: 70px;
    }
}


/* services */
.sec-service-icon {
    margin-top: -160px;
}
.row-service-icon .col-inner {
    height: 100%;
}

.banner-service-icon {
	box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.04);
	border-radius: 15px;
/* 	overflow: hidden; */
    cursor: pointer;
}

.banner-service-icon .banner-bg img {
	border-radius: 15px;
}

.banner-service-icon:hover .banner-bg:before {
    background: transparent;
}

.banner-service-icon:hover .icon-box-text > * {
    color: #fff !important;
}

.banner-service-icon .banner-bg:before {
    content: "";
    background: #fff;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
	border-radius: 12px;
}

.banner-service-icon .banner-layers {
    z-index: 2;
}

.banner-service-icon .banner-layers .icon-box-text > * {
    color: #000000;
}

.box-service-icon {
    padding: 30px;
    transition: 0.3s;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 2;
    height: 100%;
}



.box-service-icon .icon-inner img{
	background-color: white;
    border-radius: 100%;
	padding-top: 0;
}

.box-service-icon .icon-box-text h5 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 20px;
    transition: 0.3s;
}

.box-service-icon .icon-box-text p{
    margin-bottom: 0;
    color: #e8e8e8;
    transition: 0.3s;
	font-size: 16px;
}

/* about us */

.sec-bg1 .title-head {
    color: #fff;
}

.sec-bg1 .title-head .bg {
    color: var(--primary-color);
    background: #fff;
}

.sec-about .txt-desc {
    width: 80%;
    text-align: justify;
}
.title-head {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1.25rem;
}

.title-head .bg {
    color: #fff;
    font-weight: 400;
    padding: .15rem .5rem;
    border-radius: .15rem;
    background: var(--primary-color);
}

.btn-profile {
    color: #fff;
    padding: .65rem 3rem;
    border-radius: .5rem;
    background: var(--primary-color);
    width: max-content;
}

.btn-profile:hover {
    cursor: pointer;
    background: #28264a;
}

.title-area span.pre {
    color: var(--primary-color);
    letter-spacing: 0.04em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}
.title-area.dark span.pre {
	color: #ccc;
}
.title-area span.pre span {
    padding: 3px 7px;
    background: var(--primary-color);
    border-radius: 3px;
    color: #fff;
}

.title-area .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 62px;
    color: #1F1F25;
}
.title-area .disc{
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #74787C;
}

.about-us-icon {
    align-items: center;
}
.about-us-icon h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: var(--primary-color);
    margin-bottom: 5px;
    opacity: 1;
}

.about-us-icon p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #1f1f25;
}

.experiencea-area {
    left: -40px;
    padding: 10px 18px;
    border-radius: 10px;
    border: 0.5px solid var(--primary-color);
    bottom: 40px;
    display: flex;
    flex-direction: column;
    position: absolute;
    background: #fff;
}

.experiencea-area .title {
    font-weight: 700;
    font-size: 34px;
    line-height: 45px;
    color: #1f1f25;
    margin-bottom: -7px;
}

.experiencea-area p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #1f1f25;
    margin-bottom: 0 !important;
}

.call-button {
    display: flex;
    align-items: center;
    gap: 14px;
}

.call-button i {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.08);
    color: var(--primary-color);
}

.call-button .info span {
    color: #74787c;
    display: block;
    margin-bottom: 6px;
}

.call-button .info a .title {
    font-size: 18px;
    color: #1f1f25;
    margin-bottom: 0;
    transition: 0.3s;
}

/* service us */
.single-service-start {
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    height: 100%;
    transition: 0.6s;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
}

.single-service-start::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0808087a;
    z-index: -1;
    transition: 0.4s;
}
.single-service-start::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffff;
    z-index: -1;
    transition: 0.6s;
}

.single-service-start:hover::after {
    height: 0%;
}

.single-service-start .icon-area {
    margin-bottom: 90px;
    height: 80px;
    width: 80px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
}

.single-service-start .icon-area svg, .single-service-start .icon-area svg path{
	fill: var(--primary-color);
}

.single-service-start:hover .icon-area {
    border: 1px solid transparent;
}

.single-service-start .title {
    color: #1F1F25;
    transition: 0.3s;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #1F1F25;
}

.single-service-start:hover .title {
    color: #fff;
}

.single-service-start .title:hover {
    color: var(--primary-color);
}


.single-service-start p.disc {
    color: #74787C;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.single-service-start:hover p.disc {
    color: #fff;
}

.single-service-start a.read-more-btn {
    color: #1F1F25;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.single-service-start:hover a.read-more-btn {
    color: #fdfdfd;
}

.single-service-start a.read-more-btn:hover {
    color: var(--primary-color);
}

.single-service-start a.read-more-btn i {
    margin-left: 10px;
}

/* product home */

.product-small .box-text {
    width: 90%;
    opacity: 1;
    padding: 15px;
    border-radius: 10px;
}

.product-small .box-text .title-wrapper p {
    text-align: left;
}

.product-small .box-text .title-wrapper .category {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #1f1f25;
    display: block;
    margin-bottom: 10px;
    position: relative;
    max-width: fit-content;
    opacity: 1;
}
.product-small .box-text .title-wrapper .category::after {
    position: absolute;
    content: "";
    right: -15px;
    top: 40%;
    transform: translate(50%);
    height: 1px;
    width: 15px;
    background: #1f1f25;
}

.product-small .box-text .title-wrapper .product-title a{
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #262626;
    transition: 0.3s;
}

.product-small .box-text .title-wrapper .product-title a:hover {
    color: var(--primary-color);
}

.title-area.dark h1.title{
    color: #fff;
}
.title-area.dark .disc{
    color: #d9d9d9;
}

/* project home */


@media  screen and (min-width: 900px) {
    .project-home {
        width: 135% !important;
    }
    .project-home .box-text {
        opacity: 0;
        bottom: -50px;
        transition: 0.3s;
    }
}

.sec-project .txt-desc {
/*     font-weight: 600; */
    width: 80%;
}

.sec-project .btn-project span {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-color);
}

.project-home .flickity-button {
    display: none;
}

.project-home .box-text {
    border-radius: 10px;
    width: 70%;
    padding: 15px;
    transition: 0.3s;
}

.project-home .box-label:hover .box-text {
    opacity: 1;
    bottom: 0px;
}
.project-home .box-image {
    border-radius: 10px;
}

.img-box-step .box-image {
    border-radius: 10px 10px 0px 0px;
}

.img-box-step .box-text {
    padding-top: 1.4em;
}

.img-box-step .box-step-text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 88px;
    height: 72px;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    border-radius: 0 10px 0 0;
}

.img-box-step .box-step-text span {
    font-size: 34px;
    letter-spacing: 0.05em;
    font-weight: 900;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: var(--primary-color);
    color: #fff;
	font-family: "Exo", sans-serif;
}

/* Logo */

.sec-logo .slider .img-logo {
    border: 1px solid #ddd;
}

/* blog home */

.blog-post-inner .post-meta::before {
    content: "";
    font-family: fl-icons !important;
    margin-right: 5px;
    line-height: 21px;
    color: var(--primary-color);
}

.post-item-bg .post-item .col-inner {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    height: 100%;
}

#post-list .post-item  .box .box-text {
    padding: 23px 30px 30px 30px;
    background: #F7F7F7;
}

.post-item .box .box-text .post-title {
    font-size: 1.5rem;
    height: 4.5rem;
}

.post-item .box .box-text .post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-item .box .box-text .is-divider {
    display: none;
}



.post-item .box .box-text .button {
    padding: .5rem 2rem;
}


.post-item-bg .post-item .box-text {
    padding-bottom: 0;
}

.post-item-bg .post-item .box-vertical .box-text {
    padding-right: 0px;
}

.post-item-bg .post-item .post-title a{
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 58px;
    line-height: 30px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* footer */

@media screen and (min-width: 678px) {
    .menu-footer {
        flex-direction: row;
        justify-content: center;
        gap: 35px;
        padding-top: 25px;
        padding-bottom: 25px;
        border: 1px solid rgba(20, 20, 20, 0.12);
        border-left: 0px;
        border-right: 0px;
    }

    .contact-footer {
        border: 1px solid rgba(20, 20, 20, 0.12);
        border-left: 0px;
        border-right: 0px;
    }
    .row-dashed .col:before, .row-solid .col:before {
        border-color: rgba(20, 20, 20, 0.12);
    }
}

/* about us */

@media screen and (min-width: 800px) {
    .banner-aboutus {
        min-height: calc(100vh - 115px);
    }
}

.list-uu-diem .col-inner {
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 20px 15px 10px 15px;
}



@media screen and (max-width: 599px) {
    .banner-ceo .section-bg.bg-loaded {
        background-image: url(/thangmay/wp-content/uploads/2024/06/ceo-mobile.jpeg) !important;
    }

    /* .list-uu-diem {
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap;
        display: -webkit-box;
    } */

    .list-uu-diem .col-inner {
        padding: 15px 10px 15px 10px;
    }
    
    

    .row-mobile-scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap;
        display: -webkit-box;
    }

    .sec-gt-mb .title-head {
        color: #000;
    }

    .sec-gt-mb .title-head .bg {
        color: #fff;
        background: var(--fs-color-primary);

    }
}

.row-has-border-col .col-inner{
    border: 1px solid rgb(0 0 0 / 12%);
}

/* lien he */

.first-banner-lh .section-bg-overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%) !important;
}

/* shop */

.shop-page-title .page-title-bg .bg-fill {
	background-position-y: top;
}

.page-title-inner {
	padding-top: 206px;
    padding-bottom: 206px !important;
	z-index: 1;
}

.product-category .box-label .box-text{
    width: 100%;
    opacity: 1;
    padding: 15px;
    margin-left: 10%;
}

.product-category .box-label .box-text .box-text-inner {
    display: grid;
    text-align: left;
}

.page-title-inner .shop-page-title {
	font-size: 56px;
}

/* dich vu */

.gt-dv .col-inner {
    padding: 45px;
    border-radius: 7px;
}

.gt-dv .col:nth-child(odd) .col-inner {
    background: #1F1F25;
}
.gt-dv .col:nth-child(even) .col-inner {
    background: var(--primary-color);
}

.gt-dv .icon-inner svg {
    background: white;
    padding: 10px;
    border-radius: 10px;
    color: black;
}

.danggia-kh .col-inner {
    padding: 40px;
    background: #FFFFFF;
}






.icon-box.testimonial-box.icon-gt {
    display: flex;
    align-items: center;
}

.icon-gt .testimonial-meta {
    display: none;
}


@media screen and (min-width: 600px) {
	
	.service-lists.row-large>.col {
		padding: 0 15px 30px;
	}
	.service-lists.row-large>.col:nth-child(odd) {
		padding-left: 30px;
	}
	.service-lists.row-large>.col:nth-child(even) {
		padding-right: 30px;
	}
}
.service-lists .col-inner .box {
	box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
}

.service-lists .img-box-step{
	background-color: white;
    border-radius: 12px;
}
.service-lists .wrap-box-img {
	position: relative;
}
.service-lists .icon-area{
	position: absolute;
    z-index: 9999999;
    left: 30px;
    bottom: -36px;
    background: white;
    border-radius: 5px;
    border: 1px solid #dddddd;
    display: flex;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
}
.service-lists  .img-box-step .box-text {
    padding-top: 3.4em;
	padding-bottom: 0;
}
.service-lists .box-text-inner {
	text-align: right;
}

.img-box-step .number {
    display: none;
}

.service-lists .box-text-inner .text{
	padding-inline: 30px;
    font-size: 1.45rem;
	color: black;
	text-align: left;
}

.service-lists .medium-3 .box-text-inner .text {
	font-size: 18px;
}

.service-lists .box-text-inner h5 {
    font-size: 1.45rem;
	text-transform:uppercase;
	color: #000000;
}
.service-lists .read-more-btn {
	border-radius: 10px 0px 10px 0px;
}

/* blog */

.blog-archive {
    padding-top: 60px;
}



/* lien he */
.form-contact-1 .col{
	padding: 0 9.8px 19.6px;
}

.form-contact-1 .col:before, .form-contact-1 .col:after{
	border: none;
}

.form-contact-1 .col-inner {
	padding: 0;
}

.form-contact-1 input, .form-contact-1 textarea {
	margin-bottom: 0px;
}

/* sidebar */

.widgets-framed aside.widget {
	background-color: #F6F6F6;
    border-radius: 7px;
    padding: 40px;
    margin-bottom: 40px;
    border: none;
	text-align: center;
}
.widgets-framed .searchform {
	margin-bottom: 0;
}
.widgets-framed .searchform .search-field{
	background: #fff;
    height: 55px;
    border-radius: 100px 0 0px 100px;
    padding-right: 70px;
    padding-left: 25px;
    border: 1px solid transparent;
	box-shadow: none;
}
.widgets-framed .searchform .submit-button {
	height: 55px;
    border-radius: 0px 100px 100px 0px;
    padding-inline: 20px;
	background-color: var(--primary-color);
}
.widgets-framed .is-divider {
	opacity: 0;
}
.widgets-framed span.widget-title {
	font-size: 24px;
	color: #1f1f25;
	text-transform: capitalize;
}

.widgets-framed ul li.cat-item{
	font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #6e777d;
}

.widgets-framed ul li.cat-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    background: #fff;
    color: #5D666F;
    font-weight: 500;
    transition: 0.3s;
    border-radius: 100px;
}

.widgets-framed ul li.cat-item a:hover {
    background: var(--primary-color);
    transform: translateY(-5px) scale(1.03);
    color: #fff;
}

.widgets-framed ul li.cat-item a:after {
    content: "";
	font-family: fl-icons !important;
	color: var(--primary-color)
}

.widgets-framed ul li.cat-item a:hover:after{
	color: #fff;
} 

.widgets-framed .recent-blog-posts a {
    font-size: 16px;
    font-weight: 600;
    color: #1C2539;
    line-height: 26px;
    transition: 0.3s;
}
.widgets-framed .recent-blog-posts a:hover {
	color: var(--primary-color);
}
.widgets-framed .widget>ul>li+li {
	border-top: 0;
}
.main-service-detail {
	margin-top: 30px;
}

.bg-text-stok {
    font-size: 80px;
    color: white;
    -webkit-text-fill-color: #8d8a8a00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(189 189 189 / 84%);
    font-weight: 700;
	font-family: "Exo", sans-serif;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    width: 100%;
	z-index: -1;
}


/* Khác */
.title-page {
    font-size: 2.75rem;
}


/* Bài viết */
.blog-wrapper.blog-single.page-wrapper {
    padding: 0;
}
.entry-header .entry-divider {
    display: none;
}



/* Chi tiết dự án */
.page-project .page-breadcrumb {
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.page-project .page-breadcrumb a {
    color: #fff;
}

.infore-project .col-inner {
    padding: 2rem 0;
}

.infore-project .col:after {
    bottom: 0;
}


/* Shop */

.shop-page-title.category-page-title.page-title {
    display: none;
}

.woocommerce-shop.woocommerce.woocommerce-page main {
    background: #353535 !important;
}


/* Dự án */
.single.single-du-an .entry-header-text .entry-title {
    display: none;
} 


.about-logo .flickity-page-dots {
	bottom: 0 !important;
}

.about-logo .flickity-page-dots .dot {
	border: 1px solid #a5a4a4;
}

.list-thumbnail-post .col {
   padding: 0 7px 15px !important;
}


.list-thumbnail-post img {
    height: 4.25rem;
    width: 100%;
}

.swiper-wrapper .swiper-slide img {
	border: 1px solid #ddd;
	padding: 12px
}



@media only screen and (max-width: 768px) {
	.shop-container .product-small.box .box-text {
		transform: translate(-50%, -13%);
	}
	
	.shop-container .product-small.box .box-text .product-title a {
		    font-weight: 700;
			font-size: 17px;
			line-height: 1.35;
	}
	
	.bg-text-stok {
		font-size: 28px;
	}

    /* Nút */
    .view-more {
        padding: .75rem 1.25rem;
        margin: 0;
    }

    /* Slider */

    .slider-wrapper .flickity-prev-next-button {
        display: block !important;
    }


    /* Section Slider Banner Home */

    .sec-slider-mb .bg-gray {
        padding: 1rem 0;
        background: #272A31;
    }
    .sec-slider-mb .banner-content .pre, .sec-slider-mb .banner-content .banner-title, .sec-slider-mb .banner-content .disc {
        opacity: 1 !important;
    }

    .sec-slider-mb .banner-content .banner-title {
        font-size: 29px;
        color: #fff;
    }
    .sec-slider-mb .banner-content .disc {
        margin-bottom: 0;
    }

    .sec-slider-mb .video-button-wrapper .button {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .sec-slider-mb .btn-slider-banner .video-button-wrapper::after {
        margin-left: .75rem !important;
    }
    
    /* Section dịch vụ */
    .sec-service-icon {
        margin-top: 0;
    }

    .title-head {
        font-size: 1.1rem;
    }

    .title-area .title {
        font-size: 1.6rem !important;
        line-height: 1.5;
    }

    .sec-about .txt-desc {
        width: 100%;
    }

    /* Section Sản phẩm */

    .sec-slider .flickity-page-dots {
        display: none;
    }

    .sec-slider .button {
        border: none;
        color: #000;
        font-weight: bold;
        font-size: 1rem;
        text-transform: capitalize;
    }
    
    .sec-slider .button:hover {
        color: var(--fs-color-primary);
    }
    
    .sec-slider .flickity-prev-next-button {
        opacity: 1 !important;
        top: auto;
        bottom: -7%;
        background-color: rgba(0,0,0,0);
        width: 2.25rem !important;
        height: 2.25rem;
        border-radius: 50px;
        border: 1px solid #ddd;
        font-weight: bold;
        transform: none;
    }

    .sec-slider .row-slider .flickity-prev-next-button svg {
        padding: 10px !important;
    }
    

    .sec-slider .flickity-prev-next-button svg, .sec-slider .flickity-prev-next-button svg path {
        fill: #ddd !important;
    }
    
    
    .sec-slider .flickity-prev-next-button.previous {
        
        left: auto;
        right: 50%;
    }
    
    .sec-slider .flickity-prev-next-button.next {
        right: auto;
        left: 50%;
    }


    /* Section Project */
    .sec-project {
        background: var(--fs-color-primary);
    }
    .sec-project .section-bg img {
        display: none;
    }

    .sec-project .txt-desc {
        width: 100%;
    }


    .img-box-step .number {
        display: block;
        position: absolute;
        top: -130%;
        background: #fff;
        color: transparent;
        padding: 1rem !important;
        font-size: 3.5rem; /* Tăng kích thước chữ */
        font-weight: 700; /* Đậm hơn */
        border-radius: 0 0 0 .5rem;
        -webkit-text-stroke: 0.8px #333; /* Viền mảnh hơn */
        text-shadow: none;
    }


    .sec-logo .flickity-prev-next-button.next {
        left: 52%;
    }

    .sec-logo .flickity-prev-next-button.previous {
        right: 52%;
    }

    .sec-logo .sec-slider .flickity-prev-next-button {
        bottom: -20%;
    }

    .sec-blog-mb .post-meta {
        margin-bottom: .75rem;
    }

    .sec-blog-mb .post-item .box .box-text .button {
        border: 1px solid var(--fs-color-primary);
        margin: 0;
    }


    .btn-kp {
        display: none !important;
    }

    .product-category .box-text-inner .header-title {
        margin: 0 !important;
    }
    .product-category .box-text {
        background: transparent !important;
        padding: 0;
    }

    .product-category .box-text .box-text-inner {
        background: #ffffffc4;
        padding: .5rem .5rem;
    }

    .products .product-category .box .box-image {
        border-radius: .5rem;
        overflow: hidden;
    }

    .product-main .product-info .product-title {
        font-size: 1.75rem;
    }
    

    .next-prev-thumbs {
        display: none;
    }


    .single-dich-vu .banner {
        padding-top: 12rem !important;
    }
    

    .single-dich-vu .banner .banner-layers {
        display: none;
    }

    .single-dich-vu .entry-header .entry-image {
        display: none;
    }

    .single-dich-vu .entry-header .entry-header-text {
        padding: 0;
    }

    .row-rpoject {
        margin-top: 0;
    }

    .blog-archive {
        padding: 0;
    }
    
    
}


.blog-post {
    margin-top: 1.5rem;
}


.row-rpoject {
    margin-top: 1.5rem;
}

.product-category .box-text {
    background: #ffffffc4;
}

.product-category .box-text-inner .header-title{
    font-size: 1.15rem;
    margin-bottom: 1rem;
}

.btn-kp {
    padding: .35rem .85rem;
    width: max-content;
    border: 1px solid #333;
    color: #000000;
}

.btn-kp:hover {
    color: #fff;
    background: var(--fs-color-primary);
}