/**
 * Theme Name:     K-Tech
 * Author:         K-Tech
 * Template:       flatsome
 * Text Domain:	   k-tech
 * Description:    Theme Build by Xuân Công
 * Theme URI:      https://www.facebook.com/xongcuan
 * Author URI:     https://www.facebook.com/xongcuan
 * Version:        2025
 * License:        2NRJM-B46WR-K6VQR-Y4T3D-QRWPX
 * License URI:    https://www.facebook.com/xongcuan
 */

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

.sec-bg2 {
    background-color: #093420;
}

.sec-value .box-content .title-content {
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.sec-value .box-content {
    margin-bottom: 0.75rem;
}

.img-mau img {
    padding: 2.5rem;
}

.form-gr {
    margin-bottom: 1rem;
}

.form-gr .gr-items {
    width: 100%;
}

.form-gr textarea {
    border-radius: 0.5rem !important;
    border: 1px solid var(--fs-color-secondary);
    padding: 0.5rem 1rem;
}

.sec-footer .txt-desc {
    max-width: 35rem;
}

.bottom-contact {
    display: none;
}

.sec-contact .gr-items input {
    height: 2.5rem;
    font-size: .9rem;
}

.sec-contact .gr-items textarea {
    background: transparent;
    font-size: .9rem;
}


.btn-send input {
    font-size: 1rem;
    height: 2.5rem;
}

.sec-contact .form-gr {
    flex-direction: column;
}


.sec-contact .title-popup {
    font-size: 1.65rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    background: var(--bg);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
}

.video-home p {
    margin: 0;
}


.row-bg2 {
    background: #093420db;
    border-radius: .5rem;
    overflow: hidden;
}


.sec-timeline .timeline {
    display: flex;
    justify-content: space-between;
    color: white;
    position: relative;
}

.sec-timeline .timeline::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 30px;
    right: 30px;
    height: 2px;
    background: white;
    z-index: 0;
}

.sec-timeline .item {
    position: relative;
    text-align: center;
    width: 22%;
}

.sec-timeline .item::before {
    content: "";
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.sec-timeline .time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.sec-timeline .time .left {
    font-size: 43px;
    font-weight: 600;
    background: var(--bg);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
    line-height: 1;
	font-family: "Cinzel", serif !important;
}

.sec-timeline .time .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 6rem;
}

.sec-timeline .time .right .top {
    font-size: 18px;
    font-weight: 600;
    background: var(--bg);
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0);
    letter-spacing: 1px;
	font-family: "Cinzel", serif !important;
}

.sec-timeline .time .right .bottom {
    font-size: 11px;
    font-weight: 400;
    color: #cccccc;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sec-timeline ul {
    text-align: left;
    font-size: 16px;
    width: 10rem;
    margin: 7rem auto 0;
}






.gallery-image1 {
    padding: 1.5rem !important;
    background: url(../k-tech/public/images/gb-green-opacity.jpg) center / cover no-repeat;
    border-radius: 2rem;
}

.gallery-image1 img {
	border-radius: 1rem;
	overflow: hidden;
}



.ani-floatUpDown {
    transform: rotate(-60deg);
    display: block;
    animation: 3s ease-in-out 0s infinite normal none running floatUpDown;
}

@keyframes floatUpDown {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}



@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .mb-txt-box {
        top: 0;
    }

    .sec-overview .box-overview ul li {
        font-size: 0.95rem;
    }

    .sec-value .box-content .desc-content {
        font-size: 0.95rem;
    }

    .sec-value .banner {
        border-radius: 0 !important;
    }

    .desc-number-mb.desc-number {
        align-items: center !important;
    }

    .desc-number-mb.desc-number .desc-content .sub {
        margin-top: 0;
    }

    .sec-value .number-value .txt {
        font-size: 2.5rem;
    }

    .sec-value .number-value .desc-number .number {
        font-size: 8rem;
    }

    .banner-mb {
        padding-top: 800px !important;
    }

    .bottom-contact {
        display: block;
        position: fixed;
        bottom: 0;
        background: #fff;
        width: 100%;
        z-index: 99;
        box-shadow: 2px 1px 9px #dedede;
        border-top: 1px solid #eaeaea;
    }

    .bottom-contact ul li {
        width: 33.33%;
        float: left;
        list-style: none;
        text-align: center;
        font-size: 13.5px;
    }

    .bottom-contact ul li img {
        width: 35px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .bottom-contact ul li span {
        color: #000;
    }

    #popup .sec-popup .title-popup {
        font-size: 1.25rem;
    }
	
	.gallery-image1 {
		padding: .5rem !important;
	}
	
	.btn1 {
		width: max-content;
		display: block !important;
        position: fixed;
        bottom: 13%;
		left: 3%;
        width: 80px;
        z-index: 99;
	}
	
	#button-contact-vr {
		display: none;
	}
}