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



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


.btn-call {
    position: fixed;
    bottom: 5%;
	left: 1%;
    z-index: 99999;
}



/* .btn-call img {
    width: 3.75rem;
    height: 3.75rem;
} */






.sec-footer .contact-ft .box-ft {
    height: 7.5rem !important;
}


.btn-contact {
    margin-top: 1rem;
}
.sec-cta {
    background-image: url(../../uploads/2025/04/Bright-Sight-Chuyen-doi-so-Laptop-Resized.jpg);
    background-position: 100% 0;
}


.sec-footer .ux-menu .ux-menu-link:hover .ux-menu-link__text {
    color: var(--fs-color-primary);
}

.contact-head {
    margin-right: 3rem;
}

.form-gr.form-title select option {
	color: #000 !important;
	font-weight: 400 !important;
}

.ctf-page .form-gr {
	margin-bottom: 1.75rem;
}

.ctf-page .form-gr p {
	position: relative;
}

.ctf-page .form-gr label {
    display: inline-block;
    line-height: 1;
    font-weight: 200;
    position: absolute;
    top: -10px;
    left: 16px;
    z-index: 99;
    background: #fff;
    padding: 1px 2px;
    width: max-content;
}

.post-item .col-inner .box-text .post-title {
	height: 4rem;
}

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

.header-nav.header-nav-main.nav-left {
	border-right: 1px solid #ddd;
	width: 95%;
}

.header-main .sologan {
	letter-spacing: 1.15px;
	border-right: none;
	
}


/* .contact-head {
    border-left: 1px solid #ddd;
    padding-left: 2rem;
} */



@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
.list-feature .col-inner .box-feature {
	border: 1px dashed #000;
}
	
	.list-feature .col-inner .box-feature:hover {
		border-bottom: 1px dashed #fff !important;
	}
	
	.list-feature .col-inner .box-feature:hover {
		border: 1px dashed #fff !important;
	}
	
	
	
	
/* .list-feature .col .col-inner {
	padding: 2rem !important;
} */

}

.pd-0 {
    padding-bottom: 0px;
}

.heading-default h2 {
    font-size: 36px
}

/* section điểm mạnh */

.separator {
    width: 143px;
    height: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    position: relative;
    z-index: 0;
}

.separator {
    margin-left: auto;
    margin-right: auto;
}

.separator {
margin-left: auto;
margin-right: 0;
}

.separator:after,
.separator:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    margin: auto;
    background: var(--sp-gradient2);
}

.separator:after {
    left: 0;
}

.separator:before {
    right: 0;
}

.separator>span {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.separator>span:after,
.separator>span:before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    background: var(--sp-gradient1);
}

.separator>span:after {
    left: 5.5px;
}

.separator>span:before {
    right: 5.5px;
}

.separator span span {
    width: 11px;
    height: 11px;
    border: 2px solid transparent;
    display: inline-block;
    border-image-slice: 1;
    border-image-source: var(--sp-gradient1);
}

/* section tại sao */
.section-visao .icon-box {
    border: 1.5px dashed #000;
    padding: 25px 15px;
}

.section-visao .icon-box .icon-inner {
    height: 50px
}

.section-visao .icon-box-img svg path {
    fill: var(--primary-color)
}

.section-visao:before {
    content: "";
    position: absolute;
    top: 4%;
    right: 34%;
    z-index: 1;
    background: url(/thongtin91/wp-content/uploads/2025/04/shape6.png);
    width: 177px;
    height: 177px;
    -webkit-animation: bounce_one 5s linear infinite;
    animation: bounce_one 5s linear infinite;
}

.section-visao:after {
    content: "";
    position: absolute;
    top: 42.5%;
    left: 7%;
    z-index: 0;
    background: url(/thongtin91/wp-content/uploads/2025/04/shape5.png);
    width: 470px;
    height: 300px;
    -webkit-animation: bounce_one 5s linear infinite;
    animation: bounce_one 5s linear infinite;
}





/* reponsive */
@media(max-width:549px) {
    .banner h1 {
        font-size: 21px !important
    }

    .banner h3 {
        font-size: 21px !important;
    }

    .banner p {
        font-size: 13px !important
    }

    .sec-cta .section-bg.fill:before {
        opacity: 0 !important
    }

    .section-visao .img-inner {
        margin: unset !important
    }

}





.icon-inner svg:hover {
    -webkit-animation-name: gradiant-wobblehorizontal;
    animation-name: gradiant-wobblehorizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}



