
body {
    font-family: 'Saira', sans-serif;
    padding-top: 96px;
    overflow: hidden !important;
    overflow-y: scroll !important;
}

p {
    margin-bottom: 30px;
}

#fp-nav ul li a span {
    background: #00599A;
}

img {
    margin: 0 auto;
}

.img-full {
    width: 100%;
}

.btn {
    transition: .2s all ease-in-out;
}

.btn-white {
    border-color: #0f75bc;
    border-radius: 20px;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 20px;
}

.btn-lg {
    padding: 20px 40px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 40px;
}

.btn-price {
    background: #ff0000;
    border: none;
    color: #fff;
}

.btn-price:hover {
    background: #c60000;
    color: #fff;
}

#navigation {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}

.navbar {
    position: relative;
    min-height: 96px;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.navbar-default {
    background: #f6f6f6;
    padding: 27px 0;
}

.navbar-default .navbar-brand {
    padding: 0 15px
}

@media (max-width: 767px) {
    body {
        padding-top: 70px;
    }

    .navbar-default {
        padding: 10px 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    }

    .navbar-default .navbar-collapse {
        margin-top: 7px;
    }

    .navbar {
        min-height: 50px;
    }
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    color: #000;
    padding: 10px 15px;
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        border-radius: 20px;
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        padding: 10px 25px;
    }
}

@media (min-width: 768px) {
    /*.navbar-default .navbar-nav>li>a{*/
    /*border-radius: 3px;*/
    /*}*/
}

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

@media (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }
}

.cd-headline {
    font-size: 3rem;
    line-height: 1.2
}

@media only screen and (min-width: 768px) {
    .cd-headline {
        font-size: 4.4rem;
        font-weight: 300
    }
}

@media only screen and (min-width: 1170px) {
    .cd-headline {
        font-size: 6rem
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0
}

.cd-words-wrapper b.is-visible {
    position: relative
}

.no-js .cd-words-wrapper b {
    opacity: 0
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1
}

.cd-headline.rotate-1 .cd-words-wrapper {
    display: inline-block;
    perspective: 300px;
}

.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top
}

.cd-headline.clip .cd-words-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #aebcb9
}

.cd-headline.clip b {
    opacity: 0
}

.cd-headline.clip b.is-visible {
    opacity: 1
}

.btn-nonbg {
    background: none;
    border-radius: 30px;
    border: 1px solid #ccc;
    padding: 10px 30px;
}

.btn-nonbg:focus,
.btn-nonbg:hover {
    background: rgba(255, 255, 255, .3);
    color: #fff;
}

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
}

.loader {
    width: 60px;
    height: 60px;
    border: 5px solid #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 60px;
    border-left-color: #c00;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    animation: loader 1s linear infinite;
    -webkit-animation: loader 1s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

section {
    position: relative;
    border-bottom: 1px solid #fff;
    min-height: calc(100vh - 96px);
    overflow: hidden;
}

.section {
    padding: 50px 0;
}

@media (max-width: 830px) {
    .section {
        padding: 20px 0;
    }
}

.section1 {
    background: url(../pics/bg.jpg) no-repeat scroll bottom center/cover;
    padding-top: 96px;
}

.section1:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.6;
    z-index: 5;
}

.section1 .heading {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 30px;
}

.section1 .content {
    font-size: 24px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .section1 .heading {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .section1 .heading {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .section1 .content {
        font-size: 16px;
    }
}

.section1 #particles {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 6;
}

.section1 .container {
    z-index: 10;
    position: relative;
    color: #fff;
}

.contact-section .heading {
    color: #00599A;
}

.contact-section .block p {
    margin: 0;
    padding: 7px 0 0;
}

@media (max-width: 991px) {
    .contact-section .heading {
        font-size: 20px;
    }

    .contact-section .btt {
        font-size: 18px;
    }
}

section#trang-chu {
}

section .section-header {
    margin: 0 0 20px;
    padding: 0;
    font-size: 50px;
    font-weight: 300;
}

section .section-body .desc {
    font-size: 20px;
    line-height: 30px;
}

section .section-body .content {
    line-height: 30px;
}

section .section-body img {
    max-width: 100%;
}

@media (max-width: 991px) {
    section .section-header {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    section .section-header {
        font-size: 20px;
        font-weight: bold;
    }

    section .section-body .desc {
        font-size: 16px;
    }
}

.section.product .list-item {
    padding: 40px 0;
}

.section.product .list-item ._item {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.section.product .list-item ._item .inner {
    max-width: 220px;
    margin: 0 auto;
}

.section.product .list-item ._item a {
    color: #000;
    text-decoration: none !important;
}

.section.product .list-item ._item .title {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    margin: 10px 0 20px;
}

.section.product .list-item ._item .btn {
    border-radius: 20px;
    font-weight: bold;
    font-size: 15px;
    padding: 10px;

}

.section.product .list-item ._item .btn:hover {

}

@media (max-width: 991px) {
    .section.product .list-item ._item {
        width: 33.333%;
        float: left;
    }
}

@media (max-width: 767px) {
    .section.product .list-item ._item {
        width: 50%;
        float: left;
    }
}

@media (max-width: 500px) {
    .section.product .list-item ._item {
        width: auto;
        float: none;
    }
}

.section.about {
    background: url(../images/about-bg.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.section.about .btn {
    font-size: 30px;
    font-weight: bold;
    padding: 10px 50px;
    border-radius: 40px;
}

@media (max-width: 400px) {
    .section.about .btn {
        font-size: 20px;
        display: block;
        padding: 10px 15px;
    }
}

.section.bao-gia {
    background: url(../images/bg-bg.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;

}

.section.bao-gia .bg {
    background: url(../images/bg-people.png) no-repeat left top;
    min-height: 450px;
}

.section.bao-gia .number-phone,
.section.bao-gia .btn {
    font-size: 30px;
    font-weight: bold;
    padding: 10px 50px;
    border-radius: 40px;

}

@media (max-width: 400px) {
    .section.bao-gia .number-phone,
    .section.bao-gia .btn {
        font-size: 20px;
        padding: 10px 15px;
    }
}

.section.bao-gia .number-phone {
    background: #fff;
    padding: 10px 20px;
    border-color: #0f75bc;
    color: #0f75bc;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section.bao-gia .number-phone {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .section.bao-gia .number-phone {
        margin-bottom: 10px;
    }
}

.section.lien-he {
    background: url(../images/bg-bg.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

@media (min-width: 992px) {
    .section.lien-he .container {
        position: relative;
        background: url(../images/people1.png) no-repeat right bottom;
        min-height: 598px;

    }
    .section.lien-he .container .people{
        display: none;
    }
}

.section.lien-he .btn {
    font-size: 30px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 40px;
    margin-right: 20px;
}

@media (max-width: 590px) {
    .section.lien-he .btn {
        font-size: 20px;
        display: block;
        margin-right: 0;
        margin-top: 5px;
        margin-bottom: 10px;
    }
}

.section.product.bg {
    background: url(../images/bg-bg.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.section.product .content {
    text-align: justify;
}

.section.product .content p {
    margin-bottom: 10px;
}

.section.product .links {
    padding: 50px 0 0;
}

.section.product .links .btn {
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 5px 20px;
}

.section.product .links._4col .btn {
    margin-right: 0;
}

.section.product .links._4col ._item {
    float: left;
    width: 25%;
}

@media (max-width: 767px) {
    .section.product .links._4col ._item {
        width: 33.333%;
    }
}

@media (max-width: 470px) {
    .section.product .links .btn,
    .section.product .links._4col ._item {
        display: block;
        width: 100%;
        float: none;
    }
}

@media (max-width: 470px) {
    .section.product.goi .links .btn {
        display: block;
        width: 48%;
        float: left;
        margin: 0 1%;
        margin-bottom: 10px;
    }

    .section.product.mo .links ._item {
        width: 50%;
        float: left;
        margin-bottom: 10px;

    }
}

.section.product .links .btn:hover {
    background: #0f75bc;
    color: #fff;
}

.section.product .section-body ._3items ._item {
    width: 33.333%;
    float: left;
}

@media (max-width: 991px) {
    .section.product .col-left {
        margin-bottom: 30px;
    }
}