/**
 * 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:        2026
 * License:        2NRJM-B46WR-K6VQR-Y4T3D-QRWPX
 * License URI:    https://k-tech.net.vn/
 */



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

.header-nav .menu-item a {
	font-weight: 700 !important;
}


body {
	position: relative;
}


.wpcf7-not-valid-tip,
.wpcf7-spinner,
.wpcf7-response-output {
    display: none;
}

.wpcf7-form {
    margin-bottom: 0;
}




.header-main .list-social-ft svg {
    padding: 8px;
    width: 40px;
    height: 40px;
    margin: 0 !important;
}

.btn-register.btn-banner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 17px 70px;
}

.btn-register.btn-red {
    color: #FEEFC9;
}

.airtable-embed .width-full .gap3.grid {
    padding: 8px !important;
    ;
}

.header-main {
    height: 60px !important;
}

.header.show-on-scroll,
.stuck .header-main#masthead {
    height: 60px !important;
}

.post-item .box .box-text .post-title a {
	overflow: hidden;
}


.sec-blog .list-blog .item:first-child {
	border-radius: 10px;
	overflow: hidden;
}

.sec-blog .list-blog .item {
    padding: 10px;
    background: rgba(254, 239, 201, .7);
    backdrop-filter: blur(12px);
    border-radius: 10px;
}

.sec-blog .list-blog .item:hover .thumbnail img {
	transform: scale(1.1);
	transition: transform .4s ease;
}

.sec-blog .list-blog .item .thumbnail img {
	transition: transform .4s ease; 
}

.sec-blog .list-blog .item .content .title a {
	color: var(--primary-color);
}

.sec-blog .list-blog-view .item, .sec-blog .list-blog-new .item {
	margin-bottom: 10px;
}

.home-blog .blog-home .item .date {
	position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    background: var(--primary-color);
    padding: 3px 10px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
}


.item .date svg {
	fill: #fff;
	width: 17px;
	height: 17px;
}

.item .date span {
	color: #fff;
}

.sec-blog .list-blog .item .content .date {
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
}



.sec-blog .list-blog .item:not(:first-child) .content .date svg, .sec-blog .list-blog .item:not(:first-child) .content .date span {
	fill: var(--primary-color);
	color: var(--primary-color);
}

.list-blog-view .date, .list-blog-new .date {
	display: flex;
	align-items: center;
	gap: 10px;
}

.list-blog-view .date svg, .list-blog-view .date span, .list-blog-new .date svg, .list-blog-new .date span {
	fill: var(--fs-color-base);
	color: var(--fs-color-base);
}




.home-blog .blog-home .item {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.home-blog .blog-home .item .content {
    padding-top: 15px;
    position: absolute;
    bottom: 0;
	padding: 10px 20px;
}



.home-blog .blog-home .item .content {
	width: 100%;
}

.home-blog .blog-home .item .content:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 150%;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to top, rgb(136 31 26), rgba(0, 0, 0, 0.05));
    transition: opacity .4s ease;
    z-index: 0;
}

.home-blog .blog-home .item .content .title a {
	color: #fff;
	position: relative;
    margin-bottom: 0;
    z-index: 2;
}

.sec-single-blog .widget {
	border: 1px solid #BFBFBF;
	border-radius: 10px;
	overflow: hidden;
}

.sec-single-blog .widget .widget-title {
	background: var(--primary-color);
    border-radius: 10px;
}

.sec-single-blog .widget .widget-title span::after {
	display: none;
}

.sec-single-blog .widget ul {
	padding: 10px 20px;
}

.sec-single-blog .list-blog-new .item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 7px;
}

.sec-single-blog .list-blog-new .item:hover {
    background: #f3f3f3;
}
.sec-single-blog .list-blog-new .item .thumbnail {
    position: relative;
    padding-top: 30%;
    overflow: hidden;
    width: 100px;
    border-radius: 7px;
    flex-shrink: 0;
}

.sec-single-blog .list-blog-new .item .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 0;
}

.sec-single-blog .list-blog-new .item .content .title {
    margin-bottom: 7px;
}

.sec-single-blog .list-blog-new .item .content .title a {
    font-family: Nunito, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.sec-single-blog .date {
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    background: var(--primary-color);
    padding: 3px 10px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
}

.sec-single-blog .date span, .sec-single-blog .date svg  {
    color: #fff;
}

.sec-single-blog .date svg {
    fill: #fff;
    width: 17px;
    height: 17px;
}

.sec-footer .sec-title2 .section-title-main {
	font-size: 25px;
    margin: 0;
    padding: 0;
}

.sec-footer .text-ft p:not(:last-child) {
	margin-bottom: 12px;
}


.sec-footer .menu-ft .ux-menu-link__link .ux-menu-link__text {
	position: relative;
	width: max-content;
	color: #881f1a;
	text-decoration: underline;
}

.vip-policy-jv .title-policy .section-title .section-title-main {
	font-size: 22px;
}

.vip-highlight-jv .title-highlight .section-title .section-title-main {
    font-size: 25px;
}

.button.btn-ft {
	display: block;
}



@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

    .home-banner .title-banner .section-title-main {
        font-size: 34px;
        line-height: 130%;
    }

    #logo img,
    .has-transparent .stuck #logo img {
        max-height: 60px !important;
    }

    .home-blog .blog-home {
        grid-template-columns: repeat(1, 1fr);
    }
	
	.sec-blog .list-blog .item:first-child .thumbnail {
		padding-top: 75%;
	}
	
	.vip-highlight-jv .title-highlight .section-title .section-title-main {
		font-size: 22px;
	}
	
	
	.page-id-1392 .button.btn-ft, .page-id-1644 .button.btn-ft, .page-id-1646 .button.btn-ft, .page-id-1648 .button.btn-ft {
		display: block;
	}

	


}