@media (min-width: 320px) and (max-width: 767px) {

    .mobile-view-mini-header .navbar-inverse .navbar-toggle {
        z-index: 999;
    }
    .mobile-view-mini-header .logo1 {
        margin-bottom: 10px;
    }
    .kode-header-absolute.kf_sticky>.mobile-view-mini-header>button {
        position: absolute;
    }
    .kode-header-absolute.kf_sticky .logo1 {
        margin: 10px 0;
    }
    .mobile-view-mini-header .navbar-inverse .navbar-toggle {
        top: -35px;
    }
    .kode-header-absolute .navbar-collapse { 
        max-height: calc(100vh - 128px);
    }
    .kode-header-absolute.kf_sticky .navbar-collapse { 
        max-height: calc(100vh - 96px);
    }
    .kode-header-absolute:not(.kf_sticky) .mobile-view-mini-header .navbar-inverse {
        top: -110px;
    }
    .mobile-bg .navbar-nav {
        margin-top: 0;
    }
    .collapse.navbar-collapse {
        background: #fff;
        padding-bottom: 40px;        
    }
    .collapse.navbar-collapse.in {
        margin-top: 40px;
    }
    .kode-header-absolute.kf_sticky .collapse.navbar-collapse.in {
        margin-top: 40px;
    }
    .mobile-bg .collapse.navbar-collapse .nav>li.cc {

    }
}

.pt-3x {
    padding-top: 3px;
}

.header-marquee {
    position: absolute;
    bottom: -28px;
    width: 100%;
    padding: 4px 0px;
    color: #000 !important;
    background: #f3c326c7;
}
.header-marquee:hover,.kode-header-absolute.kf_sticky .header-marquee{
    background: #f3c326;
}
.kode-header-absolute.kf_sticky .header-marquee:hover {
    background: #f3c326;
}

.header-marquee .container {
    display: flex;
    align-items: center;
}
.header-marquee a {
    color: #f01 !important;
    text-decoration: underline !important;
}
.header-marquee a:hover {
    color: #f01 !important;
}
.header-marquee .head {
    padding-right: 10px;
    padding-left: 34px;
    white-space: nowrap;
    position: relative;
}
.header-marquee .head img{
    width: 28px;
    position: absolute;
    top: -4px;
    left: 0;
}
@media (max-width: 640px) {
    .header-marquee .container {
        padding-left: 0;
        padding-right: 0;
    }
    .header-marquee .head img {
        top: -14px;
    }
    .header-marquee .head b {
        display: none;
    }
    .header-marquee .head {
        padding-right: 0px;
        padding-left: 30px;
    }
}
@media (min-width: 992px) {
    .carousel-control {
        opacity: .1;
    }
}
.carousel-control.left, .carousel-control.right {
    margin-top: 0;
}
.carousel-control .glyphicon {
    background: #fff;
}
@media (min-width: 992px) {
    .carousel-control {
        opacity: .1;
    }
}
.carousel.slide:hover .carousel-control {
    opacity: .7;
}
.glyphicon-chevron-left:before,.glyphicon-chevron-right:before {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(45deg);
    margin-left: 4px;
    margin-top: 8px;
}
.glyphicon-chevron-left:before {
    margin-left: 11px;
}
.glyphicon-chevron-right:before {
    transform: rotate(-135deg);
}
.carousel-caption {
    position: absolute;
    top: 40%;
    font-size: 50px;
}
.carousel-caption i {
    opacity: .2;
    cursor: pointer;
}
.carousel-caption i:hover {
    opacity: .9;
}
.auto_pop_gallery_modal .modal-content {
    padding: 0 !important;
    width: 100%;
    float: left;
    max-width: 100% !important;
}
.auto_pop_gallery_modal .modal-content img {
    max-height: 100% !important;
}
.auto_pop_gallery_modal iframe{
    height: 600px;
}
.auto_pop_gallery_modal .modal-content button.close {
    background: #ffffffb5;
}
@media (max-width: 1200px) {
    .auto_pop_gallery_modal iframe{
        height: 550px;
    }
}
@media (max-width: 920px) {
    .auto_pop_gallery_modal iframe{
        height: 400px;
    }
}
@media (max-width: 640px) {
    .auto_pop_gallery_modal iframe{
        height: 300px;
    } 
    .nav_announc {
        margin-left: 0;
        padding: 0 15px;
    }
    .modal.in .modal-dialog {
        display: contents;        
    }
}
.nav_announc li {
    margin-left: 0;
    margin-bottom: 1.5rem;

}
.nav_announc .item {
    display: flex;
}
.nav_announc .date {
    background: #00264d;
    padding: 14px;
    color: #fff;
    text-align: center;
    margin-right: 25px;
    height: fit-content;
    margin-top: 6px;
}
.nav_announc .date h1 {
    color: #fff !important;
    font-weight: 800;
    line-height: 1;
    
}
.nav_announc .date span {
    display: block;
    font-weight: 400;
    font-size: 18px;
    margin-left: 0;
}
.nav_announc .content {

}
.nav_announc a {
    color: #f1b131 !important;
    font-size: 14px;
}
.nav_announc a:hover {
    color: #000 !important;    
}
.nav_announc .head {
    color: #00264d !important;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: .5rem;
}
.nav_announc p {
    font-size: 14px;
    line-height: 18px;
    color: #6c6e70;
    margin-bottom: 0;
}
.marquees_announc,.marquees_announc marquee{
    height: 560px;
}
@media (max-width: 1400px) {
    .marquees_announc,.marquees_announc marquee{
        max-height: 410px;
    }
}
.marquees_announc .more,.view_all {
    color: #000 !important;
    float: right;
    margin-top: 5px;
    margin-right: 5rem;
    font-size: 16px;
    font-weight: bold;
}
.marquees_announc .more:hover,.view_all:hover {
    color: #f1b131 !important;

}