#bwuslider .slider_container {
    margin: 0 auto;
    overflow: hidden;
    background: #dbdbdb;
    max-width: 100%;
    position: relative;
}
#bwuslider .slider_container ul {
    margin: 0;
    padding: 0;
}
#bwuslider .slider_container ul li {
    display: none;
    list-style: none;
    height: 100%;
}
#bwuslider .slider_container ul li picture {
    position: relative;
}
#bwuslider .slider_container ul li img {
    width: 100%;
    height: auto;
    display: block;
}
#bwuslider .slider_container ul li:first-child{display:block;}
.slider_container .buttons {
    left: 0;
    right: 0;
    bottom: -4px;
    text-align: center;
    position: absolute;
}
.slider_container .buttons span {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    cursor: pointer;
    background: #fff;
    border-radius: 8px;
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid #ffffff;
}
.slider_container .buttons .current_slide_counter {
    opacity: 1;
    background: #0f3db8;
}
/* css for layout */
.bredcrumb {
    margin: 0 auto;
    padding: 0 15px;
}
.left-nav {
    width: 19%;
    /* height: 70%; */
    overflow-y: hidden;
    scrollbar-width: thin;
    margin-left: 1%;
    position: absolute;
    z-index: 10;
}
/* .fixed_left{
    top: 192px;
    position: fixed;
} */
.page-contents {
    width: 100%;
    margin-left: 22%;
    margin-right: 1%;
    margin-bottom: 10%;
}
.pgrm ul li {
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
    position: relative;
}

.dark-blue-bg {
    color: #036fa0;
    font-weight: 700;
    padding: 0px 5px;
}

.dark-vio-bg {
    color: #494b64;
    font-weight: 700;
    padding: 0px 5px;
}

.learn-objective li {
    list-style-position: outside;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 1.2rem;
}

.caption-position {
    position: relative;
}

.caption {
    position: absolute;
    background-color: rgba(79, 138, 195, 0.5);
    width: 100%;
    color: white;
    border-top: 2px solid white;
    text-align: center;
    bottom: 0px;
}

div.content {
    list-style-type: none;
    counter-reset: css-counter 0;
}

div.vis_mis .numb {
    counter-increment: css-counter 1;
}

.vis_mis .numb:before {
    content: counter(css-counter) ". ";
}
.link-bg {
    background-color: #f2f2f2;
    padding: 10px;
    color: #000;
    border: 1px solid #c0c0c0;
    border-radius: 7px;
}
.polaroid {
    width: 100%;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, .5);
    border: 1px solid #000;
    text-align: center;
}

.polaroid-news {
    width: 100%;
	/*
	box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, .5);
	*/
	margin: auto;
	background-color: #e3f0ff;
    border: 0px;
	padding-top:20px;
    text-align: center;
}

.caption {
    background-color: #0f3db8;
    color: white;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.caption-news {
    background-color: #e3f0ff;
    color: #03087c;
	font-weight: bold;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bro-button{
    background-color: #6f6f6f;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #000;
    text-decoration: none;
}
.bro-button:hover{
    background-color: #464444;
    color: #fff;
    text-decoration: none;
}

li.resp-tab-item.tglsubitem label, ul.resp-tabs-list li a {
    padding: 5px 5px 5px 10px;
}
.post-item a{
  text-decoration: none;
}
.post-item {
  margin-bottom: 25px;
  background-color: #f7f7f7;
  border-radius: 10px;
  border: 1px solid #c6c6c6;
  overflow: hidden;
}
.post-item .post-content {
    padding: 8px;
}
.post-item .excerpt {
    height: 3.5em;
    overflow: hidden;
    margin-bottom: 8px;
}
.post-item .excerpt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-item * {
    color: #202020;
}
.post-item h6{
    font-size: 1.3rem;
    color: #1a2a6c;
}
.footer{
    position: relative;
    z-index: 20;
}
@media only screen and (min-width: 1500px){
    .page-contain .container-fluid, .bredcrumb{
        width: 1560px;
    }
    .left-nav{
        width: 350px;
    }
    .page-contents{
        margin-left: calc(350px + 4%);
    }
    li.resp-tab-item.tglsubitem label, ul.resp-tabs-list li a{
        padding: 10px;
    }
}
@media only screen and (min-width: 1100px){
    .open-panel{display: none;}
    .left-nav:hover {
        overflow-y: auto;
    }
}
  @media only screen and (max-width: 1099px){
    section.page-contain {
        padding: 0 5px;
    }
    #bwuslider .slider_container ul li img{
        width: auto;
        height: 160px;
        object-fit: cover;
    }
    .left-nav{
        position: fixed;
        width:265px;
        height: 100%;
        margin: 0;
        top: 0;
        left: 0;
        transform: translateX(-100%);
        transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        animation-duration: 1s;
        z-index: 2000;
        overflow: visible;
    }
    .left-nav.active {
        transform: translateX(0);
    }
    .open-panel button::before, .open-panel button::after {
        content: "";
        width: 20px;
        height: 20px;
        right: 0;
        position: absolute;
    }
    .open-panel button::before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiMxMDNjYjciIGQ9Ik0wIDIwIFEyMCAyMCAyMCAwIEwyMCAyMFoiLz48L3N2Zz4=);
        top: -19px;
        right: 7px;
        transform: rotate(90deg);
    }
    .open-panel button::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiMxMDNjYjciIGQ9Ik0wIDAgUTIwIDAgMjAgMjAgTDIwIDBaIiAvPjwvc3ZnPg==);
        bottom: -19px;
        right: 7px;
        transform: scaleX(-1);
    }
    .page-contents{
        margin: 0;
    }
    .left-menu{
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        top: 50%;
        transform: translateY(-50%);
        border: 1px solid #a1a1a1;
        padding: 2px;
        background: #f9f9f9;
        overflow-y: auto;
    }
    .left-nav .open-panel {
        position: absolute;
        top: 0;
        right:-30px;
        height: 100%;
        display: flex;
        align-items: center;
        width:32px;
      }
      .open-panel button {
        width: 30px;
        height: 80px;
        padding: 0;
        background-color: #0f3db8;
        color:#fff;
        border-top-right-radius:20px;
        border-bottom-right-radius:20px;
        position: relative;
        border: 2px solid #ccc;
      }
      .tgl-panel span {
        transform: rotate(90deg);
        display: flex;
        justify-content: center;
        align-items: center;
      }
  }
  @media only screen and (max-width: 480px){
  /* .header-slider{margin-top:230px;} edited by TR*/
  }