.header-top-v3 .logo-v3 .logo-box {
    max-width: 100px;
    margin: auto;
}

.header-sky .navbar .navbar-header .navbar-brand .logo-box {
    height: inherit;
    max-width: 90px;
    margin-top: -10%;
}

.home_video:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.4);
}

.section-slider .item .carousel-caption {
    /* top: 40%; */
}

.video-container .video {
    width: 100%;
}

.bg-white {
    background-color: transparent;
}

.bg-lightgray {
    background-color: #F2F2F2 !important;
}

.flex-middle {
    display: flex;
    align-items: center;
}

.guest-book .line-v2 {
    width: 50%;
}

.footer-logo {
    margin-top: -15%;
}

.footer-logo img {
    width: 100%;
}

.footer-sky .footer-top {
    background-color: transparent;
}

.footer-sky.footer-sky-v4 {
    padding: 0;
}


.btn-primary {
    background-color: #091133;
    border-color: #212847;
}

.sub_outline {
    width: 10%;
    margin: 0 10px;
}

.child_bottom_100 .row {
    margin-bottom: 50px;
}

.banner-tems {
    background: #091133;
}

@media (min-width: 1200px) {
    .header-top-v3 {
        padding-bottom: 10px;
    }
}

.facility_box .events-img {
    min-height: 39rem;
    background: lightseagreen;
}

.facility_box .events-img img {
    min-height: 278px;
}

.about-item.about-right.float-img .img {
    width: 40vw;
    margin: 1rem auto;
    padding: 0 2rem;
    min-width: 450px;
}

.about-item.about-right.float-img p {
    text-align: justify;
}
.about-item.about-right .text{
    padding-right: 0;
}
@media screen and (max-width:480px) {

    .about-item.about-right.float-img .img {
        margin: auto;
        padding: 1rem 0;
        width: 100%;
    }
}
.sky-h6 .text-primary{
    color: #337ab7;
    font-weight: bold;
}