/************************
    HERO SECTION
************************/
@media (min-width: 768px) {
    .hero-section {
        height: 700px;
        text-align: center;
    }
}

/************************
    TYPOGRAPHY
************************/
body {
    color: #fff;
}
.nav a, .navbar-default .navbar-brand {
    color: #fff!important;
}

/************************
    BANNER
************************/
.cus-ban-mon img {
    max-width: 54px;
    height: auto;
}

.cus-banner-text {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

@media(min-width: 768px) {
.cus-banner-text {
    margin-top: 30px;
}
.cus-ban-mon {
    margin-top: 10px;
}
}
/************************
    youtube
************************/
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}