@import url('https://fonts.googleapis.com/css2?family=Battambang:wght@100;300;400;700;900&family=Montserrat:wght@200;300;500;600;700&display=swap');

body {
    font-family: "Montserrat", "Battambang", sans-serif !important;
}
body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mm-wrapper {
    padding: 0px !important;
}
img {
    max-width: 100%;
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
.navbar {
    display: inherit;
}
h2{
    font-weight: bold;
}
.fixed-top {
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px !important;
    border-radius: 0px !important;
    position: fixed !important;
}
.logo {
    margin-right: 10%;
    width: 120px;
}
.logo img {
    max-width: 100%;
}
.hum {
    width: 38px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
}
.headertop {
    padding: 5px 0px;
}
.menu-header li {
    padding-right: 10px;
}
.menu-header li a {
    color: #ffbb0e;
    text-decoration: none;
    font-size: 13px;
    border-right: 1px solid #ffbb0e;
    padding-right: 10px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.menu-header li:last-child a {
    border: none;
}
.language {
    text-align: right;
    font-size: 14px;
}
.language a {
    color: #fff;
    text-decoration: none;
}
.language a:hover {
    color: #ffbb0e;
}
.current-lang a {
    width: auto !important;
    background: #538d43 !important;
}
.main-menu li {
    padding-right: 0px;
    padding-top: 3px;
    padding-left: 0px;
    padding-bottom: 3px;
    display: inline-block;
    position: relative;
}
.main-menu li a.nav-link {
    color: #fff;
    padding-left: 38px !important;
    padding-right: 0px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
}
.main-menu li a:hover,
.main-menu li a[aria-current="page"],
a[aria-current="page"] {
    color: #ffbb0e !important;
}

/* Second Level */
.main-menu ul > li > ul.sub-menu {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    width: 230px;
    padding: 10px 0 0;
    margin: 0;
    position: absolute;
    background: url(../assets/img/arrow-up.png) -47px 0 no-repeat;
    list-style: none;
    left: 0;
    top: 100px;
    visibility: hidden;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.main-menu ul > li > ul li {
    background: rgba(50, 118, 35, 1);
    float: left;
    width: 100%;
    text-align: left;
    padding: 0px;
}
.main-menu ul > li:hover > ul,
.main-menu ul > li > ul:hover {
    z-index: 2;
    top: 46px;
    visibility: visible;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.main-menu ul > li > ul li a {
    width: 100%;
    float: left;
    padding: 6px 24px;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    font-size: 15px;
}

.main-menu ul li a:hover,
.main-menu ul li.current_page_item a[aria-current="page"] {
    color: #ffbb0e;
    text-decoration: none;
}
.main-menu .navbar-nav {
    display: inherit;
    text-align: right;
}
.main-menu ul li a,
.main-menu ul li a:hover,
.main-menu ul > li > ul,
.main-menu ul > li:hover > ul,
.main-menu ul > li > ul li a,
.main-menu ul > li > ul li a:hover,
.main-menu ul > li > ul li.current_page_item a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
/*** sub sub menu **/
ul.sub-menu > li:hover > ul.sub-sub-menu {
    top: -10px;
    left: 227px;
    visibility: visible;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
ul.sub-menu > li > ul.sub-sub-menu {
    left: 227px !important;
}
ul.sub-menu > li > ul.sub-sub-menu {
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; */
    width: 230px;
    padding: 10px 0 0;
    margin: 0;
    padding-left: 10px;
    position: absolute;
    background: url(../assets/img/arrow-left.png) 0px 15px no-repeat;
    background-size: 24px;
    list-style: none;
    left: 0;
    top: 100px;
    visibility: hidden;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

/*** sub sub sub menu **/
ul.sub-sub-menu > li:hover > ul.sub-sub-sub-menu {
    top: 110px;
    padding-left: 0;
    visibility: visible;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
ul.sub-sub-menu > li:hover > ul.sub-sub-sub-menu:lang(kh) {
    top: 94px;
}
/* ul.sub-sub-menu > li > ul.sub-sub-sub-menu {
    left: 227px !important;
} */
ul.sub-sub-menu > li > ul.sub-sub-sub-menu {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    width: 230px;
    padding: 10px 0 0;
    margin: 0;
    padding-left: 10px;
    position: absolute;
    background: url(../assets/img/arrow-up.png) 25px 0 no-repeat;
    list-style: none;
    left: 0;
    top: 100px;
    visibility: hidden;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.topscroll {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-animation-delay: 3.5s;
    -webkit-animation-delay: 3.5s;
    -o-animation-delay: 3.5s;
    animation-delay: 3.5s;
    opacity: 1;
    height: 33px;
}
.hide-up {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-animation-delay: 3.5s;
    -webkit-animation-delay: 3.5s;
    -o-animation-delay: 3.5s;
    animation-delay: 3.5s;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    height: 0px !important;
    opacity: 0;
}
.slider-desc {
    width: 80%;
    margin: 0 auto;
    line-height: 30px;
}
.social {
    padding-top: 0px;
    text-align: right;
    padding-left: 0px;
}
.social li {
    display: inline-block;
    list-style: outside none none;
    margin-left: 8px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.social li a {
    float: left;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.social li a img {
    padding: 2px;
    border-radius: 50%;
}
.social li:hover a {
    background-color: transparent;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.header-up-top {
    background-color: #538d43;
    color: #fff;
}
.bg-white {
    background-color: #327623 !important;
}
#myCarousel {
    margin: 0px !important;
}
#myCarousel .carousel-indicators [data-bs-target] {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    opacity: 1;
    margin-left: 7px;
    margin-right: 7px;
    background-color: #538d43;
}
#myCarousel .carousel-indicators .active {
    background-color: #ffbb0e !important;
}
#myCarousel .mask-banner {
    position: absolute;
    background: rgb(0, 0, 0, 0.7);
    z-index: 2;
    padding: 10px;
    width: 100%;
    height: 100%;
}
#myCarousel .carousel-item {
    position: initial !important;
}
#myCarousel .carousel-indicators {
    z-index: 3;
}
/** Home **/

/*********mobile********/
.language-mobile {
    float: left;
    padding-top: 10px;
    padding-bottom: 5px;
}
.language-mobile a {
    text-decoration: none;
    color: #333;
}

/** footer **/
.title {
    text-transform: uppercase;
}
.title span {
    color: #ffbb0e;
}
.footer-top {
    background-color: #f2f2f2;
    padding: 20px 0px;
}
.footer-top .contact-information {
    list-style: none;
    padding: 0;
    float: left;
    width: 100%;
}
.footer-top .contact-information a {
    text-decoration: none;
    color: #333;
}
.footer-top .contact-information li {
    width: 100%;
    float: left;
    list-style: none;
    margin-bottom: 5px;
    line-height: 20px;
}
.footer-top .contact-information li span {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 3px;
}
.footer-top .contact-information li span.telephone {
    background-position: 0 -185px;
    background: url(../assets/icon/1_icon_phone.png) 0px / 22px;
    background-repeat: no-repeat;
}
.footer-top .contact-information li span.mobile-phone {
    background-position: -25px -185px;
}
.footer-top .contact-information li span.email {
    background-position: -50px -185px;
    background: url(../assets/icon/1_icon_email.png) 0px / 22px;
    background-repeat: no-repeat;
}
.footer-top .contact-information li span.address {
    background-position: -75px -185px;
    background: url(../assets/icon/icon_address.png) 0px / 25px;
    background-repeat: no-repeat;
}
/* .image {
    background-image: url(../assets/img/image.png);
    background-repeat: no-repeat;
} */
.footer-top .form input {
    border-radius: 0px;
    border: 1px solid #fff;
    padding: 10px 15px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.footer-top .btn-send {
    padding: 12px 35px;
    background-color: #538d43;
    border-radius: 90px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #538d43;
}
.footer-top .btn-send:hover {
    background-color: #ffbb0e;
    transition: 0.5s;
    border: 1px solid #ffbb0e;
}
.footer-bottom {
    background-color: #538d43;
    color: #fff;
    text-align: center;
    padding: 20px 0px;
}
.visitor {
    border-top: 1px solid #327623;
}
.visitor ul {
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0px;
}
.visitor ul li {
    list-style: none;
    padding: 5px 0px;
    color: #327623;
}
.visitor ul li > strong {
    color: #000;
}
/*****title color ****/
.title-color {
    text-transform: uppercase;
}
.title-color:lang(kh) {
    font-weight: bold;
}
.title-black {
    color: #333;
}
.title-black span,
.title-color span {
    color: #ffbb0e !important;
}

/********home****/
.welcome {
    background-color: #e3e3e3;
    padding: 35px 0px;
}
.welcome .welcome-description h2 {
    color: #539444;
    text-transform: uppercase;
}
.welcome .welcome-description a {
    background-color: #539444;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.5s;
}
.welcome .welcome-description a:hover {
    background-color: #ffbb0e;
    transition: 0.5s;
}
.welcome .welcome-description p {
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.welcome-description {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
.our-work {
    background-image: url("../assets/img/our-work-banner.jpg");
    padding: 35px 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.our-work .our-work-mask {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(50, 118, 35, 0.8);
}
.our-work .container {
    position: relative;
    z-index: 1;
    color: #fff;
}
.our-work .work-group {
    padding: 5px;
    text-align: center;
}
.our-work .work-group .thum {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    border: 5px solid #fff;
    margin-bottom: 20px;
}
.our-work .work-group .thum img {
    border-radius: 50%;
}
.our-work .work-group a {
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
    margin: 0 auto;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 1px solid #fff;
    transition: 0.5s;
}
.our-work .work-group a:hover {
    background-color: #ffbb0e;
    border-color: #ffbb0e;
    transition: 0.5s;
}
.our-donor {
    padding: 35px 0px;
}
.our-donor .our-group {
    text-align: center;
}
.our-donor .our-group .thum {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #538d43;
}
.our-donor ul {
    padding: 0;
    margin-top: 10px;
}

.our-partners {
    background-image: url("../assets/img/our-work-banner.jpg");
    padding: 35px 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.our-partners .our-work-mask {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}
.our-partners .container {
    position: relative;
    z-index: 1;
    color: #fff;
}
.our-partners .our-group .thum {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #538d43;
}
.our-partners .our-group {
    text-align: center;
}
.our-partners ul {
    padding: 0;
    margin-top: 10px;
}
.our-ngo {
    padding: 35px 0px;
    background-color: #e3e3e3;
}
.our-ngo .our-group .thum {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #538d43;
}
.our-ngo .our-group {
    text-align: center;
}
.our-ngo ul {
    padding: 0;
    margin-top: 10px;
}
.our-partners ul li,
.our-donor ul li,
.our-ngo ul li {
    width: 25px;
    background: #538d43;
    display: inline-block;
    height: 25px;
    margin: 2px;
    border-radius: 50%;
    list-style: none;
    padding: 0px;
    transition: 0.5s;
}
.our-ngo ul li:hover,
.our-donor ul li:hover,
.our-partners ul li:hover {
    background-color: #ffbb0e;
    transition: 0.5s;
}

.our-video {
    background-image: url("../assets/img/our-work-banner.jpg");
    padding: 35px 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.our-video .our-work-mask {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}
.our-video .container {
    position: relative;
    z-index: 1;
    color: #fff;
}
.our-video .btn-sub {
    display: inline-block;
    background-color: #dd2a2c;
    padding: 8px 30px;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.5s;
    text-transform: uppercase;
}
.our-video .btn-sub:hover {
    background-color: #ffbb0e;
    transition: 0.5s;
}
.our-video .our-group .embed-responsive-item {
    min-height: 400px;
}
/*our-library*******/

.our-library {
    border: 1px solid #dadada;
    padding: 5px;
    border-radius: 5px;
    transition: 0.5s;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    position: relative;
    overflow: hidden;
    min-height: 418px;
}
.our-library .desc {
    position: absolute;
    bottom: 25px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    color: #fff;
    opacity: 0;
    right: 0;
    z-index: 1;
    transition: 0.5s;
}
.our-library .desc .btn-view-file {
    display: inline-block;
    background-color: #ffbb0e;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    text-transform: uppercase;
    padding: 8px 30px;
    border-radius: 30px;
    cursor: pointer;
}
.our-library:hover .mask,
.our-library:hover .desc {
    opacity: 1;
    transition: 0.5s;
}
.our-library .mask {
    position: absolute;
    background: rgb(0, 0, 0, 0.4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.5s;
}

/**********engage***********/
.engage .partnership {
    text-align: center;
    background-color: #e3e3e3;
    padding: 35px 0px;
}
.engage .btn-join {
    background-color: #539444;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.5s;
}
.engage .btn-join:hover {
    background-color: #ffbb0e;
    transition: 0.5s;
}
.engage .work-with-us {
    text-align: center;
}
.engage .our-work-box {
    background-color: #eee;
    padding: 10px;
    border-radius: 5px;
}
.engage .our-work-box h5 {
    color: #539444;
    text-transform: uppercase;
    margin-top: 10px;
}

.engage .subscribe form input {
    border-radius: 0px;
    border: 1px solid #fff;
    padding: 10px 15px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.engage .subscribe .btn-subscribe {
    padding: 12px 70px;
    background-color: #538d43;
    border-radius: 90px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #538d43;
    transition: 0.5s;
}
.engage .subscribe .btn-subscribe:hover {
    background-color: #ffbb0e;
    transition: 0.5s;
    border: 1px solid #ffbb0e;
}
/**********work with us***********/
.engage-work-withus-detail {
    padding-top: 55px;
}
.engage-work-withus .job {
    float: left;
}
.engage-work-withus .job .date,
.engage-work-withus .job .email a,
.engage-work-withus .job h5 {
    color: #538d43;
    text-decoration: none;
}
.engage-work-withus .job .btn-job {
    text-transform: uppercase;
    color: #fff;
    padding: 5px 20px;
    margin: 5px 1px;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.5s;
    display: inline-block;
    font-size: 12px;
}
.engage-work-withus .job .job-info {
    background-color: #ffbb0e;
}
.engage-work-withus .job .job-info:hover {
    background-color: #539444;
    transition: 0.5s;
}
.engage-work-withus .job .job-app {
    background-color: #539444;
}
.engage-work-withus .job .job-app:hover {
    background-color: #ffbb0e;
    transition: 0.5s;
}
.engage-work-withus .glyphicon-minus:before {
    color: #539444;
}
.engage-work-withus .glyphicon-plus:before {
    color: #ffbb0e;
}
.engage-work-withus .panel-title a {
    text-decoration: none;
}

.engage .our-benifits .thum {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #ffbb0e;
}
.engage .our-benifits h4 {
    text-align: center;
    color: #538d43;
    margin-top: 10px;
}
.engage .our-benifits ul li {
    padding: 5px;
    list-style-image: url("../assets/img/arrow-list.png");
}
.engage .cpsa-form {
    background-color: #e3e3e3;
    padding: 30px 0px;
}
.engage .cpsa-form h4 {
    color: #538d43;
}
.engage .assistance {
    border-top: 1px solid #538d43;
    padding-top: 20px;
    margin-top: 20px;
}
.engage .become-partner {
    margin: 0px;
    padding: 0px;
}
.engage .become-partner li {
    list-style: none;
    padding: 5px 0px;
}
.engage .become-partner li input {
    margin-right: 10px;
    cursor: pointer;
}
.engage form input {
    border-radius: 0px;
    border: 1px solid #fff;
    padding: 10px 15px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.engage .btn-send {
    padding: 12px 35px;
    background-color: #538d43;
    border-radius: 90px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #538d43;
}


.engage .our-partner-say {
    background-image: url("../assets/img/our-work-banner.jpg");
    padding: 35px 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.engage .our-partner-say .our-mask {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}
.engage .say {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
}
.engage .our-partner-say .thum {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.engage .our-partner-say .thum img {
    border-radius: 50%;
}
/***woring group ***/
.working-group {
    padding: 30px 0px;
    color: #fff;
    position: relative;
    z-index: 3;
}
.cashew-group {
    border: 5px solid #fff;
    width: 215px;
    border-radius: 50%;
    height: 215px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    line-height: 215px;
    margin: 0 auto;
    padding: 14px;
    align-content: space-around;
    align-items: center;
}
.cashew-group h3{font-size: 19px !important;}
.working-group-desc {
    padding: 30px 0px;
}
.working-group-desc h5 {
    color: #538d43;
}
.working-group-desc ul li {
    list-style-image: url("../assets/img/arrow-list.png") !important;
}

.our-acti {
    background-image: url("../assets/img/activites.jpg") !important;
    padding: 55px 0px 35px 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.our-acti.our-cc {
    background-image: url("../assets/img/our-acc.jpg") !important;
}
.our-acti .mask {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}
.our-acti .container {
    position: relative;
    z-index: 1;
    color: #fff;
}
.workshop .thum-title {
    text-align: center;
}
.workshop .thum-title h3 {
    color: #538d43;
}
.workshop .glyphicon-minus:before {
    color: #539444;
}
.workshop .glyphicon-plus:before {
    color: #ffbb0e;
}
.workshop .title_workshop {
    font-size: 14px;
    color: #538d43;
}
.working-group .foot {
    padding: 10px;
    width: 80%;
    margin: 0 auto;
}
.obj-group {
    padding: 5px;
    text-align: center;
}
.obj-group .desc h6 {
    color: #333;
    font-weight: bold;
    margin-top: 5px;
}
.our-acti.bg-foot-vegetable {
    background-image: url("../assets/img/bg_activity.jpg") !important;
}
/*** plus ***/

.accordion-button {
    font-weight: bold;
    font-size: 14px;
    color: #538d43;
    padding: 5px !important;
    text-decoration: none;
    cursor: pointer;
}
.accordion-button:hover {
    color: #ffbb0e;
}
.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-button:not(.collapsed) {
    background: none;
    box-shadow: inherit;
    color: #ffbb0e;
}

.accordion-header {
    padding-left: 20px;
}
.accordion-button::after {
    width: auto;
    height: auto;
    content: "+";
    font-size: 25px;
    background-image: none;
    color: #ffbb0e;
    transform: translateY(0px);
    position: absolute;
    margin-right: 11px;
    left: -18px;
}
.accordion-button:not(.collapsed)::after {
    width: auto;
    height: auto;
    background-image: none;
    content: "-";
    font-size: 33px;
    transform: translate(-5px, -4px);
    transform: rotate(0deg);
    color: #539444;
}
.our-acti .box-profile {
    border: 1px solid #dadada;
    background-color: #f1f1f1;
    padding: 40px 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    color: #333;
    position: relative;
}
.our-acti .box-profile .box-arrow {
    z-index: 9999;
    bottom: 7px;
    width: 119px;
    position: absolute;
    left: 0;
    margin-top: 19px;
    height: 36px;
}
.our-acti .box-profile .box-thum {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #538d43;
}
.our-current-member {
    padding: 35px 0px;
}
.our-current-member ul li {
    list-style-image: url("../assets/img/arrow-list.png") !important;
}
.btn-our-current-member {
    background-color: #539444;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.5s;
}
a.btn-our-current-member:hover {
    background-color: #ffbb0e;
    transition: 0.5s;
}
.working-group.our-sus {
    background-color: #fff !important;
    color: #333;
}
.working-group.our-sus .cashew-group a {
    text-decoration: none;
    color: #538d43;
}
.working-group.our-sus .cashew-group {
    border: 5px solid #538d43 !important;
    color: #538d43 !important;
    transition: 0.5s;
}
.working-group.our-sus .cashew-group:hover {
    border-color: #ffbb0e !important;
    transition: 0.5s;
}
/**********About Us***********/
.about .our-team {
    background-color: #e3e3e3;
    padding: 30px 0px;
}
.about .our-team .profile-md {
    text-align: center;
}
.about .team ul,
.about .our-team ul {
    padding: 0;
    margin-top: 10px;
    text-align: center;
}
.about .our-team .profile-md h3 {
    color: #538d43;
    font-weight: bold;
}
.about .our-team a {
    text-decoration: none;
    color: #538d43;
}
.about .team ul li,
.about .our-team ul li {
    width: 25px;
    background: #538d43;
    display: inline-block;
    height: 25px;
    margin: 2px;
    border-radius: 50%;
    list-style: none;
    padding: 0px;
    transition: 0.5s;
}
.about .team ul li:hover,
.about .our-team ul li:hover {
    background-color: #ffbb0e;
    transition: 0.5s;
}

.about .team {
    text-align: center;
}
.about .team .thum {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    border: 5px solid #327623 !important;
    margin-bottom: 20px;
}
.about .team .social-member {
    bottom: 0;
    height: auto;
    text-align: left;
}
.about .team .desc h4 {
    text-transform: uppercase;
    color: #538d43;
}
.about .team .seemore a {
    float: left;
    margin-top: -11px;
    margin-right: 5px;
    color: #000;
}
.about .team .seemore hr {
    color: #538d43;
    height: 2px;
}
.about .our-core {
    background-color: #e3e3e3;
    padding: 30px 0px;
    margin: 0 auto;
    text-align: center;
}
.about .our-core h4 {
    color: #327623;
}
.about .core img {
    padding: 10px;
}

.about .secretariat-level .slick-slide,
.about .council .slick-slide {
    padding: 25px;
}

.slick-prev:before,
.slick-next:before {
    color: #327623 !important;
}

.about .leaps {
    background-color: #538d43;
    padding: 25px 0px;
}
.about .leaps .our-leap {
    color: #fff;
}
.about .leaps .our-leap ul li {
    list-style-image: url("../assets/img/arrow-list.png");
}
/**********blog***********/
.main-blog {
    position: relative;
    text-align: center;
}
.main-blog .mask-our-banner {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.content-blog .btn-view-all {
    display: inline-block;
    background-color: #538d43;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    text-transform: uppercase;
    padding: 8px 30px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.5s;
}
.content-blog .btn-view-all:hover {
    background-color: #ffbb0e;
    transition: 0.5s;
}
.main-blog .group {
    position: relative;
}
.main-blog .group p.short_desc {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    color: #fff;
    top: 58%;
}
.main-blog .group h2 {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    top: 50%;
    text-transform: uppercase;
}

.content-blog .blog-group {
    border: 1px solid #fff;
    padding: 5px;
    transition: 0.5s;
}
.content-blog .blog-group .thumbnail {
    overflow: hidden;
}
.content-blog .blog-group .thumbnail img {
    transition: 0.5s;
}
.content-blog .blog-group span {
    color: rgb(65, 64, 64);
}
.content-blog .blog-group .description a,
.content-blog .blog-group .title h6,
.content-blog .blog-group span.name {
    color: #539444;
    text-decoration: none;
    transition: 0.3s;
}
.content-blog .blog-group:hover a,
.content-blog .blog-group:hover h6 {
    color: #ffbb0e;
    transition: 0.3s;
}
.content-blog .blog-group:hover {
    border-color: #dadada;
    border-radius: 5px;
    transition: 0.5s;
}
.content-blog .blog-group:hover img {
    transform: scale(1.2);
    transition: 0.5s;
}
.blog-detail h4.title-blog,
.blog-detail span.name {
    color: #539444;
}
.blog-detail {
    padding-top: 30px;
    background-color: #fff;
}
/*** Contract Farming ***/
.bg-contract-farming {
    padding: 35px 0px;
}
.working-group-desc.cpsa-support {
    background-color: #eee;
}
.cpsa-support .icon {
    height: 70px;
    width: 70px;
    margin: 0 auto;
}
/****custome slick**/
.our-video .slick-dots,
.welcome .slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
    bottom: -40px;
}
.our-video .slick-dots button,
.welcome .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    border: none;
    border-radius: 100%;
    background-color: #538d43;
    text-indent: -9999px;
}
.our-video .slick-dots li.slick-active button,
.welcome .slick-dots li.slick-active button {
    background-color: #ffbb0e !important;
}
.our-video .slick-slide {
    margin: 0 15px;
}

.our-workshop .slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
}
.our-workshop .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 100%;
    background-color: #538d43;
    text-indent: -9999px;
}
.our-workshop .slick-dots li.slick-active button {
    background-color: #ffbb0e !important;
}
.our-workshop .slick-slide {
    margin: 0 5px;
}
.sustainable-investments-in-cambodia {
    padding-top: 68px;
}
.title-color {
    color: #327623;
}

.cashew-group-inv:hover {
    border-color: #ffbb0e !important;
    transition: 0.5s;
}
.cashew-group-inv {
    border: 1px solid #327623;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    align-content: space-around;
    align-items: center;
    transition: 0.5s;
}
.rai-alliance .cashew-group-inv {
    width: 100%;
    height: 100%;
    display: inherit;
}
/*member profile*/

.member-slider .slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
}
.member-slider .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 100%;
    background-color: #538d43;
    text-indent: -9999px;
}
.member-slider .slick-dots li.slick-active button {
    background-color: #ffbb0e !important;
}
.member-slider .slick-slide {
    margin: 0 5px;
}
.member-slider .slick-dots li {
    left: -33%;
}
@media (max-width: 768px) {
    .page {
        padding-top: 54px;
    }
    .sustainable-investments-in-cambodia,
    .blog-detail,
    .engage-work-withus-detail {
        padding-top: 0px;
    }
}
.button_download_work_with_us {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 1px 20px;
    text-decoration: none;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: floralwhite;
    font-size: 14px;
  }
