@font-face {
    font-family: Lato;
    src: url(../font/Lato-Regular.woff);
  }
@font-face {
    font-family: NotoSansLao;
    src: url(../font/NotoSansLao-Regular.ttf);
  }
body{
    font-family: "NotoSansLao" !important;
    font-size: 16px;
}
.en-font{
  font-family: 'Lato';
}
.py-4{
    padding: 0.5rem !important;
}
.text-book{
  text-align: center;
}
a.hover-underline-animation{
    text-decoration: none;
    margin: 0em 0.5em;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: rgb(43, 43, 43);
    

  }
  
  .hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0087ca;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.90);
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #0d6efd;
    background-color: rgba(255,255,255);
}
.t-menu{
    color:white;
    position: relative;
    top: 50%;
    text-align: right;
}
.general{
    padding: 20px 0px;
    background-color: rgb(222, 221, 221);
  }
.general-box{
    border-top: 1px solid rgb(51, 51, 51);
    padding-top: 2em;
}
.bottom-box{
    border-bottom: 1px solid rgb(51, 51, 51);
}
.general-box h3 a{
    color:rgb(51, 51, 51);
    text-decoration: none;
}
.general-box h3 a:hover{
    color:rgb(53, 0, 212);
}
.Highlights, .depart-head{
    margin-top: 3em;
}
.Highlights h2, .Highlights h5, .depart-head h2, .center{
    text-align: center;
}
.logo img{
  height: 100px;
}
.box-center{
    margin: auto;
    width: 230px;
    padding: 10px;
}
.box-center li{
    border:1px solid #0d6efd;
    margin: 0px 10px;
    border-radius: .25rem;
}
.tab-content .tab-pane .row .col-6 img{
    margin-bottom: 2em;
}
a{
    text-decoration: none;
    color:rgb(51, 51, 51);
}
.footer{
    background-color: #0d6efd!important;
    margin-top: 2em;
    bottom: 0px;
}
.footer .address{
    color: #ffffff;
    text-align: center;
    padding-top: 5em;
    padding-bottom: 5em;
}
.footer .cr{
    color: #ffffff;
    text-align: center;
}
.depart{
    margin-bottom: 5em;
}
.it-depart-list{
    background-color: #0d6efd!important;
    line-height: 5em;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    display: block;
    font-size: 1.2em;
}
.it-depart-list:hover{
    text-decoration: none;
    color: #FFFFFF;
    background-color: #0d6dfdc4!important;
}
.ca-depart-list{
    background-color: #e2d700!important;
    line-height: 5em;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    display: block;
    font-size: 1.2em;
}
.ca-depart-list:hover{
    text-decoration: none;
    color: #FFFFFF;
    background-color: #e2d700c4!important;
}
.ba-depart-list{
    background-color: #ff00dd!important;
    line-height: 5em;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    display: block;
    font-size: 1.2em;
}
.ba-depart-list:hover{
    text-decoration: none;
    color: #FFFFFF;
    background-color: #ff00ddc4!important;
}
.index-campus .row .col{
    text-align: center;
}
.row .col-12 h3.head-detail{
    margin-top: 2em;
    color:rgb(51, 51, 51);
    font-weight: bold;
}
.course-head{
  background-image: url('../image/developing-programmer-development-website-design.jpg'); 
  box-shadow: 0px 2px #ccc;
  margin-bottom: 2em;
  
}
.admission .row .col-12  table{
  width: 50%;
}
.admission .row .col-12  table tr th{
  border:3px solid #fff; 
  background-color: #0d6efd; 
  color: #fff; 
  width: 35%;
  line-height:3em;
  text-align:center
}
.admission .row .col-12 table tr td{
  border:3px solid #0d6efd; 
  background-color: #fff; 
  color: rgb(43, 43, 43); 
  line-height:3em;
  padding-left:20px
}
.acdemic-system .row .col-12 table{
  border:2px solid #9b9b9b;
  text-align: center;
}
.acdemic-system .row .col-12 table th{
  background-color: #66CCFF;
  border:2px solid #9b9b9b;
  line-height: 2em;
}
.acdemic-system .row .col-12 table td{
  border:2px solid #9b9b9b;
  text-align: center;
  line-height: 2em;
}
.news_img img, .event_img img{
  width: 100%;
  height: 350px;
}
.news_name, .event_name{
  height: 7rem;
  margin-top: 20px;
}
.news_desc, .event_desc{
    line-height: 1.5em;
    height: 4.5em; /* height is 2x line-height, so two lines will display */
    overflow: hidden;
}
.news_name, .event_name{
  height: 3.7em; /* height is 2x line-height, so two lines will display */
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .t-menu{
        color:white;
        position: static !important;
        top: 50%;
        text-align: right;
    }
    .it-depart-list,.ca-depart-list, .ba-depart-list{
        line-height: 1em;
        padding: 1em 0;
        min-height: 5em;

    }
    .news_img img, .event_img img{
      width: 100%;
      height: 250px;
    }
  } 
@media only screen and (max-width: 1024px) {
    .logo img{
    height: 80px;
  }
    .t-menu{
        color:white;
        position: static !important;
        top: 50%;
        text-align: right;
    }
    .it-depart-list,.ca-depart-list, .ba-depart-list{
        line-height: 1em;
        padding: 1em 0;
        min-height: 5em;

    }
    .news_img img, .event_img img{
      width: 100%;
      height: 200px;
    }
  } 
  @media only screen and (max-width: 1280px) {
    .t-menu{
        color:white;
        position: static !important;
        top: 50%;
        text-align: right;
    }
    .it-depart-list,.ca-depart-list, .ba-depart-list{
        line-height: 1em;
        padding: 1em 0;
        min-height: 5em;
        font-size: 1rem;

    }
  } 
/* Start Timeline */
/* The actual timeline (the vertical ruler) */
.main-timeline-2 {
    position: relative;
  }
  
  /* The actual timeline (the vertical ruler) */
  .main-timeline-2::after {
    content: "";
    position: absolute;
    width: 3px;
    background-color: #26c6da;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
  }
  
  /* Container around content */
  .timeline-2 {
    position: relative;
    background-color: inherit;
    width: 50%;
  }
  
  /* The circles on the timeline */
  .timeline-2::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -11px;
    background-color: #26c6da;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
  }
  
  /* Place the container to the left */
  .left-2 {
    padding: 0px 40px 20px 0px;
    left: 0;
  }
  
  /* Place the container to the right */
  .right-2 {
    padding: 0px 0px 20px 40px;
    left: 50%;
  }
  
  /* Add arrows to the left container (pointing right) */
  .left-2::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
  }
  
  /* Add arrows to the right container (pointing left) */
  .right-2::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  
  /* Fix the circle for containers on the right side */
  .right-2::after {
    left: -14px;
  }
  /* Media queries - Responsive timeline on screens less than 600px wide */
  @media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .main-timeline-2::after {
      left: 31px;
    }
  
    /* Full-width containers */
    .timeline-2 {
      width: 100%;
      padding-left: 70px;
      padding-right: 25px;
    }
  
    /* Make sure that all arrows are pointing leftwards */
    .timeline-2::before {
      left: 60px;
      border: medium solid white;
      border-width: 10px 10px 10px 0;
      border-color: transparent white transparent transparent;
    }
  
    /* Make sure all circles are at the same spot */
    .left-2::after,
    .right-2::after {
      left: 18px;
    }
  
    .left-2::before {
      right: auto;
    }
  
    /* Make all right containers behave like the left ones */
    .right-2 {
      left: 0%;
    }
  }
/* End Time line */
