@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

/* Additional custom styles */
body {
    font-family: 'Noto Sans Lao', sans-serif;
    background-color: #f8f8f8;
    color: #363738

    
}
.logo-container {
    text-align: center;
    padding-top: 14px;
}

.logo-img {
    max-width: 100%; /* Ensure the logo doesn't exceed its container's width */
    height: auto; /* Maintain the aspect ratio of the logo */
    max-height: 100px; /* Set a maximum height for the logo */
}

.label {
    color: black; /* Set text color for the labels */
    /*margin-top: 10px;  Add a top margin to the labels */
    font-size: 40px;
    font-weight: bold;
    font-family: 'Noto Sans Lao', sans-serif;
    }
.calendar-container{
  padding: 15px 15px;
 
}

.banner {
    
    bottom: 0; /* Align the banners to the bottom of the header */
    width: 100%; /* Make the banners span the full width */
    text-align: center; /* Center the content within the banners */   
    padding-right: 0px;
    padding-left: 0px;   
    margin-top: 58px;
}

.banner img {
    max-width: 100%; /* Ensure images within the banner don't exceed their container's width */
    height: auto; /* Maintain the aspect ratio of the images */
}

.custom-header {
    height: 450px;
    background-color: #bae8ed; /* Optional: Set a background color for the header */
    color: #fff; /* Optional: Set text color for the header */            
    position: relative; /* Position property to allow absolute positioning of banners */
}
.custom-navbar {
    background-color: #0e55a4; /* Set background color for the navbar */
    font-size: 15px;
    width: 100%;
    }
    .navbar-brand{
      font-size: medium;
    }
.nav-containner{
            
    padding-left: 0px;
    padding-right: 0px;
}
        /* Optional: Add more styling as needed */
/*.dropdown-menu.fade {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.dropdown-menu.fade:hover {
  display: block;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}


.dropdown:hover .dropdown-menu.fade {
  display: block;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}*/
.dropdown-menu{
    margin-top: 8px;
    font-size: 18px;
          
}
.dropdown-item{
    color: #0e55a4;
    font-size: medium; 
}

.language-switcher{
  padding-right: 20px;
  color: #0e55a4;
  font-size: 15px;
}
.language-select {
  word-wrap: normal;
/* background: #0e55a4;*/
  border: none;
  /* color: #f8f9fa; */
  color: #fafbfc;
  background-color: #0e55a4;
  border-radius: 5px;
}
.language-select:FOCUS {
 border: 0;
}
.language-switcher:FOCUS {
  border: 0;
 }
        
.cardsection{
    margin-top: 20px;
    margin-bottom: 5px;
}

.card-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    padding-top: 25px;
}
.front-news-title{
    font-size: 25px;
    font-weight: 600;

}
.card-body{
    padding-left: 10px;
    
  
    
}
.front-card{
  flex: 0%; 
  
}
.front-card-title{
  text-align: center;
  margin-top: 25;

}
.front-card-title h4{
  padding-top: 15px;
  font-size: 25px;
  font-weight: 600;
}
.front-newsslide-title{
  font-size: 32px;
}

.card-body-fron{
  padding: 0px;
  text-align: center;
  background-color: #ffffff;
  width: 215px;
 height: 215px;

border-radius: 5px;
}
.card-padding{
  margin-left: 65px;
}
.card-bt img{
  align-content: center;
}
.card-body-fron{
  box-shadow: 0 4px 8px 0 rgba(128, 128, 128, 0.2), 0 6px 20px 0 rgba(104, 104, 104, 0.19);
}
.card-bt2{
  padding-top: 15px;
}
.card-img{
  width: 50%;
  align-items: center;
  padding-top: 20%;
}
.cardnews-title{
    
  padding-top: 25px;

    font-size: 30px;
    font-weight: bold;
    text-align: left;
}
.calendar-title{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 45px;
}

/*calendar*/

.wrapper{
    
    background: #fff;
    border-radius: 10px;
    margin-left: 0;

  }
  .wrapper header{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .icons{
    display: flex;
  }
  header .icons span{
    height: 38px;
    width: 38px;
    margin: 0 1px;
    cursor: pointer;
    color: #878787;
    text-align: center;
    line-height: 38px;
    font-size: 1.9rem;
    user-select: none;
    border-radius: 50%;
  }
  .icons span:last-child{
    margin-right: -10px;
  }
  header .icons span:hover{
    background: #f2f2f2;
  }
  header .current-date{
    font-size: 1.45rem;
    padding-left: 10px;
    font-weight: 800;
    
  }
  .calendar{
    padding: 0px;
    margin-left: 0px;
    
  }
  .calendar ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
  }
  .calendar .days{
    margin-bottom: 0px;
  }
  .calendar li{
    color: #333;
    width: calc(100% / 7);
    font-size: 1.07rem;
    font-weight: 700;
  }
  .calendar .weeks li{
    font-weight: 700;
    cursor: default;
  }
  .calendar .days li{
    z-index: 1;
    cursor: pointer;
    position: relative;
    margin-top: 11px;
  }
  .days li.inactive{
    color: #aaa;
  }
  .days li.active{
    color: #fff;
  }
  .days li::before{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 30px;
    width: 30px;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }
  .days li.active::before{
    background: #0e55a4;
  }
  .days li:not(.active):hover::before{
    background: #f2f2f2;
  }

.days{
    margin-left: 0px;
    padding-left: 0px;
    font-weight: 700;
}
.weeks{
    padding-left: 0px;
    text-align: center;
    font-weight: bold;

}
.week li{
    font-weight:bold;
}
  /*News Sections*/

 .Pic-slide{
    margin: 0px;
    padding-bottom: 20px;
    
    
 }
.Pic-slide img{
  height: 365px;

}
.two-by-two{
  margin-top: 10px;
}
.two-by-two-item {
    /* Additional styling for each item in the layout */
    border: 1px solid #ccc;
   
   
    text-align: center;
    
    
}
.news-feed-detail{
  margin-top: 15px;
}
.news-row{
    margin-bottom: 15px;
    padding-bottom: 15px;
  box-shadow: 0 4px 8px 0 rgba(128, 128, 128, 0.2), 0 6px 20px 0 rgba(104, 104, 104, 0.19);
    
}
.news-title{
 
    font-weight: bold;
    height: 46px;
}
.post-detail{
    display: flex;
    font-size: 12px;
}

.post-content{
  
    padding-bottom: 0px;
    margin-bottom: 8px;
    height: 200px;
}
.newsdetaipic{
    margin-right: 0px;
    padding-right: 0px;  
    padding-left: 0px; 

    
}
.bd-example{
  max-width: 1288px;
  max-height: 344px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.News-img{
  width: 100%;
  height: 182px;
}
.new-list-slide-pic img {
  max-width: 1288px;
  max-height: 344px;
  margin: auto;
}
.news-list-title2{
  font-size: medium;
  font-weight: 600;
}
.new-list-post-date2{
  display: flex;
  font-size: 12px;
}
.news-list-row-2{
  padding: 25px 0px 25px;
}
.news-list-row-2 img{
  width: 335px;
  height: 150px;
}
.new-list-post-content2{
  margin-bottom: 15px;
}
.btn-home{
    background: #0e55a4;
    font-size: 10px;

    
}
.btn-home {
  background: #0e55a4;
  font-size: 10px;
}
.post-button{
  margin-left: 25px;
}

/*QA*/

.QA-container .title{
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}
.head-calendar{
    padding-left: 0px;
    margin-left: 0px;
}


/*Footer*/
.footer-container{

    background-color: #0e55a4;
    height: auto;
    color: #fff;
    margin: 0px;
    width: 100%;
    margin-right: 0px;
}

.footer-title{
    font-weight: 700;
    padding-top: 10px;
    border-bottom: 4px solid #fff;
    font-size: larger;
}
.foot-text{
    padding-top: 7px; 
    color: #ffffff;
    text-decoration:none;
}
.foot-text:hover{
  color: #cecece;
}
.custom-box{
  width: 300px; /* You can adjust the width as needed */
  height: 40px;
  border-radius: 25px;
  line-height: 40px; /* Center text vertically */
  background-color: #0e55a4;
  margin-bottom: 20px;
  margin-top: 20px;
}
.copy-right{
  text-align: center;
  background-color: #0e55a4;
  
 height: 50px;
 margin-bottom: 0px;
}

.Pic-slide-2{
  
  
  align-items: center;
}
.Pic-slide-2 img{
  height: 400px;
}
.news-row-container2{
  margin-top: 40px;
  margin-bottom: 70px;
  
  
}

.news-row-2{
  
  margin-top: 40px;
  margin-left: 10px;
  
}
.newsdetaipic2{
  margin-left: 0px;
    padding-left: 0px;
 
}

.news-title2{
  font-size: 20px;
  font-weight: bold;
}
.new-content-title{
  font-size: 30px;
  padding-top: 30px;
  padding-bottom: 15px;
  font-weight: 600;
}
.slide-new-content img{
  height: 365px;
}
.post-c2{
  display: flex;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.post-date2{
  margin-left: 0px;
  padding-left: 0px;
}
.post-content2{
  font-size: 18px;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.btn-moredetail2{
  background: #0e55a4;
  font-size: 12px;
 
}
.post-detail3{
  display: flex;
  font-size: 15px;
  padding-top: 10px;
  margin-bottom: 20px;
  border-top: 1px solid #f1f1f1;
  color: #777;
}
.content{
  font-size: 15px;
  color: black;
  display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: justify;
    text-indent: 0.5in;
    padding-bottom: 10px;
}
.cr{
  padding-bottom: 10px;
  
}
.event-page-title{
  text-align: left;
  margin-bottom: 25px;
}
.event-tag{
  text-align: center;
}

.weekday{
font-size: 35px;
padding-top: 10%;
}
.day-num{
  font-size: 35px;
  font-weight: 400;
  padding-top: 0px;
  margin-top: px;
  }
  .event-title{
    font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 7px;
  margin-top: 7px;
  }
  .event-subject{
    margin-bottom: 5px;
  }
  .event-card{
    background-color: #e0e0e0;
  }
  .event-list{
    margin-bottom: 30px;
    padding: 20px;
    margin-left: 0px;
  }
.event-detail-pic{
  max-width: 100%;
}
.copyright{
  text-align: center;
  align-self:center;
}


.dataTables_length{
margin-top: 5px;
}


.leggal-table{

margin-top: 20px;
}

.event_home_title{
  font-size: 20px;
  font-weight: 700;

}
.event_home_container{
  margin-top:25px;
}

.lang-image{
  width: 30px;
  height: auto;
}
.role-content {
padding-top: 25px;
padding-bottom: 25px;
}
.role-content h3{
  font-weight: 700;
  color: #0e55a4;
}
.role-content p{
  font-size: medium;
}
.role-content li{
  font-size: medium;
}
.table-company{
  margin-top: 25px;
}

.column-1{
  text-align: center;
}
.company-table{
  margin-top: 15px;
}
.company-table-title h4{
  font-weight: 700;
  color: #0e55a4;
  padding-top: 25px;
  

  
}
.company-table-title tr{
  font-size: medium;
  font-weight: 100;
}

.mtext{
  align-items: center;
  font-size: large;
  padding-top: 15px;
}
.QA-container hr{
  border-width: 4px;

}
.QA-container{
  margin-bottom: 15px;
  
}


.card-body-fron {
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s;
}

.card-body-fron:hover {
  background-color: #d0e4fa;
}
.carousel-caption {
  
  background-color: #20202062;
  border-radius: 25px;
  align-items: center ;
  padding: 20px 20px;
}

.carousel-caption a {
  color: #f2f2f2; 
}
.prefooter{
  height: 410px;
  background-color: #e9e9e9;
  margin-top: 15px;
}
.card-prefoot{
  margin-top: 20px;
  height: 232px;
  background-color: #F6FAFF;
  border-radius: 15px;
  display: flex;
}
.prefoot-title{
  padding-top: 20px;
}
.circle-container{
align-content: center;
background-color: #F6FAFF;
text-align: center;
justify-content: center;
}
.circle{

width: 104px;
height: 104px;
border-radius: 52px;
background-color: #ffffff;
display: flex;
align-items: center;
margin: auto;
margin-top: 25px;


}
.circle img{
  max-width: 100%;
  margin: auto;

}
.circle-numb{
font-size: 32px;
font-weight: 700;
}
.circle-text{
  font-size: 16px;
  font-weight: 400;
}
.copyright p{
  color: #ffffff;
  text-align: center;
}

.circle-icon-nav img{
  width: 75%;
}
.search-container {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

.search-box {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
.group-search-box{
  padding-top: 25px;
}

.event-search-button{
  margin-left: 10px;
}
.search-Group{
  margin-top: 25px;
  margin-bottom: 25px;
}
.search-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.accordion-container{
  margin-top: 11px;
  margin-bottom: 22px

}
.legel-title{
  font-weight: bold;
  text-align: left;
  padding-top: 25px;
  
}
.position-card{
  margin-top: 15px;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 25px;
  
}
.img-icon{
  padding-left: 20px;
  padding-top: 20px;

}
.demostic-map{
  padding-top: 25px;
  text-align: center;
  font-weight: 700;
  color: #0e55a4;
}
.salary-box{
  background-color: #e2dfdf;
  margin-left: 15px;
  padding-left: 15px;
  padding-top: 10px;
  border-radius: 7px;
  margin-top: 8px;
  margin-bottom: 15px;
  height: 40px;
}
.salary-btn{
  justify-self: right;
  margin-left: 15px;
  padding-left: 15px;
  padding-top: 10px;
  border-radius: 7px;
  margin-top: 8px;
  margin-bottom: 15px;
  
}

.positopn-detail{
  margin-top: 15px;
  
}
.employment-detail{
  margin-left: 6px;
  padding-top: 20px;
}



/* start breadcrumb*/
.sub-menu-box{
  background-color: #ececec;
  margin-top: 15px;
  border-radius: 8px;
  
}
.breadcrumb{

  justify-content: flex-end;
}
.breadcrumb li a{
  
  font-size: medium;
  font-weight: 600;
  color: #0e55a4;

}
.breadcrumb li a:hover{
  text-decoration: underline;
  color: rgb(90, 90, 90);

}
.breadcrumb-chevron {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  gap: .5rem;
}
.breadcrumb-chevron .breadcrumb-item {
  display: flex;
  gap: inherit;
  align-items: center;
  padding-left: 0;
  line-height: 1;
}
.breadcrumb-chevron .breadcrumb-item::before {
  gap: inherit;
  float: none;
  width: 1rem;
  height: 1rem;
}

.breadcrumb-custom .breadcrumb-item {
  position: relative;
  flex-grow: 1;
  padding: .75rem 3rem;
}
.breadcrumb-custom .breadcrumb-item::before {
  display: none;
}
.breadcrumb-custom .breadcrumb-item::after {
  position: absolute;
  top: 50%;
  right: -25px;
  z-index: 1;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  content: "";
  background-color: var(--bs-tertiary-bg);
  border-top-right-radius: .5rem;
  box-shadow: 1px -1px var(--bs-border-color);
  transform: scale(.707) rotate(45deg);
}
.breadcrumb-custom .breadcrumb-item:first-child {
  padding-left: 1.5rem;
}
.breadcrumb-custom .breadcrumb-item:last-child {
  padding-right: 1.5rem;
}
.breadcrumb-custom .breadcrumb-item:last-child::after {
  display: none;
}
/* end breadcrumb*/
.Q-button{
  margin-left: 15px;
}
.accordion-button:focus{
  box-shadow: none;

}

#text-map-title{
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
}
.map-detail{
  padding-bottom: 10px;
}

.logo-map {
  padding-left: 15px;
  padding-top: 5px;
}
.regis_btn{
  text-align: center;
}
.bt-title{
  text-align: center;
  font-weight: 700;
  color: #0e55a4;
}
.tab-content{
  margin-bottom: 15px;
  
}




@media (max-width: 430px) {
  .card-padding {
   margin-left: 0px;
   margin-top: 25px; 
}
.language-switcher{
  display: none;
}
.Pic-slide img {
  height: 220px;
}
.footer-title {

  border-bottom: 1px solid #fff;
}
.footer{
  padding-bottom: 15px;
}
.btn-home{
  margin-left: 30px;
}
.role-content{
  padding-left: 10px;
  padding-right: 10px;
}
.Pic-slide-2 img{
  height: 220px;
}
.btn-0left{
  margin-right: 0px;
}
.mview1{
  display: none;
}
.company-table-title tr {
  font-size: smaller;
}
.table { 
  font-size: smaller; 
}
}