@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

@font-face {
    font-family: 'Lato', sans-serif;
    src: url("https://mekongrok.org/assets/css/fonts/Lato-Regular.ttf");

}

:root {
    --font-default: 'Lato', sans-serif;
}

html {
    overflow: hidden;
    overflow-y: scroll;
}

/* Colors */
:root {
    --color-default: #666666;
    --color-mekong-primary: #1c99ce;
    --color-mekong-secondary: #03689d;
}

.background-default {
    background-color: var(--color-default);
}

.text-default-p {
    color: var(--color-default);
}

/* p{
    text-align: justify;
} */




.slider-bottom-button img {
    width: 60px;
    height: 60px;
}

.svg-color img {
    height: 50px !important;
}

.rs-counter .container {
    background: var(--color-mekong-secondary);
    padding: 1rem 0;
    border-radius: 20px;
}

.rs-counter .container1 {
    background: var(--color-mekong-secondary);
    padding: 1rem 0;
    /* border-radius: 20px; */
}

.counter-list {
    display: flex;
    justify-content: center;
    border-radius: 4px;
    padding: 0;
}

.count-number {
    position: relative;
}

.slider-bottom-button {
    border-radius: 3px;
    transition: all .3s ease-in-out;
}


.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number {
    padding: 0px 0px 0px 0px;
    text-align: left;
    margin-bottom: 0;
    margin-top: 5px;
}

.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .count-number {
    padding: 0px;
}

.rs-counter.style3 .counter-top-area .counter-list .counter-text .count-number .rs-count {
    color: #fff;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    padding: 0px 0px 0px 0px;
}

.rs-counter.style3.modify2 .counter-top-area .counter-list .counter-text .title {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    text-align: left;
}

.card-body {
    color: #000;
}

.slider-bottom-button {
    border-radius: 3px;
    transition: all .3s ease-in-out;
}

.slider-bottom-button>div:first-child {
    display: flex;
    width: 70px;
    justify-content: center;
    align-items: center;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    /* border: 1px solid #c46aad; */
    background: transparent !important;
    padding: 4px;
    margin-right: 11px;
    transition: all .3s ease-in-out;
    transform: scale(1);
}

.rs-counter.style3 .counter-top-area .counter-list .counter-text .count-number .rs-count {
    color: #fff;
    font-size: 2.625rem;
    line-height: 1.2;
    font-weight: 700;
    padding: 0px 0px 0px 0px;
}

.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count.plus {
    padding-right: 30px !important;
}

.rs-counter .counter-top-area .counter-list .counter-text .count-number .rs-count.plus:before {
    content: '+';
    position: absolute;
    right: 0;
}


.section-header h2:before,
.section-header h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: var(--color-mekong-secondary) !important;
    display: inline-block;
}

.btn-light {
    background: #e3e3e3 !important;
}

.hero .carousel-item::before {
    background-color: rgb(0 0 0 / 52%) !important;
}

.about-image {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px #c0c0c0;
}

/* ======gallery===== */
.videogal-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 3px;
}

.videogal-item .project-img a img {
    width: 100%;
    max-width: 100%;
}

.videogal-item .project-content {
    position: absolute;
    padding: 24px 30px;
    opacity: 1;
    z-index: 10;
    top: 0;
    border: none;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    width: 100%;
}

.videogal-item .project-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease 0s;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.videogal-item .project-content .portfolio-inner {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    transition: all .5s ease;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}

.videogal-item .project-content .portfolio-inner .media-icon.video-item {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 72px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.videogal-item .project-content .portfolio-inner .media-icon .lightbox-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--mekong-primary);
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
}

.videogal-item .project-content .portfolio-inner .media-icon .lightbox-image i:before {
    font-size: 21px;
    line-height: 53px;
    transition: 0.3s ease all;
}

.card {
    margin-bottom: 5px;
}

img.card-img-top {
    height: 270px !important;
}

a.nav-link {
    color: var(--color-mekong-secondary);
    font-weight: 500;
}

.nav-link:focus,
.nav-link:hover {
    color: var();
}

.nav-tabs .nav-link {
    border: none;
    padding: 10px 45px;
    font-weight: bold;
    /* margin-bottom: 25px; */
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff !important;
    border-radius: 10px 10px 0px 0px !important;
    background: #00a6de;
    border-bottom: 3px solid #005c83 !important;
}

.nav-tabs {
    border-bottom: 1px solid #e6e6e6 !important;
}

.btn-light:hover {
    background: #005C83 !important;
    color: #fff;
}

#chartdiv {
    height: 100vh;
    width: 100%;
}

.count-number .million {
    color: #fff;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    padding: 0px 0px 0px 0px;

}

a.nav-link.active {
    color: #00a6de !important;
}

.filter .form-control,
.filter .form-select {
    border: 0px;
}

.form-control {
    padding: 6px !important;
}

.form-control1 {
    padding: 11px !important;
}

textarea {
    border-radius: 0.375rem;
}

.heading {
    margin: 5px;
    background: #005C83;
    padding: 6px 20px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
    width: max-content;
}


.btn-primary {
    background: var(--color-mekong-primary);
    border-color: var(--color-mekong-primary);
}

.btn-primary:hover {
    background: var(--color-mekong-secondary);
}

select {
    margin-right: 15px !important;
}

.filter {
    justify-content: center;
}

.form-label1 {
    position: absolute;
    background: var(--color-mekong-secondary);
    color: #fff;
    margin-top: -15px;
    padding: 2px 7px;
}

.form-select {
    border-color: #005c83 !important;
}

.form-select:focus {
    border-color: var(--color-mekong-primary) !important;
}

.middle .icon img {
    height: 60px;
}



/**********RESPONSIVE*********/
@media (max-width: 768px) {

    /* for screen size max-768 */
    .hero .info {
        padding: 0 10px !important;
    }

    .slider-bottom {
        position: initial;
    }

    .hero .info h2 {
        margin-top: -18rem;
    }

    .rs-counter .container {
        border-radius: 0px;
        margin-top: 5px;
        padding: 0px;
    }

    .counter-list {
        display: flex;
        justify-content: flex-start;
        padding: 5px;
    }

    section {
        padding: 35px 0 0 0;
    }

    .alt-services .img-bg {
        min-height: auto;
    }

    #chartdiv {
        height: 50vh;
    }

    .nav-tabs {
        flex-direction: column;
    }

    .margin-bottom {
        margin-bottom: 2rem;
    }

    .content {
        margin-bottom: 20px !important;
    }

    .card.card1 {
        min-height: 560px;
    }

    .portfolio-content.card {
        min-height: 422px;
    }

    .stories {
        height: auto !important;
    }

}


.content {
    position: relative;
    width: 100%;
    /* max-width: 400px; */
    margin: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.content .content-overlay {
    background: rgb(0 92 131 / 61%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content-image:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
}

.content .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.service-item .icon i {
    color: #ffff;
    font-size: 43px !important;
}

.content-details h3 {
    border-bottom: 3px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    letter-spacing: 0.15em;
    /* margin-top: 0.5em; */
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

.p-area {
    bottom: 0;
    opacity: 0;
    position: absolute;
    background: #67b7dc;
    color: #fff;
    padding: 10px 20px;
}

.content:hover .content-details,
.content:hover .content-overlay {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 100%;
    left: 0%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
}

.content:hover .p-area {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.filter1 {
    background: #005c83 !important;
    padding: 10px;
    /* justify-content: center; */
    border-radius: 10px;
}

.img-card1 {
    min-height: 183px;
}

.card1 {
    transition: transform 0.2s ease-in;
    box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
    border-radius: 10px;
    border: 0;
    margin-bottom: 1.5em;
}

.card1:hover {
    background: #f3f3f3;
    transform: scale(1.04);
    transition: .6s all;
}

.form-label1 {
    position: absolute;
    background: var(--color-mekong-secondary);
    color: #fff;
    margin-top: -15px;
    padding: 1px 5px;
    border-radius: 5px;
    margin-left: 5px;
}

.counter-list:hover {
    transform: scale(1.08);
}

.counter-list {
    transition: transform 1s ease-out;
}

.form-select,
input {
    border-color: #005c83 !important;
    padding: 0.3rem 0.7rem !important;
}

.form-select:focus {
    border-color: var(--color-mekong-primary) !important;
}


.about {
    margin-top: 30px;
    border-right: 4px solid #00a6de !important;
    border-left: 5px solid #00a6de !important;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 3px #999;
}

/* ===== STORIES ======= */
.multi-item-carousel .carousel-inner {
    display: flex;
    flex-wrap: nowrap;
}

.multi-item-carousel .carousel-inner .carousel-item {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.multi-item-carousel .carousel-inner .carousel-item img {
    max-width: 100%;
    margin: 0 auto;
}

.stories {
    height: 585px;
    margin-left: 10px;
    border: 1px solid #dcdcdc;
    padding: 0px;
    border-radius: 10px;
}

.stories img {
    border-radius: 10px 10px 0px 0px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    top: 12rem;
    position: absolute;
}

.carousel-control-prev-icon {
    background: #424242;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background: #424242;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


/* team section style*/

.teamGrid {
    margin-top: 100px;
}

.avatar {
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    text-align: center;
}


.avatar>img {
    width: 150px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid rgb(170 170 173/ 1);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
}

.teamcolinner {
    padding: 0 12px;
    position: relative;
    border: 1px solid #3fa3ce;
    min-height: 100px;
    background: #fff;
    z-index: 9;
    text-align: center;
    height: auto;
    box-shadow: 0px 0px 10px 3px #c0c0c0;
    min-height: 320px;
}

.teamcol {
    margin-bottom: 8rem;
    padding: 4px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    transition: transform 1s ease-in-out;
}

.teamcol:hover {
    transform: translateY(-30px);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
    transition: transform 1s ease-in-out;
}

.teamcol:before {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(#00a6de, #0a7ca1);
    border-top-right-radius: 10px;
    transition: width 1s ease-in-out;
}

.teamcol:after {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(#005c83, #074864);
    border-bottom-left-radius: 10px;
    transition: width 1s ease-in-out;
}

.teamcol:hover::before,
.teamcol:hover::after {
    width: 100%;
    transition: width 1s ease-in-out;
}

.member-name {
    margin-top: 80px;
}

.member-name p {
    font-size: 1.25rem;
    margin-bottom: 0px;
    font-weight: 600;
    color: #000;
}

/* .member-info {
    padding: 0px 20px;
} */

.social-listing {
    align-items: center;
    justify-content: center;
    display: flex;
    list-style: none;
    padding: 0;
}

.social-listing>li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #e7e7e7;
    border-radius: 50%;
    margin: 5px;
}


/* detail page style */
.breadcrumbs-news {
    padding: 15px;
    min-height: auto;
}

.breadcrumbs-news ol {
    font-weight: 500 !important;
    color: #005c83;
}

.breadcrumbs-news ol a {
    color: #ffffff;
    text-decoration: none !important;
}

.breadcrumbs ol li+li::before {
    color: #000;
}

.breadcrumbs-news:before {
    background: var(--color-mekong-secondary) !important;
}

.news-detail-head {
    border-bottom: 1px solid #dbd8d8 !important;
}

.news-heading h3 {
    color: #fff;
    font-size: 2.05rem;
    font-weight: 600 !important;
    margin-bottom: 10px;
}

.inside-content {
    padding: 30px 0 0;
}

.inside-content p {
    margin-bottom: 1.875rem;
    line-height: 1.6rem;
}

.zoom img {
    transition: all 0.2s linear;
}

.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.inside-page-banner-text-out {
    background: var(--color-mekong-secondary);
    height: 330px;
}

.inside-page-banner-text-out-about {
    height: 334px !important;
}

@media (max-width: 768px) {
    .inside-page-banner-text-out-about {
        height: 270px !important;
    }
}


.inside-page-banner-text {
    padding: 4rem 7rem;
    color: #fff;
    /* font-weight: 600; */
}

.breadcrumbs-bg {
    padding: 20px 50px;
    min-height: auto;
}

.inside-banner {
    background: #005c83;
    margin-top: 0;
}

.inside-banner .breadcrumb {
    background: none;
    border: none;
    box-shadow: none;
    padding-top: 1rem;
}

.breadcrumb-item a {
    display: inline-block;
    color: #fff;
}

.breadcrumbs ol {
    color: #b1b0b0;
    /* border-bottom: 1px solid #eeeeeebe */
}

.left-content,
.left-content-a {
    padding: 60px;
}

/* 
.left-content .icon img{
    height: 60px;
} */



.inside-page-banner-text-out h2 {
    font-size: 2rem;
    padding-top: 1rem;
    font-weight: 600;
    color: #fff;
}

.header-banner-img {
    height: 100%;
    background-size: cover;
}

@media only screen and (max-width: 600px) {
    .breadcrumbs-bg {
        padding: 20px;
    }

    .left-content {
        padding: 50px;
    }

    .section-header h2,
    .section-header1 h2 {
        font-size: 18px;
        font-weight: 700;
        position: relative;
        color: #2e3135;
    }

    #myBtn1 {
        bottom: 490px !important;
        font-size: large !important;
    }
}

.title-after {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5625rem;
    color: var(--color-mekong-secondary) !important;
}

h4.title {
    font-size: 1.2rem;
}

.title-after::after {
    content: '';
    position: absolute;
    width: 75px;
    border-bottom: 1px solid #005C83;
    bottom: -15px;
    left: 0;
}



/* =======================about us style start========================= */
.about-message {
    margin: 3rem auto;
}


.about_content {
    position: relative;
    margin: 2rem auto;
    transition: all .3s ease-in-out;
    opacity: 0.9;
    background: #fff;
    box-shadow: 1px 1px 10px 3px #868282;
}

.about_avatar {
    position: absolute;
    left: 50%;
    top: -30px;
    width: 100px;
    height: 100px;
    margin-left: -45px;
    z-index: 1;
}

.about_avatar img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 6px solid #fff;
    box-shadow: 0 9px 26px rgba(58, 87, 135, 0.1);
}

.about_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 75px 50px 75px;
    overflow: hidden;
    background: var(--third-color);
    border: 1ps solid #f1f1f1;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}

.about_text_after {
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    color: var(--fifth-color);
    opacity: .3;
    font-size: 35px;
    transition: all 400ms linear;
    bottom: 25px;
    right: 30px;
}

.about_text_before {
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    color: var(--fifth-color);
    opacity: .3;
    font-size: 35px;
    transition: all 400ms linear;
    top: 25px;
    left: 30px;
}

.left-content .icon i::before {
    font-size: 5rem;
    color: #fff;
}


.about_information h3 {
    font-weight: 600;
    color: var(--second-color);
    ;
    font-size: 18px;
    font-style: italic;
}

.about_information h4 {
    font-weight: 400;
    font-size: 12px;
    padding-top: 6px;
    color: var(--second-color);
    ;
}


/* ==========gallery========== */

.album {
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

.item-gallery {
    display: inline-block;
    text-decoration: none;
    background: #FFF;
    margin: 10px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(212, 212, 212, 1);
    -moz-box-shadow: 2px 2px 2px 0px rgba(212, 212, 212, 1);
    box-shadow: 2px 2px 2px 0px rgba(212, 212, 212, 1);
    position: relative;
}

.item-gallery img {
    width: 360px;
    height: 260px;
}

.item-gallery .stats {
    font-size: 13px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: #555;
}

.item-gallery .stats i {
    transition: color 250ms;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    -o-transition: color 250ms;
}

.item-gallery .stats span:hover .fa-heart {
    color: red;
}

.item-gallery h2 {
    padding: 10px;
    padding-bottom: 0;
    font-size: 20px;
    color: #333;
    margin-bottom: 0;
}

.item-gallery p {
    font-size: 15px;
    padding: 2px 10px 15px 10px;
    color: rgb(100, 99, 99);
}

.item-gallery .description {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #eee;
    height: 260px;
    background: rgba(0, 0, 0, .7);
    width: 0;
    padding: 0;
    overflow: hidden;
    transition: width 500ms;
    -webkit-transition: width 500ms;
    -moz-transition: width 500ms;
    -o-transition: width 500ms;
}

.item-gallery .description p {
    width: 100%;
    font-size: 20px;
    display: block;
    padding: 50px 20px;
    color: #fff;
}

.item-gallery:hover .description {
    width: 360px;
}

.section-header1 {
    margin-left: 30px;
}

.program-list li {
    position: relative;
}

.program-list li::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 6px;
    width: 15px;
    height: 13px;
    background: url("/assets/meckong-img/arrow.png");
}

.program-list li {
    list-style: none;
}

/* ul.special_bullet{
list-style-image: url(../images/icons/arrow-icon1.png);
} */

.modal-title,
.modal-body {
    color: #000;

}

/* .modal-content {
    background: #ededed;
} */

.modal-footer,
.modal-header {
    border-color: #000;
}

.PROJECTS-AREA {
    height: 600px;
    overflow-y: scroll;
}

.albums-inner {
    height: 415px;
}


.albums-tab-text,
.stats {
    color: #000;
}



/* ----------- CHATBOT STYLE--------- */
.chat-circle_robot {
    /*     margin-left: -7%; */
    display: block;
    margin-left: 1px;
}

.chat-box-overlay_robot {
    margin-left: -3px;
}

.chat-box-welcome_robot {
    margin-left: -10px;
}

/* ---------- GENERAL STYLE---------- */

.chat-box-welcome__company-name,
.chat-box__sign {
    font-family: 'Lato', sans-serif;
    position: relative;
}


/*powered by deeppixel*/

.chat-box__sign {
    font-size: 9px;
    line-height: 20px;
    /*color: #a2a2a2;*/
    color: #b5b5b5;
}

.chat-input-box {
    text-align: center;
    padding-bottom: 10px;
    position: relative;
}

.btn#my-btn {
    background: white;
    padding-top: 13px;
    padding-bottom: 12px;
    border-radius: 45px;
    padding-right: 40px;
    padding-left: 40px;
    color: #5865C3;
}


/*color to change*/


.chat-box-welcome__header,
.chat-box-header {
    /*red*/
    /*background-image: linear-gradient( to top right, rgba(246, 72, 72, 1), rgba(250, 65, 95, 1));*/
    /*pink-blue*/
    /*background-image: linear-gradient( to top left, rgba(252, 123, 123, 1), rgba(166, 193, 255, 1));*/
    /*pink-red*/
    background-image: linear-gradient(to bottom right, rgb(0 92 131), rgb(72, 171, 246));
}
#chat-circle{
    background-image: linear-gradient(to bottom right, rgb(0 92 131 / 60%), rgb(72, 171, 246));
}

.chat-msg.bot>.msg-avatar {
    background: #ffffff00;
}

.options-btn {
    border: 1px solid rgba(0 92 131);
}

.spiner>* {
    background: rgba(0 92 131);
}

/*.options-btn:hover{
       background-image: linear-gradient( to bottom right, rgba(240, 149, 255, 1), rgba(246, 72, 72, 1));
        
        color: white;
    }*/

/* ---------- chat-bot-button to open chat---------- */

#chat-circle {
    position: fixed;
    top: 50px;
    /*right: 50px;*/
    /* right: 50px; */
    /* width: 80px; */
    /* height: 80px; */
    border-radius: 10%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: white;
    /* padding: 15px; */
    z-index: 999;
    cursor: pointer;
    /*box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);*/
    box-shadow: 0px 3px 16px 0px #555;
    /*remove display none*/
    /*display: none;*/
    display: inline-block;
    font-size: 1rem;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 130px;
}


/*#chat-circle .material-icons {
        font-size: 36px;
    }*/

#chat-overlay {
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: none;
}

.chat-circle_robot {
    font-size: 50px;
    color: #fff;
}


/*chat-bot-welcome*/

.chat-box-welcome {
    /*add display none*/
    /* display: none;*/
    /*background: #efefef;*/
    background: #f8f8f8;
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 350px;
    max-width: 85vw;
    max-height: 100vh;
    border-radius: 3px;
    /*   box-shadow: 0px 5px 35px 9px #464a92; */
    box-shadow: 0px 5px 35px 9px #ccc;
}


.chat-box-welcome__header {
    height: 420px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: none;
}

.chat-box__header-text {
    color: white;
    font-size: 20px;
    padding: 10px !important;
    border-bottom: 1px solid #c0c0c0;
}

#chat-box-welcome__ava {
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
    position: absolute;
    top: 98px;
    left: 124px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: white;
    padding: 27px;
}


/*#chat-box-welcome__ava .material-icons {
        font-size: 64px;
    }*/

.chat-box-welcome_robot {
    /* font-size: 70px; */
    /* text-align: center; */
    position: absolute;
    top: 7px;
    right: 7px;
    height: 85px;
}

.chat-box-welcome__welcome-text {
    color: #fff;
    text-align: center;
    width: 80%;
    position: relative;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
}

.chat-box-welcome__welcome-text p {
    font-size: 24px;
}


/*chat-box after welcome was togled*/

#chat-box__wraper {
    display: none;
}

.chat-box {
    /*add display none*/
    display: none;
    /*background: #efefef;*/
    background: #f8f8f8;
    position: fixed;
    /* right: 30px;*/
    right: 30px;
    bottom: 50px;
    z-index: 999;
    width: 350px;
    max-width: 85vw;
    max-height: 100vh;
    border-radius: 3px;
    /*   box-shadow: 0px 5px 35px 9px #464a92; */
    box-shadow: 0px px 7px 2px #818181;
}

.chat-box-toggle {
    float: right;
    margin-right: 15px;
    cursor: pointer;
}

.chat-box-header {
    position: relative;
    height: 50px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: white;
    padding-left: 10px;
    font-size: 20px;
    padding-top: 13px;
}

.chat-box-body {
    position: relative;
    height: 370px;
    height: auto;
    border-bottom: 1px solid rgba(181, 181, 181, 0.42);
    overflow: hidden;
}

.chat-box-body:after {
    content: "";
    background-color: #F8F8F8;
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.chat-input__text {
    background: #fff;
    width: 95%;
    position: relative;
    height: 47px;
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-top: 5px;
    resize: none;
    outline: none;
    border: 1px solid #F2F0F0;
    color: #888;
    border-radius: 3px;
    overflow: hidden;
}

.chat-input-box>form {
    margin-bottom: 0;
}

.chat-input__text::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
}

.chat-input__text::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

.chat-input__text:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}

.chat-input__text:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

.chat-submit {
    position: absolute;
    /* bottom: 27px; */
    top: 10px;
    right: 20px;
    font-size: 25px;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 50%;
    color: var(--color-mekong-secondary)
        /* width: 35px;
        height: 35px; */
}

.chat-logs {
    padding: 15px;
    height: 370px;
    overflow-y: scroll;
}

@media (min-width:991px) and (max-width:1200px) {
    .albums-inner {
        height: 420px !important;
    }

    .albums-tab-thumb {
        width: 300px !important;
    }

    #myBtn1 {
        bottom: 880px !important;
    }
}

@media (min-width:767px) and (max-width:991px) {


    .albums-tab-thumb {
        width: 325px !important;
    }

}

@media only screen and (max-width: 500px) {
    .chat-logs {
        height: 40vh;
    }

    .albums-tab-thumb {
        width: 320px !important;
    }
}

.chat-msg.bot>.msg-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: left;
    width: 15%;
    padding: 9px;
    position: relative;
}

.breadcrumb-item a.active {
    cursor: default;
}

/*.chat-msg.bot>.msg-avatar .material-icons {
        color: #fff;
        font-size: 25px;
    }*/

.chat-box-overlay_robot {
    height: 40px;
    position: absolute;
    top: 10px;
    font-size: 28px;
    color: var(--color-mekong-secondary);
}


/*.chat-msg.self>.msg-avatar img {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        float: right;
        width: 15%;
    }*/

.cm-msg-text {
    background: white;
    padding: 10px 15px 10px 15px;
    color: #666;
    max-width: 75%;
    float: left;
    margin-left: 10px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 3px;
}

.options-btn {
    background: white;
    padding: 10px 15px 10px 15px;
    color: #666;
    width: 75%;
    margin-left: 55px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 3px;
    text-align: center;
}


.chat-msg {
    clear: both;
}

.chat-msg.self>.cm-msg-text {
    float: right;
    background: #efefef;
    /*color: white;*/
}

.cm-msg-button>ul>li {
    list-style: none;
    float: left;
    width: 50%;
}

.cm-msg-button {
    clear: both;
    margin-bottom: 70px;
}


/*loader*/


.spin-container {
    /* padding: 0px 15px 0px 15px; */
    color: #666;
    max-width: 75%;
    /* float: left; */
    bottom: 4px;
    left: 50%;
    /* margin-left: 45%; */
    position: absolute;
    /* margin-bottom: 20px; */
    display: none;
}

.spiner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -20px;
    display: inline-block;
    position: relative;
    height: 20px;
    width: 40px;
}

.spiner>* {
    position: absolute;
    top: 5px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    /* background: #0074e4;*/
    opacity: 0.6;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.spiner>*:nth-child(1) {
    left: 0;
    -webkit-animation: mymove 1.3s infinite ease-in;
    animation: mymove 1.3s infinite ease-in;
}

.spiner>*:nth-child(2) {
    left: 12px;
    -webkit-animation: mymove 1.3s 0.3s infinite ease-in;
    animation: mymove 1.3s 0.3s infinite ease-in;
}

.spiner>*:nth-child(3) {
    left: 24px;
    -webkit-animation: mymove 1.3s 0.6s infinite ease-in;
    animation: mymove 1.3s 0.6s infinite ease-in;
}

@-webkit-keyframes mymove {

    0%,
    100%,
    80% {
        opacity: 0.6;
        -webkit-transform: scale(0.4);
    }

    40% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes mymove {

    0%,
    100%,
    80% {
        opacity: 0.6;
        transform: scale(0.4);
    }

    40% {
        opacity: 1;
        transform: scale(1);
    }
}

.header-banner {
    overflow: hidden;
}

#myBtn1 {
    position: absolute;
    bottom: 0;
    right: 10px;
    background: none;
    border: none;
    color: #fff;
    font-size: x-large;
}

@media only screen and (max-width: 600px) {

    #eventoprnpopups button {

        right: -5px !important;

    }

}

.latest-p p {
    text-align: left;
}

.left-content .icon img {
    max-width: 90px;
    max-height: 80px;
}

.stories .text-default-p {
    text-align: justify;
}

.Priority-para {
    text-align: justify;
}

.report-content h5 {
    color: #000;
}

.footer-info .logo {
    width: 200px;
}

@media (min-width:575px) and (max-width:992px) {
    .report_bg::before {
        left: 0 !important;
    }

    .report_bg {
        height: auto !important;
        padding-left: 10px !important;
    }

    .report-content h5 {
        margin: 20px 0px !important;
    }

    .card.card1 {
        min-height: 598px !important;
    }
}

#map {
    min-height: 600px;
}

th,
td {
    border: 1px solid #eee;
    padding: 8px;
    font-weight: 500 !important;
}

table {
    border: 1px solid #eee;
    margin: 10px 0px;
    width: 200px;
    padding: 20px;
}

.title-text {
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
}

.g-recaptcha {
    display: inline-block;
}

.title-after {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5625rem;
    color: var(--color-primary);
}

.title-after::after {
    content: '';
    position: absolute;
    width: 75px;
    border-bottom: 1px solid #005C83;
    bottom: -15px;
    left: 0;
}

#news-slider .owl-prev {
    position: absolute;
    opacity: 1;
    top: -60px;
    right: 30px;
    bottom: inherit;
    border: none;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    width: 12px;

}

#news-slider .owl-next {
    position: absolute;
    opacity: 1;
    top: -60px;
    right: 0;
    bottom: inherit;
    border: none;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    width: 12px;
    background: none;

}

#news-slider .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #005C83;
    font-size: 30px;
}

#news-slider .owl-next:after {
    content: "\f105";
}

#news-slider .item p a {
    color: var(--color-default);
}

.svg-color svg {
    fill: var(--color-primary) !important;
    max-width: 91px;
}

.b-0 {
    bottom: 0;
}

.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}

.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}

.overflow {
    position: relative;
    overflow: hidden;
}

.zoom img {
    transition: all 0.2s linear;
}

.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

div#example_length {
    display: none;
}

div#example_filter {
    display: none;
}

table.dataTable {

    border-collapse: collapse !important;

}

.project-table thead th {
    background-color: #005C83;
    color: #fff;
}

img.leaflet-marker-icon {
    width: 44px !important;
}

.mekong-hero button.owl-next,
.mekong-hero button.owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50% !important;
    background: #ffffff !important;
    text-align: center;
    color: #070707;
    transition: all 0.5s;
    /* transition-delay: 0.70s; */
    box-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
    border: none;
}

.mekong-hero button.owl-next {
    position: absolute;
    top: 50%;
    right: 30px;
}

.mekong-hero button.owl-prev {
    position: absolute;
    top: 50%;
    left: 30px;
}

.mekong-hero button.owl-prev:hover {
    background: var(--color-mekong-secondary) !important;
    color: #ffffff !important;
    box-shadow: 0px 0px 8px rgba(0 0 0 / 10%) !important;
}

.mekong-hero button.owl-next:hover {
    background: var(--color-mekong-secondary) !important;
    color: #ffffff !important;
    box-shadow: 0px 0px 8px rgba(0 0 0 / 10%) !important;
}

.events-heading {
    text-align: justify;
}

#eventoprnpopups button {
    position: absolute;
    right: -16px;
    top: -21px;
    background: var(--color-mekong-secondary);
    border: none;
    font-weight: 700;
    font-size: 21px;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #ffff;
    z-index: 99;
}

.mekong-hero .owl-dots {
    text-align: center;
    margin: 40px auto 0;
    line-height: 15px;
    display: flex;
    position: absolute;
    top: calc(40% - 80px);
    right: 20px;
    flex-direction: column;
    align-items: flex-end;
}

.mekong-hero .owl-dots .owl-dot {
    width: 9px;
    height: 18px;
    display: inline-block;
    margin: 5px 0px;
    padding: 1px 0;
    border-radius: 20px;
    border: 1px solid #fff;
    background: #fff;
    opacity: 1;
    cursor: pointer;
    transition: all .3s ease-in-out;
    scale: 1;
}

.mekong-hero .owl-dots .active {
    background: var(--color-mekong-secondary);
    border-color: var(--color-mekong-secondary);
    opacity: 1;
    height: 30px;
}

.mekong-hero .owl-dots button span {
    display: none !important;
}

ol.priority-components {
    padding: 0;
    margin: 0;
    max-width: 700px;
    position: relative;
    list-style-type: none;
}



ol.priority-components li {
    padding: 0.5rem 1.5rem;
    border-radius: 1.5rem;
    background: var(--color-mekong-primary);
    color: #fff;
    transition: .3s all;
    cursor: default;
}

ol.priority-components li:hover {
    transform: scale(1.05);
    cursor: default;
}

ol.priority-components li+li {
    margin-top: 1rem;
}

.read-more {
    text-align: right;
}

.read-more a {
    color: #999;
    margin-right: 20px;
}

@keyframes readmore {
    0% {
        background-position: 100% 100%, -30px 100%;
        background-size: 100% 2px, 0 2px;
    }

    100% {
        background-position: calc(100% + 30px) 100%, 0 100%;
        background-size: 0 2px, 100% 2px;
    }
}

.read-more a:hover .fa {
    animation: readmore 2s linear infinite;
}

/* vimal flip-box css */
/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
    background-color: transparent;
    /* width: 300px; */
    height: 200px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
  }
  
  /* This container is needed to position the front and back side */
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
  
  /* Position the front and back side */
  .flip-box-front,
  .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
  }
  
  /* Style the front side (fallback if image is missing) */
  .flip-box-front {
    background-color: #b92f3c;
    color: black;
  }
  .flip-box-front{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  /* Style the back side */
  .flip-box-back {
    background-color: var(--color-mekong-secondary);
    color: white;
    transform: rotateY(180deg);
  }
  .flip-box-back{
    text-align: justify;
    padding: 10px 15px;
  }
  .culuture-bg{
    background-color: #b92f3c !important;
  }
  .culuture-over-bg {
    background-color: rgba(200,34,48,0.7);
}
.priority-img img{
    margin-bottom: 20px;
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.priority-img img:hover{
    -webkit-transform: scale(1.03);
	transform: scale(1.05);
}
.priority-wrap{
    position: relative;
}
.priority-counter{
    position: absolute;
    bottom: 0px;
    background: #000000ba;
    left: 0px;
    padding: 0px 15px;
    border-radius: 0px;
    width: 100%;
}
.priority-counter .rs-count{
    font-size: 1.5rem !important;
    color: #fff !important;
}
.priority-counter span.fs-2{
    font-size: 1.5rem !important;
    color: #fff !important;
}
.priority-counter .counter-text{
    color: #fff;
}
.priority-counter .title{
 font-size: 1rem;
}
.counter-text h4.title:after{
    display: none;
}