body{
  margin:0;
  background-color: #014391;
  font-size: 100%;
}
img{
  width: 100%;
}

ul {
  /* list-style-type: none;
  margin: 0;
  padding: 0;
  width: 30%;
  background-color: #014391;
  height: 100%;
  overflow: auto; */
}

.space{
  padding-top: 10px;
}


.content{
  /* position: relative; */
  display: inline-flex;
  width: 100%;
  height: 100%;
  background: url(../img/flower.png) no-repeat bottom left,url(../img/star.png) repeat-x bottom;
}

.menu{
float: left;
}

.menu-choice{
  color: #ffffff;
  font-size: 24px;
  padding: 40px;
}

.main{
  float: left;
  width: -webkit-fill-available;
  background: url(../img/layer_glass.png);
  background-size: cover;
  /* display: inline-flex; */
  /* width: 100%;
  height: 100%;
  float: right;
  display: inline-block; */
}

#gd_bar{
  float: left;
  /* position: absolute;
  top: 0;
  background-image: url(../img/top_bar.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 10%;
  z-index: 1; */
}

 #title-bg{
   /* float: left; */
  position: relative;
  background-image: url(../img/section_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 20%;
  z-index: 1;
  text-align:center;
}

#title-text{
  padding: 2%;
  font-size: 4vw;
  color: #31487C;
  font-weight: bold;
}

#drlist{
  /* position: absolute;
  top:20%;
  height: 600px;
  overflow-y: auto;
  z-index: 10;
  background-image: */
  color: #ffffff;
  max-height: 70%;
  overflow: auto;
  float: left;
}
#drlist .frm{
  padding: 20px;
}
#drlist .ae-img{
  text-align: center;
}
#drlist .ae-img img{
  max-width: 400px;
}
#drlist .title{
  color:#6CB0DA;
  font-weight: bold;
}
#drlist .more{
  float: right;
  color:#6CB0DA;
}
#drlist a{
  text-decoration:none;
}

.stage{
  white-space: nowrap;
  font-size: 1em;
}

#stage-1{
  background-color: #183B73;

}
#stage-2{
  background: linear-gradient(-357deg, #1E497F 90%, #507294 10%);
  /* #1A4271 */
}
#stage-3{

  background: linear-gradient(-357deg, #296FA0 90%, #256490 10%);
  /* #296FA0 */
}

.active{
  background-color: #f1d987!important;
  color:#1E497F!important;
  background-image: linear-gradient(90deg, #DEA63B,#eaca8f ,#DEA63B)!important;
}
/*
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #EDCB7E;
}

@media only screen and (max-width: 1024px) {
  #title-bg{
    height: 10%;
 }
 #drlist{
   max-height: 80%;
 }
}
@media only screen and (max-width: 768px) {
  .stage{
    white-space: normal;
  }
}
