
.heaser_box {
    background: white;
}

.topbar-header {
    padding: 8px 0px;
  
}

.topbar {
     position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.logo {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
img.logo-website {
    width: 95px;
    height: auto;
}
.logo-des {
    font-family: 'Khmer Mool1','arial';
    font-size: 25px;
    color: #1448a4;
    line-height: 30px;
  
    margin-left: 10px;
}
.logo-des h3 {
    font-family: 'Khmer Mool1','arial';
    font-size: 30px;
}
.topbar .right {
    font-family: 'Khmer Mool1','arial';
    font-size: 20px;
    /*font-weight: bold;*/
    color: #057345;
    text-align: center;
    margin-top:30px;
}
/******* Menu ******/
.navbar-collapse {
        -ms-flex-positive: 1;
        flex-grow: unset;
}
.search_key {
    position: absolute;
    right: 0px;
 }
.menu {
    background: #057345;
    
}
.menu li.nav-item:hover {
    background: #2f8b64 ; 
}
.menu .navbar {
    padding: 0px;
}

.navbar-light .navbar-nav .nav-link {
    color:rgb(255, 255, 255) !important;
}

/********/
ul.language {
    margin: 0px;
    list-style: none;
}
ul.language li {
   
    border: 1px solid;
    padding: 0px 5px 0px 5px;
    
    margin-bottom: 5px;
}
ul.language li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    color: black;
    padding:2px 4px;
}
ul.language li div {
    margin-right: 2px;
}
ul.language li.active {
    background: #057345;
    border: none;
    color: white;
    margin-bottom: 5px;
}
ul.language li.active a {
   
    color:white;
   

}
.en-image {
    width: 25px;
    height: 15px;
   
    background-image: url(en.jpg);
    background-size: cover;
    background-position: center;
}
.kh-image {
    width: 25px;
    height: 15px;
   
    background-image: url(kh.png);
    background-size: cover;
    background-position: center;
}
.input-s {
    display: none;
    margin-right: -18px;
    border-radius: 14px 0px 0px 14px;
    background: #338b66;
    border: none;
    font-size: 10px;
    height: 30px;
    padding-left: 22px;
    color: white;
}
.input-s::placeholder {
    color: white;
}
.input-s:hover {
    border-radius: 14px 0px 0px 14px;
        background: #338b66;
    border: none;
}
.input-s::placeholder {
    color: white;
}
.input-s:focus{
     border-radius: 14px 0px 0px 14px;
        background: #338b66;
}
.button-s {
    z-index: 99;
    border: none;
    color: white;
    font-size: 14px;
    border-radius: 119px !important;
    background: #338b66;
    width: 30px;
    height: 30px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.newsList_box1 {
    background: white;
    
    border-bottom: 1px solid #ececec;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2f8b64;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #2f8b64;
}
a.dropdown-item {
    transition: 0.5s;
    padding: 7px 1.5rem;
}
.dropdown-menu a{
    color:white  !important;;
}

.dropdown-menu {
    padding: 0px;
    border-radius: 0px;
    margin-bottom: 10px;
    background-color: #057345 !important;;
    top: 95%;
}
[x-placement^="bottom-"] .dropdown-submenu .dropdown-menu, .navbar .dropdown-submenu .dropdown-menu {
    bottom: auto;
    margin-top: -1px !important;
}
.menu li.nav-item.active > a{
    background: #2f8b64 ;
    color: white ;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
   
}
.topbar .logo-des a {
    color: #1448a4;
    font-family: 'Khmer Mool1','arial';
}
.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}
.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}