@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
}
@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto/Roboto.eot');
    src: url('font/Roboto/Roboto.eot?#iefix') format('embedded-opentype'),
        url('font/Roboto/Roboto.woff2') format('woff2'),
        url('font/Roboto/Roboto.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('font/Raleway/Raleway.eot');
    src: url('font/Raleway/Raleway.eot?#iefix') format('embedded-opentype'),
        url('font/Raleway/Raleway.woff2') format('woff2'),
        url('font/Raleway/Raleway.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pyidaungsu';
    src: url('font/Pyidaungsu/Pyidaungsu.eot');
    src: url('font/Pyidaungsu/Pyidaungsu.eot?#iefix') format('embedded-opentype'),
        url('font/Pyidaungsu/Pyidaungsu.woff2') format('woff2'),
        url('font/Pyidaungsu/Pyidaungsu.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.market-data h4 {
    font-size: 20px;
    color: #0F5A35;
    font-weight: 600;
    line-height: 30px;
    font-family: Roboto Slab;
}

div#marketdata-license {
    display: none;
}
div#marketdata {
    border: 1px solid #339966;
	height: 344px;
}
div#marketdata-menu {
    display: none !important;
}
.chart--container {
  min-height: 530px;
  width: 100%;
  height: 100%;
}
a {
    color: #0F5A35;
    text-decoration: underline;
}
a:hover {
    color: #0F5A35;
}
/*--------------------------------------------------------------
# Popup
--------------------------------------------------------------*/
.hide {
  display: none;
  max-width: 100%;
}
    
.myDIV:hover + .hide {
  display: block;
  color: #000;
  border : 1px solid #000;
  border-radius: 5px;
  padding: 20px 25px;
  width: 700px;
  position: absolute;
  background: #fff;
  float: left;
  margin-top: -30px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 180px;
  text-align: center;
  z-index:1;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: var(--white);
    color: var(--black);
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Roboto','Pyidaungsu', Raleway, sans-serif;
}
.partner-slider>div>div {
    display: flex !important;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: justify;
    font-size: 14px!important;
}
.homeMoreBtn {
    text-align: center;
    margin-top: 10px;
}
.homeMoreBtn a{
    color:#0F5A35;
    text-decoration:none;
    font-weight: 700;
}
.chart {
  min-height: 450px;
}
.row {
  margin:0 !important;
}
div#chart {
    border: 2px solid #0E8D70;
    border-radius:5px;
    margin: 2rem 0;
    
}
.chart_title h4{
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    text-align : center;
    margin: 25px 0px 0px 0px;
    color: #0F5A35;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px;
    margin-bottom: 0rem;
    list-style: none;
    margin-top: 1rem;
}
ol.breadcrumb {
    background: #0e8d7014;
    font-size: 14px;
}
.breadcrumb i{
  color: #3D3B3B;
  padding-right: 0.5rem;
}
.breadcrumb a{
  color: #3D3B3B;
  text-decoration: none;
}
.breadcrumb a:hover{
  color: #0F5A35;
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 1rem;
    color: #0F5A35;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 1rem;
    color: #3D3B3B;
    content: var(--bs-breadcrumb-divider, ">");
}
.viewcount-text {
    color: #fff;
    padding: 10px;
}
.post-views.content-post.post-22.entry-meta {
    display: inline-flex;
}
.post-views.content-post.post-20.entry-meta {
    display: inline-flex;
}
span.post-views-label {
    display: none;
}
.post-views.entry-meta>span.post-views-icon.dashicons {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    text-decoration: inherit;
    vertical-align: middle;
    display: none;
}
.post-views.entry-meta>span {
    margin-right: 44!important;
    font: 14px;
    color: #fff;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: unset !important;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125)!important;
    border-radius: 0.25rem;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5cb874;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #78c48c;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #0E8D70;
  font-size: 15px;
  height: 120px;
  padding: 0;
}
.img-fluid {
    max-width: 85%;
    height: auto;
}
.header-lang ul {
    display: flex;
    gap: 8px;
    list-style: none;
    margin-bottom: 0;
    margin-top: -10px;
}
.header-lang ul li {
    border-right: 1px solid #fff;
    padding-right: 8px;
    text-decoration:none;
}
.header-lang ul li:last-child {
    border-right: 0;
    padding-right: 0;
}
.header-lang ul li.current-lang a {
    color: #fff;    
    font-weight:700;
}
.header-lang ul li a {    
    color: rgba(225, 225, 225, 0.5);
}
.searchform .form-control,
.searchform input {
/*    background-color: var(--gray-search);    */
    font-size: 14px;
    min-height: 40px;
    width: 180px;
    border: 1px solid #FAF8F8;
    border-right: 0;
    border-radius: 4px;
}
.searchform input:focus {
    box-shadow: none;
}
.search-icn {
    background-color: #FFFFFF;
    height: 100%;
    border: 1px solid #FAF8F8;
    border-left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.search-icn i {
    color: #0F5A35;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #0E8D70;
  transition: all 0.5s;
  z-index: 997;
  height: 61px;
  border-top: 1px solid #FFFFFF;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo a {
  color: #5cb874;
}

#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px;
  font-size: 15px;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
    font-size: 32px;
    line-height: 0;
    margin-left: 0px;
    padding: 0px;
    margin-top: 2rem;
}

.menu>ul li.current-menu-item a, .menu>ul li a:hover, #main-menu>ul li.current-menu-item a, #main-menu>ul li a:hover {
  color: #0E8D70;
  background: #ffffff;
}

.navbar img{
    color: #0E8D70;
}
.navbar li:img>active{
    color: #0E8D70;
}
.navbar .getstarted,
.navbar .getstarted:focus {
  color: #5cb874;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  border: 2px solid #5cb874;
  transition: 0.3s;
  font-size: 14px;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  background: #5cb874;
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #5cb874;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #5cb874;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #5cb874;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.card-body p {
    line-height: 30px;
    text-align: justify;
    
}
.card-body {
    flex: 1 1 auto;
    padding: 0rem 1.5rem!important;
    margin-top: -1rem;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125)!important;
    border-radius: 0.25rem;
}
.col-md-12.cg-footer p {
    text-align: right;
    color: #0F5A35;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background-color: rgba(9, 9, 9, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(45, 103, 60, 0.1);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0px;
  right: 0px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #0F5A35;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #5cb874;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #5cb874;
}

#hero .btn-get-started:hover {
  background: #6ec083;
}


.viewcount{
    background-image: url("../images/viewcount_bg.png");
    background-color: #cccccc; /* Used if the image is unavailable */
    height: auto; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    margin-bottom: 60px;
}
.viewcount-text p{
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
}
.viewcount-text p{
    padding: 15px 0px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0px 0px 60px 0px;
}

.section-bg {
  background-color: #F6F7F9;
}

.section-title {
  text-align: center;
  padding: 30px 0px;
}

.section-title h2 {
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
  text-transform: capitalize;
  color: #0F5A35;
  font-size: 26px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 2px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 4px;
  background: #0F5A35;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}
a.readMoreBtn {
    color: #fff;
    text-decoration: none;
}
*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
.table td, .table th  {
    padding: 1rem 0.5rem !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 14px;    
}

thead.thead-bulletin {
    background-color: #0E8D70;
    color: #fff;
}
thead.thead-bulletin tr{
  padding: 10px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table td, .table th {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.btn-secondary {
    color: #fff;
    background-color: #555555a1;
    border-color: #555555a1;
    font-size: 14px;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #0E8D70;
    border-color: #0E8D70;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #fff;
    color: var(--bs-table-striped-color);
    vertical-align: middle;
}
.table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-accent-bg: #0e8d7014;
    color: var(--bs-table-striped-color);
    vertical-align: middle;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    display: none;
}
.alert_header {
    background: #0E8D70;
    padding: 10px;
    color: #fff;
    --bs-gutter-x: 0rem;
}
div#director-registry_wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-top: -6px;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-bottom-width: 0px;
}
.table td, .table th {
    padding: 1rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
}
thead.alert_thead {
    background: #0e8d701f;
}
.fs-5 {
    font-size: 1.25rem !important;
    color: #0F5A35;
    font-weight: 600;
}
.modal-body ol li {
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    padding: 0px 15px;
}
.modal-footer {
    display: block;
    /* flex-wrap: wrap; */
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
    float: left!important;
}
.modal-body h6 {
    color: #3D3B3B;
    font-weight: 600;
    line-height: 28px;
    padding: 5px 0px;
}
.signup-content {
    text-align: center;
    margin-bottom: 14px;
}
.btn-signup {
    color: #fff;
    background-color: #0E8D70;
    border-color: #0E8D70;
    font-size: 14px;
}
.signup-content button {
    padding: 6px 20px;
    /* margin-left: 15px; */
}
.btn-signup a{
    color: #fff;
    
}
.btn-signup:hover {
    color: #fff!important;
    background-color: #0E8D70;
    border-color: #0E8D70;
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
#about{
  padding-bottom: 60px;
}
.about .content h4 {
  font-weight: 700;
  font-size: 24px;
}

.content {
       background-color: #0E8D70;
    color: #fff;
    padding: 16px;
    position: relative;
}
.content:after {
    content: "";
    position: absolute;
    left: -80px;
    top: 0;
    background: url('../../assets/images/bod_bg.png');
    width: 80px;
    height: 100%;
}
.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5cb874;
}

.about .content p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# mission
--------------------------------------------------------------*/
#mission{

     background: #ffffff;
     padding-bottom: 60px;
}
.mission .icon-box {
  text-align: center;
  padding: 30px 20px 30px 20px;
  background: #0e8d7014;
  border-radius: 5px;
}

.mission .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.mission .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 18px;
  line-height: 32px;
}

.mission .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  text-align: justify;
}

.single-home {
    display: block;
    overflow: hidden;
    padding: 15px 10px;
}
.post-img {
    display: inline-block;
    float: left;
    padding: 50px 10px;
    width: 20%;
}
.pst-content {
    display: inline-block;
    float: left;
    width: 80%;
    text-align: left;
    padding: 0px 16px;
}
.pst-content p a {
    color: #444;
    font-size: 15px;
}


/*--------------------------------------------------------------
# Investors
--------------------------------------------------------------*/

#investors_page{
  padding-bottom: 60px;
}
#investors{
  padding-bottom: 60px;
}
.investors{
  padding: 0px;
}
.investors p {
    line-height: 30px;
    text-align: justify;
}
.investors .icon-box {
  text-align: center;
  padding: 70px 20px 70px 20px;
  background: #ffffff;
  border-radius: 5px;
}
.investors_title h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    border-left: 7px solid #0E8D70;
    padding-left: 12px;
    margin: 0px 0px 24px 0px;
    color: #0F5A35;
}

.investors .icon-box h4 {
  font-weight: 600;
  margin: 30px;
  font-size: 18px;
  line-height: 32px;
}

.investors .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}
a.investorsMoreBtn{
  color: #0E8D70;
  text-decoration: none;
}
/*.investorsMoreBtn:hover{*/
/*  color: #ffffff;*/
/*  text-decoration: none;*/
/*}*/
/*.investors .icon-box a:hover {*/
/*  color: #fff!important;*/
/*}*/
.investors .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  margin: 26px;
  text-align: justify;
}

/*--------------------------------------------------------------
# History
--------------------------------------------------------------*/

#history_page{
  padding-bottom: 60px;
}
#history{
  padding-bottom: 60px;
}
.history{
  padding: 0px;
}
.history p {
    line-height: 30px;
    text-align: justify;
}

.history .icon-box {
  text-align: center;
  padding: 70px 20px 70px 20px;
  background: #ffffff;
  border-radius: 5px;
}
.history_title h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    border-left: 7px solid #0E8D70;
    padding-left: 12px;
    margin: 24px 0px;
    color: #0F5A35;
}

.history .icon-box h4 {
  font-weight: 600;
  margin: 30px;
  font-size: 18px;
  line-height: 32px;
}

.history .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}
.history li {
    line-height: 30px;
    text-align: justify;
    font-size:14px;
}
a.historyMoreBtn{
  color: #0E8D70;
  text-decoration: none;
}
/*.historyMoreBtn:hover{*/
/*  color: #ffffff;*/
/*  text-decoration: none;*/
/*}*/
/*.history .icon-box a:hover {*/
/*  color: #fff!important;*/
/*}*/
.history .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  margin: 26px;
  text-align: justify;
}

/*--------------------------------------------------------------
# Bulletin 
--------------------------------------------------------------*/
#bulletin{
  padding-bottom: 60px;
}


/*--------------------------------------------------------------
# Companies 
--------------------------------------------------------------*/
#companies{
  padding-bottom: 60px;
}
thead.thead-companies {
    background-color: #0E8D70;
    color: #fff;
}
thead.thead-companies th {
    background-color: #0E8D70;
    color: #fff;
    padding: 0.7rem !important;
    font-family: 'Myanmar3';
    font-size: 16px;
}
.img-companies {
    max-width: 50%;
    height: auto;
}

/*--------------------------------------------------------------
# market
--------------------------------------------------------------*/

.market .icon-box {
  text-align: center;
  padding: 10px;
  background: #fff;
}

.market .icon-box .icon {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.market .icon-box h4 {
  font-weight: 400;
  margin: 15px;
  font-size: 16px;
  text-align: left;
}

.market .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
  text-decoration: none;
}

.market .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# market Data
--------------------------------------------------------------*/
.market_data th{
  background: #0E8D70;
  color: #ffffff;
}
.chart--container {  min-height: 530px;  width: 100%;  height: 100%;}input {  font-family:'Lucida Sans Unicode';}.zc-ref {  display: none;}

/*--------------------------------------------------------------
# Acticity
--------------------------------------------------------------*/

.acticity .member {
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
  padding-bottom: 10px;
  background: #fff;
}

.acticity .member img {
  max-width: 100%;
  margin: 0px;
}

.acticity .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  padding: 15px;
  text-align: left;
  line-height: 25px;
}

.acticity .member p {
  padding-top: 10px;
  font-size: 14px;
  padding: 0px 15px;
  text-align: justify;
  line-height: 30px;
}

.acticity .member .social {
  margin-top: 15px;
}

.acticity .member .social a {
  color: #919191;
  transition: 0.3s;
}

.acticity .member .social a:hover {
  color: #5cb874;
}

.acticity .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
a.acticityBtn{
    color: #0E8D70;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/background/slider-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3ec1d5;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area {
  padding: 40px 0;
  background: #0E8D70;
}

.footer-head p {
  color: #ffffff;
  font-size: 14px;
  text-align: justify;
}

.footer-head h4 {
  color: #ffffff;
  font-size: 28px;
  padding-bottom: 10px;
  font-weight: 500;
  font-family: 'Roboto Slab', serif;
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo h2 {
  color: #ffffff;
  padding: 0;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo h2 span {
  color: #3ec1d5;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: left;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.footer-icons ul li a i {
  line-height: 0;
}

.flicker-userful>a {
  float: left;
  padding: 5px 10px;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
}

.footer-icons {
  margin-top: 30px;
}
.footer-icons a {
    color: #fff;
    text-decoration: none;
}
.footer-contacts p span {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}

.popular-tag ul li {
  display: inline-block;
}

.footer-content {
  display: block;
  /*overflow: hidden;*/
}

.footer-contacts img {
    padding: 0px 10px 0px 0px;
}

.popular-tag ul li a:hover,
.footer-icons ul li a:hover {
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  color: #fff;
}

.popular-tag ul li a {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  font-size: 13px;
  display: block;
  font-weight: 600;
  margin: 5px 3px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  width: 70px;
}

.footer-area-bottom {
  background: #0E8D70 none repeat scroll 0 0;
  padding: 10px 0;
  border-top: 1px solid #fff;
}

.copyright-text a:hover {
  text-decoration: underline;
  color: #3EC1D5;
}

.copyright-text a {
  color: #ffffff;
}

.copyright>p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 14px;
  text-align:center;
}

.copyright a,
.credits a {
  color: #FFFFFF;
}

.credits {
  padding-top: 5px;
  text-align: center;
}
/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/

.training-box img {
    transition: all 0.3s;
}
.training-box p {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px;
    color: var(--white);
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;  
}

.gallery-transition-box {
    cursor: pointer;
}
.training-box {
    position: relative;
    overflow: hidden;
}
.training-box:hover img {
    transform: scale(1.2);
    transition: all 0.3s;
}
.gallery-transition-box p {
    display: none;
    position: absolute;
    left: 50%;
    bottom: inherit;
    transform: translate(-50%, -50%);
    padding: 0;
    top: 50%;
    text-align: center;
    transition: all 0.3s;
}
.gallery-transition-box a{
    color:#fff;
}
/*.gallery-transition-box:hover:after {*/
/*      content: "";*/
/*    background: rgba(0, 0, 0, 0.4);*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 0;*/
/*    left: 0;*/
/*    top: 0;*/
/*    transition: all 0.3s;*/
/*}*/
.gallery-transition-box:hover img {
    filter: brightness(0.4);
}
.gallery-transition-box:hover p {
    display: block;
    background: transparent;
    color: #fff;
    z-index: 1;
    transition: all 0.3s;
}
.gallery-transition-box:hover img {
    filter: brightness(0.4);
}
.gallery-transition-box:hover p {
    display: block;
    background: transparent;
    color: #fff;
    z-index: 1;
    transition: all 0.3s;
}
.category-box>div {
    position: relative;
}
.category-box img {
    height: 160px;
    object-fit: cover;
}
.category-box p {
    font-size: 12px;
}
table.dataTable tbody td.jobs-box {
    padding-top: 0;
}
.jobs-box {
    background: #FFFFFF;
    padding: 0 12px 20px;
    border: 1px solid rgba(8, 44, 93, 0.2);
    /* max-height: 460px; */
    display: flex;
    flex-direction: column;
}
/*--------------------------------------------------------------
# Library
--------------------------------------------------------------*/
a.list-group-item.list-group-item-action.title {
    background: #0E8D70!important;
    color: white;
}
.list-group-item.active {
    z-index: 2;
    color: #0F5A35!important;
     background-color: whitesmoke!important; 
     border-color: whitesmoke ; 
    font-weight: bolder;
}
/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
/*div.dataTables_wrapper {*/
/*        width: 800px;*/
/*        margin: 0 auto;*/
/*    }*/

.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
    white-space: nowrap;
}
.table td, .table th  {
    padding: 1rem 1rem !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 14px;    
}

thead.thead-bulletin {
    background-color: #0E8D70;
    color: #fff;
}
thead.thead-bulletin tr{
  padding: 10px;
}
.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
    font-weight: normal;
}
.table td, .table th {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.btn-secondary {
    color: #fff;
    background-color: #555555a1;
    border-color: #555555a1;
    font-size: 14px;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #0E8D70;
    border-color: #0E8D70;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #fff;
    color: var(--bs-table-striped-color);
    vertical-align: middle;
}
.table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-accent-bg: #0e8d7014;
    color: var(--bs-table-striped-color);
    vertical-align: middle;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #0E8D70 !important;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent;
    min-width: 28px!important;
    display: inline-block!important;
    padding: 4px 4px!important;
    text-align: center!important;
    background: #0e8d7014!important;
    text-decoration: none!important;
    border-radius: 5px!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #0E8D70 !important;
    border: 5px important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    min-width: 28px;
    color: #fff !important;
    border: 1px solid #fff!important;
    background-color: #0E8D70!important;
    min-width: 28px;
    display: inline-block;
    padding: 4px 4px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color:#ffffff !important;
    border: 1px solid #fff!important;
    background-color: #0E8D70 !important;
    border-radius: 5px!important;
}
.dataTables_wrapper .dataTables_paginate {
    float: unset !important;
    text-align: center!important;
    padding-top: 1em!important;
}
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:before {
    bottom: 50%;
    content: ""!important;
}
table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:after {
    top: 50%;
    content: ""!important;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal!important;
}
/*--------------------------------------------------------------
# Custom Pagination 
--------------------------------------------------------------*/
.custom-pagination {
    border-radius: 5px;
    padding: 8px 12px;
    display: inline-block;
}
.custom-pagination>*{
    min-width: 28px;
    display: inline-block;
    padding: 4px 4px;
    text-align: center;
    background: #0e8d7014;
    background: #0e8d7014;
    text-decoration: none;
    border-radius: 5px;
    color: #0E8D70;
}
.custom-pagination .current{
  background: #0E8D70;
  color: #ffffff;
  border-radius: 5px;
}


/*--------------------------------------------------------------
# Form 
--------------------------------------------------------------*/
label {
    display: inline-block;
    font-weight: 600;
    padding-bottom: 5px;
}
.form h6{
    color: #0F5A35;
    display: inline-block;
    font-weight: 600;
    padding-bottom: 5px;
}
.border {
    border-color: #e1e6eb !important;
}
.form {
    border-radius: 10px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #F5F5F5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-info {
    background-color: #0E8D70;
    border-color: #0E8D70;
    color: #fff;
}
.btn-info:hover {
    color: #fff;
    background-color: #0E8D70;
    border-color: #0E8D70;
}
.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0E8D70;
    border-color: #0E8D70;
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-area {
  height: auto;
  width: 100%;
}

.blog-text h4 a {
  color: #444;
  text-decoration: none;
}

.blog-text h4 {
    color: #3D3B3B;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    padding: 20px 0px 0px 0px;
    text-align: justify;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  text-decoration: none;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  display: inline-block;
  padding: 0 1px 5px 0;
  position: relative;
  text-decoration: none;
}

.blog-btn {
  position: relative;
}

.blog-btn::after {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  right: -20px;
  top: 1px;
  transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
  right: -30px;
}

.blog-btn:hover {
  color: #333;
  text-decoration: none;
}

.blog_meta span.date_type i {
  margin-left: 5px;
}

.blog-meta span.comments-type {
  margin-left: 5px;
}

.blog-meta span i {
  padding-right: 10px;
}

.blog-content .blog-meta {
  border-bottom: 1px dotted #333;
}

.blog-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}

.comments-type>a,
.date-type,
.blog-meta span.comments-type {
  color: #333;
  letter-spacing: 1px;
  margin-right: 5px;
}

.blog-meta .comments-type i {
  padding-right: 0 !important;
}

.blog-content-right .comments-type>a,
.blog-content-right .date-type,
.blog-content-right .blog-meta span.comments-type,
.blog-content-right .blog-text p {
  color: #fff;
  letter-spacing: 1px;
}

.single-blog .ready-btn {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
}


/*--------------------------------------------------------------
# Blog page
--------------------------------------------------------------*/
.page-area {
  position: relative;
}

.blog-page .banner-box {
  margin-bottom: 40px;
}

.search-option input {
  border: medium none;
  padding: 6px 15px;
  width: 80%;
}

.search-option {
  border: 1px solid #ccc;
  height: 42px;
  margin-bottom: 30px;
}

.search-option button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 20px;
  padding: 8px 23px;
}

.search-option button:hover {
  color: #3ec1d5;
}

.left-blog h4 {
 border-bottom: 1px solid #ddd;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 15px 10px;
    text-transform: uppercase;
    background: #0E8D70;
}

.left-blog {
  background: #f9f9f9 none repeat scroll 0 0;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}

.left-blog li {
  border-bottom: 1px solid #ddd;
  display: block;
}

.left-blog ul li a {
  color: #444;
  display: block;
  font-size: 14px;
  padding: 10px;
  text-transform: capitalize;
}

.recent-single-post {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 15px 10px;
}

.ready-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 12px 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.ready-btn:hover {
  color: #fff;
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  text-decoration: none;
}

.post-img {
  display: inline-block;
  float: left;
  padding: 0 5px;
  width: 35%;
}

.pst-content {
  display: inline-block;
  float: left;
  width: 65%;
}

.pst-content p a:hover,
.left-blog ul li a:hover {
  color: #0F5A35;
}

.blog-page .single-blog {
  margin-bottom: 40px;
}

.pst-content p a {
  color: #0F5A35;
  font-size: 12px;
}

.header-bottom h1,
.header-bottom h2 {
  color: #fff;
}

.blog-tags {
  padding: 1px 0;
}

.left-blog li:last-child {
  border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
  color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
  padding: 0 10px;
}

.blog-1 .banner-box {
  margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
  border-bottom: 0;
}

.left-tags .left-side-tags ul li a {
  padding: 3px 10px;
  width: auto;
}

.left-side-tags h4 {
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.post-information h2 {
  color: #363636;
  font-size: 22px;
  text-transform: uppercase;
}

.post-information {
  padding: 20px 0;
}

.post-information .entry-meta span a {
  color: #444;
  display: inline-block;
  padding: 10px 0;
}

.entry-meta span a:hover {
  color: #3EC1D5;
}

.post-information .entry-meta {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

.post-information .entry-meta span i {
  padding: 0 10px;
}

.entry-content>p {
  color: #444;
}

.entry-meta>span {
  color: #444;
}

.entry-content blockquote {
  background: #fff none repeat scroll 0 0;
  border-left: 5px solid #3EC1D5;
  font-size: 17.5px;
  font-style: italic;
  margin: 0 0 20px 40px;
  padding: 22px 20px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #3EC1D5;
  border-color: #3EC1D5;
  color: #fff;
  cursor: default;
  z-index: 3;
}

.social-sharing {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: block;
  margin: 30px 0;
}

.social-sharing>h3 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 20px 10px;
}

.sharing-icon {
  display: inline-block;
  float: right;
  padding: 13px 10px;
}

.sharing-icon a {
  border: 1px solid #444;
  color: #444;
  display: block;
  float: left;
  font-size: 18px;
  height: 34px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  width: 34px;
}

.sharing-icon a:hover {
  color: #3EC1D5;
  border: 1px solid #3EC1D5;
}

.single-blog .author-avatar {
  float: left;
  margin-right: 10px;
}

.single-blog .author-description h2 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
}

/*--------------------------------------------------------------
# Structure 
--------------------------------------------------------------*/

.structure-img {
    text-align: center;
    margin-bottom: 3rem;
}

/*--------------------------------------------------------------
# Commission Member
--------------------------------------------------------------*/

.commission_member {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
    padding-bottom: 10px;
    background: #EEECEC;
    border-radius: 10px;
}
.commission_member h4 a{
    color:#0F5A35;
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    padding: 0px;
    line-height: 25px;
}
.commission_member span{
    font-size:14px;
    color:#3D3B3B;
}

/*--------------------------------------------------------------
# Duties Member
--------------------------------------------------------------*/
.duties ul li {
    line-height: 36px;
    text-align: justify;
    font-size: 14px;
    list-style: none;
}
.duties ul li::before {
  content:url('../images/list_icon.png'); /* with class ModalCarrot ??*/
  position:relative; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  left: -10px;
  top: 3px;
}
.duties_department ul li{
    line-height: 36px;
    text-align: justify;
    font-size: 14px;
    list-style: none;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #0F5A35;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    font-size: 14px;
}

.list-group-item-action:active {
    color: #fff;
    background-color: #0E8D70 !important;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #fff;
    text-decoration: none;
    background-color: #0E8D70;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio-tab {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.portfolio {
  padding-bottom: 60px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 5px;
  display: inline-block;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #F37021;
  background-color: #f3702136;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #fff;
  font-family: "Roboto", sans-serif;
  border-radius: 20px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  border-color: #F37021;
    color: #fff;
    background: #F37021;
    padding: 10px 25px;
    border-radius: 20px;
}

.portfolio .portfolio-item {
  background: #444;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  border-radius: 4px;
  margin: 0 0 30px 0;
  /*border: 5px solid #F37021;*/
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.portfolio .portfolio-item img {
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  transition: all .3s linear;
  text-align: center;
  top: 10%;
  left: 0;
  right: 0;
}

.portfolio .portfolio-item .portfolio-info h3 {
  font-size: 22px;
}

.portfolio .portfolio-item .portfolio-info h3 a {
  color: #fff;
  font-weight: bold;
}

.portfolio .portfolio-item .portfolio-info a i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 28px;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info a i:hover {
  color: white;
}

.portfolio .portfolio-item:hover img {
  opacity: 0.6;
  transform: scale(1.1);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #68A4C4 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}
/*--------------------------------------------------------------
# Annual Report
--------------------------------------------------------------*/
.report-box a {
    color: #3D3B3B;
    font-size: 16px;
    font-weight: 600;
    font-family: Myanmar3;
    text-decoration: none;
}
.report-box p {
    padding: 20px 20px 0px 20px;
}
/*--------------------------------------------------------------
# Articles
--------------------------------------------------------------*/
.article-box p {
    padding: 20px 20px 0px 20px;
    color: #3D3B3B;
    font-size: 16px!important;
    font-weight: 600;
    font-family: Myanmar3;
    text-decoration: none;
}
.article-box a {
    color: #000;
    text-decoration: none;
}
/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.wpcf7 input[type="submit"]

{

Display: grid;

Margin: auto;


}
.submit-button p{
text-align: center;
} 
.form_img {
    background: #F5F5F5;
    padding: 20px;
}
/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.accordion-button:not(.collapsed) {
    color: #0F5A35;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    font-weight: 600;
}
.accordion-body {
    padding: 1rem 1.25rem;
    background: #e7f1ff;
    font-weight: 300;
}

@media (max-width: 992px) {
  #topbar {
    background: #0E8D70;
    font-size: 15px;
    height: auto;
    padding: 0;
}


  #hero {
    height: 30vh;
  }
.searchform .form-control, .searchform input {
    /* background-color: var(--gray-search); */
    font-size: 14px;
    min-height: 41px;
    width: 136px;
    border: 1px solid #FAF8F8;
    border-right: 0;
    border-radius: 4px;
}
.header-lang.d-lg-block.d-none {
    margin-top: -14px;
}
  #hero .carousel-container {
    top: 66px;
  }
  .content:after {
    content: initial;
}
.navbar a i, .navbar a:focus i {
    font-size: 24px;
    line-height: 0;
    margin-left: 0px;
    padding: 0px;
    margin-top: 1.5rem;
}
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
  .logo img{
      max-width: 100%;
  }
  #topbar {
    background: #0E8D70;
    font-size: 15px;
    height: auto;
    padding: 0;
}
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
  .navbar a i, .navbar a:focus i {
    font-size: 24px;
    line-height: 0;
    margin-left: 0px;
    padding: 0px;
    margin-top: 1.5rem;
}
}

@media (max-height: 500px) {
  #hero {
    height: 30vh;
  }
  .header-lang ul {
    display: flex;
    gap: 8px;
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
}
.navbar a i, .navbar a:focus i {
    font-size: 24px;
    line-height: 0;
    margin-left: 0px;
    padding: 0px;
    margin-top: 1.5rem;
}
}
@media only screen and (max-width: 1400px)  {
    #mega-menu-wrap-home_menu #mega-menu-home_menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 60px;
    height: 60px;
    padding: 0px 10px 0px 10px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    outline: none;
}
}
