@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Roboto);

body {
    padding: 0px;
    margin: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.030em;
    color: #444;
    font-family: 'Roboto', sans-serif;
}

#navbar-search.affix {
    position: fixed;
    z-index: 10000;
    top: 0;
    width: 100%;
}

/* ------ NAV ----- */
.main-nav {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    background-repeat: repeat-x;
    border-bottom: solid 1px #EEE;
}

.main-nav button {
    color: #FFF !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding-top: 20px;
}

.main-nav button:focus {
    outline: none;
}

.main-nav button .icon-bar {
    background-color: #222;
}

.main-nav .navbar-collapse {
    padding: 0;
}

.main-nav .nav .nav-item {
    z-index: 100;
    font-weight: 500;
    text-transform: uppercase;
}

@media screen and (max-width:767px) {
    .main-nav .nav .nav-item {
        z-index: 500;
        border-bottom: 1px solid #069;

    }
}

.main-nav .nav .nav-item.dropdown {
    z-index: 101;

}

.main-nav .nav .nav-item a {
    color: #222;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.main-nav .nav .nav-item a:hover {
    color: #FFF;
    background-color: #006;
}

.main-nav .nav .nav-item.active {
    position: relative;
}

.main-nav .nav .nav-item.active>a {
    color: #000;
    background-color: #FFF;
}

.main-nav .nav .nav-item.active>a:before {
    content: "\f0d8";
    position: absolute;
    bottom: -8px;
    left: 0;
    text-align: center;
    display: block;
    width: 100%;
}

.main-nav .nav .nav-item.active>a.dropdown-toggle:before {
    display: none;
}

.main-nav .nav .nav-item.open a {
    color: #FFF;
    background-color: #006;
}

.main-nav .nav .nav-item .dropdown-menu {

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border: none;
    padding: 0;
    text-transform: none;
    min-width: 220px;
}

.main-nav .nav .nav-item .dropdown-menu a {
    border-bottom: 1px solid #FFF;
    padding: 8px 20px;
    background-color: #006;
    color: #FFF;
    font-weight: 500;
}

.main-nav .nav .nav-item .dropdown-menu a:hover {
    color: #FFF;
    padding-left: 24px;
    background-color: #003;
}

.main-nav .nav .nav-item .dropdown-submenu {
    position: relative;
}

.main-nav .nav .nav-item .dropdown-submenu .fa {
    position: absolute;
    right: 15px;
    top: 10px;
}

.main-nav .nav .nav-item .dropdown-submenu li {
    position: relative;
}

.main-nav .nav .nav-item .dropdown-submenu li .fa {
    position: absolute;
    right: 15px;
    top: 10px;
}

.main-nav .nav .nav-item .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
}

/*------*/
.navbar-brand {
    height: 75px;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media screen and (max-width:767px) {
    .navbar-brand img {
        width: 300px;
        height: 75px;
    }
}

.navbar-nav {
    padding-top: 13px;
    padding-bottom: 10px;
}

@media screen and (max-width:767px) {
    .navbar-header {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* END NAV*/
/* FOOTER */
.footer-sec {
    background: #0f0c29;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        color: #FFF;
}

.footer-sec2 {
    background: #0f0c29;
    color: #FFF;
}

/* END FOOTER */
.vis-smart-white {
    background-color: #FFF;
    background-size: cover;
}

.vis-all-bor {
    border: solid 1px #000;
    padding: 10px;
}

.vis-all-bor-w {
    border: solid 1px #EEE;
    padding: 5px;
}

.vis-td-padd-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.vis-td-padd-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.vis-td-padd-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.vis-bor-down-w {
    border-bottom: solid #EEE 1px;
}

.vis-padd-5 {
    padding: 5px;
}

.vis-blank-50 {
    height: 50px;
}

.vis-bg-img-1 {
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url('../site-img/png-5.png') center center;
    background-size: cover;
}

.vis-fb {
    color: #002B73;
}

.vis-tw {
    color: #84DEF8;
}

.vis-yt {
    color: #E10123;
}

.vis-minh {}

.vis-coro-title {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

/* MARQUEEE */
.marquee,
.marquee-with-options,
.marquee-vert-before,
.marquee-vert {
    width: auto;
    overflow: hidden;
}

.vis-marq {
    padding-left: 15px;
    padding-right: 15px;
    background-size: cover;
    color: #FFF;
    height: 365px;
    background: linear-gradient(rgba(255, 81, 47, 0.8), rgba(255, 81, 47, 0.8));
    overflow: hidden;
}

.vis-hr-1 {
    border-bottom: 2px solid #EEE;
}

.vis-hr-2 {
    border-bottom: 4px solid #AAA;
}

.vis-foot-head {
    text-transform: uppercase;
}

.vis-a {
    text-decoration: none;
    color: #FFF;
}

.vis-a:hover {
    text-decoration: none;
    color: #FFF;
}

.vis-a-black {
    text-decoration: none;
    color: #222;
}

.vis-a-black:hover {
    text-decoration: none;
    color: #222;
}

.vis-dby {
    text-align: right;
}

@media screen and (max-width:767px) {
    .vis-dby {
        text-align: center;
    }
}

.vis-dby1 {
    text-align: left;
}

@media screen and (max-width:767px) {
    .vis-dby1 {
        text-align: center;
    }
}

.vis-onreg-menu {
    background-color: #ff0033;
    color: #FFF;
}

.vis-error {
    color: #FF0000;
    font-size: 10px;
}

.vis-input-1 {
    background-color: transparent;
    color: #222;
    border: 1px solid #999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: 35px;
}

.vis-new-error {
    border: solid 1px coral;
    padding: 5px;
    color: #ff0000;
    background-color: #ffcccc;
}

.vis-all-bor-1 {
    border: solid 1px #000;
    padding: 10px;
    background-color: #ccccff;
}

.vis-center-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../site-img/center-bg.jpg') repeat center center;
    background-size: cover;
    padding: 15px;
    background-attachment: fixed;
    color: #FFF;
}

.vis-center-bg9 {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../site-img/center-bg9.jpg') repeat center center;
    background-size: cover;
    padding: 15px;
    background-attachment: fixed;
    color: #FFF;
}

.vis-center-bg-1 {
    background: linear-gradient(rgba(0, 0, 51, 0.8), rgba(0, 0, 51, 0.8)), url('../site-img/center-bg-1.jpg') repeat center center;
    background-size: cover;
    padding: 15px;
    background-attachment: fixed;
    color: #FFF;
}

/* START OWL */
.image1 {
    position: relative;
}

.overlay1 {
    width: 100%;
    height: 100%;
    border: 4px solid #FFF;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: white;
    padding-top: 20%;
}

.image1:hover .overlay1 {
    background: rgba(0, 0, 0, .5);
}

.vis-trans {
    padding: 15px;
    background: rgba(0, 0, 0, .5);
}

/* END OWL */

.vis-abt-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../site-img/center-bg.jpg') repeat center center;
    padding: 15px;
    color: #ffffff;
    background-attachment: fixed;
    background-size: cover;
}

.vis-wrap {
    box-shadow: 5px 5px 5px #666;
}

.vis-ab-txt {
    padding: 10px;
    background-color: #000033;
    color: #FFF;
}

.vis-ne-txt {
    background: #41295a;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2F0743, #41295a);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2F0743, #41295a);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 10px;
    color: #FFF;
}

a.btn-fb,
.btn-fb {
    color: #FFF;
    font-size: 14px;
    line-height: 0.93;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 4px solid #F2F2F2;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    background-color: #3C0;
    width: 60px;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
}

a.btn-fb:hover,
.btn-fb:hover {
    color: #FFF;
    border: 4px solid #FFF;
    background-color: #222;
}

a.btn-fb .fa,
.btn-fb .fa {
    text-align: center;

    font-size: 20px;
    color: #FFF;
}

.my-fb-text {
    font-size: 9px;
    text-align: center;
}

.vis-top-bg {
    background: #606c88;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3f4c6b, #606c88);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3f4c6b, #606c88);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF;
}

.vis-padd-r-15 {
    padding-right: 15px;
}

.vis-float-right {
    text-align: right;
}

@media screen and (max-width:767px) {
    .vis-float-right {
        text-align: center;
    }
}

.vis-smart-bgc-1 {
    background: #0f0c29;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        color: #FFF;
}

.vis-smart-bgc-2 {
    background: #FF512F;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #F09819, #FF512F);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #F09819, #FF512F);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF;
}

.vis-smart-f-white {
    color: #FFF;
}

.vis-smart-f-white:hover {
    color: #EEE;
}

.vis-smart-gray {
    background-color: #d3d3d3;
}

.vis-border-1 {
    border: solid 2px #FFF;
}

.vis-border-2 {
    border-left: solid 1px #666;
    border-right: solid 1px #666;
}

.vis-border-down {
    border-bottom: solid 1px #666;
    padding-bottom: 15px;
}

.vis-padd-up {
    padding-top: 15px;
}

.vis-border-3 {
    display: block;
    padding: 4px;
    border: solid 4px #999;
}

.vis-white-bor {
    border: solid 4px #FFF;
}

.btn-success {
    background-color: #0B0;
    color: #FFF;
    border: none;
}

.vis-txt-9 {
    color: #e37c1d;
}

.btn-warning {
    background-color: #f7901e;
    color: #FFF;
    border: none;
}

.vis-hr-3 {
    border-bottom: solid 4px #222;
    width: 40%
}

.vis-bg-x1 {
    background: #006C97;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #363795, #006C97);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #363795, #006C97);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF;
    padding: 5px;
    height: 80px;
}

.vis-bg-x1:hover {
    background: #000000;
    /* fallback for old browsers */
    color: #FFF;
    padding: 5px;
    text-decoration: none;
}

.vis-bg-x1 a {
    text-decoration: none;
    color: #FFF;
}

.vis-same-height {
    display: flex;
}

@media screen and (max-width:767px) {
    .vis-same-height {
        display: block;
    }
}

.vis-input-2 {
    background-color: FFF;
    color: #222;
    border: 1px solid #CCC;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: 50px;
}

.vis-advert {
    background: #005C97;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #363795, #005C97);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #363795, #005C97);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF;
}

.vis-dark-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../site-img/abt.jpg') repeat center center;
    background-size: cover;
    padding: 30px;
}

@media screen and (max-width:767px) {
    .vis-dark-bg {
        background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../site-img/abt.jpg') repeat center center;
        background-size: cover;
        padding: 0px;
    }
}

div.stickyleft {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 50px;
    float: left;
    padding-top: 100px;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 50px;
    float: right;
    padding-top: 100px;
}

.vis-img-bor {
    border: solid 1px #666;
}

.vis-sld {
    min-height: 200px;
}

.vis-border-all {
    border: solid 10px #FFF;
}

#maincontainer {
    background: white;
}

.upperheading h2 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin-top: 0px;
    color: #000066;
    font-size: 32px;
    margin: 0px 0 20px;
}

.upperheading p {
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    max-width: 700px;
    margin: 10px auto 15px;
}

.upperheading {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.bluediv {
    padding: 10px 0px;
    background: #660066;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
}

.bluediv h2 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 400;
    margin: 10px 0px 0px;
}

.bluediv1 {
    padding: 10px 0px;
    background: #330099;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
}

.bluediv1 h2 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 400;
    margin: 10px 0px 0px;
}

.bluediv1 i {
    font-size: 45px;
    color: #fff;
}

.orangediv {
    padding: 10px 0px;
    background: #ff0033;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
}

.orangediv i {
    font-size: 45px;
    color: #fff;
}

.orangediv h2 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 400;
    margin: 10px 0px 0px;
}


.main-container1 {
    min-height: 250px;
    background: #fdfdfd;
    border: 1px solid #dedede;
}

#fade-quote-carousel.carousel {
    padding-bottom: 0px;
}

#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators>li {
    background-color: #e84a64;
    border: none;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}

#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

#fade-quote-carousel.carousel .carousel-inner .item h4 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 25px;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
    font-size: 18px;
    color: #000;
    font-weight: 300;
    margin: 0px
}

#fade-quote-carousel.carousel {
    padding: 9px 0px;
}

.school-birthday ul li:last-child {
    border-bottom: 0px;
}

#fade-quote-carousel blockquote p {
    margin: 0px
}

#fade-quote-carousel blockquote b {
    font-size: 30px;
    color: #ea7166
}

.profile-circle img {
    max-width: 100%;
    width: 100%
}

.profile-circle {
    overflow: hidden
}

.logo-img {
    max-width: 300px !important;
    height: 75px !important;

}

@media screen and (max-width:767px) {

    .logo-img {
        max-width: 250px !important;
        height: auto !important;
        padding-top: 5px;
        padding-bottom: 5px;

    }
}