.navbar-default .nav li a:hover {
    color: grey;
}


/* line 1, ../scss/_typography.scss */

body {
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: inherit;
    line-height: 1.75;
    color: #777777;
    background-color: white;
}


/* line 9, ../scss/_typography.scss */

h2 {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #333333;
}


/* line 16, ../scss/_typography.scss */

h3 {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #777777;
}


/* line 23, ../scss/_typography.scss */

h4 {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #333333;
}

h5 {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

/* line 29, ../scss/_typography.scss */

a {
    color: #c00bdb;
}


/* line 32, ../scss/_typography.scss */

a:hover,
a:focus {
    color: #fec503;
}

.img-middle {
    margin: auto;
}

.align-left {
    text-align: left;
    font-size: 14px;
}

.text-center {
    text-align: center;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-Frame {
    background-image: url(../img/flowers.png);
    background-repeat: repeat;
    padding: 20px 30px;
    border-radius: 15px;

}

.visaDocCom {
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
    font-size: 35px;
}

.whiteBgText {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;

}







/* line 37, ../scss/_typography.scss */

.navbar-default {
    background-color: #333333;
    border-color: #333333;
}


/* line 42, ../scss/_typography.scss */

.navbar-default .navbar-brand {
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
    font-size: 32px;
    color: #fed136;
}


/* line 48, ../scss/_typography.scss */

.navbar-default .nav li a {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
}


/* line 57, ../scss/_typography.scss */

.intro-lead-in {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-style: italic;
    line-height: 40px;
}


/* line 64, ../scss/_typography.scss */

.intro-heading {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 75px;
}


/* line 72, ../scss/_typography.scss */

.btn-xl {
    border-color: #fed136;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: white;
    background-color: #fed136;
}


/* line 82, ../scss/_typography.scss */

.btn-xl:hover,
.btn-xl:focus {
    color: #fec503;
}


/* line 87, ../scss/_typography.scss */

.section-subheading {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
}


/* line 94, ../scss/_typography.scss */

.portfolio-caption p {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    min-height: 150px;
}


/* line 100, ../scss/_typography.scss */

.copyright {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* line 2, ../scss/_patterns.scss */

.navbar-default .navbar-nav > .active > a {
    border-radius: 0;
    color: #fff;
    background-color: #fed136;
}

@media (min-width: 768px) {

    /* line 9, ../scss/_patterns.scss */
    .navbar-default .navbar-nav > .active > a {
        border-radius: 3px;
    }
}


/* line 15, ../scss/_patterns.scss */

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #fec503;
}


/* line 21, ../scss/_patterns.scss */

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/BgPic.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}


/* line 31, ../scss/_patterns.scss */

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {

    /* line 37, ../scss/_patterns.scss */
    header .intro-text {
        padding-top: 150px;
        padding-bottom: 120px;
    }
}


/* line 43, ../scss/_patterns.scss */

section {
    padding: 60px 0;
}

/*@media (min-width: 768px) {*/
/* line 48, ../scss/_patterns.scss */
/*
    section {
        padding: 70px 0;
    }
*/
/*}*/


/* line 54, ../scss/_patterns.scss */

#portfolio,
#team {
    background-color: #f7f7f7;
}


/* line 59, ../scss/_patterns.scss */

.service {
    font-size: 14px;
    text-align: center;
    position: relative;
}

.hoChieu {
    font-size: 14px;
    text-align: center;
}


/* line 63, ../scss/_patterns.scss */

.text-primary {
    color: #fed136;
}


/* line 68, ../scss/_patterns.scss */

.portfolio-item {
    font-size: 18px;
    text-align: center;
    position: relative;
    right: 0;
    margin: 0 0 15px;
}


/* line 74, ../scss/_patterns.scss */

.portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}


/* line 81, ../scss/_patterns.scss */

.portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(254, 209, 54, 0.9);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}


/* line 90, ../scss/_patterns.scss */

.portfolio-hover:hover {
    opacity: 1;
}


/* line 94, ../scss/_patterns.scss */

.portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}


/* line 105, ../scss/_patterns.scss */

.portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

@media (min-width: 767px) {

    /* line 114, ../scss/_patterns.scss */
    .portfolio-item {
        margin: 0 0 30px;
    }
}


/* line 120, ../scss/_patterns.scss */

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}


/* line 126, ../scss/_patterns.scss */

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}


/* line 137, ../scss/_patterns.scss */

.timeline > li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}


/* line 144, ../scss/_patterns.scss */

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}


/* line 149, ../scss/_patterns.scss */

.timeline > li:after {
    clear: both;
}


/* line 153, ../scss/_patterns.scss */

.timeline > li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}


/* line 161, ../scss/_patterns.scss */

.timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}


/* line 168, ../scss/_patterns.scss */

.timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}


/* line 175, ../scss/_patterns.scss */

.timeline > li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #fed136;
}


/* line 189, ../scss/_patterns.scss */

.timeline > li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}


/* line 195, ../scss/_patterns.scss */

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}


/* line 201, ../scss/_patterns.scss */

.timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}


/* line 208, ../scss/_patterns.scss */

.timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}


/* line 215, ../scss/_patterns.scss */

.timeline > li:last-child {
    margin-bottom: 0;
}


/* line 219, ../scss/_patterns.scss */

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}


/* line 224, ../scss/_patterns.scss */

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}


/* line 229, ../scss/_patterns.scss */

.timeline .timeline-body > p,
.timeline .timeline-body > ul {
    margin-bottom: 0;
}

@media (min-width: 768px) {

    /* line 234, ../scss/_patterns.scss */
    .timeline:before {
        left: 50%;
    }

    /* line 238, ../scss/_patterns.scss */
    .timeline > li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    /* line 243, ../scss/_patterns.scss */
    .timeline > li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    /* line 250, ../scss/_patterns.scss */
    .timeline > li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    /* line 257, ../scss/_patterns.scss */
    .timeline > li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    /* line 263, ../scss/_patterns.scss */
    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media (min-width: 992px) {

    /* line 271, ../scss/_patterns.scss */
    .timeline > li {
        min-height: 150px;
    }

    /* line 275, ../scss/_patterns.scss */
    .timeline > li .timeline-panel {
        padding: 0 20px 20px;
    }

    /* line 279, ../scss/_patterns.scss */
    .timeline > li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    /* line 285, ../scss/_patterns.scss */
    .timeline > li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    /* line 291, ../scss/_patterns.scss */
    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 20px 20px;
    }
}

@media (min-width: 1200px) {

    /* line 297, ../scss/_patterns.scss */
    .timeline > li {
        min-height: 170px;
    }

    /* line 301, ../scss/_patterns.scss */
    .timeline > li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    /* line 305, ../scss/_patterns.scss */
    .timeline > li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    /* line 311, ../scss/_patterns.scss */
    .timeline > li .timeline-image h4 {
        margin-top: 40px;
    }

    /* line 315, ../scss/_patterns.scss */
    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 100px 20px 20px;
    }
}


/* line 321, ../scss/_patterns.scss */

.team-member {
    font-size: 14px;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}


/* line 325, ../scss/_patterns.scss */

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}


/* line 330, ../scss/_patterns.scss */

.team-member h4 {
    margin-top: 25px;
}


/* line 335, ../scss/_patterns.scss */

ul.social-buttons {
    margin-bottom: 0;
}


/* line 337, ../scss/_patterns.scss */

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


/* line 352, ../scss/_patterns.scss */

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed136;
}


/* line 358, ../scss/_patterns.scss */

#contact {
    background-color: #222;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
}


/* line 364, ../scss/_patterns.scss */

#contact .form-group {
    margin-bottom: 25px;
}


/* line 367, ../scss/_patterns.scss */

#contact .form-group input.form-control {
    height: auto;
}


/* line 372, ../scss/_patterns.scss */

#contact .form-group input,
#contact .form-group textarea {
    padding: 20px;
}


/* line 376, ../scss/_patterns.scss */

#contact .form-group textarea.form-control {
    height: 236px;
}


/* line 383, ../scss/_patterns.scss */

footer {
    padding: 25px 0;
    text-align: center;
}





/* ~~ Contact form ~~ */
/*
body{
margin: 0;
padding: 0;
text-align: center;
background: #fff; <!--linear-gradient(rgba(0, 0, 50, 0.5), rgba(0, 0, 50, 0.5)),  url(bg.png);-->
background-size: cover;
background-position: center;
font-family: sans-serif;
} 
*/

.contact-title {
    margin: auto;
    color: gray;
    text-transform: uppercase;
    transition: all 4s ease-in-out;

}

.contact-title h1 {
    text-align: center;
    font-size: 32px;
    line-height: 10px;

}

.contact-title h3 {
    text-align: center;
    font-size: 14px;
    
}

form {
    max-width: 600px;
    margin: auto;
    margin-top: 50px;
    transition: all 4s ease-in-out;
}

.form-control {
    background: #fff;
    border: none;
    outline: none;
    border-bottom: 1px solid gray;
    color: gray;
    font-size: 16px;
    margin-bottom: 16px;
}

input {
    height: 45px;
}

form .submit {
    background: grey;
    border-color: transparent;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    height: 50px;
    margin-top: 20px;
}

form .submit:hover {
    background-color: #f44336;
    cursor: pointer;

}

/* ~~ End Contact form ~~ */
