﻿
@font-face {
    font-family: 'SVN-Gilroy';
    src: url('fonts/SVN-GilroyMedium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('fonts/SVN-Gilroy_SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('fonts/SVN-Gilroy_Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --top-bar-bg: #2d3e38;
    --menu-bg: #ffffff;
    --text-nav: #2E3A5B;
    --text-nav-hover: #08613A;
    --vki-green: #08613A;
	 --vki-green-dark:  #2C484E;
	  --vki-green-gradient: linear-gradient(270deg, #077B4D 0%, #2C484E 100%);
	  --vki-green-gradient2: linear-gradient(180deg, #077B4D 0%, #2C484E 100%);
}
.modal {
    --bs-modal-zindex: 1055;
}
body {
    font-family: 'SVN-Gilroy', sans-serif;
    margin: 0;
    padding: 0;
}
a { text-decoration: none;color:var(--bs-body-color) }
ol, ul {
    padding-left: 0px;
    list-style: none;
}
img {
max-width:100%;

}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}
.text-vki-green { color: var(--vki-green) !important; }
.bg_1 {
	 background:  linear-gradient(270deg, #077B4D 0%, #2C484E 100%);
}
.gradient-text {
    background: linear-gradient(180deg, #077B4D 0%, #2C484E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vki-header {
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s ease;
}

.vki-header.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 4px 20px rgba(0,0,0,0.14);
    animation: vkiHeaderDown 0.3s ease;
}

.vki-header.scrolled .top-bar {
    display: none;
}
.vki-header.scrolled .logo-box img {
    max-height: 60px;
    margin-top: 45px;
}
@media (max-width: 728px) {

	.vki-header.scrolled .logo-box img {
        margin-top: 0px;
        height: 45px;

}
}

@keyframes vkiHeaderDown {
    from { transform: translateY(-100%); }
    to   { transform: translateY(0); }
}
.vki-bg {
	background:#f2fbfa url(img/bg-vki.png) center 100%;
}
.top-bar {
    background:  linear-gradient(270deg, #077B4D 0%, #2C484E 100%);
    height: 45px;
    color: white;
}
.top-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    gap: 20px;
}

.search-wrapper { position: relative; }
.search-wrapper input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 3px 15px 3px 30px;
    color: white;
    font-size: 13px;
    width: 200px;
    outline: none;
}
.search-wrapper input::placeholder { color: rgba(255,255,255,0.6); }
.search-wrapper button {
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
	color:#fff;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}

.top-pill {
    border: 1px solid #077B4D;
    border-radius: 20px;
    padding: 3px 15px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: #fff;
    color: #077B4D;
}
.lang-pill {
    background-color: white;
    color: var(--vki-green);
    cursor: pointer;
}

.main-nav {
    background-color: var(--menu-bg);
    padding: 0 !important;
}

.logo-box {
    position: absolute;
    top: -45px;
    left: 12px;
    width: 220px;
    height: 110px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding: 10px;
    box-shadow: 2px 0 10px rgba(0,0,0,0.02);
}
.logo-box img { max-width: 100%; max-height: 80px; }

@media (min-width: 992px) {
    .navbar-collapse {
        margin-left: 240px;
    }

    .navbar-nav .menu-item {
        position: relative;
    }


    .navbar-nav > .menu-item > a {

        font-size: 16px;
        color: var(--text-nav);
        text-transform: uppercase;
        padding: 22px 15px !important;
        position: relative;
        display: block;
        transition: color 0.3s ease;
        z-index: 1;
    }

    .navbar-nav > .menu-item > a::before {
        content: '';
        position: absolute;
        top: 17px;
        bottom: 17px;
        left: 0px;
        right: 0px;
        border-radius: 4px;
        background-color: transparent;
        transition: background-color 0.3s ease;
        z-index: -1;
    }

    .navbar-nav > .menu-item:hover > a::before {
        background-color: #0FA05F;
    }

    .navbar-nav > .menu-item:hover > a {
        color: #fff;
    }

    .navbar-nav > .menu-item.current-menu-item > a {
        color: #0FA05F;
    }
    .navbar-nav > .menu-item.current-menu-item:hover > a {
        color: #fff;
    }



    .navbar-nav .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 260px;
        background-color: #ffffff;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        border-top: 3px solid var(--vki-green);
        border-radius: 0 0 4px 4px;

        margin: 0;
        list-style: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
        z-index: 1000;
    }


    .navbar-nav .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }


.navbar-nav .sub-menu .sub-menu {
    top: -4px;
    left: 98%;
    border-top: none;
    border-left: 3px solid var(--vki-green);
    border-radius: 4px;
}
    .navbar-nav .sub-menu .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) translateX(5px);
    }


    .navbar-nav .sub-menu .menu-item a {
        display: block;
        padding: 12px 20px !important;
        font-size: 12px;
        font-weight: 600;
        color: #444;
        text-transform: none;
        border-bottom: 1px solid #f5f5f5;
        transition: all 0.2s ease;
    }
    .navbar-nav .sub-menu .menu-item:last-child > a {
        border-bottom: none;
    }
.navbar-nav .sub-menu .menu-item:hover > a {
    background-color: #0fa05f;
    color: #fff;
    padding-left: 25px;
}
}

@media (max-width: 991px) {
    .top-bar { display: none; }
    .main-nav { padding: 10px 0 !important; }

    .logo-box {
        position: relative; top: 0; left: 0; width: 140px; height: auto; box-shadow: none; padding: 0;
    }
    .logo-box img { max-height: 45px; }
    .offcanvas { width: 280px !important; }


    .navbar-nav .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        padding: 0;
        margin: 0;
        display: none;
        list-style: none;
        background-color: #f9fbf9;
    }


    .navbar-nav .menu-item-has-children {
        position: relative;
    }


    .navbar-nav .menu-item a {
        display: block;
        padding: 12px 40px 12px 15px !important;
        font-size: 14px;
        font-weight: 700;
        
        text-transform: uppercase;
        border-bottom: 1px solid #eee;
    }
    .navbar-nav .menu-item.current-menu-item > a {
        color: var(--vki-green);
    }


    .navbar-nav .sub-menu .menu-item a {
        text-transform: none;
        padding-left: 30px !important;
        font-weight: 500;
        background-color: #fcfdfc;
    }
    .navbar-nav .sub-menu .sub-menu .menu-item a {
        padding-left: 45px !important;
        background-color: #f4f7f5;
    }


    .mobile-toggle {
        position: absolute;
        right: 0;
        top: 0;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid #eee;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        z-index: 5;
        color: #666;
        transition: transform 0.3s;
    }

    .menu-item-has-children.active-mobile > .mobile-toggle {
        transform: rotate(180deg);
        color: var(--vki-green);
    }
}

@media (max-width: 991px) {
    .top-bar { display: none; }
    .main-nav { padding: 10px 0 !important; }


    .logo-box {
        position: relative;
        top: 0;
        left: 0;
        width: 150px;
        height: auto;
        box-shadow: none;
        padding: 0;
    }
    .logo-box img { max-height: 50px; }


    .offcanvas { width: 300px !important; }

    .navbar-nav .nav-link {
        padding: 12px 15px !important;
        border-bottom: 1px solid #eee;
        display: flex;
        justify-content: space-between;
    }


    .dropdown-menu {
        border: none;
        background-color: #f9fbf9;
        padding: 0;
        margin: 0;
    }
    .dropdown-item {
        font-size: 13px;
        padding: 12px 15px 12px 30px;
        border-bottom: 1px solid #eee;
        color: #555;
    }
}

.dummy-banner {
    background-color: var(--vki-green);
    height: 100vh;
    padding-top: 150px;
    text-align: center;
    color: white;
}

.hero-section {
    background: url(img/home_hero_bg.png) center/cover no-repeat;
    padding: 170px 0 60px;
    color: #fff;
    position: relative;
    overflow: hidden;
    min-height: 700px;
}

@media (min-width: 992px) {
    .hero-section .container::before,
    .hero-section .container::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 220px;
        height: 420px;
        background: url(img/hero-section-light.png) no-repeat center / contain;
        pointer-events: none;
        z-index: 3;
    }
    .hero-section .container::before { right: 100%; }
    .hero-section .container::after  { left: 100%; }
}
.hero-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}
@media (min-width: 728px) {
	.hero-title {
		margin-top: -50px;
	}
}

.hero-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
}
.hero-cards-wrapper {
    margin-bottom: 30px;
    padding: 10px 0;
}
.hero-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    height: 100%;
}
.hero-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.card-gold-bar {
    background: url(img/hero-h3.png) no-repeat;
    padding: 12px 10px;
    text-align: center;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    background-size: cover;
}
.hero-desc {
    font-size: 16px;
    margin-bottom: 25px;
}
.btn-red-action {
    background-color: #b91d22;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    transition: 0.3s;
}
.btn-red-action:hover { background-color: #fff;        color: #0FA05F; }

.about-header-section {
    padding-top: 175px;
    background-color: #f9fbf9;
    overflow: hidden;
}
.about-bg-green {
    background: linear-gradient(270deg, #077B4D 0%, #2C484E 100%);

    height: 180px;
    position: relative;
}
.about-title-box {
    color: white;
 //   padding-left: 20px;
}
.about-title-box h5 {
    font-size: 18px;
    letter-spacing: 1px;
}
.about-title-box h2 {
    font-size: 26px;
    line-height: 1.4;
}
.about-building-img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 350px;
    z-index: 5;
}

.about-text-content p {
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(130px, auto);
    gap: 20px;
	height: 100%;
}
.stat-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: box-shadow 0.3s ease;
}
.stat-box:hover {
    box-shadow: 0 8px 28px rgba(0, 129, 79, 0.28);
}
.stat-number {
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 5px;
}
.stat-text {
    font-size: 14px;
    margin-bottom: 0;
}
.stat-box.stat-tall.bg-vki-green.text-white h2 {
    padding-top: 15px;
}
.bg-vki-green {
    background: linear-gradient(180deg, #077B4D 0%, #2C484E 100%);
}

.stat-tall {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    justify-content: space-between;
    padding: 30px 20px 0;
    border: none;
    overflow: hidden;
}
.stat-tall img {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: -5px;
    display: block;
    max-width: calc(100% + 40px);
}
.stat-small {

}
.stat-wide {
    grid-column: 2 / 4;
}

@media (max-width: 991px) {
    .about-bg-green { height: auto; padding: 40px 0; }
    .about-building-img {
        display: block;
        margin: 20px auto 0;
        max-height: 200px;
    }

    .about-bg-green {
        padding-bottom: 143px;
    }
.about-title-box br {
    display: none;
}
    .stats-grid {
        display: flex;
        flex-direction: column;
    }
    .stat-tall { padding: 0px 20px; text-align: center; }
    .stat-tall img { margin-top: 20px; }
}



@media (max-width: 728px) {
	.stat-box.stat-small,
	.stat-box .d-flex {
		text-align: center;
		flex-wrap: wrap;
	}

.stat-box .d-flex h2.stat-number {
    width: 100%;
}


}



.challenge-section {
    position: relative;

}

.challenge-top {
    background: url('img/challenge-bg.jpg') top center/cover no-repeat;
    padding: 100px 0 150px;
}

.challenge-title {
    color: var(--vki-green);
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}

.challenge-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 60%;
    height: 4px;
    background-color: var(--vki-green);
}

.challenge-subtitle {
    font-size: 16px;
    color: #444;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 15px;
}

.challenge-bottom {
    padding: 60px 0;
    color: white;
    background: url(img/challenge-bottom.jpg)  center/cover no-repeat;
    position: relative;
}
.challenge-bottom::before {
	content: " ";
	background: linear-gradient(135deg, #094b2d 0%, #158b4f 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: block;
	opacity:0.75;
    z-index: 1;
}
.challenge-bottom .container {
    position: relative;
    z-index: 1;
}
.challenge-item {
    padding-right: 15px;
}

.challenge-icon {
    font-size: 36px;
    margin-bottom: 20px;
    color: white;
}

.challenge-heading {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
    min-height: 42px;
}

.challenge-desc {
    font-size: 13.5px;
    line-height: 1.6;
    opacity: 0.85;
}

.solution-section {
    position: relative;
    padding-top: 60px;
    background-color: #f9f9f9;
}

.solution-header-box {
    background: var(--vki-green-gradient);
    border-radius: 6px 6px 0px 0px;
    padding: 40px 50px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    /* margin-bottom: -50px; */
}
@media (min-width: 768px) {
	.challenge-icon {
    text-align: center;
}
	.challenge-top {
    padding: 100px 0 210px;
}
    .solution-row {
        flex-wrap: nowrap;
    }
    .solution-row > [class*="col-"] {
        flex: 1;
        width: auto !important;
        max-width: none !important;
        transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }
    .solution-row > [class*="col-"].sol-active {
        flex: 2.5;
    }
    .solution-row > [class*="col-"].sol-collapsed {
        flex: 0.5;
    }
}

.solution-card {
    position: relative;
    overflow: hidden;
    height: 520px;
    cursor: pointer;
}

.solution-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.solution-overlay-full {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(5, 30, 15, 0.55) 0%, transparent 55%);
    transition: background 0.5s ease;
}

.solution-content-inactive {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    writing-mode: vertical-rl;
    white-space: nowrap;
    color: white;
    text-align: right;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
    z-index: 2;
}

.solution-content-inactive .solution-label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.85;
    display: block;
    margin-left: 6px;
}

.solution-name-v {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
}

.solution-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(22, 126, 76, 0.85);
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    color: white;
    opacity: 1;
    visibility: visible;
    transition: background 0.4s, opacity 0.3s, visibility 0s;
    z-index: 2;
}

.solution-label {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    color: inherit;
}

.solution-name {
    font-size: 26px;
    font-weight: 800;
    margin: 0;
    line-height: 1.3;
    color: inherit;
}

.solution-overlay-text {
    flex-shrink: 0;
}

.sol-active .solution-overlay-text {
    flex: 0 0 50%;
}

.sol-active .solution-overlay-desc {
    flex: 0 0 50%;
}

.sol-active .solution-name {
    white-space: normal;
    width: 100%;
	
}
.sol-active .solution-name {
	    background: linear-gradient(270deg, #077B4D 0%, #2C484E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sol-active .solution-name br {
    display: none;
}

.solution-overlay-desc {
    font-size: 14px;
    line-height: 1.65;
    
    padding-bottom: 4px;
    display: none;
}

.sol-active .solution-overlay {
    background: linear-gradient(to top, rgba(255,255,255,0.97) 0%, rgba(255,255,255,0.88) 55%, transparent 100%);
    color: #111;
    align-items: flex-end;
    padding: 36px 44px 32px;
}

.sol-active .solution-label {
    color: #00814F;
}

.sol-active .solution-name {
    color: #0d2e1a;
}

.sol-active .solution-overlay-desc {
    display: block;
}

.solution-arrow {
    font-size: 22px;
    color: #00814F;
    transition: transform 0.3s;
    flex-shrink: 0;
    align-self: flex-end;
}

.sol-collapsed .solution-overlay-full {
    background: var(--vki-green-gradient);
}

.sol-collapsed .solution-overlay {
   // opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0s 0.2s;
}

.sol-collapsed .solution-content-inactive {
    opacity: 1;
    transition: opacity 0.3s 0.15s;
}

@media (max-width: 991px) {
    .challenge-heading { min-height: auto; }

    .solution-header-box {
        padding: 30px 20px;
        margin-bottom: 0;
        border-radius: 0;
    }

    .solution-card { height: 400px; }
    .solution-overlay { padding: 20px 24px; }
    .solution-name { font-size: 20px; }
}

@media (max-width: 768px) {
	
	.sol-collapsed .solution-overlay {
    visibility: visible;
}
.sol-collapsed .solution-content-inactive {
    display: none;
}
.sol-collapsed .solution-card {
    height: 95px;
}
}

.kcn-section {

    background-color: #f2fbfa;
    padding-top: 80px;
    padding-bottom: 80px;
}

.kcn-main-title {
    color: #11573c;
    font-size: 32px;
    font-weight: 800;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.kcn-main-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #11573c;
}

.kcn-card {
    background-color: #f4f6f6;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    transition: box-shadow 0.3s;
    border: 1px solid #e9ecef;
}
.kcn-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.kcn-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.kcn-card-body {
    padding: 25px 20px;
}

.kcn-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    min-height: 48px;
}

.kcn-info-list {
    margin-bottom: 25px;
}
.kcn-info-list li {
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}
.kcn-info-list li i {
    color: #555;
    width: 20px;
    margin-top: 4px;
    text-align: center;
}
.kcn-info-list li strong {
    font-weight: 600;
    margin-right: 5px;
}

.btn-kcn {
    display: inline-block;
    background: linear-gradient(90deg, #165b3c 0%, #0d834d 100%);
    color: white;
    font-weight: 600;
    font-size: 14.5px;
    padding: 10px 20px;
    border-radius: 4px;
    transition: all 0.3s;
    border: 0px;
	margin-bottom: 20px;
}
.btn-kcn:hover {
    background: linear-gradient(90deg, #0d834d 0%, #165b3c 100%);
    color: white;
}

.kcn-slider-wrapper {
    padding: 0 40px;
}

.kcn-button-prev,
.kcn-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #aaa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    color: #666;
    transition: all 0.3s;
}

.kcn-button-prev:hover,
.kcn-button-next:hover {
    background-color: #11573c;
    color: white;
    border-color: #11573c;
}

.kcn-button-prev { left: -10px; }
.kcn-button-next { right: -10px; }

@media (max-width: 767px) {
    .kcn-slider-wrapper {
        padding: 0;
    }
    .kcn-button-prev,
    .kcn-button-next {
        display: none;
    }
    .kcn-title { min-height: auto; }
}

.partner-section {

    background-color: #f2fbfa;
    padding: 60px 0 80px;
}

.section-title {
    color: #11573c;
    font-size: 28px;
    font-weight: 800;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #11573c;
}

.partner-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.partner-box {
    width: calc((100% - 6 * 15px) / 7); /* 7 cột */
}
.partner-grid.partner6 .partner-box {
    width: calc((100% - 6 * 15px) / 6); /* 7 cột */
}

.partner-box {
    background: #fff;
    border: 1px solid #0FA05F;
    border-radius: 8px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    transition: all 0.3s ease;
}
.partner-box:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.06);
    border-color: #d1d7d6;
    transform: translateY(-2px);
}

.partner-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.btn-partner-more {
    display: inline-block;
    background: var(--vki-green-gradient);
    color: white;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 40px;
    border-radius: 4px;
    transition: all 0.3s;
}
.btn-partner-more:hover {
    background: linear-gradient(90deg, #114b31 0%, #165b3c 100%);
    color: white;
}

@media (max-width: 1199px) {
.partner-box {
    width: calc((100% - 6 * 15px) / 5); /* 7 cột */
}
}

@media (max-width: 991px) {
.partner-box {
    width: calc((100% - 6 * 15px) / 5); /* 7 cột */
}
    .partner-box { height: 55px; }
}


.featured-projects-section {
    background: #12633a url(img/featured-projects-bg.png) center/cover no-repeat;
    padding-top: 60px;
    padding-bottom: 80px;
}

.featured-title {
    font-size: 32px;
    font-weight: 800;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.featured-title::before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: -5px;
    width: 100%;
    height: 14px;
    background:linear-gradient(90deg, rgba(15, 160, 95, 0.5) 0%, #E6F3ED 100%);
    z-index: -1;
}

.btn-view-all {
    background-color: #e9ecef;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 4px;
    transition: 0.3s;
}
.btn-view-all:hover {
    background-color: #fff;
    color: #12633a;
}

.accordion-slider-wrapper {
    padding: 0;
}

.project-accordion {
    display: flex;
    height: 450px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #DE9800;
    gap: 2px;
    background-color: #DE9800;
}

.project-item {
    position: relative;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    flex: 1;
    transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
}

.project-item.active {
    flex: 3;
    cursor: default;
}

.project-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(7, 65, 36, 0.9) 0%, rgba(7, 65, 36, 0.4) 40%, rgba(0,0,0,0) 100%);
    transition: 0.4s;
}

.content-inactive {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    writing-mode: vertical-rl;
    transform: translateX(-50%) rotate(180deg);
    white-space: nowrap;
    color: white;
    text-align: right;
    transition: opacity 0.3s 0.1s;
    opacity: 1;
}
.content-inactive .small-text {
    font-size: 14px;
    opacity: 0.9;
    margin-left: 0px;
    display: block;
}
.content-inactive .big-text { font-size: 20px; font-weight: 800; letter-spacing: 1px; }

.content-active {
    position: absolute;
    bottom: 30px;
    left: 40px;
    right: 40px;
    color: white;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s 0.2s, transform 0.4s 0.2s, visibility 0s 0.6s;
}
.content-active .project-cate { font-size: 15px; margin-bottom: 5px; opacity: 0.9; }
.content-active .project-name { font-size: 28px; font-weight: 800; margin-bottom: 10px; text-transform: uppercase; }
.content-active .project-desc { font-size: 14px; line-height: 1.5; margin-bottom: 20px; max-width: 80%; opacity: 0.85; }

.project-badge {
    display: inline-block;
    background-color: white;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #2d3e38;
}

.project-item.active .content-inactive {
    opacity: 0;
    pointer-events: none;
}
.project-item.active .content-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.5s 0.3s, transform 0.5s 0.3s, visibility 0s 0s;
}

.project-btn-prev, .project-btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px; height: 36px;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    color: white;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10;
}
.project-btn-prev:hover, .project-btn-next:hover {
    background-color: white;
    color: #12633a;
}
.project-btn-prev { left: -50px; }
.project-btn-next { right: -50px; }

@media (max-width: 767px) {

    .accordion-slider-wrapper { padding: 0; }
    .project-btn-prev, .project-btn-next { display: none; }

    .project-accordion {
        flex-direction: column;
        height: 600px;
    }
    .project-item.active { flex: 4; }


    .content-inactive {
        writing-mode: horizontal-tb;
        transform: translateX(-50%);
        bottom: 15px;
        text-align: center;
    }
    .content-inactive .small-text, .content-inactive .big-text { display: block; margin: 0; font-size: 14px; }

    .content-active { left: 20px; right: 20px; bottom: 20px; }
    .content-active .project-name { font-size: 22px; }
    .content-active .project-desc { max-width: 100%; display: none; }
}

.news-section {
    background-color: #f9fbfb;
}
.news-section .row.g-4 > .col-lg-6:first-child {
    display: flex;
    flex-direction: column;
}
.news-banner-large {
    flex: 1 1 0;
    min-height: 220px;
    overflow: hidden;
    border-radius: 0.375rem;
}
.news-banner-large a {
    display: block;
    height: 100%;
}
.news-banner-large img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}
.news-section .row.g-3 {
    flex-shrink: 0;
}
.news-section .row.g-3 .col-6 img {
    height: 145px;
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0.375rem;
}
.hover-green:hover { color: var(--vki-green) !important; }

.news-list-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
.news-list-item a,
.news-list-item img {
    width: 180px;
    height: 110px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}
.news-info {
    flex-grow: 1;
}
.news-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
}
.news-title a {
    transition: 0.3s;
}
.news-title a:hover {
    color: var(--vki-green);
}
.news-excerpt {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin: 0;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.contact-form-section {
    background-color: #F8FFFC;
}

.vki-form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin-bottom: 5px;
}
.vki-form-control {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ced4da;
    background-color: transparent;
    padding: 5px 0;
    font-size: 13px;
    color: #555;
    transition: 0.3s;
}
.vki-form-control:focus {
    outline: none;
    border-bottom-color: var(--vki-green);
}

.btn-submit-form {
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    
    font-weight: 600;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    transition: 0.3s;
}
.btn-submit-form:hover {
    background-color: var(--vki-green);
    color: white;
    border-color: var(--vki-green);
}

.category-hero-banner {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 220px;
}
.category-hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1;
}
.category-main-title {
    font-size: 34px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.category-green-desc {
    background: linear-gradient(270deg, #077B4D 0%, #2C484E 100%);
    padding: 22px 0;
}
.category-desc-text {
    font-size: 15px;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
    opacity: 0.95;
}

.category-breadcrumb-bar {
    background-color: #ffffff;
}
.vki-custom-breadcrumb {
    font-size: 14px;
    align-items: center;
}
.vki-custom-breadcrumb .breadcrumb-item a {
    color: #666;
    text-decoration: none;
    transition: 0.3s;
}
.vki-custom-breadcrumb .breadcrumb-item a:hover {
    color: var(--vki-green);
}
.vki-custom-breadcrumb .breadcrumb-item.active {
    color: var(--vki-green);
    font-weight: 600;
}

.vki-custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    font-size: 18px;
    line-height: 1;
    color: #999;
    padding: 0 8px;
}

.vki-sp-header-section {
    width: 100%;
    position: relative;
    background: #f8fbfb;
}

.vki-sp-top-title {
    text-align: center;
    padding: 20px 0;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
}

.vki-sp-top-title h2 {
    color: var(--vki-green);
    font-size: 55px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.vki-sp-top-title p {
    font-size: 32px;
}
@media (max-width: 991px) {
	.vki-sp-top-title h2 {
    font-size: 35px;
}
.vki-sp-top-title p {
    font-size: 25px;
}

}
.vki-sp-hero-banner {
    width: 100%;
    height: 630px;
    overflow: hidden;
}

@media (max-width: 728px) {
.vki-sp-hero-banner {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
}

.vki-sp-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vki-sp-info-bar {
    background-color: var(--vki-green-dark);
    padding: 30px 0;
    color: #fff;
}

.vki-sp-info-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.vki-sp-info-desc {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    opacity: 0.9;
    text-align: justify;
}

.vki-sp-breadcrumb-wrap {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}

.vki-sp-breadcrumb {
    font-size: 14px;
    color: var(--vki-text-gray);
}

.vki-sp-breadcrumb a {
    color: var(--vki-text-dark);
    font-weight: 600;
}

.vki-sp-breadcrumb i {
    font-size: 12px;
    margin: 0 8px;
    color: #999;
}

.vki-sp-detail-section {
    padding: 50px 0;
    background-color: #f8fbfb;
}

.vki-sp-main-img {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.vki-sp-main-img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.vki-sp-main-img:hover img {
    transform: scale(1.02);
}

.vki-sp-thumb-swiper {
    padding-bottom: 15px;
}

.vki-sp-thumb-swiper .swiper-slide {
    height: 100px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
}

.vki-sp-thumb-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vki-sp-thumb-swiper .swiper-slide.swiper-slide-thumb-active,
.vki-sp-thumb-swiper .swiper-slide:hover {
    border-color: var(--vki-green-light);
}

.vki-sp-scrollbar {
    background: #e0e0e0 !important;
    height: 4px !important;
    bottom: 0 !important;
}

.vki-sp-scrollbar .swiper-scrollbar-drag {
    background: var(--vki-green-dark) !important;
}

.vki-sp-title {
    font-size: 22px;
    font-weight: 700;
    color: #213045;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--vki-border-gray);
}

.vki-sp-specs {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.vki-sp-specs li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
    color: #444;
}

.vki-sp-specs li i {
    width: 25px;
    text-align: center;
    color: #5b6a7a;
    font-size: 16px;
    margin-right: 10px;
}

.vki-sp-specs li strong {
    color: var(--vki-text-dark);
    margin-right: 5px;
}

.vki-sp-price {
    color: var(--vki-red);
    font-weight: bold;
}

.vki-sp-desc-box {
    border: 1px solid #a3b1c6;
    border-radius: 10px;
    padding: 20px;
    font-size: 14.5px;
    line-height: 1.6;
    
    background-color: #fff;
    margin-bottom: 25px;
}

.vki-sp-actions {
    display: flex;
    gap: 15px;
}

.vki-sp-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 1px solid var(--vki-green-dark);
    color: var(--vki-green-dark);
    font-weight: 600;
    border-radius: 4px;
    background: transparent;
    transition: 0.3s;
}

.vki-sp-btn-outline:hover {
    background: var(--vki-green-dark);
    color: #fff;
}

.vki-sp-btn-solid {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: var(--vki-green-gradient);
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    transition: 0.3s;
}

.vki-sp-btn-solid i {
    margin-left: 8px;
    font-size: 12px;
}

.vki-sp-btn-solid:hover {
    background: #077B4D;
    color: #fff;
}


@media (max-width: 991px) {
	
    .vki-sp-content {
        margin-top: 30px;
    }
    .vki-sp-info-bar .col-md-4 {
        margin-bottom: 15px;
    }
}

.vki-thumb-img {
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vki-thumb-img:hover {
    opacity: 0.8;
}

.vki-thumb-img.active {
    border-color: #217358;
}

.vki-the-content-wrap {
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    border: 1px solid #eef2f5;
}

.the_content {
    color: #334155;
    font-size: 16px;
    line-height: 1.8;
}

.the_content h1,
.the_content h2,
.the_content h3,
.the_content h4,
.the_content h5 {
    color: #195b45;
    font-weight: 700;
    margin-top: 1.8em;
    margin-bottom: 0.8em;
    line-height: 1.4;
}

.the_content h2 { font-size: 26px; border-bottom: 1px dashed #ccc; padding-bottom: 8px;}
.the_content h3 { font-size: 22px; }

.the_content p {
    margin-bottom: 1.2em;
    text-align: justify;
}

.the_content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: 25px auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.the_content a {
    color: #217358;
    text-decoration: underline;
    font-weight: 500;
}

.the_content a:hover {
    color: #195b45;
}

.the_content ul, .the_content ol {
    margin-bottom: 1.5em;
    padding-left: 20px;
}

.the_content li {
    margin-bottom: 8px;
}

.the_content blockquote {
    border-left: 5px solid #195b45;
    background: #f4f8f7;
    padding: 15px 25px;
    margin: 2em 0;
    font-style: italic;
    color: #475569;
    border-radius: 0 8px 8px 0;
}

.the_content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0;
}
.the_content table th,
.the_content table td {
    border: 1px solid #e2e8f0;
    padding: 12px 15px;
    text-align: left;
}
.the_content table th {
    background: #f8fafc;
    color: #1e293b;
    font-weight: 600;
}

.vki-ab-hero-bg {
    position: relative;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.vki-ab-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #077B4D 0%, #2C484E 100%);
    z-index: 1;
    opacity: 0.75;
}

.vki-ab-hero-content {
    z-index: 2;
    padding: 0 15px;
}

.vki-ab-hero-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.vki-ab-hero-subtitle {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.vki-ab-main-section {
    padding: 30px 0 80px 0;
    background-color: #f6fbfa;
}

.vki-ab-breadcrumb {
    font-size: 16px;
    margin-bottom: 40px;
}

.vki-ab-breadcrumb a {
    text-decoration: none;
    font-weight: 600;
    color: var(--bs-body-color);
}
.vki-ab-breadcrumb i {
    font-size: 11px;
    margin: 0 10px;
    color: #888;
}

.vki-ab-breadcrumb span {
    font-weight: 600;
}

.vki-ab-row {
    align-items: flex-start;
}

.vki-ab-left-col {
    padding-right: 40px;
}

.vki-ab-title {
    color: #195b45;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 25px;
}

.vki-ab-description p {
    font-size: 15px;
    line-height: 1.7;
    
    margin-bottom: 18px;
    text-align: justify;
}

.vki-ab-btn {
    display: inline-flex;
    align-items: center;
    background:var(--vki-green-gradient);
    color: #ffffff;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.vki-ab-btn i {
    margin-left: 8px;
    font-size: 13px;
}

.vki-ab-btn:hover {
    background-color: #217358;
    color: #ffffff;
}

.vki-ab-right-col {

}

.vki-ab-visual-card {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.vki-ab-vision-box {
    background: var(--vki-green-gradient2);
    color: #ffffff;
    padding: 30px;
    font-size: 15.5px;
    line-height: 1.6;
    text-align: justify;
}

.vki-ab-image-wrapper {
    width: 100%;
}

.vki-ab-image-wrapper img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .vki-ab-left-col {
        padding-right: 15px;
        margin-bottom: 40px;
    }

    .vki-ab-hero-title {
        font-size: 24px;
    }

    .vki-ab-hero-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 728px) {
.vki-ab-vision-box {
	margin-bottom:15px;
}
}

.vki-ab-core-values {
    background: url(img/bg_giatri.jpg) center/cover no-repeat;
    padding: 80px 0;
}

.vki-cv-title-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
}

.vki-cv-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.vki-cv-line {
    width: 80%;
    height: 6px;
    background: linear-gradient(90deg, #27ae60 0%, #ffffff 100%);
    border-radius: 3px;
}

.vki-cv-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 35px 30px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    cursor: default;
}

.vki-cv-icon {
    font-size: 36px;
    color: #195b45;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.vki-cv-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #195b45;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.vki-cv-card-desc {
    font-size: 14.5px;
    
    line-height: 1.6;
    margin: 0;
    text-align: justify;
    transition: all 0.3s ease;
}

.vki-cv-card:hover {
    background-color: #27ae60;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.vki-cv-card:hover .vki-cv-icon,
.vki-cv-card:hover .vki-cv-card-title,
.vki-cv-card:hover .vki-cv-card-desc {
    color: #ffffff;
}

@media (max-width: 991px) {
    .vki-cv-title-wrap {
        padding-right: 0;
        margin-bottom: 20px;
        align-items: center;
        text-align: center;
    }

    .vki-cv-line {
        width: 150px;
    }
}

.vki-ab-process-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.vki-ab-section-title-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.vki-ab-section-title {
    font-size: 28px;
    font-weight: 800;
    color: #195b45;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.vki-ab-title-line-center {
    width: 60px;
    height: 3px;
    background-color: #195b45;
    margin: 0 auto;
}

.vki-process-card {
    position: relative;
    width: 100%;
    height: 480px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.vki-process-default {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
}

.vki-process-default img {
    width: 100%;
    height: calc(100% - 90px);
    object-fit: cover;
}

.vki-process-title-bottom {
    height: 90px;
    background: var(--vki-green-gradient);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
}

.vki-process-hover {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.vki-process-title-top {
    background:var(--vki-green-gradient);
    color: #ffffff;
    padding: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
}

.vki-process-content {
    padding: 20px;
    overflow-y: auto;
    flex-grow: 1;
}

.vki-step-item {
    margin-bottom: 15px;
}

.vki-step-item:last-child {
    margin-bottom: 0;
}

.vki-step-item strong {
    display: block;
    
    font-size: 14.5px;
    margin-bottom: 5px;
}

.vki-step-item p {
    font-size: 13.5px;
    color: #555555;
    margin: 0;
    line-height: 1.5;
}

.vki-process-card:hover .vki-process-default {
    opacity: 0;
    visibility: hidden;
}

.vki-process-card:hover .vki-process-hover {
    opacity: 1;
    visibility: visible;
}

.vki-ab-commitment-section {
    padding: 60px 0;

}

.vki-ab-commitment-section .row {
    align-items: stretch !important;
}

.vki-ab-commitment-section .col-lg-5 {
    display: flex;
    flex-direction: column;
}

.vki-commit-box {
    flex: 1;
    background:
	 url(img/about_bg1.png) center/cover no-repeat ,
    linear-gradient(180deg, #077B4D 0%, #2C484E 100%)
   ;
    padding: 70px 40px;
    border-radius: 12px;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(25, 91, 69, 0.3);
}

.vki-commit-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.vki-commit-desc {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
    text-align: justify;
}

.vki-btn-white {
    display: inline-block;
    background-color: #ffffff;
    color: #195b45;
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.vki-btn-white i {
    font-size: 12px;
    margin-left: 5px;
}

.vki-btn-white:hover {
    background-color: #f0f0f0;
    color: #124030;
}

.vki-accordion {
    width: 100%;
}

.vki-acc-item {
    margin-bottom: 10px;

    overflow: hidden;
}

.vki-acc-header {
    background-color: #f1f3f3;
    padding: 16px 20px;
    
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.vki-acc-icon {
    width: 20px;
    font-size: 14px;
    color: #666;
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.vki-acc-item.active .vki-acc-header {
    background-color: #eaf1ef;
    color: #195b45;
    border-top: 2px solid;
}

.vki-acc-item.active .vki-acc-icon {
    color: #195b45;

}

.vki-acc-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background-color: #ffffff;
}

.vki-acc-content {
    padding: 20px;
    font-size: 14.5px;
    color: #444444;
    line-height: 1.6;
    border: 1px solid #eaf1ef;
    border-top: none;
    border-radius: 0 0 6px 6px;
}

.vki-srv-list-section {

}

.vki-srv-row {
    margin-bottom: 70px;
}
.vki-srv-row:last-child {
    margin-bottom: 0;
}

.vki-srv-img-col {
    padding-right: 30px;
}
.vki-srv-content-col {
    padding-left: 20px;
}

.vki-srv-img-wrap {
    width: 100%;
    overflow: hidden;
}
.vki-srv-img-wrap img {
    width: 100%;
    display: block;
    object-fit: cover;

    border-radius: 4px;
}

.vki-srv-title {
    font-size: 26px;
    font-weight: 800;
    color: #195b45;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.3;
}

.vki-srv-line {
    width: 100%;
    height: 1px;
    background-color: #9eb8af;
    margin-bottom: 25px;
}

.vki-srv-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.vki-srv-list li {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.vki-srv-list li:last-child {
    margin-bottom: 0;
}

.vki-srv-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1.5px solid #195b45;
    border-radius: 50%;
    color: #195b45;
    font-size: 11px;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 2px;
}

.vki-srv-text {
    font-size: 16x;
    line-height: 1.5;
}

.vki-srv-desc {
    font-size: 15.5px;
    
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: justify;
}

.vki-srv-btn {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #7a948a;
    color: #195b45;
    font-size: 14.5px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    background-color: transparent;
}

.vki-srv-btn i {
    font-size: 11px;
    margin-left: 8px;
    color: #7a948a;
    transition: all 0.3s ease;
}

.vki-srv-btn:hover {
    background-color: #195b45;
    color: #ffffff;
    border-color: #195b45;
}

.vki-srv-btn:hover i {
    color: #ffffff;
}

@media (max-width: 991px) {
    .vki-srv-img-col {
        padding-right: 15px;
        margin-bottom: 25px;
    }
    .vki-srv-content-col {
        padding-left: 15px;
    }
    .vki-srv-row {
        margin-bottom: 50px;
    }
}

.vki-news-section {
    padding: 50px 0 80px 0;
    background-color: #fcfdfd;
}

.vki-news-section a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.vki-news-header {
    margin-bottom: 30px;
}

.vki-news-main-title {
    font-size: 32px;
    font-weight: 800;
    color: #195b45;
    text-transform: uppercase;
    margin: 0;
}

.vki-news-top-row {
    margin-bottom: 40px;
}

.vki-news-card-featured {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #eef2f0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    height: 100%;
    overflow: hidden;
}

.vki-news-img-wrap {
    position: relative;
    overflow: hidden;
}

.vki-news-img-wrap img {
    transition: transform 0.5s ease;
    display: block;
}

.vki-news-card-featured:hover .vki-news-img-wrap img,
.vki-news-card-grid:hover .vki-news-img-wrap img {
    transform: scale(1.05);
}

.vki-news-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
}

.vki-news-dots span {
    display: block;
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
}

.vki-news-dots span.active {
    background-color: #ffffff;
}

.vki-news-content {
    padding: 25px 30px;
}

.vki-news-title-lg {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

.vki-news-title-lg a {
    color: #2c3e50;
}

.vki-news-title-lg a:hover {
    color: #195b45;
}

.vki-news-meta {
    font-size: 13px;
    color: #888888;
    margin-bottom: 15px;
}

.vki-news-excerpt {
    font-size: 14.5px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}

.vki-news-list-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.vki-news-list-item {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #e0e6e4;
}

.vki-news-list-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.vki-news-list-img {
    width: 120px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 15px;
}

.vki-news-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.vki-news-list-item:hover .vki-news-list-img img {
    transform: scale(1.05);
}

.vki-news-list-info {
    flex-grow: 1;
}

.vki-news-list-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 8px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vki-news-list-title a {
    
}

.vki-news-list-title a:hover {
    color: #195b45;
}

.vki-news-list-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.vki-news-cat {
    color: #777777;
}

.vki-news-date {
    color: #999999;
}

.vki-news-card-grid {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #eef2f0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.vki-news-card-grid .vki-news-img-wrap img {
    height: 200px;
    object-fit: cover;
}

.vki-news-content-grid {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 60px;
}

.vki-news-title-md {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

.vki-news-title-md a {
    color: #2c3e50;
}

.vki-news-title-md a:hover {
    color: #195b45;
}

.vki-news-icon-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.vki-news-icon-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1.5px solid #195b45;
    border-radius: 50%;
    color: #195b45;
    font-size: 14px;
}

.vki-news-icon-btn a:hover {
    background-color: #195b45;
    color: #ffffff;
}

.vki-news-pagination-wrap {
    display: flex;
    justify-content: center;
}

.vki-news-pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.vki-news-pagination li {
    display: inline-block;
}

.vki-news-pagination a,
.vki-news-pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border: 1px solid #d1d9d6;
    border-radius: 4px;
    
    font-size: 14px;
    font-weight: 600;
}

.vki-news-pagination a:hover {
    background-color: #195b45;
    border-color: #195b45;
    color: #ffffff;
}

.vki-news-pagination a.active {
    background-color: #195b45;
    border-color: #195b45;
    color: #ffffff;
}

.vki-news-pagination span.vki-page-dots {
    border: none;
    background: transparent;
    color: #888888;
}

@media (max-width: 991px) {
    .vki-news-featured-col {
        margin-bottom: 30px;
    }

    .vki-news-list-wrap {
        gap: 15px;
    }
}

.vki-evt-section {
    padding: 60px 0 80px 0;
    background-color: #fcfdfd;
}

.vki-evt-main-title {
    font-size: 32px;
    font-weight: 800;
    color: #195b45;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.vki-evt-main-wrapper {
    position: relative;
    padding: 0 60px;
}

.vki-evt-main-swiper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.vki-evt-main-swiper img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.vki-evt-prev,
.vki-evt-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 1.5px solid #195b45;
    border-radius: 50%;
    background-color: #ffffff;
    color: #195b45;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.vki-evt-prev { left: 0; }
.vki-evt-next { right: 0; }

.vki-evt-prev:hover,
.vki-evt-next:hover {
    background-color: #195b45;
    color: #ffffff;
}

.vki-evt-prev.swiper-button-disabled,
.vki-evt-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
}

.vki-evt-thumb-wrapper {
    padding: 0 60px;
}

.vki-evt-thumb-swiper {
    padding: 5px 0;
}

.vki-evt-thumb-swiper .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.vki-evt-thumb-swiper img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.vki-evt-thumb-swiper .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #195b45;
}

@media (max-width: 991px) {
    .vki-evt-main-wrapper,
    .vki-evt-thumb-wrapper {
        padding: 0;
    }

    .vki-evt-prev,
    .vki-evt-next {
        display: none;
    }
}

.vki-legal-section {
    padding: 60px 0 80px 0;

    overflow-x: hidden;
}

.vki-legal-main-title {
    font-size: 28px;
    font-weight: 800;
    color: #195b45;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.vki-legal-heading-box {
    position: relative;
    background: linear-gradient(270deg, #077B4D 0%, #2C484E 100%);
    color: #ffffff;
    padding: 25px 30px;
    margin-bottom: 20px;
    z-index: 1;
}

.vki-legal-heading-left::before {

    position: absolute;
    top: 0; bottom: 0; right: 0;
    left: -100vw;
    background-color: #195b45;
    z-index: -1;
}

.vki-legal-heading-right::before {

    position: absolute;
    top: 0; bottom: 0; left: 0;
    right: -100vw;
    background-color: #195b45;
    z-index: -1;
}

.vki-legal-heading-box h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

.vki-legal-heading-box p {
    font-size: 15px;
    margin: 0;
    opacity: 0.9;
}

.vki-legal-img-wrap {
    height: 100%;

}

.vki-legal-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.vki-legal-cards-container {
    flex-grow: 1;
}

.vki-legal-cards-wrap {
    padding-top: 15px;
}

.vki-legal-card {
    background-color: #f1f3f3;
    border-radius: 10px;
    padding: 40px 20px 25px 20px;
    text-align: center;
    position: relative;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
}

.vki-legal-card:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}

.vki-legal-card-text {
    font-size: 14.5px;
    line-height: 1.6;
    
}

.vki-legal-icon {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border: 2px solid #195b45;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #195b45;
    z-index: 2;
}

.vki-icon-warning {
    border-color: #d48827;
    color: #d48827;
}

@media (max-width: 991px) {
    .vki-legal-heading-box {
        margin-bottom: 30px;
    }

    .vki-legal-heading-left::before,
    .vki-legal-heading-right::before {
        left: -100vw;
        right: -100vw;
    }

    .vki-legal-img-wrap {
        height: 400px;
    }
}

@media (max-width: 728px) {
    .vki-legal-heading-box {
       text-align:center;
    }
	
}

.vki-ls-section {
    position: relative;
    padding: 120px 0 80px 0;
    background-image: url('img/bg_bout_ls.jpg');
    background-size: cover;
    background-position: center;
    z-index: 1;
    margin-top: 50px;
}

.vki-ls-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: -1;
}

.vki-ls-top-bar {
    background-color: #195b45;
    color: #ffffff;
    padding: 20px 40px;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    margin-top: -160px;
}

.vki-ls-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.vki-ls-card-header {
    background-color: #114232;
    color: #ffffff;
    padding: 25px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4;
}

.vki-ls-card-body {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vki-ls-feature-item {
    background: #f1f3f3;
    border: 1px solid #e0e6e4;
    border-radius: 6px;
    padding: 20px 10px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}
.vki-ls-feature-item:hover {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transform: translateY(-2px);
}

.vki-ls-check {
    color: #195b45;
    font-size: 20px;
    margin-bottom: 15px;
}

.vki-ls-feature-item p {
    font-size: 13.5px;
    
    line-height: 1.5;
    margin: 0;
}

.vki-ls-btn {
    display: inline-flex;
    align-items: center;
    background-color: #195b45;
    color: #ffffff;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s;
}

.vki-ls-btn i {
    margin-left: 8px;
    font-size: 12px;
}

.vki-ls-btn:hover {
    background-color: #114232;
    color: #ffffff;
}

@media (max-width: 767px) {
.vki-ls-top-bar {
    padding: 15px 20px;
    font-size: 14px;
    text-align: justify;
}

    .vki-ls-feature-item p {
        font-size: 12px;
    }
}

.vki-pj-section {
    padding: 60px 0 80px 0;
    background-color: #fcfdfd;
}

.vki-pj-title {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: #195b45;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.vki-pj-slider-wrap {
    position: relative;
    padding: 0 60px;
}

.vki-pj-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.vki-pj-img {
    width: 100%;
}

.vki-pj-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.vki-pj-info {
    background: var(--vki-green-gradient);
    color: #ffffff;
    padding: 20px 25px;
    text-transform: uppercase;
    line-height: 1.5;
    flex-grow: 1;
    display: flex;
    align-items: center;
    min-height: 90px;
}

.vki-pj-prev,
.vki-pj-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 1.5px solid #a6b5b0;
    border-radius: 50%;
    background-color: #ffffff;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.vki-pj-prev { left: 0; }
.vki-pj-next { right: 0; }

.vki-pj-prev:hover,
.vki-pj-next:hover {
    background-color: #195b45;
    border-color: #195b45;
    color: #ffffff;
}

.vki-pj-prev.swiper-button-disabled,
.vki-pj-next.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

@media (max-width: 991px) {
    .vki-pj-slider-wrap {
        padding: 0;
    }

    .vki-pj-prev,
    .vki-pj-next {
        display: none;
    }

    .vki-pj-img img {
        height: 200px;
    }
}

.vki-faq-section {
    padding: 70px 0;
    background:  url(img/about_faq_bg.png) no-repeat bottom right;
}
.vki-faq-title {
    font-size: 28px;
    font-weight: 800;
    color: #195b45;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.vki-faq-accordion {
    width: 100%;
}

.vki-faq-item {
    background-color: #F7FBF9;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.vki-faq-item.active {
    background-color: #ffffff;
    border-top: 5px solid #0fa958;
    box-shadow: 0px 4px 8px -5px #02A14B;
    border-left: 1px solid #eef2f0;
    border-right: 1px solid #eef2f0;
    border-bottom: 1px solid #eef2f0;
}

.vki-faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
}

.vki-faq-question {
    font-size: 15.5px;
    font-weight: 400;
    color: #444444;
    line-height: 1.5;
    padding-right: 20px;
    transition: all 0.3s ease;
}

.vki-faq-item.active .vki-faq-question {
    font-weight: 700;
    font-size: 20px;
}

.vki-faq-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #195b45;
    color: #195b45;
    font-size: 14px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.vki-faq-item.active .vki-faq-icon-wrap {
    background-color: #0fa958;
    border-color: #0fa958;
    color: #ffffff;
}

.vki-faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.vki-faq-content {
    padding: 0 25px 25px 25px;
    text-align: justify;
}

.vki-faq-img-wrap img {
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

        .vki-investment {
            padding: 60px 0;
        }

        .vki-investment-title {
            color: #196446;
            font-weight: 700;
            font-size: 28px;
            margin-bottom: 30px;
            text-transform: uppercase;
        }


.vki-thuc-trang-box {
    background: var(--vki-green-gradient);
    color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
}

        .vki-thuc-trang-box h3 {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        .vki-thuc-trang-box p {
            margin: 0;
            line-height: 1.6;
            font-size: 15px;
        }

        .vki-img-radius {
            border-radius: 8px;
            object-fit: cover;
            width: 100%;
        }

        .vki-img-small {
            height: 200px;
        }

        .vki-img-large {
            height: 100%;
            min-height: 350px;
        }


        .vki-kho-khan-box {
            background-color: #f0f2f2;
            padding: 40px;
            border-radius: 8px;
            height: 100%;
        }

        .vki-kho-khan-box h3 {
            color: #196446;
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 25px;
            text-transform: uppercase;
        }

        .vki-kho-khan-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

.vki-kho-khan-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

        .vki-kho-khan-list li:last-child {
            margin-bottom: 0;
        }

        .vki-kho-khan-icon {
            font-size: 20px;
            color: #444444;
            min-width: 40px;
            margin-top: 3px;
        }


        .vki-solutions {
            padding: 60px 0;
        }


        .vki-solution-banner-wrapper {
            position: relative;
            margin-bottom: 40px;
        }

        .vki-solution-banner-img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            border-radius: 8px;
        }

        .vki-solution-green-overlay {
            background-color: #196446;
            position: absolute;
            top: 0;
            left: 0;
            width: 75%;
            padding: 30px 40px;
            border-top-left-radius: 8px;
            border-bottom-right-radius: 8px;
            color: #ffffff;
        }

        @media (max-width: 768px) {
            .vki-solution-green-overlay {
                width: 100%;
                position: relative;
                border-radius: 8px 8px 0 0;
            }
            .vki-solution-banner-img {
                border-radius: 0 0 8px 8px;
            }
        }

        .vki-solution-title {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .vki-solution-subtitle {
            font-size: 16px;
            margin: 0;
        }

        .vki-solution-desc {
            font-size: 14px;
            line-height: 1.6;
            margin: 0;
            border-left: 1px solid rgba(255, 255, 255, 0.4);
            padding-left: 30px;
        }

        @media (max-width: 768px) {
            .vki-solution-desc {
                border-left: none;
                padding-left: 0;
                margin-top: 15px;
                padding-top: 15px;
                border-top: 1px solid rgba(255, 255, 255, 0.4);
            }
        }


        .vki-solution-card {
            background: #ffffff;
            border: 1px solid #eef1f1;
            border-radius: 8px;
            overflow: hidden;
            height: 100%;
            display: flex;
            flex-direction: column;
            box-shadow: 0 4px 15px rgba(0,0,0,0.03);
            transition: all 0.3s ease;
        }

        .vki-solution-card:hover {
            box-shadow: 0 6px 20px rgba(0,0,0,0.08);
            transform: translateY(-5px);
        }

        .vki-card-header {
            display: flex;
            align-items: stretch;
            min-height: 70px;
        }

.vki-card-num {
    background: var(--vki-green-gradient);
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

        .vki-card-title {
            background-color: #eef1f1;
            
            font-size: 15px;
            font-weight: 700;
            padding: 15px;
            flex-grow: 1;
            display: flex;
            align-items: center;
            margin: 0;
        }

        .vki-card-body {
            padding: 25px 20px;
            flex-grow: 1;
        }

        .vki-card-body p {
            color: #555555;
            font-size: 14px;
            line-height: 1.6;
            margin: 0;
        }

        .vki-card-footer {
            padding: 0 20px 25px 20px;
            text-align: end;
        }

.vki-btn-consult {
    display: inline-block;
    background-color: #eef1f1;
    color: #196446;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s;
    width: auto;
}

        .vki-btn-consult:hover {
            background-color: #196446;
            color: #ffffff;
        }

        .vki-btn-consult i {
            font-size: 12px;
            margin-left: 5px;
        }






		.vki-footer-overlap-section {
    position: relative;
    z-index: 10;
    margin-bottom: -100px;
}

.vki-overlap-bg {
    background-image: url('img/vki-footer-overlap-bg.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.vki-overlap-form-box {
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 40px;
    border-radius: 12px;
}
.vki-footer-overlap-section .vki-form-control {
    background-color: #fff;
    border-bottom: none;
    border-radius: 0px;
    padding: 5px;
	color:var(--text-nav);
    font-size: 14px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.02);
    border-radius: 4px;
}
.vki-overlap-title {
    font-size: 20px;
    font-weight: 700;
    color: #114b31;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.vki-overlap-desc {
    font-size: 14px;
    color: #444444;
    margin-bottom: 25px;
    line-height: 1.6;
}

.vki-form-control {
    background-color: transparent;
    border-bottom: 2px solid #e0e0e0;
    border-radius: 0px;
    padding: 5px 0px;
    font-size: 14px;
    
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.02);
}

.vki-form-control::placeholder {
    color: #888888;
}

.vki-form-control:focus {
    border-color: #1ea362;
    box-shadow: 0 0 0 3px rgba(30, 163, 98, 0.2);
    outline: none;
}

textarea.vki-form-control {
    resize: vertical;
}

.vki-overlap-submit {
    background: var(--vki-green-gradient);
    color: #ffffff;
    border: none;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.vki-overlap-submit:hover {
    background-color: #114b31;
}

.vki-footer {
    background: #114b31 url(img/footer_bg.png) center/cover no-repeat;
    padding: 160px 0 40px;
    border-radius: 30px 30px 0 0;
}

.vki-footer.no-overlap {
    padding-top: 60px;
}

.footer-contact-list {
    color: rgba(255, 255, 255, 0.9);
}

.footer-contact-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.footer-contact-list li i {
    width: 30px;
    font-size: 18px;
    color: white;
}
ul.footer-links {
    margin-top: 35px;
}
.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    transition: 0.3s;
    text-decoration: none;
}

.footer-links a:hover {
    color: white;
    padding-left: 5px;
}

.footer-links i {
    font-size: 10px;
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-box {
    display: flex;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    overflow: hidden;
}

.newsletter-box input {
    background: transparent;
    border: none;
    color: white;
    padding: 10px 15px;
    width: 100%;
    font-size: 13px;
    outline: none;
}

.newsletter-box input::placeholder {
    color: rgba(255,255,255,0.7);
}

.newsletter-box button {
    background: transparent;
    border: none;
    color: white;
    padding: 0 15px;
    cursor: pointer;
}

.newsletter-box button:hover {
    background: rgba(255, 255, 255, 0.1);
}

.custom-check:checked {
    background-color: #1ea362;
    border-color: #1ea362;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: white;
    color: #114b31;
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.social-icons a:hover {
    background-color: #1ea362;
    color: white;
    transform: translateY(-3px);
}

.zalo-icon {
    font-size: 11px !important;
}

@media (max-width: 991px) {
    .vki-overlap-bg {
        padding: 30px 20px;
    }

    .vki-overlap-form-box {
        padding: 30px 20px;
    }

    .vki-footer-overlap-section {
        margin-bottom: -60px;
    }

    .vki-footer {
        padding-top: 100px;
    }

    .vki-footer.no-overlap {
        padding-top: 50px;
    }

    .news-list-item img {
        width: 140px;
        height: 90px;
    }

    .news-title {
        font-size: 14px;
    }

    .news-excerpt {
        font-size: 12px;
    }

    .vki-cf7-wrapper {
        padding: 0 15px;
    }
}

@media (max-width: 575px) {
    .news-list-item {
      //  flex-direction: column;
    }

    .news-list-item img {
        width: 100%;
        height: auto;
    }
	
	.company_name h5 {
    padding-bottom: 5px;
}

}






		.vki-demand-section {
    padding: 60px 0;
}

.vki-main-heading {
    font-size: 28px;
    font-weight: 700;
    color: #1a6b4a;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.vki-demand-row {
    align-items: stretch;
}

.vki-demand-box {
    background: var(--vki-green-gradient);
    color: #ffffff;
    padding: 45px 40px;
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vki-demand-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}

.vki-demand-desc {
    margin: 0;
}

.vki-demand-image {
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.vki-demand-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vki-challenge-section {
    padding: 80px 0;
}

.vki-challenge-row {
    position: relative;
}

.vki-challenge-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.vki-challenge-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.vki-challenge-content-box {
    background-color: #f1f4f3;
    padding: 50px 45px;
    border-radius: 12px;
    position: relative;
    z-index: 2;
    margin-left: -80px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.vki-challenge-title {
    font-size: 26px;
    font-weight: 700;
    color: #1a6b4a;
    line-height: 1.4;
    margin-bottom: 35px;
}

.vki-challenge-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vki-challenge-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.vki-challenge-list li:last-child {
    margin-bottom: 0;
}

.vki-challenge-list .vki-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    margin-top: 2px;
}

.vki-challenge-list .vki-icon i {
    font-size: 22px;
    color: #555555;
}

.vki-challenge-list .vki-text {
    font-weight: 500;
}

.vki-solution-section {
    padding: 60px 0 100px 0;
}

.vki-solution-left {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.vki-solution-header {
    background: var(--vki-green-gradient);
    padding: 30px 40px;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
}
.vki-solution-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.vki-solution-body {
    padding-right: 20px;
}

.vki-solution-body p {
    margin-bottom: 20px;
}

.vki-btn-consult {
    display: inline-flex;
    align-items: center;
    background-color: #eaeeec;
    color: #1a6b4a;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 25px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 10px;
    border: none;
}

.vki-btn-consult:hover {
    background-color: #1a6b4a;
    color: #ffffff;
}

.vki-solution-image {
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.vki-solution-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-bottom: 40px solid #136243;
}

@media (max-width: 991px) {
    .vki-challenge-content-box {
        margin-left: 0;
        margin-top: -30px;
        padding: 30px 20px;
    }

    .vki-solution-header {
        margin-left: 0;
        margin-right: 0;
        padding: 25px 20px;
    }

    .vki-demand-box {
        padding: 30px 20px;
    }

    .vki-demand-image {
        min-height: 250px;
    }
}

.vki-challenge-marg {
margin-right: -20%;
    margin-top: -100px;
}

.vki-section-capability {
    background: linear-gradient(135deg, #0b5d3b 0%, #0e7a4f 100%);
    position: relative;
    overflow: hidden;
}

.vki-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
}

.vki-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.vki-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vki-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: rgba(16, 143, 88, 0.85);
    backdrop-filter: blur(2px);
}

.vki-overlay h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.vki-card:hover img {
    transform: scale(1.05);
    transition: 0.4s ease;
}

.vki-card img {
    transition: 0.4s ease;
}

@media (max-width: 768px) {
    .vki-title {
        font-size: 24px;
    }

    .vki-overlay h3 {
        font-size: 14px;
    }
}

.vki-why-choose-us {
  overflow: hidden;
}
.vki-why-heading {
  color: #164a38;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
}

.vki-why-list {
  display: flex;
  flex-direction: column;
}

.vki-why-item {
  position: relative;
  border-bottom: 1px solid #eaeaea;
  max-height: 60px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  background-color: transparent;
}
.vki-why-item:last-child {
  border-bottom: none;
}
.vki-why-item:hover {
  max-height: 400px;
}

.vki-why-bg-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #164a38;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
  border-radius: 2px;
}
.vki-why-item:hover .vki-why-bg-bar {
  opacity: 1;
}

.vki-why-row {
  position: relative;
  z-index: 1;
}

.vki-why-header-row {
  height: 60px;
  display: flex;
  align-items: center;
  cursor: default;
}
.vki-why-num {
  width: 36px;
  height: 36px;
  background-color: #0da159;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 15px;
  flex-shrink: 0;
}
.vki-why-title {
  color: #164a38;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  transition: color 0.3s ease;
}
.vki-why-item:hover .vki-why-title {
  color: #ffffff;
}

.vki-why-desc-box {
  padding-left: 61px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 25px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s;
}
.vki-why-item:hover .vki-why-desc-box {
  opacity: 1;
  transform: translateY(0);
}
.vki-why-desc {
  color: #444444;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.vki-why-img-wrap {
  padding-top: 8px;
  padding-bottom: 25px;
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s;
}
.vki-why-item:hover .vki-why-img-wrap {
  opacity: 1;
  transform: scale(1);
}
.vki-why-img-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

@media (max-width: 991px) {
  .vki-why-item:hover {
    max-height: 600px;
  }
  .vki-why-img-wrap {
    padding-left: 61px;
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .vki-why-item:hover {
    max-height: 700px;
  }
  .vki-why-title {
    font-size: 14px;
  }
  .vki-why-desc-box, .vki-why-img-wrap {
    padding-left: 15px;
  }
}

.vki-completed-projects {

}

.vki-project-card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vki-project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.vki-project-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.vki-project-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.vki-project-content {
    background: linear-gradient(270deg, #077B4D 0%, #2C484E 100%);
    padding: 25px 20px;
    color: #ffffff;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.vki-project-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.vki-project-details {
  margin-top: auto;
}

.vki-project-details p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.5;
}

.vki-project-details p:last-child {
  margin-bottom: 0;
}

.vki-project-details strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .vki-project-img img {
    height: 200px;
  }
  .vki-project-title {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.vki-tuvan-img-wrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.vki-tuvan-img-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.vki-tuvan-badge {
  padding: 35px 20px;
  height: auto;
  z-index: 2;
  position: relative;
}

.vki-badge-left {
  border-radius: 8px 0 0 8px;
}
.vki-badge-right {
  border-radius: 0 8px 8px 0;
}

.vki-badge-sub {
  display: block;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 400;
}

.vki-badge-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

.vki-badge-dark {
    background: var(--vki-green-gradient);
}

.vki-badge-light {
  background-color: #12724e;
}

.vki-tuvan-content p {
  margin-bottom: 22px;
}

.vki-tuvan-content p strong {
  font-weight: 700;
  color: #222222;
}

.vki-tuvan-btn {
  display: inline-block;
  border: 1px solid #12724e;
  color: #12724e;
  padding: 8px 22px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: transparent;
}

.vki-tuvan-btn:hover {
  background-color: #12724e;
  color: #ffffff;
}

@media (max-width: 991px) {
  .vki-tuvan-img-wrap img {
    height: 300px;
  }
  .vki-badge-title {
    font-size: 18px;
  }
  .vki-tuvan-badge {
    padding: 20px 15px;
  }
  .vki-tuvan-content {
    text-align: center;
    padding-top: 25px;
  }
}

@media (max-width: 575px) {

  .vki-badge-left, .vki-badge-right {
    border-radius: 8px 8px 0 0;
  }
  .vki-tuvan-img-wrap {
    border-radius: 0 0 8px 8px;
  }
  .row.g-0 > div {
    width: 100%;
  }
  .vki-tuvan-img-wrap img {
    height: 250px;
  }
}

.vki-search-box {
  background-color: #f0f2f3;
  border-top: 6px solid #175e44;
  border-radius: 6px;
  padding: 30px 25px;
  width: 100%;
  max-width: 400px;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.vki-search-title {
  color: #175e44;
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.vki-form-group {
  margin-bottom: 20px;
}

.vki-label {
  display: block;
  color: #3b4956;
  font-size: 16px;
  margin-bottom: 8px;
}

.vki-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 15px;
  
  background-color: #ffffff;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.vki-input:focus {
  border-color: #175e44;
}

.vki-input::placeholder {
  color: #7b8a97;
}

.vki-select optgroup {
  font-weight: 700;
  color: #175e44;
}
.vki-select option {
  font-weight: 400;
  
}

.vki-select-wrapper {
  position: relative;
}
.vki-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  cursor: pointer;
}
.vki-select-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.vki-range-slider {
  position: relative;
  width: 100%;
  height: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.vki-range-track {
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
}

.vki-range-input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  pointer-events: none;
  margin: 0;
}

.vki-range-input::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  pointer-events: auto;
  width: 20px;
  height: 20px;
  background-color: #149c5a;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.vki-range-input::-moz-range-thumb {
  pointer-events: auto;
  width: 20px;
  height: 20px;
  background-color: #149c5a;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  border: none;
}

.vki-price-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #2c3e50;
  margin-top: 5px;
}

.vki-price-values strong {
  color: #149c5a;
  font-size: 15px;
}

.vki-search-btn {
  width: 100%;
  background-color: #9c1212;
  color: #ffffff;
  border: none;
  padding: 14px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 15px;
}

.vki-search-btn:hover {
  background-color: #7a0e0e;
}

.vki-contact-section {
    overflow-x: hidden;
    margin-bottom: 20px;
}
.vki-contact-banner img {
    width: 100%;
}

.vki-breadcrumb { font-size: 14px; color: #666; margin-bottom: 40px; }
.vki-breadcrumb a {  text-decoration: none; font-weight: 500; }
.vki-breadcrumb i { font-size: 10px; margin: 0 8px; color: #999; }
.vki-contact-row { align-items: stretch; }
.vki-contact-info-col { padding-right: 60px; padding-bottom: 0px; }
.vki-contact-title { font-size: 22px; font-weight: 700;  margin-bottom: 15px; }
.vki-title-line { width: 100%; height: 2px; background-color: #1a6b4a; margin-bottom: 30px; }
.vki-contact-list { list-style: none; padding: 0; margin: 0 0 40px 0; }
.vki-contact-list li { display: flex; align-items: center; margin-bottom: 20px; font-size: 16px;  }
.vki-contact-list li i { width: 35px; height: 35px; border: 1px solid #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; font-size: 14px; }
.vki-social-title { font-size: 18px; font-weight: 700;  margin-bottom: 20px; }
.vki-social-icons { display: flex; gap: 12px; margin-bottom: 40px; align-items: center; flex-wrap: wrap; }
.vki-social-icons a {
    width: 35px;
    height: 35px;
    border: 1px solid #1a6b4a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a6b4a;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    flex-shrink: 0;
}
.vki-social-icons a:hover { background-color: #1a6b4a; color: #fff; }
.vki-zalo-icon { font-size: 11px !important; font-weight: 800; letter-spacing: 0.5px; }
.vki-contact-map { width: 100%;border-radius: 12px; overflow: hidden; border: 1px solid #e0e0e0; }
.vki-contact-map img { width: 100%; height: 100%; object-fit: cover; }
.vki-contact-map iframe {
    width: 100%;

}
.vki-contact-form-col {
    position: relative;
    z-index: 1;
}

.vki-contact-form-col::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 50vw;
    background: #0c613f url(img/lienhe_bg_form.jpg) bottom center/cover no-repeat;
    z-index: -1;
}

.vki-contact-form-inner {
    padding: 30px 0 50px 40px;
    color: #ffffff;
    position: relative;
    z-index: 2;
	    padding-top: 105px;
}

.vki-form-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.vki-form-desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}

.wpcf7 p { margin-bottom: 20px; }
.wpcf7-form-control-wrap { display: block; width: 100%; }

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background-color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 15px 20px;
    font-size: 15px;
    
    box-sizing: border-box;
    font-family: inherit;
}

.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.wpcf7-form-control.wpcf7-textarea {
    resize: vertical;
    min-height: 120px;
}

.vki-submit-wrap {
    text-align: right;
}

.wpcf7-submit {
    background-color: #ffffff;
    color: #0c613f;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.wpcf7-submit:hover {
    background-color: #e0e0e0;
}

@media (max-width: 991px) {
    .vki-contact-info-col {
        padding-right: 15px;
    }


    .vki-contact-form-col::before {
        left: -50vw;
        width: 200vw;
    }

    .vki-contact-form-inner {
        padding: 50px 15px;
    }
}

.vki-filter-section {
    padding: 30px 0;
}

.vki-button-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.vki-filter-btn {
    background-color: #eeeeee;
    color: #0b2b1d;
    border: none;
    padding: 12px 45px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
}

.vki-filter-btn:hover,
.vki-filter-btn.active {
    background-image: linear-gradient(90deg, #1a714c 0%, #194e3a 100%);
    background-color: #1a714c;
    color: #ffffff;
}

.vki-modal-content {
    background: linear-gradient(180deg, #ffffff 0%, #f0f7fb 100%);
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

.vki-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    opacity: 0.8;
    transition: 0.3s;
}

.vki-modal-close:hover {
    opacity: 1;
    background-color: #ffffff;
}

.vki-modal-banner {
    width: 100%;
    height: 180px;
    border-bottom: 4px solid #114b31;
}
@media (max-height: 800px) {
    .vki-modal-banner {
       display:none;
    }
}
.vki-modal-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vki-modal-body {
    padding: 40px;
}

.vki-modal-left {
    padding-right: 20px;
    display: flex;
    flex-direction: column;
}

.vki-modal-title {
    font-size: 22px;
    font-weight: 700;
    color: #114b31;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.vki-modal-subtitle {
    font-size: 14px;
    
    font-weight: 500;
    margin-bottom: 25px;
}

.vki-modal-img-box {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    flex: 1;
    min-height: 0;
}

.vki-modal-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vki-modal-right .wpcf7 p {
    margin-bottom: 0px;
}

.vki-modal-right .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.vki-modal-right .wpcf7-form-control.wpcf7-text,
.vki-modal-right .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background-color: #fcfdfe;
    border: 2px solid #7fb09a;
    border-radius: 4px;
    padding: 12px 15px;
    font-size: 14px;
    
    box-sizing: border-box;
    font-family: inherit;
    transition: all 0.3s ease;
}

.vki-modal-right .wpcf7-form-control.wpcf7-text::placeholder,
.vki-modal-right .wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #444444;
}

.vki-modal-right .wpcf7-form-control.wpcf7-text:focus,
.vki-modal-right .wpcf7-form-control.wpcf7-textarea:focus {
    outline: none;
    border-color: #114b31;
    box-shadow: 0 0 0 3px rgba(17, 75, 49, 0.1);
}

.vki-modal-right .wpcf7-form-control.wpcf7-textarea {
    resize: vertical;
    height: 90px;
}

.vki-modal-right .vki-btn-submit-red {
    width: 100%;
    background-color: #9e1a1b;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 5px;
    text-align: center;
}

.vki-modal-right .vki-btn-submit-red:hover {
    background-color: #7a1314;
}

@media (max-width: 991px) {
    .vki-modal-body {
        padding: 25px;
    }

    .vki-modal-left {
        padding-right: calc(var(--bs-gutter-x) * .5);
        margin-bottom: 30px;
    }
}

@media (max-width: 728px) {
	.vki-modal-img-box {
    display: none;
}
.vki-modal-body {
    padding: 15px;
}
.vki-modal-right .wpcf7-form-control.wpcf7-text, .vki-modal-right .wpcf7-form-control.wpcf7-textarea {
    padding: 10px;
    font-size: 13px;
	margin-bottom: 10px;
}
.vki-modal-right .wpcf7-form-control.wpcf7-textarea {
    resize: vertical;
    height: 30px;
}
.vki-modal-right br {
    display: none;
}
.modal-content {
    max-width: 350px;
    margin: 0 auto;
}
.vki-modal-subtitle {
    margin-bottom: 0px;
}
    .vki-modal-banner {
        display: block;
        height: 90px;
    }
}

 .vki-modal-body span.wpcf7-spinner {
    display: none;
}

#button-contact-vr{position:fixed;bottom:0;z-index:99999;}
#button-contact-vr .button-contact{position:relative;margin-top:-5px;}
#button-contact-vr .button-contact .phone-vr{position:relative;visibility:visible;background-color:transparent;width:80px;height:80px;cursor:pointer;z-index:11;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transition:visibility .5s;left:0;bottom:0;display:block;}
.phone-vr-circle-fill{width:65px;height:65px;top:12px;left:12px;position:absolute;box-shadow:0 0 0 0 #c31d1d;background-color:rgba(230,8,8,0.7);border-radius:50%;border:2px solid transparent;-webkit-animation:phone-vr-circle-fill 2.3s infinite ease-in-out;animation:phone-vr-circle-fill 2.3s infinite ease-in-out;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animuiion:zoom 1.3s infinite;animation:zoom 1.3s infinite;}
.phone-vr-img-circle{background-color:#e60808;width:40px;height:40px;line-height:40px;top:25px;left:25px;position:absolute;border-radius:50%;overflow:hidden;display:flex;justify-content:center;-webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;animation:phone-vr-circle-fill 1s infinite ease-in-out;}
.phone-vr-img-circle a{display:block;line-height:37px;}
.phone-vr-img-circle img{max-height:25px;max-width:27px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
#zalo-vr .phone-vr-circle-fill{box-shadow:0 0 0 0 #2196F3;background-color:rgba(33,150,243,0.7);}
#zalo-vr .phone-vr-img-circle{background-color:#2196F3;}
#gom-all-in-one .button-contact{transition:1.6s all;-moz-transition:1.6s all;-webkit-transition:1.6s all;}
@-webkit-keyframes phone-vr-circle-fill{0%{-webkit-transform:rotate(0) scale(1) skew(1deg);}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg);}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg);}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg);}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg);}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);}}
@-webkit-keyframes zoom{0%{transform:scale(.9);}70%{transform:scale(1);box-shadow:0 0 0 15px transparent;}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent;}}
@keyframes zoom{0%{transform:scale(.9);}70%{transform:scale(1);box-shadow:0 0 0 15px transparent;}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent;}}

#button-contact-vr {
    position: fixed;
    bottom: 40px;
    z-index: 99999;
    right: 0px;
}

.phone-vr-img-circle i,
.phone-vr-img-circle .vr-zalo-z {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    line-height: 1;
}
.phone-vr-img-circle .vr-zalo-z {
    font-size: 12px;
    font-weight: 900;
}

#email-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #f97316;
    background-color: rgba(249, 115, 22, 0.7);
}
#email-vr .phone-vr-img-circle {
    background-color: #f97316;
}

#wechat-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #07C160;
    background-color: rgba(7, 193, 96, 0.7);
}
#wechat-vr .phone-vr-img-circle {
    background-color: #07C160;
}









@media (max-width: 768px) {
	.section-title,
.kcn-main-title {
    font-size: 22px;
}
}


.top-pill.lang-pill select {
    border: 0px;
}