/*Trang Home*/


.home-ksolution .sec-title3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;

    @media only screen and (max-width: 800px) {
        font-size: 22px;
    }
}

.home-ksolution .sec-title3 span {
	display: inline-block;
	background: linear-gradient(283deg, #E15021 0.34%, #A72A01 99.66%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30px;
	font-weight: 700;
	line-height: 150%;

    @media only screen and (max-width: 800px) {
        font-size: 22px;
        padding-left: 0;
    }
}
.home-ksolution::before {
    content: "";
    background-image: url(https://k-tech.net.vn/wp-content/uploads/2025/10/bg-right.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 200px;
    height: 200px;
    top: 0;
    right: -31px;
    position: absolute;
    z-index: 2;

    @media only screen and (max-width: 800px) {
        width: 150px;
        height: 150px;
        top: -20px;
        z-index: 1;
    }
}

.home-ksolution::after {
    content: "";
    background-image: url(https://k-tech.net.vn/wp-content/uploads/2025/10/bg-left.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 200px;
    height: 200px;
    bottom: 0;
    left: -31px;
    position: absolute;
    z-index: 2;

    @media only screen and (max-width: 800px) {
        width: 150px;
        height: 150px;
        z-index: 1;
    }
}

.home-ksolution .sec-title3 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
    width: max-content;
    margin: 0 auto 20px;

    @media only screen and (max-width: 800px) {
        font-size: 22px;
    }
}

.home-ksolution .sec-title3::before {
    content: "";
    position: absolute;
    top: -25px;
    right: -60px;
    width: 45px;
    height: 50px;
    background-image: url(https://k-tech.net.vn/wp-content/uploads/2025/10/hi.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.home-ksolution .col-solution .col-inner {
    position: relative;
}


.home-ksolution .text-wrap {
    width: 300px;
    position: absolute;
    cursor: pointer;
    z-index: 99;
}

.home-ksolution .text-wrap1 {
    top: 2%;
    right: -17%;
}

.home-ksolution .text-wrap2 {
    top: 40%;
    right: -41%;
}

.home-ksolution .text-wrap3 {
    top: 78%;
    right: -17%;
}


.home-ksolution .text-wrap .sub-solution {
	text-align: justify;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.5s ease;
}

.home-ksolution .text-wrap:hover .title-solution {
    transform: translateY(0);
    opacity: 1;
}

.home-ksolution .text-wrap:hover .sub-solution {
    display: block;
    transform: translateY(0);
    opacity: 1;
}

.home-ksolution .title-solution {
    font-size: 24px;
    font-weight: 600;

    background: linear-gradient(90deg, #CD001E 0%, #F63F10 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-ksolution .sub-solution {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}





/*Trang Dịch vụ - SEO*/

/*Section Thông tin*/
.seo-infore .seo-left {
    flex-basis: 61%;
    max-width: 61%;

    @media only screen and (max-width: 768px) {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.seo-infore .seo-right {
    flex-basis: 39%;
    max-width: 39%;

    @media only screen and (max-width: 768px) {
        flex-basis: 100%;
        max-width: 100%;
    }
}


.seo-infore::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 410px;
    height: 200px;
    background: url(/wp-content/uploads/2025/10/seo-top.png) no-repeat center center / contain;
    z-index: 1;

    @media only screen and (max-width: 768px) {
        width: 210px;
        height: 103px;
    }
}

.seo-infore .img-seo1 {
    width: 115% !important;
} 

.seo-infore .img-seo2 {
    position: absolute;
    bottom: -16px;
    left: -10%;
    width: 125% !important;

    @media only screen and (max-width: 768px) {
        bottom: -15px;
        left: -22%;
        width: 130% !important;
    }
}


.seo-infore .box-infore {
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: #E1EAF3;
    overflow: hidden;
    padding: 15px 8px;
}

.seo-infore .box-infore .icon-box-text {
    padding-left: 8px !important;
}

.seo-infore .box-infore * {
    font-size: 13px;
}

/*Section Thách thức*/
.seo-challenge .box-challenge {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.seo-challenge .box-challenge:last-child {
    margin-bottom: 0;
}

.seo-challenge .box-challenge .icon-box-text * {
    line-height: 24px;
}

/*Section Chuyên gia*/

.seo-pro::before {
    content: "";
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 140%;
    background: url(/wp-content/uploads/2025/10/bg1.png) no-repeat center center / contain;
}

.seo-pro .box-pro .col-inner {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid transparent;
    padding: 20px;
}

.seo-pro .box-pro .col-inner:hover {
    background: #FFF8F5;
    border: 1px solid var(--primary-color);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.09);
    cursor: pointer;
}

.seo-pro .box-pro .number {
    display: flex;
    align-items: center;
    width: max-content;
    margin-bottom: 10px;
}

.seo-pro .box-pro .number .icon-box-text {
    width: max-content;
}


.seo-pro .box-pro .number .icon-box-text .txt-number,
.seo-pro .box-pro .number .icon-box-text .txt-number .count-up {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    background: var(--kt-btn);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.seo-pro .box-pro .desc {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}


/*Section Quy trình SEO*/
.seo-process::before {
    content: "";
    position: absolute;
    top: 5%;
    left: 10%;
    width: 105px;
    height: 80px;
    background: url(/wp-content/uploads/2025/10/start.png) no-repeat center center / contain;
    z-index: 1;

    @media only screen and (max-width: 768px) {
        display: none;
    }
}

.seo-process::after {
    content: "";
    position: absolute;
    top: 14%;
    left: 12.5%;
    width: 120px;
    height: 110px;
    background: url(/wp-content/uploads/2025/10/member.png) no-repeat center center / contain;
    z-index: 1;
    animation: slideX 1.5s ease-in-out infinite alternate;

    @media only screen and (max-width: 768px) {
        display: none;
    }
}

.seo-process .row-process {
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    max-width: 30% !important;

    @media only screen and (max-width: 768px) { 
        max-width: 80% !important;
    }
}

.seo-process .box-process .number-process {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 125px;
    font-weight: 600;
    color: #D9D9D94D;
    line-height: 100%;
    letter-spacing: 7px;
}

.seo-process .box-process .title-process {
    display: flex;
    align-items: center;
}

.seo-process .box-process .title-process .icon-box-text {
    max-width: 70%;

    @media only screen and (max-width: 768px) {
        max-width: 100%;
    }
}

.seo-process .box-process .txt-process {
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    background: var(--kt-title);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-process {
    display: block;
    height: 125px;
}

.seo-process .flickity-page-dots {
    bottom: -7%;
}

.flickity-page-dots .dot {
    border-radius: 99px !important;
    background: linear-gradient(283deg, rgba(225, 80, 33, 0.16) 0.34%, rgba(167, 42, 1, 0.16) 99.66%) !important;
    border-color: #F3DED8 !important;

    @media only screen and (max-width: 768px) {
        width: 20px !important;
    }
}

.flickity-page-dots .dot.is-selected {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}



/*Section Lợi ích*/

.seo-benefit .list-benefit {
    margin-top: -100px;
}

.seo-benefit .row-benefit {
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    max-width: 33% !important;

    @media only screen and (max-width: 768px) { 
        max-width: 80% !important;
    }
}

.seo-benefit .box-benefit {
    background: #FFF;
    border-radius: 12px;
    overflow: hidden;
}

.seo-benefit .box-benefit .box-text {
    padding: 10px 15px;
}

.seo-benefit .box-benefit .title-benefit {
    font-size: 20px;
    font-weight: 700;
    background: var(--kt-title);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.seo-benefit .box-benefit .sub-benefit {
    font-size: 15px;
    font-weight: 400;
    height: 110px;
    
    @media only screen and (max-width: 768px) {
        height: auto;
    }
}

.seo-benefit .flickity-prev-next-button {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
}



.seo-benefit .flickity-button.previous {
    left: -20%;
}

.seo-benefit .flickity-button.next {
    left: -15%;
}

.seo-benefit .flickity-button svg {
    fill: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 99px;
    padding: 10px;
}

.seo-benefit .flickity-button svg path {
    fill: var(--primary-color);
}

.img-benefit {
    transition: transform .5s ease-in-out;
    animation: zoomInOut 3s infinite;
}



/*Trang Tuyển dụng*/
.sec-sub {
    font-size: 28px;
    font-weight: 700;
    line-height: 140%;
}

.recruitment-sologan .image-wrap .image1-sologan {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    z-index: -1;
}

.recruitment-sologan .col-bg::before {
    content: "";
    background-image: url(/wp-content/uploads/2025/10/bg1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 420px;
    height: 420px;
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translateY(-50%);

    @media only screen and (max-width: 768px) {
        width: 200px;
        height: 200px;
        position: absolute;
        top: 45%;
        right: 20%;
    }
}

.recruitment-why .row .col-why-solid {
    border-right: 2px solid rgb(212, 212, 212);
}


.recruitment-why .box-why {
    display: flex;
    align-items: center;
    width: max-content;
}

.recruitment-why .is-divider {
	display: block;
}

.recruitment-why .box-why .title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}


.recruitment-process::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2025/10/bg-recruitment-wold.png) no-repeat center center / contain;
    opacity: 1;
}

.recruitment-process .col-process .col-inner {
    background: url(/wp-content/uploads/2025/10/bg-process.png) no-repeat center center / contain;
    padding: 12px;
    border-radius: 10px;
    width: 100%;
    height: 100%;

    @media only screen and (max-width: 800px) {
        background: none !important;
    }
}

.recruitment-process .col-20 {
    flex-basis: 20% !important;
    max-width: 20% !important;
	
	@media only screen and (max-width: 800px) {
		flex-basis: 50% !important;
    	max-width: 50% !important;
	}
}

.recruitment-process .col-process:last-child .col-inner {
    background: url(/wp-content/uploads/2025/10/bg-process1.png) no-repeat center center / contain;
    padding: 12px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}


.recruitment-process .box-process {
    color: #3E3E3E;
    width: 75%;
    border: 2px dotted red;
    border-radius: 20px;
    padding: 5px;
    margin-left: 3px;

    @media only screen and (max-width: 800px) {
        width: 100%;
        padding: 15px;
    }
}

.recruitment-process .box-process .title-process {
    font-size: 20px;
    font-weight: 700;
    background: var(--kt-title);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 130%;
    height: 55px;
    padding: 0 15px;
    margin: 0;
	
	@media only screen and (max-width: 768px) {
		height: 60px;
    padding: 0 5px;
	}
}

.recruitment-process .box-process  .sub-process {
    text-align: justify;
}

.recruitment-process .box-process .content-process {
    font-size: 14px;
		padding-top: 10px;

    @media only screen and (max-width: 768px) {
			  padding-top: 0;
    }
}

.recruitment-process .col-process:hover .box-process {
    cursor: pointer;
    background: linear-gradient(283deg, #E15021 0.34%, #A72A01 99.66%);
    border-color: transparent;
}

.recruitment-process .col-process:hover .box-process * {
    color: #fff;
}

.recruitment-process .col-process:hover .box-process .title-process {
    background: transparent;
    -webkit-text-fill-color: #fff;
}



.filter-wrap {
    position: sticky;
    top: 8rem;
    padding: 30px 20px;
    border-radius: 20px;
    border: 1px solid rgba(217, 217, 217, 0.30);
    background: #FFF8F5;
}

.filter-wrap .filter-title {
    display: flex;
    align-items: center;
}

.recruitment-wrapper {
    display: flex;
    gap: 20px;
}

.recruitment-sidebar {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.filter-list,
.filter-sub {
    list-style: none;
}

.filter-list .filter-item {
    margin: 0 0 20px;
}

.filter-list .filter-item a {
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.80);
    line-height: 150%;
    letter-spacing: -0.342px;
}

.filter-list .filter-item.active a {
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.38px;
    background: var(--kt-title);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.filter-item .filter-sub {
    margin: 10px 0px 0px 15px;
}

.filter-item .filter-sub .filter-item {
    margin: 0 0 10px;
}

.filter-item .filter-sub .filter-item a {

    font-size: 17px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.80);
    line-height: 150%;
    letter-spacing: -0.304px;
}

.filter-item.active .filter-sub .filter-item a {
    background: rgba(0, 0, 0, 0.8);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.filter-item.active .filter-sub .filter-item.active a {
    font-weight: 500;
    background: var(--kt-title);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.recruitment-wrap {
    padding: 25px;
}

.recruitment-list .recruitment-item {
    border-radius: 20px;
    border: 1px solid rgba(217, 217, 217, 0.50);
    background: #FFF;
    margin-bottom: 30px;
}

.recruitment-list .recruitment-item .recruitment-full {
    padding: 0 25px;
}


.recruitment-item:has(.recruitment-full.active) .recruitment-info {
    border-radius: 20px;
    border: 1px solid rgba(217, 217, 217, 0.30);
    background: #FFF8F5;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.14);
    margin-bottom: 20px;
}




.recruitment-wrapper {
    display: flex;
    gap: 20px;
}

.recruitment-sidebar {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}


.recruitment-title {
    font-size: 24px;
    font-weight: 600;
    background: var(--kt-btn);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.recruitment-meta {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
}


.recruitment-excerpt,
.recruitment-full {
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.recruitment-excerpt {
    max-height: 500px;
}

.recruitment-full {
    max-height: 0;
}

.toggle-more {

    font-size: 15px;
    font-weight: 600;
    color: #000;
    display: flex;
    text-align: end;
    justify-content: end;
    width: 100%;
    padding: 0 25px 25px 0;
}

.apply-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: var(--kt-btn);
    color: #fff !important;
    border-radius: 8px;
    text-decoration: none;
}



.recruitment-pagination {
    margin-top: 20px;
    text-align: center;
}

.recruitment-pagination .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    border-radius: 6px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
}

.recruitment-pagination .page-numbers.current {
    background: #e63946;
    color: #fff;
}

.recruitment-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.recruitment-meta span {
    font-size: 18px;
    font-weight: 400;
    color: #262626;
}




