/*Header TopBar*/

.header-top {
    background: var(--kt-bg1);
}

.social-header a:first-child {
    margin-right: 10px;
}

.header-main #logo {
    @media only screen and (max-width: 800px) {
        width: 310px;
    }
}

.header-nav {
    justify-content: center !important;
}

.header-nav .menu-item {
    margin: 0 16px;
}

.header-nav .menu-item a {
    font-size: 15px;
    font-weight: 500;
}

/*Footer*/

.title-ft .section-title-main {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    border-bottom: 3.5px solid #d23708 !important;
}

.menu-ft .menu-item .ux-menu-link__text,
.menu-ft .menu-item .ux-menu-link__icon {
    color: #fff;
}

.menu-ft .ux-menu-link__link:hover {
    margin-left: 5px;
}

.menu-ft .ux-menu-link__link:hover .ux-menu-link__text {
    color: var(--primary-color);
}

/*Home*/

/*Home Tech*/
.home-tech .col-tech .col-inner {
    background: #fff8f5;
    border-radius: 8px;
    padding: 20px 0px !important;
    position: relative;
    z-index: 10;
}

.home-tech .col-tech .col-inner::before {
    content: "";
    top: 0;
    left: 0;
    height: 50%;
    width: 50%;
    position: absolute;
    border-top: 2px solid var(--primary-color);
    border-left: 2px solid var(--primary-color);
    border-top-left-radius: 8px;
    transition: all 0.3s;
}

.home-tech .col-tech .col-inner:after {
    content: "";
    bottom: 0;
    right: 0;
    height: 50%;
    width: 50%;
    position: absolute;
    border-bottom: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    border-bottom-right-radius: 8px;
    transition: all 0.3s;
}

.home-tech .col-tech:hover .col-inner:before,
.home-tech .col-tech:hover .col-inner::after {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.nhanvien-text p {
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(90deg, #8d1a1a 0%, #e15021 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

/*Benefit*/
.home-benefit .row-benefit .col20 {
    flex-basis: 20%;
    max-width: 20%;
}

.home-benefit .box-benefit {
    border: 1px solid transparent;

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

.home-benefit .box-benefit:hover {
    border-radius: 12px;
    border: 1px solid #cd001e;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.27);
}

.home-benefit .box-benefit .icon-box-img {
    margin: 0 auto;
}

.home-benefit .box-benefit .title-benefit {
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

.sub-benefit {
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
}

.row-benefit-mb .col20 {
    padding-bottom: 2px;
}

.row-benefit-mb .flickity-prev-next-button .arrow,
.row-benefit-mb .flickity-prev-next-button svg {
    fill: #fff !important;
}

.row-benefit-mb .flickity-prev-next-button {
    display: block !important;
    background: var(--primary-color) !important;
    opacity: 1 !important;
    border-radius: 99px;
    height: 20px;
    width: 39px;
}

.row-benefit-mb .flickity-prev-next-button svg {
    padding: 10px;
    fill: #fff !important;
}

/*Home Solutions*/
.home-solution::before {
    content: "";
    background-image: url(../images/home/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-solution::after {
    content: "";
    background-image: url(../images/home/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-solution .sec-title3 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
    width: max-content;
    display: flex;
    margin: 0 auto 20px;

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

.home-solution .sec-title3::before {
    content: "";
    position: absolute;
    top: -25px;
    right: -60px;
    width: 45px;
    height: 50px;
    background-image: url(../images/home/hi.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

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

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

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

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

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

.home-solution .text-wrap .sub-solution {
    transform: translateY(30px);
    /* bắt đầu trượt lên */
    opacity: 0;
    transition: all 0.5s ease;
}

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

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

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

    background: var(--kt-btn);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

/*Home Services*/
.home-services .row-services {
    max-width: 25% !important;
    opacity: 1 !important;
    margin: 0 !important;
}

.home-services .row-services .col {
    padding: 0 10px 30px;
}

.home-services .box-services {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.home-services .box-services::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.4s ease;
    background: linear-gradient(187deg,
            rgba(167, 42, 1, 0.23) 15.59%,
            rgba(167, 42, 1, 0.49) 38.86%,
            rgba(167, 42, 1, 0.83) 55.55%,
            #a72a01 94.28%);
    opacity: 0;
    bottom: -100%;
    transition: all 0.4s ease;
}

.home-services .box-services:hover::before {
    bottom: 0;
    opacity: 1;
}

.home-services .box-services:hover .box-text .txt-sub {
    display: block;
    transition: all 0.3s ease;
    z-index: 2;
}

.home-services .box-services .box-text {
    transition: all 0.3s ease;
    text-shadow: none !important;
    background: linear-gradient(187deg,
            rgba(167, 42, 1, 0) 15.59%,
            rgba(167, 42, 1, 0.21) 37.65%,
            rgba(167, 42, 1, 0.32) 55.24%,
            rgba(167, 42, 1, 0.78) 94.28%);
    z-index: 2;
    transition: all 0.5s ease;
}

.txt-sub {
    display: none;
}

.home-services .box-services .title-services {
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}

.home-services .box-services .sub-services {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

/*Đối tác*/

.home-partner .list-partner {
    width: 100%;
    background-color: white;
}

.home-partner .item-wrap {
    align-items: center;
    transition-timing-function: linear !important;
}

.home-partner .logo-doitac-slide {
    background: transparent;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.home-partner .logo-doitac-slide img {
    display: block;
    object-fit: contain;
    height: 150px;
    padding-left: 20px;
    padding-right: 20px;
}

/*Home Blog*/
.blog-main {}

.home-blog .blog-wrap.blog-left .post-item .box-text .post-title a {
    -webkit-line-clamp: 3;
}

.home-blog .blog-wrap .post-item .box-text .post-title a {
    font-size: 16px;
    background: var(--kt-title);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

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

.home-blog .blog-wrap .post-item .box-text .button {
    font-size: 15px;
    color: #555555;
    font-weight: 500;
    line-height: 150%;
    /* 22.5px */
    letter-spacing: 0.75px;
    text-transform: none;
    border: none;
    background: transparent;
    padding: 0;
    min-height: auto;
}

.home-blog .blog-wrap .post-item .box-text .button::before {
    content: "";
    position: absolute;
    right: -18px;
    top: 3px;
    background-image: url(../images/post/right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 12px;
    height: 12px;
}

.home-blog .blog-wrap.blog-left .post-item .box {
    border-right: 1px solid #868686;
}

.home-blog .blog-wrap.blog-left .post-item:last-child .box {
    border: none;
}

.home-blog .blog-wrap.blog-left .post-item .box-text {
    padding: 0;
}

.home-blog .blog-wrap.blog-left .post-item .box-text .post-title {
    height: 75px;
}

.home-blog .blog-right .post-item {
    padding-bottom: 20px;
}

.home-blog .blog-right .post-item .box {
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
}

.home-blog .blog-right .post-item:last-child .box {
    border: none;
}

.home-blog .blog-right .post-item .box .box-image img {
    border-radius: 8px;
    overflow: hidden;
}

.home-blog .blog-right .post-item .box-text {
    padding: 0 25px;
}

.home-blog .blog-right .post-item .box-text .box-text-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-blog .blog-right .post-item .box-text .cat-label {
    font-size: 10px;
    font-weight: 600;
    border-radius: 6px;
    background: #f99427;
    padding: 4px 10px;
    text-transform: none;
    opacity: 1;
    width: max-content;
}

/*------------*/
.tintuc-img {
    height: 200px;
    border-radius: 16px;
    width: 100%;
}

.tintuc-date-title a,
.tintuc-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s;
}

.tintuc-date-title a:hover {
    color: var(--primary-color) !important;
}

.tintuc-date-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
}

.tintuc-swiper .swiper-wrapper {
    padding-bottom: 20px;
}

.tintuc-slide {
    padding: 10px;
}

.tintuc-swiper .swiper-button-next {
    bottom: 0;
}

.tintuc-swiper .swiper-button-prev {
    bottom: 0;
}

/*Home about*/
.home-about::before {
    content: "";
    position: absolute;
    top: 0;
    right: -2px;
    width: 100px;
    height: 100px;
    transform: rotate(-5deg);
    flex-shrink: 0;
    background: url(../images/home/nhan.png) no-repeat center center / cover;
    opacity: 0.4;
}

.home-about .list-about .list-about-txt {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.home-about .list-about .accordion-item {
    border-radius: 20px;
    background: #fff;
    box-shadow: -3px 5px 15.9px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    overflow: hidden;
}

.home-about .list-about .accordion-item .accordion-title {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    line-height: 28px;
    padding: 20px;
    border: none;
    border-radius: 20px;
}

.home-about .list-about .accordion-item .accordion-title.active {
    font-weight: 600;
    color: #fff;
    background: #d23708;
}

.home-about .list-about .accordion-item .toggle {
    display: none;
}

/*Home Contact*/
.home-contact .sec-desc2 * {
    color: #555;
}

.home-contact .desc2-top {
    display: flex;
    gap: 15px;

    @media only screen and (max-width: 800px) {
        flex-direction: column;
        gap: 0;
    }
}

.home-contact .desc2-top p {
    margin-bottom: 10px;

    @media only screen and (max-width: 800px) {
        margin: 0;
    }
}

.home-contact .desc2-top p:last-child {
    padding-left: 15px;
    border-left: 1px solid #555;

    @media only screen and (max-width: 800px) {
        border: none;
        padding: 0;
    }
}

.home-contact .ctf-contact label {
    font-weight: 400;
    line-height: 130%;
    /* 23.4px */
    letter-spacing: 0.9px;
}

.home-contact .form-gr .gr-item input,
.home-contact .form-gr .gr-item textarea {
    border-radius: 8px;
    border: 1px solid #e15021;
    background: #fff;
    padding: 15px 20px;
}

.home-contact .form-gr .gr-item input {
    height: 55px;
}

.home-contact .form-gr .gr-item textarea {
    height: 170px;
    width: 100%;
}

.home-contact .btn-contact {
    margin-top: 35px;
}

.home-contact .btn-contact input {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 3px 30px;
    border-radius: 6px;
    background: var(--kt-btn);
}

/*Trang Tuyển dụng*/

.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(../images/recruitment/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 .box-why .title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}




/*Form Ứng tuyển*/

.ungtuyen-form input[type="text"],
.ungtuyen-form input[type="email"],
.ungtuyen-form input[type="tel"],
.ungtuyen-form input[type="file"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #f44336;
    border-radius: 5px;
    outline: none;
    height: 48px;
}

.ungtuyen-form input:focus {
    border-color: #ff5722;
    box-shadow: 0 0 3px #ff5722;
}

/* Upload box giống layout */
.file-upload {
    margin: 20px 0;
}

.file-upload label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.upload-box {
    border: 2px dashed #f44336;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background: #fafafa;
}

.upload-box input[type="file"] {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.upload-content {
    pointer-events: none;
}

.upload-icon {
    font-size: 40px;
    color: #f44336;
}

.ungtuyen-form small {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
    text-align: center;
}

.form-submit {
    text-align: center;
}




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

.recruitment-process .col-process .col-inner {
    background: url(../images/recruitment/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-process:last-child .col-inner {
    background: url(../images/recruitment/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: 60px;
    padding: 0 5px;
    margin: 0;
}
.recruitment-process .box-process .content-process {
    font-size: 13px;
	
	@media only screen and (max-width: 768px) {
		font-size: 14px;
	}
}

.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;
}

.apply-btn:hover {
/*     background: #d62828; */
}

.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;
}