body {
    font-family: 'OpenSans', sans-serif;
    font-weight: 300;
}

.navbar-custom {
    background-color: transparent;
    color: white;
    border-radius: 0;
    height: 75px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.navbar-scroll {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: transparent;
}

.navbar-custom .navbar-header {
    height: 75px;
}

.navbar-custom .navbar-toggle {
    margin-top: 19px;
}

.navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus {
    background-color: transparent;
}

.navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus {
    color: white;
}

.navbar-custom .in {
    background-color: rgba(0, 0, 0, 0.5);
}

.navbar-custom div.container-fluid {
    background-color: transparent;
    height: 75px;
}

.navbar-custom div.container div.navbar-collapse {
    background-color: white;
}

.navbar-custom .navbar-nav > li > a {
    color: white;
    line-height: 41px;
    font-size: 16px;
}

.nav-avatar-img {
    height: 68px;
    width: 68px;
}

.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus {
    color: white;
    border-bottom: 3px solid white;
}

/*.navbar-custom .navbar-brand {*/
/*padding: 25px;*/
/*}*/

.navbar-brand {
    height: 100%;
}

.navbar-custom .navbar-brand > img {
    /*width: auto;*/
    height: 100%;
}

.navbar-custom .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 390px;
}

#banner div.fill {
    height: 600px;
    background-position: center;
    background-size: cover;
    padding-left: 0px;
    padding-right: 0px;
    border: none;
}

#banner .container {
    position: relative;
}

#banner .container .text-contain {
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
    margin-left: -15px;
}

#banner .container .text-contain .slogan-text {
    color: white;
    display: block;
    text-shadow: 0px 0px 3px black;
}

#banner .container .text-contain .slogan-text .line-separator {
    max-width: 150px;
    border-bottom: 5px solid white;
    display: block;
    margin: 50px auto 0px auto;
}

#banner .container .text-contain .slogan-text h1 {
    font-size: 28px;
    font-weight: 300;
}

#banner .container .text-contain .sub-slogan {
    font-size: 30px;
    color: white;
    display: block;
    margin-top: 30px;
}

#banner .container .text-contain .regist-now {
    margin-top: 50px;
}

.btn-site {
    color: #3294be;
    padding: 15px 30px;
    background-color: white;
    box-shadow: inset 0 0 0 0 #FFF;
    border: none;
    border-radius: 30px;
}

.btn-site:hover, .btn-site:focus {
    text-decoration: none;
    box-shadow: inset 300px 0px 0 0 #3294be;
    color: #FFF;
    background-color: transparent;
}

#banner .container .text-contain .regist-now a {
    text-align: center;
    font-size: 20px;
}

#banner-sec .container .social-img img {
    width: 80%;
}

#techno > .container-fluid {
    background: url('../img/bg1.jpg') top;
    background-size: cover;
}

#techno .techno-bg {
    position: absolute;
    right: -50px;
    top: 40px;
}

.indicator img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#techno .title, #khach-hang .title, #comment-sec .title, #product-sec .title, #thanh-tuu .title, #hdqt .title, #register-sec .title, #customer-sec .title, #new-sec .title {
    color: #3294be;
    font-size: 27px;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

#register-sec .title {
    margin-bottom: 10px;
}

#register-sec .main-col {
    margin-top: 30px;
    margin-bottom: 30px;
}

#register-sec .form-control {
    height: 45px;
    border-radius: 0px;
    border: none;
    background-color: #f6f5f5;
    margin-bottom: 20px;
}

#register-sec textarea.form-control {
    height: 160px;
}

#register-sec .btn-register {
    border-radius: 25px;
    padding: 10px 20px;
    background-color: #00b8ff;
    border: 1px solid #00b8ff;
    color: #fff;
    margin: auto;
    display: block;
}

.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.techno-block {
    text-align: center;
    padding: 10px;
    min-height: 350px;
}

.techno-block-detail {
    text-align: justify;
}

.kh-row {
    background: url('../img/bg2.jpg') center center;
    background-size: cover;
}

.tt-row {
    background: url('../img/bg4.jpg') bottom center no-repeat;
    background-size: cover;
}

.hdqt-row {
    background: url('../img/bg5.jpg') bottom center no-repeat;
    background-size: cover;
}

.hdqt-content p {
    text-align: justify;
}

#khach-hang .title, #thanh-tuu .title {
    color: white;
}

.line-separator {
    max-width: 50px;
    border-bottom: 3px solid #3294be;
    display: block;
    margin: 30px auto;
}

.kh-block {
    margin-bottom: 40px;
}

#product-sec .kh-block > img {
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.kh-block-detail {
    color: white;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
    font-size: 25px;
    padding: 0px 50px;
}

.kh-block-sub-detail {
    padding: 0 10px;
    text-align: justify;
    color: white;
    margin-top: 10px;
}

.sp-detail {
    color: black;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
    font-weight: normal;
}

.tt-text {
    color: white;
    font-size: 25px;
    padding: 0px;
    text-align: center;
}

#comment-sec .comment-row {
    background: url('../img/bg3.jpg') top;
    background-size: cover;
    overflow-x: hidden;
}

#comment-sec .right-comment-img {
    position: relative;
    top: 0;
    right: 0;
}

#comment-sec .title {
    margin-bottom: 50px;
}

.comment-block {
    max-width: 550px;
    margin: auto;
}

.comment-btn {
    padding: 5px 15px;
    border-radius: 25px;
    border: 1px solid #3294be;
    font-size: 15px;
}

.comment-btn:hover, .comment-btn:focus {
    text-decoration: none;
    cursor: pointer;
}

.carousel-indicators .active {
    background-color: #3294be;
    width: 20px;
    height: 20px;
    border-color: transparent;
}

.carousel-indicators li {
    background-color: #e9e7e7;
    width: 20px;
    height: 20px;
}

.comment-body {
    padding: 15px;
}

.comment-content {
    background: white;
    padding: 25px;
    border: 1px solid white;
    border-radius: 5px;
    max-width: 500px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.comment-text {
    text-align: justify;
    padding: 0 50px;
    font-size: 18px;
    color: #4c4c4c;
}

.comment-body .header .col-xs-7 {
    padding-top: 10px;
}

.comment-body .header .header-title {
    font-weight: bold;
    font-size: 18px;
}

.comment-body .content {
    margin-bottom: 30px;
}

#hdqt .row {
    margin-top: 40px;
}

.hdqt-content {
    margin-top: 10px;
}

.hdqt-content h1 {
    color: #3294be;
}

.hdqt-content h2 {
}

.hdqt-content p {
    font-size: 15px;
}

.ll-row {
    background-color: #367ec0;
    color: white;
}

.ll-content {
    padding: 30px;
}

.ll-content a {
    color: yellow;
}

#register-sec .sub-title {
    font-weight: bold;
}

#map {
    width: 100%;
    height: 260px;
    margin-left: -15px;
}

.footer {
    padding: 15px 0px;
    background-color: #2d679b;
    color: white;
    text-align: center;
}

#customer-sec {
    background-color: #f4f3f3;
}

.customer-slide {
    margin-bottom: 100px;
}

#customerCarousel {
    max-width: 900px;
    margin: auto;
}

#customerCarousel .carousel-indicators {
    bottom: -40px;
}

#customer-sec .sub-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 50px;
}

.carousel-control, .carousel-control:hover, .carousel-control:focus {
    color: #367ec0;
}

.carousel-control.right, .carousel-control.left {
    background-color: transparent;
    background-image: none;
}

#customer-sec .item .title {
    margin-bottom: 30px;
    margin-top: 10px;
}

#customer-sec .item img {
    display: block;
    margin: auto;
}

#customer-sec .btn-url {
    font-size: 22px;
}

.fb-chat-warp {
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 999999999999999;
    width: 300px;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

.chat-fb{
    background-color: #0b5b98;
    color: white;
    font-size: 14px;
    padding: 5px 15px;
    cursor: pointer;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    float: right;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #banner div.fill {
        height: 650px;
    }

    #banner .container .text-contain {
        bottom: 100px;
    }

    #banner .container .text-contain .slogan-text {
        font-size: 30px;
    }

    #banner .container .text-contain .sub-slogan {
        font-size: 46px;
    }

    .kh-block-sub-detail {
        padding: 0 40px;
    }

    .techno-block {
        min-height: 350px;
    }

    .techno-block-detail {
        padding-left: 80px;
        padding-right: 80px;
    }

    .sp-detail {
        padding-left: 100px;
        padding-right: 100px;
    }

    .navbar-scroll {
        background-color: rgba(0, 0, 0, 0.7);
        border-color: transparent;
    }

    .kh-block-detail {
        padding: 0 80px;
    }

    .comment-btn {
        font-size: 14px;
    }

    #customer-sec .btn-url {
        font-size: 24px;
    }

    #register-sec .main-col {
        margin-top: 50px;
        margin-bottom: 50px;
    }


}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #banner div.fill {
        height: 650px;
    }

    #banner .container .text-contain {
        bottom: 125px;
    }

    #banner .container .text-contain .slogan-text {
        font-size: 30px;
    }

    #banner .container .text-contain .sub-slogan {
        font-size: 46px;
    }

    .techno-block {
        min-height: 350px;
    }

    .techno-block-detail {
        padding-left: 0px;
        padding-right: 0px;
    }

    .sp-detail {
        padding-left: 0px;
        padding-right: 0px;
    }

    .kh-block-sub-detail {
        padding: 0 30px;
    }

    .chat-fb{
        width: 100%;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #banner div.fill {
        height: 650px;
    }

    #banner .container .text-contain {
        bottom: 200px;
    }

    #banner .container .text-contain .slogan-text {
        font-size: 30px;
    }

    #banner .container .text-contain .sub-slogan {
        font-size: 46px;
    }

    .techno-block {
        min-height: 350px;
    }
}