/*!
* Template Name: LuyenđV
* Author: LuyenDV
* Version: 2.6.0
* Updated: 06.29.2021
**/
:root {
    /* Màu sắc chung */
    --green-1: #0D5A00;
    --yellow-1: #F8C300;
    --red-1: #AF0B35;
    --dark-3: #606060;
    --dark-1: #080808;
    --red-21: #AA1D40;
    --red-3: #C33C5E;
    /* Màu chính */
}

@font-face {
    font-family: "Plus Jakarta Sans Bold";
    font-style: normal;
    font-display: fallback;
    src: url('../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: "Plus Jakarta Sans BoldItalic";
    font-style: normal;
    font-display: fallback;
    src: url('../fonts/Plus_Jakarta_Sans/PlusJakartaSans-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: "Plus Jakarta Sans ExtraBold";
    font-style: normal;
    font-display: fallback;
    src: url('../fonts/Plus_Jakarta_Sans/PlusJakartaSans-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: "Plus Jakarta Sans ExtraLight";
    font-style: normal;
    font-display: fallback;
    src: url('../fonts/Plus_Jakarta_Sans/PlusJakartaSans-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: "Plus Jakarta Sans Light";
    font-style: normal;
    font-display: fallback;
    src: url('../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Light.ttf') format('truetype');
}


@font-face {
    font-family: "Plus Jakarta Sans Medium";
    font-style: normal;
    font-display: fallback;
    src: url('../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Medium.ttf') format('truetype');
}

@font-face {
    font-family: "Plus Jakarta Sans Regular";
    font-style: normal;
    font-display: fallback;
    src: url('../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "Plus Jakarta Sans SemiBold";
    font-style: normal;
    font-display: fallback;
    src: url('../fonts/Plus_Jakarta_Sans/PlusJakartaSans-SemiBold.ttf') format('truetype');
}

/* font mono */
@font-face {
    font-family: "Montserrat Bold";
    font-style: normal;
    font-display: fallback;
    src: url('../fonts/Montserrat/static/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: "Montserrat BoldItalic";
    font-style: normal;
    font-display: fallback;
    src: url('../fonts/Montserrat/static/Montserrat-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: "Montserrat ExtraBold";
    font-style: normal;
    font-display: fallback;
    src: url('../fonts/Montserrat/static/Montserrat-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: "Montserrat ExtraLight";
    font-style: normal;
    font-display: fallback;
    src: url('../fonts/Montserrat/static/Montserrat-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: "Montserrat Light";
    font-style: normal;
    font-display: fallback;
    src: url('../fonts/Montserrat/static/Montserrat-Light.ttf') format('truetype');
}


@font-face {
    font-family: "Montserrat Medium";
    font-style: normal;
    font-display: fallback;
    src: url('../fonts/Montserrat/static/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: "Montserrat Regular";
    font-style: normal;
    font-display: fallback;
    src: url('../fonts/Montserrat/static/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "Montserrat SemiBold";
    font-style: normal;
    font-display: fallback;
    src: url('../fonts/Montserrat/static/Montserrat-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: "Montserrat Thin";
    font-style: normal;
    font-display: fallback;
    src: url('../fonts/Montserrat/static/Montserrat-Thin.ttf') format('truetype');
}

body {
    font-family: "Montserrat Regular";
    font-size: 16px;
    line-height: 19.2px;
    color: var(--dark-1);
}

.btn-show-more .accordion-inner {
    padding: 0px;
}

.div-event-item .accordion {
    border: none;
}

.div-event-item .accordion-item:last-child .accordion-inner {
    border-top: none
}
.nav-blog{
    position: absolute;
    top: 100px;
    left: 100px;
}
/* breadcrumb */
.breadcrumb-container {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.breadcrumb {
    list-style: none;
    display: flex;
    align-items: center;
    /* padding: 10px 20px 10px px; */
    padding-top: 10px;
    /* background: rgba(255, 255, 255, 0.8); */
    border-radius: 5px;
    font-size: 16px;
    width: fit-content;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
}

.breadcrumb li {
    display: flex;
    align-items: center;
}

.breadcrumb li a {
    text-decoration: none;
    color: #0d5a00;
    font-weight: bold;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb li::after {
    content: ">";
    margin: 0 8px;
    color: #6c757d;
}

.breadcrumb li:last-child::after {
    content: "";
}

.breadcrumb li:last-child a {
    color: #2a2d30;
    font-weight: normal;
    pointer-events: none;
}
/* end breadcrumb */
.div-event-item .btn-show-more .accordion-head {
    border-radius: 50px;
    background: #0D5A00;
    color: white;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
}

.div-event-item .btn-show-more .accordion-head .accordion-icon {

    color: white;
}
.div-event-item .btn-show-more .accordion-head {
    width: 110px;
}

.div-event-item .btn-show-more {
    margin-top: -20px;
}

.div-event-item .btn-show-more .accordion-head h6 {
    color: #FFF;
    font-family: "Montserrat ExtraBold";
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.line-header {
    background-color: var(--green-1);
    width: 100%;
    /* Chiều rộng toàn phần */
    height: 18px;
    /* Chiều cao 18px */
}

.nk-menu-main>li>.nk-menu-link {
    font-family: "Montserrat SemiBold";
    font-weight: 500;
    letter-spacing: -0.01rem;
}

.nk-header-tools {
    margin-left: 0;
}

.logo-img {
    max-height: 60px;
}

.nk-header-fixed+.nk-content {
    margin-top: 75px;
    position: relative;
}

.banner-header {
    position: relative;
    width: 100%;
    height: 100svh;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.slider-banner .slider-banner-item,
.slider-banner-mb .slider-banner-item {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}


.slider-banner {
    position: absolute;
    /* top: 100px; */
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.title-big {
    font-size: 48px;
    font-family: "Montserrat Bold";
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    color: var(--green-1);
}

.div-title {
    display: flex;
    padding-top: 2rem;
    padding-bottom: 2rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.div-title-line {
    background-color: var(--yellow-1);
    height: 1px;
    max-width: 300px;
    width: 200px;
}

.bg-gray-img {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: white;
    /* min-height: 100vh; */
    width: 100%;
    background-image: url("../images/bg-mark.png");
}

.div-objective-block {
    flex-shrink: 0;
    margin-top: 50px;
}

.div-objective-gray {
    height: 151px;
    flex-shrink: 0;

    position: relative;

    border-radius: 17px;
    background: #F7F7F7;
}

.mt-5rem {
    margin-top: 4.75rem !important;
}

.bg-gray-img.objectives {
    padding-bottom: 150px;
}

.div-objective-text {
    color: #000;
    font-family: "Montserrat Regular";
    font-size: 16px;
    font-style: normal;
    font-weight:500;
    line-height: normal;
    letter-spacing: 1.4px;

    padding: 46px;
}
.icon-langue:hover{
    opacity: 0.5;
}
.div-objective-number {
    color: var(--green-1);
    text-align: justify;
    font-family: "Montserrat ExtraLight";
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    top: -46px;
    left: 46px;
}

.div-objective-line {
    position: absolute;
    width: 268px;
    height: 10px;
    flex-shrink: 0;
    background: var(--yellow-1);
    bottom: 0px;
    left: 46px;

}

.div-project-key {
    /* height: 494px; */
}

.div-item {
    position: relative;
    width: 20%;
    /* background: url(<path-to-image>) lightgray 50% / cover no-repeat; */
    height: 494px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}

.div-text {
    position: absolute;
    top: 40px;
    fill: #000;
    opacity: 0.8;
    padding: 1rem;
}

.row-ct {
    display: flex;
    flex-wrap: wrap;
}

.div-project-key span {
    color: #FFF;
    font-family: "Montserrat Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.div-project-key-banner {
    height: 197px;
    position: absolute;
    background-image: url(../images/banner-item-project-dark.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    bottom: 0;
}

.div-project-key .banner-item {
    /* width: 100%; */
}

.div-project-line {
    position: absolute;
    padding: 1rem;
    bottom: 0;
}

.div-item:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.div-item:hover .div-project-key-banner {
    background-image: url(../images/banner-item-project.png);
}

.nk-content-body {
    min-height: auto !important;
}

.div-outcomes {
    padding: 4rem 0 0 0;
    background: #d9d9d96b;
    gap: 20px;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(3, 270px);

}

.img-outcomes {
    display: flex;
    text-align: center;
    justify-content: center;
}

.div-outcomes-item {
    width: 246px;
    height: 255px;
    text-align: center;
    margin: 0px auto;
}

.div-outcomes-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.div-outcomes-content .title-outcomes {
    color: #565656;
    text-align: center;
    font-family: "Montserrat Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.div-outcomes-content .des-outcomes {
    font-family: "Montserrat Regular";
    color: #565656;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.div-key-partners,
.key-partner-spon {
    width: 100%;
}

.title-key-partner {
    width: 100%;
    border-radius: 16px;
    background: #F5F5F5;
    padding-top: 29px;
    padding-bottom: 29px;
    vertical-align: middle;
    align-items: center;
    display: flex;
    gap: 50px;
    justify-content: center;
}

.title-key-partner span {
    color: var(--green-1);
    text-align: center;
    font-family: "Montserrat Light";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.block-logo-spon {
    border-radius: 16px;
    border: 1px solid #D0D0D0;
    background: #FFF;
    width: 100%;
    flex-wrap: wrap;
    padding: 24px 36px;
    display: flex;
    justify-content: space-around;
    gap: 20px;
    ;
}

.block-logo-spon .logo-spon {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    overflow: visible;
    /* width: 100%; */
}

.block-logo-spon .logo-spon img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.logo-spon:hover img,
.logo-key-50:hover img {
    transform: scale(1.1);
    /* Phóng to hình ảnh */
    opacity: 0.8;
    /* Thay đổi độ trong suốt */
}

.div-key-partners .key50 {
    border-radius: 16px;
    border: 1px solid #D0D0D0;
    background: #FFF;
    padding: 50px 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}



.div-key-partners .key50 span {
    color: var(--green-1);
    font-family: "Montserrat Light";
    font-size: 24px;
    font-style: normal;
    font-weight:600;
    line-height: normal;
    text-transform: uppercase;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
    width: 100%;
}

.footer-content span.title-footer {
    color: var(--green-1);
    font-family: "Montserrat Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-content span.title-footer-2 {
    color: var(--green-1);
    font-family: "Montserrat Bold";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-content .info-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.info-footer .contact-ft {
    color: #231F20;
    font-family: "Montserrat Light";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.header-main{
    background: #0d5a00;
    color: white;
}
.header-main .nk-menu-main .nk-menu-link{
    color:white;
}
.header-main .nk-menu-main .nk-menu-link:hover, .nk-menu-main .nk-menu-link:focus{
    color:#28ff04;
}
.footer .footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    width: 20%;
}

.footer .footer-contact span {
    color: var(--green-1);
    font-family: "Montserrat Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer .footer-container {
    display: flex;
    justify-content: space-between;
}

.footer {
    background: #F7F6F6;
    border-top: 1px solid #d9d7d770;
}

.info-footer .ft-contact-high {
    color: var(--s1-p2, #231F20);
    font-family: "Montserrat Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nk-header {
    padding: 0px;
}

.div-research-content {
    text-align: center;
}

.research-studies .div-tab-block {
    border-radius: 21px;

    background-blend-mode: soft-light, normal;
    display: flex;
    width: 30%;
    height: 116px;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.div-tab-list {
    gap: 10px;
}

.div-tab-block.block-green {
    background: url('../images/tab-research-green.png');
    background-size: cover;
}

.div-tab-block.block-yellow {
    background: url('../images/tab-research-yellow.png');
    background-size: cover;
}

.div-tab-block.block-gray {
    background: url('../images/tab-research-gray.png');
    background-size: cover;
}

.div-research-item {
    display: flex;
     box-sizing: border-box;
    padding: 0 1px;
    align-items: flex-start;
    gap: 10px;
    width: 49%;
    margin-bottom: 50px;
}

.nk-content.nk-content.menu-mobile {
    padding-top: 0px;
    padding-bottom: 0px;
}

.enterprises {
    padding-top: 0;
    padding-bottom: 0;
}

.div-title-search .nk-content-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.div-event-item {
    display: flex;
    padding: 0px 1px;
    align-items: flex-start;
    gap: 25px;
}

.div-event-list .w-100 {
    gap: 50px;
}

.content-footer {
    padding-top: 0.5rem;
    display: flex;
    gap: 30px;
}

.div-research-item .accordion,
.div-research-item .accordion-item:last-child .accordion-inner {
    border: none;
    background: none;
}

.div-research-item .research-content {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.research-studies .div-research-content span {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat SemiBold";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.div-research-image {
    width: 226px;
    height: 267px;
}

.div-research-list {
    gap: 20px;
}

.div-research-list .row-ct {
    gap: 20px;
}

.div-research-image img {
    max-width: fit-content;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.div-event-image {
    display: flex;
    width: 409.866px;
    height: 309px;
}

.div-event-image img {
    /* max-width: fit-content; */
    object-fit: cover;
    width: 100%;
    transition: transform 0.3s ease;
    border-radius: 20px;
}

.research-content .content-title h5 {
    color: #000;
    font-family: "Montserrat Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.research-content .research-des {
    color: #000;
    font-family: "Montserrat Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-show-more .accordion-head {
    width: 105px;
    padding-left: 0px;
}

.div-research-item .btn-show-more .accordion-head h6 {
    color: var(--green-1);
    font-family: "Montserrat ExtraBold";
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.banner-mb {
    display: none;
}

.banner-pc {
    display: block;
}

.br-mb {
    display: block;
}

.br-pc {
    display: none;
}

a.accordion-head:hover {
    opacity: 0.7;
}

.div-paging .pagination {
    gap: 5px;
}

.div-paging .page-link,
.div-paging .page-item:first-child .page-link,
.div-paging .page-item:last-child .page-link {
    border-radius: 50px;
    background-color: #e3e6e8;
    color: #030303;
}

.div-paging .page-item.disabled .page-link {
    color: #a6a8ac;
    background-color: #e3ecf1;
}

.div-paging .page-link:hover {
    text-decoration: none;
    border-color: #0D5A00
}

.page-item:first-child .page-link {
    margin-left: 0;
    /* border-top-left-radius: 4px; */
    /* border-bottom-left-radius: 4px; */
}

.div-workshop-list {}

.div-workshop-item {
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
}

.div-workshop-image {
    height: 253px;
    width: 100%;
}

.div-workshop-image img {
    height: 100%;
    border-radius: 30px;
    width: 100%;
}

.icon-langue {
    height: 25px;
}

.workshop-content {
    display: flex;
    padding: 0px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
}

.workshop-content h5 {
    color: #565656;
    text-align: center;
    font-family: "Montserrat Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.workshop-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 13px;
    align-self: stretch;
}

.workshop-info-item {
    display: flex;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}

.workshop-info-item span {
    color: #565656;
    font-family: "Montserrat Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.workshop-info-item em {
    color: var(--green-1)
}

.home .div-load-more {
    gap: 5px;
    position: absolute;
    top: 87svh;
    z-index: 2700;
}

.div-load-more {
    text-align: center;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.home .load-more-text span {
    color: white;
    font-size: 13px;
}

.banner-main {
    position: relative;
}

.banner-main .over-layer {
    height: 100%;
    width: 46%;
    background: #000;
    position: absolute;
    z-index: 650;
    opacity: 0.2;
    background: linear-gradient(90deg, #598D50 0%, rgba(13, 90, 0, 0.34) 52.5%, #0D5A00 100%);
    filter: blur(4.5px);
}

.text-banner span {
    color: #FFF;
    font-family: "Montserrat ExtraBold";
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    position: absolute;
    z-index: 600;
    width: 40%;
    top: 25%;
    left: 10%;
}

.div-load-more span {
    color: var(--green-1);
    font-family: "Montserrat Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.div-materials-item {
    border-radius: 21px;
    background: url(../images/bg-material.png);
    background-blend-mode: soft-light, normal;
    padding: 34px 40px;
    background-size: cover;
    width: 49%;
    position: relative;
    margin-top: 140px;
}

.div-materials-list {
    gap: 20px
}

.div-materials-content {
    display: flex;
    width: 40%;
    flex-direction: column;
    align-items: flex-start;
    height: 200px;
    justify-content: space-between;
}

.div-materials-content span {
    color: #FFF;
    font-family: "Montserrat Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.div-materials-image {
    position: absolute;
    width: 50%;
    right: 15px;
    top: -75px;
}

.materials-info {
    color: #FFF;
    font-family: "Montserrat Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.network {
    /* height: 100svh; */
}

.div-network-cycle {
    position: relative;
    width: 500px;
    height: 500px;
}

.network-bg {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
    height: 100svh;
}

.network .circle-network {
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: #004400;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.network .circle-network span {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.outer-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    /* Kích thước lớn hơn */
    height: 180px;
    background-color: transparent;
    border: 3px solid var(--green-1);
    /* Viền xanh */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-network:hover {
    box-shadow: 0px 10px 30px 10px rgba(40, 119, 0, 0.56);
}
.lang-picker-list {
    display: flex !important;
    gap: 5px;
    align-items: center;
}
/* Trung tâm */
.network .circle-network.center-network {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: bolder;
    width: 140px;
    height: 140px;
}

/* Góc trên bên trái */
.top-left-network {
    top: 25%;
    left: 10%;
    transform: translate(-50%, -50%);
}

/* Góc trên bên phải */
.top-right-network {
    top: 25%;
    right: 10%;
    transform: translate(50%, -50%);
}

/* Góc dưới bên trái */
.bottom-left-network {
    bottom: 25%;
    left: 10%;
    transform: translate(-50%, 50%);
}

/* Góc dưới bên phải */
.bottom-right-network {
    bottom: 25%;
    right: 10%;
    transform: translate(50%, 50%);
}

/* Bên trái */
.top-network {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Bên phải */
.bottom-network {
    top: 100%;
    right: 50%;
    transform: translate(50%, -50%);
}

.logo-network-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
}

.logo-network-list .title-logo-network {
    background: url(../images/title-network.png) no-repeat;
    background-blend-mode: soft-light, normal;
    padding: 6px;
    text-align: center;
    background-size: cover;
}

.logo-network-list .title-logo-network span {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat Light";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}

.logo-nw {
    display: flex;
    width: 176px;
    height: 120px;
    padding: 30px 28px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: #FFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.12);
}

.list-logo-nw {
    width: 100%;
    display: flex;
    padding: 30px 200px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 20px;
    flex-wrap: wrap;
    background: #FFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}

.div-title-search {
    background: linear-gradient(270deg, #0D5A00 -57.2%, #0D5A00 17.58%, #1C6410 38.47%, #498340 99.75%);
    width: 100%;
}

.div-title-search .title-search h3 {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat Light";
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}

.top-search .form-search select {
    height: 100%;
}

.top-search .form-search input {
    border: none;
    border-radius: 0;
    line-height: 1.2;
}

.top-search .form-search {
    border: 1px solid #FFF;
    border-radius: 30px;
    background-color: #FFF;
}

.top-search .btn-icon {
    display: flex;
    align-items: center;
}

.custom-select {
    padding: 0 1.85rem 0 1.35rem;
    margin-right: 5px;
}

.div-title-search {}

.title-search {
    display: flex;
}

.div-input-search {
    display: flex;
}

.nk-header {
    border-bottom: none;
}

.div-input-search .custom-select {
    border-radius: 21.5px;
    border: 1px solid #FFF;
    color: white;
    background: linear-gradient(270deg, #0D5A00 -57.2%, #0D5A00 17.58%, #498340 99.75%);
}

.div-search_select-icon {
    position: absolute;
    top: 54%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 16px;
    color: #ffffff;
}

.div-search-select {
    position: relative;
    width: 200px;
}

.div-input-search input:focus {
    outline: none;
    border-color: none;
    box-shadow: none;

}

.logo-nw:hover {
    box-shadow: 0px 10px 30px 0px rgb(60 147 16 / 56%);
}

.div-input-search .icon-search {
    color: var(--green-1);
}

.enterprises-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.enterprise-item {
    display: flex;
    align-items: center;
    align-content: flex-start;
        justify-content: center;
    gap: 0px 33px;
    align-self: stretch;
    flex-wrap: wrap;
}

.enterprise-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
     justify-content: center;
    gap: 10px;
    flex: 1 0 0;
}

.enterprise-content .enterprise-line {
    display: flex;
    gap: 5px;
    align-items: flex-start;
    align-self: stretch;
}

.enterprise-content .enterprise-title {
    color: #000;
    font-family: "Montserrat ExtraBold";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.enterprise-content .enterprise-des {
    color: #000;
    font-family: "Montserrat Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.enterprise-item .enterprise-img {
    height: 150px;
    width: 300px;
    justify-content: center;
    display: flex;
    text-align: center;
     align-items: center; /* canh giữa theo chiều dọc */
    overflow: hidden; /* ẩn phần dư nếu ảnh bị crop */
    
}
.enterprise-item .enterprise-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* hoặc cover tùy ý */
}

.line-h {
    background: #c9d1c98c;
    width: 90vw;
    height: 1px;
}

.experts-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 25px;
}

.experts-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    flex-shrink: 0;


    width: 22%;
    aspect-ratio: 277/302;
    position: relative;
    overflow: hidden;

}

.experts-img {
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;

    border-radius: 10px;
}

.experts-item img {
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.experts-title {
    color: #000;
    text-align: center;
    font-family: "Montserrat ExtraBold";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;


    margin-top: 8px;
    /* Khoảng cách giữa hình và tiêu đề */
    font-size: 16px;
    /* Kích thước chữ */
    text-align: center;
    /* Căn giữa văn bản */
    font-weight: bold;
    color: #333;

}

.esco-roadmap {
    display: inline-flex;
    align-items: flex-start;
    gap: 54px;
    flex-shrink: 0;
}

.roadmap-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.roadmap-content .title-roadmap {
    color: #0D4E03;
    font-family: "Montserrat Medium";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3px;
}

.roadmap-content .des-roadmap {
    color: #051E01;
    font-family: "Montserrat Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 162.5% */
}

.feature-title {
    color: #0D4E03;
    text-align: center;
    font-family: "Montserrat Medium";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3px;
}

.feature-list-img {
    display: flex;
    gap: 37px;
    flex-wrap: wrap;
}

.img-feature {
    display: flex;
}

.img-feature img {
    width: 279.223px;
    height: 200px;
    object-fit: fill;
}

.div-event-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1;
}

.div-event-content-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    align-self: stretch;
    flex: 1;
}

.div-event-content-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.div-event-content-title h5 {
    color: #565656;

    /* s4 */
    font-family: "Montserrat ExtraBold";
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.div-event-content-title span {
    color: #282727;
    font-family: "Montserrat SemiBold";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.div-event-content-des {
    padding-bottom: 5px;
    color: #000;
    text-align: justify;

    /* s33 */
    font-family: "Montserrat Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* .feature-img */
.custom-next,
.custom-prev {
    border-radius: 100px;
    border: 1px solid #DEDEDE;
    position: absolute;
    width: 44px;
    height: 44px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #fff;
}

.custom-next svg,
.custom-prev svg {
    height: auto;
}

.feature-img .owl-carousel .owl-nav,
.feature-img .owl-carousel .owl-dots {
    display: flex;
    gap: 54px;
    position: absolute;
    right: 0;
    bottom: 121%;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.owl-prev,
.owl-next {
    pointer-events: all;
    background-color: white;
    border: 2px solid white;
    color: black;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s ease;
}

/* Hiệu ứng khi hover vào nút */
.custom-next:hover,
.custom-prev:hover {
    background-color: var(--green-1);
    color: rgb(255, 255, 255);
}

.custom-next:hover svg,
.custom-prev:hover svg {
    stroke: #fff;
    /* fill: rgb(255, 255, 255); */
}


.cat__tags {
    flex-wrap: nowrap;
    padding: 0px 0px 10px;
    column-gap: 30px;
    overflow: auto;
    margin-bottom: 26px;
}

.cat__tag-item a.active {
    color: #ee6055;
}

.cat__tag-item a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1d2e04;
    padding: 5px 0px;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
}

.cat__tag-item {
    min-width: 100px;
    text-align: center;
}

.cat__tag-item a.active::after {
    position: absolute;
    content: "";
    background-image: url(../images/line-red.png);
    width: 90%;
    height: 2px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.cat__tag-item:hover a {
    color: #ee6055;
}

.images__layout {
    line-height: 0;
    -webkit-column-count: 4;
    -webkit-column-gap: 0px;
    -moz-column-count: 4;
    -moz-column-gap: 0px;
    column-count: 4;
    column-gap: 5px;
    margin-bottom: 50px;
}

.images__layout a {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 6px;
    display: block;
}

img {
    display: block;
    max-width: 100%;
    transition: 0.2s;
}

.images__layout a {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

.images__layout a img {
    height: 100%;
    display: block;
    object-fit: cover;
    width: 100%;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.images__layout a:hover img {
    transform: scale(1.1);
    opacity: 1;

}

/* Ghi đè màu nền đen */
.lg-backdrop {
    background-color: rgba(255, 255, 255, 0.9) !important;
    /* Màu nền trắng với độ trong suốt */
}

/* Định nghĩa thêm cho phần hiển thị */
.lg-outer {
    background-color: #eeeded !important;
    /* Màu nền trắng */
}

.div-logo-ee {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.ee-item {
    display: flex;
    width: 250px;
    height: 250px;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.ee-item:hover {
    background: #FFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

.ee-detail-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.ee-detail-container-title span {
    color: var(--Neutral-1, #303030);
    font-family: "Montserrat ExtraBold";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.ee-detail-des {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.ee-detail-container .detail-date {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    align-items: center;
}

.ee-detail-container .detail-date span {
    color: var(--black, #303030);
    font-family: "Montserrat SemiBold";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.ee-detail-container .detail-des {
    font-family: "Montserrat Bold";
    color: var(--black, #303030);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.ee-detail-container .detail-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    align-self: stretch;
}

.ee-detail-container .detail-content p {
    color: var(--black, #303030);
    font-family: "Montserrat Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.contact-map {
    width: 40%;
    padding-left: 10px;
    text-align: center;
    padding-right: 10px;
}

.info-contact {
    flex: 1;
    text-align: center;
}

.map-frame {
    width: 100%;
}

.map-frame img {
    width: 100%;
}

.info-contact .div-title {
    padding-top: 0px;
    padding-bottom: 0px;
}

.btn-submit-send {
    display: flex;
    width: 100%;
    padding: 19px;
    height: 57px;
    flex-shrink: 0;
    border-radius: 5px;
    background: var(--green-1);
    text-align: center;
    justify-content: center;
}

.btn-submit-send:hover {
    background: #072b01;
}

.form-control:focus,
div.dataTables_wrapper div.dataTables_filter input:focus,
.dual-listbox .dual-listbox__search:focus {
    color: #059e0d;
    background-color: #fff;
    border-color: #059e0d;
    outline: 0;
    box-shadow: 0 0 0 3px #0e5a0027;
}

.btn-submit-send span {
    color: #fff;
    font-family: "Montserrat Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.info-contact .title-big {
    color: var(--green-1);
    font-family: "Montserrat ExtraBold";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.text-banner {}

.contact-map h5 {
    color: #000;
    font-family: "Montserrat Bold";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.contact-map span {
    font-family: "Montserrat Regular";
    font-weight: 400;
}

.ongoing {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat Bold";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    position: absolute;
}
.detail-blog p {
    font-size: 16px;
    font-family: 'Montserrat Regular';
    line-height: 1.5rem;

}
.banner-blog {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #f4f4f4;
}

.banner-blog img {
    width: 100%;
    height: auto;
    display: block;
    width: 100vw;
    height: 100%;
    background-image: url('../images/banner-blog.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}
.div-event-content-title > .title-text {
    font-size: 20px !important;
}

@media (max-width: 1366px) {
    .text-banner span {
        font-size: 40px;
    }
}

@media (max-width: 1200px) {
    .text-banner span {
        font-size: 35px;
    }

    .div-materials-item {
        padding: 30px 35px
    }

    .esco-roadmap {
        gap: 30px;
    }

    .roadmap-content .title-roadmap {
        font-size: 26px;
    }

    .roadmap-content .des-roadmap {
        font-size: 15px;
    }

    .list-logo-nw {
        padding: 30px 50px;
    }

    .logo-img {
        max-height: 40px;
    }

    .title-big {
        font-size: 38px;
    }

    .div-research-item {
        flex: auto;
    }
}

@media (max-width: 992px) {
   
    .banner-mb {
        display: block;
    }

    .banner-pc {
        display: none;
    }

    .br-mb {
        display: none;
    }

    .br-pc {
        display: block;
    }

    .text-banner span {
        left: 5%;
        width: 90%;
        top: 12%;
        font-size: 30px;
    }

    .div-materials-image {
        position: absolute;
        width: 50%;
        right: 0;
        top: -75px;
        justify-content: center;
        display: flex;
    }


    .div-materials-item {
        width: 100%;
    }

    .esco-roadmap {
        gap: 15px;
    }

    .roadmap-content .title-roadmap {
        font-size: 23px;
    }

    .roadmap-content .des-roadmap {
        font-size: 13px;
    }

    .experts-item {
        width: 30%;
    }

    .div-event-content-title {
        gap: 0px;
    }

   
    .div-event-content-text {
        gap: 15px;
    }

    .div-event-content-title h5 {
        font-size: 12px;
    }

    .div-event-content-des {
        font-size: 12px;
    }

    .div-event-content-title span {
        font-size: 16px;
    }

    .div-event-list .w-100 {
        gap: 25px;
    }

    .div-title-search .title-search h3 {
        font-size: 35px;
    }

    .enterprise-item .enterprise-img {
        width: 250px;
    }

    .ee-item {
        width: 230px;
        height: 230px;
        padding: 20px;
    }

    .div-logo-ee {
        gap: 15px;
    }

    .research-studies .div-tab-block {
        width: 32%;
    }

    .research-studies .div-research-content span {
        font-size: 12px;
    }

    .logo-img {
        max-height: 50px;
    }

    .title-big {
        font-size: 30px;
    }

    .div-outcomes {
        display: flex;
        flex-wrap: wrap;
    }

    .nk-header-tools {
        margin-left: auto;
    }

    .div-objective-text {
        font-size: 14px;
        letter-spacing: 2.4px;
        padding: 36px;
    }

    .div-objective-number {
        font-size: 44px;
        top: -36px;
        left: 36px;
    }

    .div-item {
        width: 20%;
        /* background: url(<path-to-image>) lightgray 50% / cover no-repeat; */
        height: 350px;
    }

    .div-project-key span {
        font-size: 12px;
    }

    .div-text {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .div-project-key-banner {
        background-size: cover;
    }

    .div-key-partners .key50 span {
        font-size: 20px;
    }

}

@media (max-width: 768.98px) {

    .text-banner span {
        font-size: 27px;
    }

    .esco-roadmap {
        flex-direction: column;
    }

    .div-event-item {
        flex-direction: column;
    }

    .div-event-image {
        width: 100%;
    }

    .block-title-search {
        flex-direction: column;
        gap: 20px;
    }

    .enterprise-item {
        flex-direction: column;
    }

    .enterprise-item {
        gap: 20px;
    }

    .ee-item {
        width: 200px;
        height: 200px;
        padding: 15px;
    }

    .ee-detail-container .detail-date span {
        font-size: 14px;
    }

    .ee-detail-container-title span {
        font-size: 25px;
    }

    .ee-detail-container .detail-des {
        font-size: 14px;
    }

    .ee-detail-container .detail-content p {
        font-size: 14px;
    }

    .contact-map {
        width: 100%;
        padding-bottom: 30px;
    }

    .research-studies .div-tab-block {
        width: 100%;
    }

    .div-research-item {
        flex-direction: column;
    }

    .div-research-image {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .research-studies .div-research-content span {
        font-size: 14px;
    }

    .title-big {
        font-size: 25px;
    }

    .footer-content {
        width: 100%;
    }

    .footer .footer-container {
        flex-wrap: wrap;
        gap: 20px;
    }

    .div-title {
        padding: 0px;
    }

    .div-title-line {
        width: 100px;
    }
}

@media (max-width: 992px) {
    .images__layout {
        -moz-column-count: 3;
        column-count: 3;
    }

    .experts-item {
        width: 45%;
    }
}


@media (max-width: 575.89px) {
    .breadcrumb-container {
        top: 10px;
    }
    .breadcrumb {
        font-size: 14px;
    }
    .content-footer {
        display: contents;
    }

    .text-banner span {
        font-size: 25px;
    }

    .div-materials-item {
        margin-top: 80px;
    }

    .div-materials-image {
        position: absolute;
        width: 34%;
        right: 15px;
        top: -40px;
        justify-content: center;
        display: flex;
    }

    .div-materials-content {
        width: 65%;
    }

    .div-materials-content {
        height: auto;
        gap: 20px;
    }

    .images__layout {
        -moz-column-count: 2;
        column-count: 2;
    }

    .cat__tags {
        column-gap: 10px;
    }

    .cat__tag-item a {
        font-size: 12px;
    }

    .cat__tag-item {
        min-width: 75px;
    }

    .logo-network-list .title-logo-network span {
        font-size: 20px;
    }

    .ee-item {
        width: 110px;
        height: 110px;
        padding: 10px;
    }

    .title-big {
        font-size: 22px;
    }

    .div-key-partners .key50 span {
        font-size: 14px;
        width: 50%;
    }

    .div-title-line {
        width: 100px;
    }

    .div-item {
        width: 100%;
        /* background: url(<path-to-image>) lightgray 50% / cover no-repeat; */
        height: 350px;
    }

    .div-project-key span {
        font-size: 14px;
    }

    .div-project-key-banner {
        height: 150px;
    }

    .div-text {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .logo-img {
        max-height: 30px;
    }

}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-49 {
        flex: 0 0 49%;
        max-width: 49%;
    }

    .container,
    .container-sm,
    .container-md {
        max-width: 100%;
    }
}

@media (min-width: 992.8px) {
   


    .nk-header .nk-menu-main>li.nk-menu-item.active>.nk-menu-link:before,
    .nk-header .nk-menu-main>li.nk-menu-item.current-menu>.nk-menu-link:before {
        opacity: 0;
    }

    .nk-aside {
        display: none;
    }

    .header-enger .nk-menu-main.nk-menu {
        padding: 0 0 0 2rem;
        display: flex;
    }

    .header-enger .nk-menu-main>li.nk-menu-item>.nk-menu-link {
        padding: 1.95rem 0;
        font-size: 16px;
    }
    .header-main .nk-menu-main>li.nk-menu-item>.nk-menu-link {
        padding: 0.95rem 0;
        font-size: 16px;
    }
}