.owl-carousel.home-slider .slider-item .overlay{
    background:linear-gradient(45deg, #0d1128 0%, #1e73be 100%);
    opacity: .2;
}

body{
    font-family: Arial, sans-serif !important;
}

.white-bg{
    background-color: #fff;
}

.ftco-navbar-light{
    background-color: #003a8f !important;
}

.ftco-navbar-light .container{
    background-color: #003a8f !important;
}

#section-counter:after{
    background: linear-gradient(45deg, #0d1128 0%, #0494ca 100%);
}

.icon-video{
    display: none !important;
}

@font-face
{   font-family:'Pyidaungsu';
    src:url(../fonts/Pyidaungsu-2.5_Regular.ttf) format("opentype")
}

.mmfont {
    font-family: "Pyidaungsu", Open Sans !important;
}

.ftco-section{
    padding: 3em 0;
}

.ftco-footer p{
    margin-bottom: 0;
}

.blog-entry{
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}

@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}

.navbar-dark .navbar-nav .nav-link{
    color: #fff;
    padding-right:30px;
    font-size:16px;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    font-weight:600;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #f5ab35;
}

p{
    text-align:justify;
}

span p{
    text-align: center;
}

.ftco-counter .text strong.number span {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    display: block;
}

.post-photo > a > img {
    height: 130px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}
.post-text {
    padding: 8px 12px;
    background-color: #fff;
    height: 140px;
    overflow: hidden;
}

.bottom-line {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}

.right-padding{
    padding-right:0;
}

.left-padding{
    padding-left:0;
}

.img-border {
    border: 1px solid #e7e7e7;
}

.time-gray {
    color: #0594ca;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0;
}

p.title {
    font-size: 14px;
    line-height: 18px;
    color: #212529;
}

.pb-bottom{
    margin-bottom:10px;
}

.breadcrumbs-fullbg {
    padding: 30px 0px;
    background-color: #F5F5F5;
    -moz-box-shadow: 0px 2px 4px #000000;
    -webkit-box-shadow: 0px 2px 4px #000000;
    box-shadow: 0px 2px 4px #000000;
    background: linear-gradient(to bottom,rgba(0,0,0,0.7),rgba(0,0,0,0.7) ),url('../img/uniprofile.jpg');
    width: 100%;
    background-size: cover;
    z-index: 11;
    padding: 70px 0 70px;
    position: relative;
}

    .breadcrumbs-fullbg h1.white-text {
        color: #FFF;
        text-transform: uppercase;
    }

    .breadcrumbs-fullbg h1 {
        font-size: 27px;
    }

.breadcrumb-line {
    display: block !important;
    margin-left: 0px;
    width: 100px;
    height: 5px;
    background-color: #0e5fa2 !important;
    border: none;
    position: relative;
    margin: 15px auto;
    margin-bottom:30px;
}

.pull-center {
    display: block;
    margin: 0px auto;
}

.breadcrumbs {
    padding: 0px;
    margin-left: 3px;
    margin-bottom: 0px;
    font-size: 13px;
}

    .breadcrumbs li {
        display: inline-block;
        color: #ffffffa6;
    }

.margin-top{
    margin: 40px 0;
}

img.img{
    float:left;
}

div.welcome img{
    width: 250px;
    float:left;
}

.service.icon {
    line-height: 1;
    position: relative;
    width: 60px;
    height: 60px;
    background: #0494ca;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float:left;
    margin-right:15px;
}

h3.service{
    padding-top:15px;
}

.service.icon span {
    font-size: 30px;
    color: #fff;
}

.services-2 ul{
    padding-left:15px;
}

.embed-responsive iframe{
    height: 400px !important;
}

.sidebar-new{
    padding-bottom: 30px    ;
}

.blog-entry .text{
    min-height:130px;
}

.bg-gray {
    background-color: #F5F7FA;
}

.blog-entry .meta-date {
    background: #0494ca;
}

.breadcrumbs li a {
    color: #ffffffa6;
}

.img-full {
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
    border-radius: 5px;
}

.detail-content h3 {
    font-weight: 600;
    color: #0052a0;
}

.detail-content span {
    font-size: 15px;
}

.detail-content  img{
    margin:24px 0;
}

.detail-content p {
    color: #0d1128;
}

.newsfeed-item {
    display: inline-block;
    margin: 20px 0;
}

.newsfeed-cal {
    text-align: center;
    width: 70px;
    float: left;
    display: inline-block;
}

    .newsfeed-cal .newsfeed-caldate {
        background: #003d7c;
        color: #ffffff;
        font-size: 36px;
        font-weight: 200;
    }

    .newsfeed-cal .newsfeed-calday {
        background: #003d7c;
        color: #ffd2a3;
        font-size: 14px;
        font-weight: 200;
        padding: 3px 0;
        text-transform: uppercase;
    }

.newsfeed-details {
    margin-left: 90px;
}

    .newsfeed-details .feed-title {
        color: #555555;
        margin-top: 0;
        line-height: 1.2;
        font-weight: 300;
    }

        .newsfeed-details .feed-title a {
            color: #003d7c;
            font-size:18px;
        }

    .newsfeed-details .feed-text {
        color: #999999;
        font-size: 14px;
        font-weight: 300;
    }

.dropdown-menu {
    padding: 0;
}

/*.dropdown-item:first-child {
    border-top:none;
}*/

.dropdown-item {
    border-top: 1px solid #eaeaea;
}

table.customTable {
    width: 100%;
    background-color: #FFFFFF;
    border-collapse: collapse;
    border-width: 2px;
    border-color: #7EA8F8;
    border-style: solid;
    color: #000000;
}

table.customTable td, table.customTable th {
    border-width: 2px;
    border-color: #7EA8F8;
    border-style: solid;
    padding: 5px;
}

    table.customTable thead {
        background-color: #0494ca;
    }
table.table.table-schedule {
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 15%);
}
    table.table.table-schedule thead {
        background-color: rgb(0 58 143 / 90%);
    }

table.table.table-schedule thead th {
    color: #fff;
}

div.faculty_box {
    padding: 0 30px 0 0;
    margin-bottom:0px;
    text-align:center;
}

    div.faculty_box p{
        text-align:center;
        padding-top:12px;
        font-size:17px;
        font-weight:bold;
        margin-bottom:0;
    }

    div.faculty_box p.degree{
        text-align:center;
        padding:0;
        font-size:16px;
        margin-bottom:0;
        font-weight:normal;
    }
        div.faculty_box p.position {
            text-align: center;
            padding: 0;
            font-size: 16px;
            font-weight: normal;
        }



    div.faculty_box img {
        border-radius: 5px;
        border: 1px solid #ddd;
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    }

.black{
    color: #000;
}

div.orgchart ol {
    list-style: none;
}

.rectangle {
    position: relative;
}

.level-1 {
    width: 50%;
    margin: 0 auto 40px;
}

    .level-1::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        /*background:#000;*/
    }
.level-2-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

    .level-2-wrapper::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 25%;
        width: 50%;
        height: 2px;
        /*background: #000;*/
    }

    .level-2-wrapper::after {
        display: none;
        content: "";
        position: absolute;
        left: -20px;
        bottom: -20px;
        width: calc(100% + 20px);
        height: 2px;
        /*background: #000;*/
    }

    .level-2-wrapper li {
        position: relative;
    }

    .level-2-wrapper > li::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        /*background: #000;*/
    }

.level-2 {
    width: 70%;
    margin: 0 auto 40px;
    /*background: #000;*/
}

    .level-2::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        /*background: #000;*/
    }

    .level-2::after {
        display: none;
        content: "";
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(-100%, -50%);
        width: 20px;
        height: 2px;
        /*background: #000;*/
    }

.level-3-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

    .level-3-wrapper::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 25%;
        width: 50%;
        height: 2px;
        /*background: #000;*/
    }

    .level-3-wrapper::after {
        display: none;
        content: "";
        position: absolute;
        left: -20px;
        bottom: -20px;
        width: calc(100% + 20px);
        height: 2px;
        /*background: #000;*/
    }

.level-2-wrapper li {
    position: relative;
}

.level-3-wrapper > li::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    /*background: #000;*/
}

.level-3 {
    width: 70%;
    margin: 0 auto 40px;
    /*background: #000;*/
}

    .level-3::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        /*background: #000;*/
    }

    .level-3::after {
        display: none;
        content: "";
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(-100%, -50%);
        width: 20px;
        height: 2px;
        /*background: #000;*/
    }


.dropdown-menu {
    background-color: #003a8f;
    color: #fff;
    border: 1px solid #003a8f;
}

.dropdown-item {
    color: #fff;
    background-color: #003a8f;
}

.nav-item .submenu > li > a.dropdown-item {
    color: #000;
    background-color: #fff;
    border: 1px solid #e9ecef;
}

    .nav-item .submenu > li > a.dropdown-item:hover {
        color: #003a8f;
    }

.dropdown-item {
    border-top: 1px solid #dee2e626;
}

.carousel-item img {
    border-radius: 4px;
    min-height: 400px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    max-height: 350px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

#Iframe-Master-CC-and-Rs {
    max-width: 100%;
    max-height: 650px;
    overflow: hidden;
}

/* inner wrapper: make responsive */
.responsive-wrapper {
    position: relative;
    height: 0; /* gets height from padding-bottom */
    /* put following styles (necessary for overflow and scrolling handling on mobile devices) inline in .responsive-wrapper around iframe because not stable in CSS:
    -webkit-overflow-scrolling: touch; overflow: auto; */
}

    .responsive-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        border: none;
    }

.responsive-wrapper-wxh-572x612 {
    padding-bottom: 107%;
}

.set-border {
    border: 1px inset #4f4f4f;
}

.set-box-shadow {
    -webkit-box-shadow: 2px 2px 5px #4f4f4f52;
    -moz-box-shadow: 2px 2px 5px #4f4f4f52;
    box-shadow: 2px 2px 5px #4f4f4f52;
}

.set-padding {
    padding: 0;
}

#toolbar {
    background-color: rgb(72 73 74);
}

.set-margin {
    margin: 0px;
}

.center-block-horiz {
    margin-left: auto !important;
    margin-right: auto !important;
}



.carousel-caption h5 {
    color: #fff;
    background-color: #00000040;
    padding-top: 10px;
    padding-bottom: 10px;
}

.carousel-caption {
    bottom: 0;
    right: 0;
    left: 0;
}

.pagination {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 10px;
}

    .pagination li {
        display: inline;
        text-align: center;
    }

    .pagination a {
        float: left;
        display: block;
        font-size: 14px;
        text-decoration: none;
        padding: 5px 12px;
        color: #fff;
        margin-left: -1px;
        border: 1px solid transparent;
        line-height: 1.5;
    }

        .pagination a.active {
            cursor: default;
        }

    .pagination > .active > a,     
    .pagination > li > a:focus {
        background-color: #0494ca;
        color: #fff;
    }
        .pagination a:active {
            outline: none;
        }

.modal-1 li:first-child a {
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px 0 0 6px;
}

.modal-1 li:last-child a {
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0;
    border-radius: 0 6px 6px 0;
}

.modal-1 a {
    border-color: #ddd;
    color: #0594ca;
    background: #fff;
}

    .modal-1 a:hover {
        background: #eee;
    }

    .modal-1 a.active, .modal-1 a:active {
        border-color: #0594ca;
        background: #0594ca;
        color: #fff;
    }

    ul.footer li{
        padding: 2px 0;
    }

.ftco-footer .ftco-footer-widget h2{
    margin-bottom:30px;
}

#slider1.lazy {
    background-size: cover;
}

#slider2.lazy {
    background-size: cover;
}

#aboutimg.lazy{
    height: 380px;
}

#home-about.lazy{
    background-size:cover;
}

#newimg.lazy{
    background-size:cover;
}

#eventimg.lazy {
    background-size: cover;
}

div#main_nav > ul.navbar-nav > li.nav-item > a.nav-link.active {
    color: #fd7e14;
}

.blog-entry p{
    text-align:unset;
}

p.title{
    text-align:unset;
}

.shadowtext{
    text-shadow: 4px 4px 0px rgba(0,0,0,0.2);
}

div.media-body p{
    text-align:unset;
}

.ftco-services .services .media-body h3{
    font-size: 19px;
    font-weight: 600;
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
    .navbar-dark .navbar-nav .nav-link {
        padding-right: 5px;
    }
}
