#app_banlanhdao .card {
    border-radius: 0px;
    margin-bottom: 15px
}

#app_banlanhdao .card-title {
    font-weight: bold;
    text-transform: uppercase
}

#app_banlanhdao .card-body {
    line-height: 25px;
    padding-bottom: 0px
}

    #app_banlanhdao .card-body .app-info {
        font-weight: bold
    }

.section-menufooter {
    display: none
}

body {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 14px;
    background: #eee url(../images/bg-body.png) top center repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px;
    justify-content: center
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

a {
    color: #444;
    text-decoration: none
}

    a:hover {
        color: #0381ce;
        text-decoration: none
    }

.sitemap-body ul li {
    line-height: 30px
}

.sitemap-body ul .haschild a {
    font-weight: 600
}

.widget-tktc {
    border: 1px solid #ddd
}

    .widget-tktc .widget-title {
        padding-top: 10px;
        font-size: 15px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 0px !important
    }

    .widget-tktc p {
        line-height: 30px;
        border-bottom: 1px dashed #ddd;
        margin-bottom: 0px;
        padding-left: 7px;
        font-size: 14px;
    }

        .widget-tktc p:last-child {
            border: none
        }

.title-albums {
    text-align: center;
    font-weight: 600;
    padding-top: 5px;
    font-size: 13px
}

.video_box {
    padding-bottom: 20px
}

    .video_box .title-video {
        text-align: center;
        font-weight: 600;
        padding-top: 5px
    }

.card-videos .carousel-control-prev {
    display: block;
    bottom: auto
}

.card-videos .carousel-control-next {
    display: block;
    bottom: auto
}

.img-album {
    text-align: center
}

#page-child {
    padding-top: 10px;
    background-color: white
}

.other-list h2 {
    border-bottom: 2px solid #ccc;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 700;
    padding-bottom: 15px
}

.other-list ul {
    padding: 0;
    margin-left: 20px
}

    .other-list ul li {
        margin-bottom: 10px
    }

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #106eea;
        border-top-color: #e2eefd;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999
}

    .back-to-top i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        background: #106eea;
        color: #fff;
        transition: all 0.4s
    }

        .back-to-top i:hover {
            background: #3284f1;
            color: #fff
        }

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }
}

#topbar {
    font-size: 14px;
    transition: all 0.5s;
    color: #777;
    height: 40px;
    line-height: 40px
}

    #topbar .contact-info a {
        line-height: 1;
        transition: 0.3s
    }

        #topbar .contact-info a:hover {
            text-decoration: underline
        }

    #topbar .contact-info i {
        padding-right: 4px;
        margin-left: 15px
    }

        #topbar .contact-info i:first-child {
            margin-left: 0
        }

    #topbar .social-links a {
        padding-right: 15px;
        display: inline-block;
        line-height: 1px;
        transition: 0.3s
    }

        #topbar .social-links a i {
            font-size: 1rem;
            color: #ec1c24
        }

    #topbar.topbar-scrolled {
        top: -40px
    }

#contact-saveitem {
    margin-right: 10px
}

#search-all {
    padding-top: 5px;
    float: right
}

    #search-all .search {
        border: 0px
    }

    #search-all .form-control {
        background: none;
        border: 0px
    }

#content-search-all {
    width: 150px;
    font-size: 0.9rem;
    background: no-repeat;
    border: 0px
}

.search-form {
    background: #eee;
    padding: 0px 10px;
    border-radius: 7px;
    line-height: 32px;
    width: 225px;
    font-size: 0.9rem
}

    .search-form .txtSearch {
        border: none;
        outline: none;
        height: 20px;
        border: none;
        width: 150px;
        font-size: 0.9rem;
        background: none;
        color: #666
    }

    .search-form .search {
        display: block;
        cursor: pointer;
        color: #1f7ed0 !important
    }

#header {
    transition: all 0.5s;
    z-index: 997;
    top: 40px
}

    #header .header-content {
        background: #00619D;
        padding: 3px 0
    }

    #header .logo {
        font-size: 32px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 0.8px;
        font-family: "Plus Jakarta Sans", sans-serif !important;
    }

        #header .logo a {
            color: #222222
        }

            #header .logo a span {
                color: #106eea
            }

    #header.header-scrolled {
        top: 0;
        padding: 15px
    }

@media (max-width: 992px) {
    #header {
        padding: 15px;
        top: 0
    }

        #header .logo {
            font-size: 28px
        }
}

.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu > ul {
    display: flex;
    justify-content: center;
}

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        padding: 10px 0 10px 15px;
        text-transform: uppercase
    }

.nav-menu a {
    display: block;
    position: relative;
    color: #fff;
    transition: 0.3s;
    font-size: 12px;
    font-weight: 600;
    padding: 0 20px;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

.nav-menu > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #ffbe4a;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
    visibility: visible;
    width: 100%
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #ffbe4a !important
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 26px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127,137,161,0.25);
    transition: 0.3s
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #062b5b
}

    .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
        color: #106eea
    }

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px)
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px
}

    .nav-menu .drop-down .drop-down > a:after {
        content: "\eaa0";
        font-family: IcoFont;
        position: absolute;
        right: 15px
    }

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d"
    }
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right
}

    .mobile-nav-toggle i {
        color: #ec1c24
    }

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #222222;
        padding: 10px 20px;
        font-weight: 500;
        outline: none
    }

        .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
            color: #106eea;
            text-decoration: none
        }

    .mobile-nav .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 10px;
        position: absolute;
        right: 15px
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\eaa1"
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden
    }

    .mobile-nav .drop-down li {
        padding-left: 20px
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(9,9,9,0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s
}

.mobile-nav-active {
    overflow: hidden
}

    .mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff
    }

#hero {
    width: 100%;
    height: 75vh;
    background: url("../img/hero-bg.jpg") top left;
    background-size: cover;
    position: relative
}

    #hero .container {
        position: relative;
        padding-top: 132px
    }

@media (max-width: 992px) {
    #hero .container {
        padding-top: 58px
    }
}

#hero h1 {
    margin: 0;
    font-size: 35px;
    font-weight: 700;
    line-height: 56px;
    color: #222222;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

    #hero h1 span {
        color: #106eea
    }

#hero h2 {
    color: #555555;
    margin: 5px 0 30px 0;
    font-size: 24px;
    font-weight: 400
}

#hero .btn-get-started {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #106eea
}

    #hero .btn-get-started:hover {
        background: #0281cd
    }

#hero .btn-watch-video {
    font-size: 16px;
    display: inline-block;
    padding: 10px 25px 8px 40px;
    transition: 0.5s;
    margin-left: 25px;
    color: #222222;
    position: relative;
    font-weight: 600
}

    #hero .btn-watch-video i {
        color: #106eea;
        font-size: 32px;
        position: absolute;
        left: 0;
        top: 7px;
        transition: 0.3s
    }

    #hero .btn-watch-video:hover {
        color: #106eea
    }

        #hero .btn-watch-video:hover i {
            color: #3b8af2
        }

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed
    }
}

@media (max-width: 768px) {
    #hero {
        height: 100vh
    }

        #hero h1 {
            font-size: 28px;
            line-height: 36px
        }

        #hero h2 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 30px
        }

        #hero .btn-get-started, #hero .btn-watch-video {
            font-size: 13px
        }
}

@media (max-height: 500px) {
    #hero {
        height: 120vh
    }
}

.headTop {
    padding: 7px 0;
    border-bottom: 1px solid #366098;
    margin-bottom: 10px;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

    .headTop h2 {
        /*color: #d12525;*/
        font-weight: bold;
        float: left;
        margin-right: 15px;
        padding-top: 5px;
        font-size: 17px;
    }

    .headTop .bar {
        display: block;
        border-left: 1px solid #ddd;
        padding-left: 10px;
        height: 25px;
        margin-top: 10px;
        float: left;
        font-size: 1.2rem;
        padding-top: 2px;
        color: blue
    }

.section-bg {
    background-color: #f6f9fe
}

.section-title {
    text-align: center;
    padding-bottom: 30px
}

    .section-title h2 {
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 700;
        padding: 8px 20px;
        margin: 0;
        background: #e7f1fd;
        color: #106eea;
        display: inline-block;
        text-transform: uppercase;
        border-radius: 50px
    }

    .section-title h3 {
        margin: 15px 0 0 0;
        font-size: 32px;
        font-weight: 700
    }

        .section-title h3 span {
            color: #106eea
        }

    .section-title p {
        margin: 15px auto 0 auto;
        font-weight: 600
    }

@media (min-width: 1024px) {
    .section-title p {
        width: 50%
    }
}

.breadcrumbs {
    padding: 20px 0;
    background-color: #f1f6fe;
    min-height: 40px;
    margin-top: 134px
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 58px
    }
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px
}

    .breadcrumbs ol li + li {
        padding-left: 10px
    }

        .breadcrumbs ol li + li::before {
            display: inline-block;
            padding-right: 10px;
            color: #6c757d;
            content: "/"
        }

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important
    }

    .breadcrumbs ol {
        display: block
    }

        .breadcrumbs ol li {
            display: inline-block
        }
}

.featured-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68,88,144,0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1
}

    .featured-services .icon-box::before {
        content: '';
        position: absolute;
        background: #cbe0fb;
        right: 0;
        left: 0;
        bottom: 0;
        top: 100%;
        transition: all 0.3s;
        z-index: -1
    }

    .featured-services .icon-box:hover::before {
        background: #106eea;
        top: 0;
        border-radius: 0px
    }

.featured-services .icon {
    margin-bottom: 15px
}

    .featured-services .icon i {
        font-size: 48px;
        line-height: 1;
        color: #106eea;
        transition: all 0.3s ease-in-out
    }

.featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px
}

    .featured-services .title a {
        color: #111
    }

.featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0
}

.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
    color: #fff
}

.featured-services .icon-box:hover .icon i {
    color: #fff
}

.lmenu {
    margin-bottom: 10px
}

    .lmenu ul {
        list-style: none;
        padding: 0px
    }

    .lmenu .leftmenu-list-group {
        background: #00619d;
        color: #fff;
        border-radius: 2px
    }

        .lmenu .leftmenu-list-group li {
            border-top: 1px solid rgba(255,255,255,0.1);
            border-bottom: 1px solid rgba(0,0,0,0.1);
            position: relative
        }

            .lmenu .leftmenu-list-group li a {
                color: #fff;
                text-transform: uppercase;
                font-size: 15px;
                display: block;
                color: #fff;
                line-height: 35px;
                padding: 0 10px;
            }

.section-home .card-title

.lmenu .leftmenu-list-group li a .fa-caret-right {
    float: right;
    margin-top: 12px
}

.lmenu .leftmenu-list-group li:hover {
    background: #ff8610
}

.lmenu .leftmenu-list-group li .childmenu {
    display: none;
    position: absolute;
    z-index: 999;
    background: #f2f2f2;
    border: 1px solid #ddd;
    left: 250px;
    top: 0px;
    width: 250px
}

    .lmenu .leftmenu-list-group li .childmenu li a {
        color: #444;
        font-weight: normal;
        font-size: 12px;
        text-transform: none
    }

        .lmenu .leftmenu-list-group li .childmenu li a:hover {
            color: #0c4ccf
        }

    .lmenu .leftmenu-list-group li .childmenu li:hover {
        background: #f2f2f2
    }

.lmenu .leftmenu-list-group .leftmenu-dropdown-menu {
    display: none
}

    .lmenu .leftmenu-list-group .leftmenu-dropdown-menu li a {
        padding-left: 20px
    }

.about .content h3 {
    font-weight: 600;
    font-size: 26px
}

.about .content ul {
    list-style: none;
    padding: 0
}

    .about .content ul li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 35px
    }

        .about .content ul li:first-child {
            margin-top: 35px
        }

    .about .content ul i {
        background: #fff;
        box-shadow: 0px 6px 15px rgba(16,110,234,0.12);
        font-size: 24px;
        padding: 20px;
        margin-right: 15px;
        color: #106eea;
        border-radius: 50px
    }

    .about .content ul h5 {
        font-size: 18px;
        color: #555555
    }

    .about .content ul p {
        font-size: 15px
    }

.about .content p:last-child {
    margin-bottom: 0
}

.skills .progress {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0
}

    .skills .progress .skill {
        padding: 0;
        margin: 0 0 6px 0;
        text-transform: uppercase;
        display: block;
        font-weight: 600;
        font-family: "Plus Jakarta Sans", sans-serif !important;
        color: #222222
    }

        .skills .progress .skill .val {
            float: right;
            font-style: normal
        }

.skills .progress-bar-wrap {
    background: #e2eefd;
    height: 10px
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: .9s;
    background-color: #106eea
}

.counts {
    padding: 70px 0 60px
}

    .counts .count-box {
        padding: 30px 30px 25px 30px;
        width: 100%;
        position: relative;
        text-align: center;
        background: #f1f6fe
    }

        .counts .count-box i {
            position: absolute;
            top: -28px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 24px;
            background: #106eea;
            padding: 12px;
            color: #fff;
            border-radius: 50px;
            border: 5px solid #fff
        }

        .counts .count-box span {
            font-size: 36px;
            display: block;
            font-weight: 600;
            color: #062b5b
        }

        .counts .count-box p {
            padding: 0;
            margin: 0;
            font-family: "Plus Jakarta Sans", sans-serif !important;
            font-size: 14px
        }

.clients {
    padding: 15px 0;
    text-align: center
}

    .clients img {
        max-width: 45%;
        transition: all 0.4s ease-in-out;
        display: inline-block;
        padding: 15px 0
    }

        .clients img:hover {
            transform: scale(1.15)
        }

@media (max-width: 768px) {
    .clients img {
        max-width: 40%
    }
}

.widget .widget-title {
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px dotted #d3d3d3;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase
}

    .widget .widget-title:after {
        background: #E79800;
        bottom: -1px;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 50px
    }

.widget .media {
    display: flex
}

    .widget .media img {
        margin-right: 10px
    }

    .widget .media .media-body a {
        color: #000;
        font-weight: bold
    }

.services .icon-box {
    text-align: center;
    border: 1px solid #e2eefd;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff
}

    .services .icon-box .icon {
        margin: 0 auto;
        width: 64px;
        height: 64px;
        background: #f1f6fe;
        border-radius: 4px;
        border: 1px solid #deebfd;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transition: ease-in-out 0.3s
    }

        .services .icon-box .icon i {
            color: #3b8af2;
            font-size: 28px;
            transition: ease-in-out 0.3s
        }

    .services .icon-box h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 24px
    }

        .services .icon-box h4 a {
            color: #222222;
            transition: ease-in-out 0.3s
        }

    .services .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0
    }

    .services .icon-box:hover {
        border-color: #fff;
        box-shadow: 0px 0 25px 0 rgba(16,110,234,0.1)
    }

        .services .icon-box:hover h4 a, .services .icon-box:hover .icon i {
            color: #106eea
        }

        .services .icon-box:hover .icon {
            border-color: #106eea
        }

.testimonials {
    padding: 80px 0;
    background: url("../img/testimonials-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative
}

    .testimonials::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.7)
    }

    .testimonials .section-header {
        margin-bottom: 40px
    }

    .testimonials .testimonial-item {
        text-align: center;
        color: #fff
    }

        .testimonials .testimonial-item .testimonial-img {
            width: 100px;
            border-radius: 50%;
            border: 6px solid rgba(255,255,255,0.15);
            margin: 0 auto
        }

        .testimonials .testimonial-item h3 {
            font-size: 20px;
            font-weight: bold;
            margin: 10px 0 5px 0;
            color: #fff
        }

        .testimonials .testimonial-item h4 {
            font-size: 14px;
            color: #ddd;
            margin: 0 0 15px 0
        }

        .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
            color: rgba(255,255,255,0.4);
            font-size: 26px
        }

        .testimonials .testimonial-item .quote-icon-left {
            display: inline-block;
            left: -5px;
            position: relative
        }

        .testimonials .testimonial-item .quote-icon-right {
            display: inline-block;
            right: -5px;
            position: relative;
            top: 10px
        }

        .testimonials .testimonial-item p {
            font-style: italic;
            margin: 0 auto 15px auto;
            color: #eee
        }

    .testimonials .owl-nav, .testimonials .owl-dots {
        margin-top: 5px;
        text-align: center
    }

    .testimonials .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: rgba(255,255,255,0.4) !important
    }

        .testimonials .owl-dot.active {
            background-color: #106eea !important
        }

@media (min-width: 1024px) {
    .testimonials {
        background-attachment: fixed
    }
}

@media (min-width: 992px) {
    .testimonials .testimonial-item p {
        width: 80%
    }
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 15px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 10px 15px 8px 15px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #444444;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out
    }

        .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
            color: #106eea
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0
        }

.portfolio .portfolio-item {
    margin-bottom: 30px
}

    .portfolio .portfolio-item .portfolio-info {
        opacity: 0;
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        background: rgba(255,255,255,0.9);
        padding: 15px
    }

        .portfolio .portfolio-item .portfolio-info h4 {
            font-size: 18px;
            color: #fff;
            font-weight: 600;
            color: #222222
        }

        .portfolio .portfolio-item .portfolio-info p {
            color: #555555;
            font-size: 14px;
            margin-bottom: 0
        }

        .portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
            position: absolute;
            right: 40px;
            font-size: 24px;
            top: calc(50% - 18px);
            color: #3c3c3c
        }

            .portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
                color: #106eea
            }

        .portfolio .portfolio-item .portfolio-info .details-link {
            right: 10px
        }

    .portfolio .portfolio-item .portfolio-links {
        opacity: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 3;
        position: absolute;
        transition: all ease-in-out 0.3s
    }

        .portfolio .portfolio-item .portfolio-links a {
            color: #fff;
            margin: 0 2px;
            font-size: 28px;
            display: inline-block;
            transition: 0.3s
        }

            .portfolio .portfolio-item .portfolio-links a:hover {
                color: #6ba7f5
            }

    .portfolio .portfolio-item:hover .portfolio-info {
        opacity: 1;
        bottom: 20px
    }

.portfolio-details {
    padding-top: 30px
}

    .portfolio-details .portfolio-details-container {
        position: relative
    }

    .portfolio-details .portfolio-details-carousel {
        position: relative;
        z-index: 1
    }

        .portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
            margin-top: 5px;
            text-align: left
        }

        .portfolio-details .portfolio-details-carousel .owl-dot {
            display: inline-block;
            margin: 0 10px 0 0;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #ddd !important
        }

            .portfolio-details .portfolio-details-carousel .owl-dot.active {
                background-color: #106eea !important
            }

    .portfolio-details .portfolio-info {
        padding: 30px;
        position: absolute;
        right: 0;
        bottom: -70px;
        background: #fff;
        box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
        z-index: 2
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px
            }

    .portfolio-details .portfolio-description {
        padding-top: 50px
    }

        .portfolio-details .portfolio-description h2 {
            width: 50%;
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px
        }

        .portfolio-details .portfolio-description p {
            padding: 0 0 0 0
        }

@media (max-width: 768px) {
    .portfolio-details .portfolio-description h2 {
        width: 100%
    }

    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px
    }
}

.team {
    padding: 60px 0
}

    .team .member {
        margin-bottom: 20px;
        overflow: hidden;
        border-radius: 4px;
        background: #fff;
        box-shadow: 0px 2px 15px rgba(16,110,234,0.15)
    }

        .team .member .member-img {
            position: relative;
            overflow: hidden
        }

        .team .member .social {
            position: absolute;
            left: 0;
            bottom: 30px;
            right: 0;
            opacity: 0;
            transition: ease-in-out 0.3s;
            text-align: center
        }

            .team .member .social a {
                transition: color 0.3s;
                color: #222222;
                margin: 0 3px;
                padding-top: 7px;
                border-radius: 4px;
                width: 36px;
                height: 36px;
                background: rgba(16,110,234,0.8);
                display: inline-block;
                transition: ease-in-out 0.3s;
                color: #fff
            }

                .team .member .social a:hover {
                    background: #3b8af2
                }

            .team .member .social i {
                font-size: 18px
            }

        .team .member .member-info {
            padding: 25px 15px
        }

            .team .member .member-info h4 {
                font-weight: 700;
                margin-bottom: 5px;
                font-size: 18px;
                color: #222222
            }

            .team .member .member-info span {
                display: block;
                font-size: 13px;
                font-weight: 400;
                color: #aaaaaa
            }

            .team .member .member-info p {
                font-style: italic;
                font-size: 14px;
                line-height: 26px;
                color: #777777
            }

        .team .member:hover .social {
            opacity: 1;
            bottom: 15px
        }

.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden
}

    .pricing .box h3 {
        font-weight: 400;
        margin: -20px -20px 20px -20px;
        padding: 20px 15px;
        font-size: 16px;
        font-weight: 600;
        color: #777777;
        background: #f8f8f8
    }

    .pricing .box h4 {
        font-size: 36px;
        color: #106eea;
        font-weight: 600;
        font-family: "Plus Jakarta Sans", sans-serif !important;
        margin-bottom: 20px
    }

        .pricing .box h4 sup {
            font-size: 20px;
            top: -15px;
            left: -3px
        }

        .pricing .box h4 span {
            color: #bababa;
            font-size: 16px;
            font-weight: 300
        }

    .pricing .box ul {
        padding: 0;
        list-style: none;
        color: #444444;
        text-align: center;
        line-height: 20px;
        font-size: 14px
    }

        .pricing .box ul li {
            padding-bottom: 16px
        }

        .pricing .box ul i {
            color: #106eea;
            font-size: 18px;
            padding-right: 4px
        }

        .pricing .box ul .na {
            color: #ccc;
            text-decoration: line-through
        }

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center
}

.pricing .btn-buy {
    background: #106eea;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 600;
    transition: 0.3s
}

    .pricing .btn-buy:hover {
        background: #3b8af2
    }

.pricing .featured h3 {
    color: #fff;
    background: #106eea
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #106eea;
    color: #fff
}

.faq {
    padding: 60px 0
}

    .faq .faq-list {
        padding: 0;
        list-style: none
    }

        .faq .faq-list li {
            padding: 0 0 20px 25px
        }

        .faq .faq-list a {
            display: block;
            position: relative;
            font-family: #106eea;
            font-size: 18px;
            font-weight: 500
        }

        .faq .faq-list i {
            font-size: 18px;
            position: absolute;
            left: -25px;
            top: 6px
        }

        .faq .faq-list p {
            margin-bottom: 20px;
            font-size: 15px
        }

        .faq .faq-list a.collapse {
            color: #106eea
        }

        .faq .faq-list a.collapsed {
            color: #343a40
        }

            .faq .faq-list a.collapsed:hover {
                color: #106eea
            }

            .faq .faq-list a.collapsed i::before {
                content: "\eab2" !important
            }

.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214,215,216,0.3);
    padding: 20px 0 30px 0
}

    .contact .info-box i {
        font-size: 32px;
        color: #106eea;
        border-radius: 50%;
        padding: 8px;
        border: 2px dotted #b3d1fa
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #777777;
        font-weight: 700;
        margin: 10px 0
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0
    }

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214,215,216,0.4);
    padding: 30px
}

    .contact .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite
        }

    .contact .php-email-form .form-group {
        margin-bottom: 20px
    }

    .contact .php-email-form input, .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px
    }

        .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
            border-color: #106eea
        }

    .contact .php-email-form input {
        padding: 10px 15px
    }

    .contact .php-email-form textarea {
        padding: 12px 15px
    }

    .contact .php-email-form button[type="submit"] {
        background: #106eea;
        border: 0;
        padding: 10px 30px;
        color: #fff;
        transition: 0.4s;
        border-radius: 4px
    }

        .contact .php-email-form button[type="submit"]:hover {
            background: #3b8af2
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

#home-hot {
    background: #f8f8f8
}

.section-home {
    margin-bottom: 18px
}

    .section-home .card-heading {
        background: url(../images/tab-1.png) no-repeat right top #00619D;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        color: #fff;
        text-transform: uppercase;
        padding: 10px 15px
    }

    .section-home .card-title {
        line-height: 20px;
        font-size: 16px;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

    .section-home .card-body {
        border: 1px solid #00619D;
        padding: 10px;
    }

    .section-home .card-title a {
        color: white
    }

    .section-home .card-title img {
        width: 12px;
        margin-right: 5px
    }

.sidebar-right .widget .header {
    background: #b92525;
    color: #fff;
    text-align: center;
    font-size: 13px !important;
    line-height: 35px !important
}

.sidebar-right .banner-item {
    margin-bottom: 5px
}

.featured-races-home {
    border: 1px solid #ddd;
    padding: 10px 10px;
    margin-bottom: 15px
}

.notifi-item {
    margin-bottom: 10px
}

    .notifi-item .date {
        width: 55px;
        height: 54px;
        background: #182045;
        color: #fff;
        float: left;
        margin: 0 10px 0 0;
        text-align: center;
        font-family: "Plus Jakarta Sans", sans-serif !important;
        font-size: 1.5rem;
        line-height: 20px;
        padding-top: 7px;
        margin-top: 5px
    }

    .notifi-item .title {
        font-weight: bold;
        color: #333;
        font-size: 12px
    }

.latest-posts {
    overflow: hidden;
    padding-right: 10px;
    background: #f2f2f2;
    height: 400px
}

    .latest-posts .list-group-item {
        padding: 7px 5px
    }

        .latest-posts .list-group-item a {
            color: #000
        }

    .latest-posts ul {
        list-style: none;
        padding: 0;
        margin: 0 0 0 10px
    }

        .latest-posts ul li {
            padding-left: 0;
            list-style: none
        }

.media .media-left {
    float: left;
    margin-right: 15px
}

.media .media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.home-list-right li {
    margin-bottom: 7px;
    background: url(../images/icon-list-home.png) no-repeat
}

    .home-list-right li a {
        color: #337ab7
    }

.features-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    height: 400px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    float: right
}

    .features-list li {
        margin-bottom: 7px;
        border-bottom: 1px dotted #B1C0D6;
        font-size: 13px
    }

        .features-list li p {
            margin: 0px;
            padding: 5px 0;
            min-height: 70px
        }

        .features-list li a {
            line-height: 20px !important;
            color: #000;
            text-align: justify;
            display: block;
            padding-right: 3px;
            font-weight: normal
        }

            .features-list li a:hover {
                color: #0857a2
            }

        .features-list li .img {
            display: block;
            float: left;
            max-width: 35%;
            margin: 7px 7px 7px 0
        }

            .features-list li .img img {
                margin-top: 3px
            }

        .features-list li:last-child {
            border: none
        }

.featured-news-home {
    padding: 0px;
    float: left;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

.col-news-right {
    padding-right: 0px
}

.header-title {
    margin: 0px;
    padding: 0px
}

    .header-title .header-title-dot {
        color: #000;
        font-size: 15px;
        float: left;
        border-bottom: 1px dotted #d3d3d3;
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 10px;
        width: 100%
    }

        .header-title .header-title-dot:after {
            bottom: -1px;
            content: "";
            height: 1px;
            right: 0;
            position: absolute;
            width: 50%;
            background: #9F0100
        }

.features-item .img {
    display: block;
    overflow: hidden
}

    .features-item .img img {
        width: 100%
    }

.features-item .title {
    font-size: 20px;
    color: #111;
    font-weight: bold
}

    .features-item .title a {
        color: #000
    }

        .features-item .title a:hover {
            color: #0857a2
        }

.features-item overview {
    font-size: 13px;
    text-align: justify;
    color: #000
}

.featured-partner-home {
    border: 0px
}

    .featured-partner-home .header-title {
        margin: 0px;
        padding: 0px
    }

    .featured-partner-home .title {
        color: #000;
        font-size: 15px;
        border-bottom: 1px dotted #d3d3d3;
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 10px;
        width: 100%;
        float: left
    }

        .featured-partner-home .title:after {
            bottom: -1px;
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            width: 50%;
            background: #9F0100
        }

    .featured-partner-home .partner-hot {
        display: flex
    }

        .featured-partner-home .partner-hot img {
            width: 120px
        }

        .featured-partner-home .partner-hot .media-body a {
            color: #000;
            font-weight: bold
        }

.article-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    text-align: justify;
    overflow: auto
}

    .article-item .img {
        display: block;
        float: left;
        margin: 0 10px 10px 0;
        width: 195px;
        height: 130px
    }

    .article-item h4 {
        margin-top: 0;
        font-weight: 700;
        font-size: 14px;
        margin-bottom: 2px
    }

        .article-item h4 a {
            line-height: 20px
        }

@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    10%,28%,30%,48%,50%,68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    18%,20%,38%,40%,58%,60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    100%,75% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.hotline_top {
    line-height: 23px;
    clear: both;
    z-index: 9999;
    top: auto !important;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px 2px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px 2px rgba(0,0,0,0.6);
    position: fixed;
    bottom: 10px;
    left: 15px;
    width: 220px;
    border-radius: 28px;
    background: #AD0C18
}

    .hotline_top .icon_img {
        float: left;
        padding: 5px 10px;
        height: 40px;
        background: #fff;
        border-radius: 20px 0 0 20px
    }

.icon_img img {
    max-width: 25px;
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
    -ms-transform-origin-x: 90%;
    -ms-transform-origin-y: 35%;
    -ms-transform-origin-z: initial
}

.hotline_content {
    float: left;
    padding: 5px 10px 0px 0px;
    height: 40px;
    color: #fff
}

    .hotline_content h4 {
        margin: 0
    }

        .hotline_content h4 a {
            font-weight: 700;
            color: #fff;
            font-size: 20px;
            padding-left: 10px
        }

#article-email, #article-print {
    display: block;
    float: right;
    width: 100px;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    background: #1877f2;
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 5px
}

#article-print {
    width: 50px
}

#social {
    float: right;
    margin-right: 10px
}

.PageDetail {
    text-align: justify;
    margin-bottom: 15px
}

.article-content img {
    height: auto !important;
    width: 100%
}

.article-content .heading-title, .detail-races .heading-title {
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px dotted #d3d3d3;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem
}

    .article-content .heading-title:after, .detail-races .heading-title:after {
        background: #E79800;
        bottom: -1px;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 50px
    }

#marquee {
    border-bottom: 1px solid #e1e1e1;
    margin-top: 10px
}

    #marquee marquee {
        padding-right: 20px;
        text-transform: uppercase;
        font-size: 11px;
        marquee-speed: 1000;
        font-weight: 700
    }

#nav-footer {
    background: #00619D;
}

#nav-footer {
    height: 40px;
    line-height: 40px
}

    #nav-footer ul {
        margin: 0px;
        padding: 0px;
        text-align: center
    }

        #nav-footer ul li {
            list-style: none;
            display: inline
        }

            #nav-footer ul li:after {
                content: '';
                width: 1px;
                height: 11px;
                background: #fff;
                display: inline-block
            }

            #nav-footer ul li a {
                text-transform: uppercase;
                font-size: 14px;
                font-weight: 400;
                color: #fff;
                padding: 1px 12px
            }

            #nav-footer ul li:last-child {
                border: 0px
            }

                #nav-footer ul li:last-child:after {
                    content: '';
                    width: 0px
                }

.footer_wr {
    padding-top: 5px;
    background: url(../images/footer-bg3.png) repeat-x;
}

    .footer_wr .container-page {
        background: none
    }

    .footer_wr .vnpt ul.menu-select-css {
        display: none
    }

footer {
    padding: 50px 15px;
    background: #0375BC url(../images/footer-bg-ltv.png) no-repeat right center;
    background-color: #0375BC !important;
    color: rgba(255,255,255,0.9);
    background-size: auto 100%;
}

    footer h3 {
        font-size: 20px;
        padding-bottom: 5px;
        color: #fff
    }

    footer a {
        color: #fff
    }

    footer .list-info {
        font-size: 16px !important
    }

    footer .ft-col-left {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

        footer .ft-col-left .list-info {
            font-size: 16px !important
        }

    footer .ft-col-right {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        text-align: right
    }

    footer .vnpt {
        text-align: right
    }

@media only screen and (max-width: 600px) {
    footer {
        flex-direction: column
    }

        footer .ft-col-left, footer .ft-col-right {
            max-width: 100%
        }

        footer .ft-col-right {
            margin-top: 20px
        }

        footer .vnpt {
            margin-top: 30px;
            text-align: right
        }
}


.menu-footer img {
    float: left
}

.menu-footer .imgonright img {
    float: right
}

.menu-footer .title-menu-footer {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 42px;
    background-color: #f9092a;
    border-radius: 5px;
    display: block;
    color: #f3eb04;
    text-align: center;
    text-transform: uppercase;
    margin-left: 10px
}

    .menu-footer .title-menu-footer span {
        display: none
    }

.menu-footer .hasnote .title-menu-footer {
    line-height: 27px
}

.menu-footer .hasnote span {
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 9px;
    line-height: 9px;
    font-weight: normal;
    padding-bottom: 4px;
    padding-top: 2px
}

.menu-footer .imgonright .title-menu-footer {
    margin-right: 8px;
    margin-left: 0px
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #106eea
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #106eea;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s
}

    #footer .footer-top .social-links a:hover {
        background: #3b8af2;
        color: #fff;
        text-decoration: none
    }

#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #444444
}

.font-zoom {
    position: fixed;
    right: 10px;
    top: 85px;
    z-index: 1000
}

#decfont {
    background-position: -6px -60px;
    display: inline-block;
    height: 32px;
    width: 40px;
    background: url(../images/zoom.png) no-repeat -6px -60px
}

#incfont {
    background-position: -6px -60px;
    display: inline-block;
    height: 32px;
    width: 40px;
    background: url(../images/zoom.png) no-repeat -6px -13px
}

@media (max-width: 768px) {
    #header .logo img {
        height: 45px
    }

    .sidebar-right {
        border: 0px;
        padding-left: 0px
    }

    .features-item .title, .features-item p {
        padding-left: 5px;
        padding-right: 5px
    }

    #footer .copyright, #footer .credits {
        float: none;
        text-align: center;
        padding: 2px 0
    }

    .title_main_large h2 {
        padding: 0 20px
    }

        .title_main_large h2 a {
            font-size: 15px
        }

    .mobile-none {
        display: none
    }
}

#box-tong-san-luong {
    margin-top: 10px;
    margin-bottom: 10px
}

.ngaysanxuat-tongsanluong {
    font-size: 15px;
    font-weight: bold
}

.list-group-mobile-item {
    border-bottom: 1px solid;
    padding-bottom: 7px;
    padding-top: 7px
}

@media (max-width: 448px) {
    #tinh-hinh-san-xuat {
        font-size: 12px
    }

    #tt-quan-he-co-dong {
        display: block !important;
        font-size: 12px;
        font-weight: bold;
        float: right;
        color: #fff;
        font-weight: bold;
        margin-right: 15px;
        background: #1f7ed0;
        padding: 2px 15px
    }
}

@media only screen and (max-width: 988px) {
    #block-slideshow img {
        width: 80%
    }

    #block-slideshow .carousel-item {
        background-size: 200% 100% !important
    }

    #block-slideshow .carousel-indicators {
        display: none
    }
}

@media only screen and (max-width: 600px) {
    .col-center {
        padding-left: 15px
    }

    .banner-item img {
        width: 100%
    }

    #main-one .col-left, #main-one .col-right, #main-one .col-center, #main-one .col-features-right, #main-one .col-features-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0px;
        padding: 0px 15px
    }

    #main-one .col-center {
        margin-left: 0px
    }

    #marquee_ntc_right, #marquee_hb_right, #marquee_document_right {
        height: 150px !important;
        overflow: hidden !important
    }

    #block-slideshow img {
        width: 80%
    }

    #block-slideshow .carousel-item {
        background-size: 250% 100% !important
    }

    #block-slideshow .carousel-indicators {
        display: none
    }
}


.js-marquee ul li {
    display: block;
    background: #ffffff;
    list-style-type: none;
    padding: 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 5px;
    border: 1px dashed #00619D;
    margin-bottom: 13px;
}

    .js-marquee ul li a {
        display: block;
        padding-left: 3px;
        padding-right: 10px;
        color: #111;
        font-weight: normal;
        text-align: left;
        font-size: 13.5px;
    }

        .js-marquee ul li a span {
            color: #ff8610;
            margin-top: 5px;
            font-style: italic;
            display: block;
        }

.logo {
    float: left;
}

@media only screen and (max-width: 600px) {
    .logo {
        float: left;
    }
}

.footer_wr {
    text-shadow: -1px -1px 0 #00245d, 1px -1px 0 #00245d, -1px 1px 0 #00245d, 1px 1px 0 #00245d;
}

.col-left {
    width: 240px;
    float: left;
    padding: 0px 7px;
}

.col-right {
    width: 240px;
    float: left;
    padding: 0px 7px;
}

.col-center {
    width: calc(100% - 480px);
    float: right;
    padding: 0px 7px;
}

    .col-center .PageDetail .listtailieu iframe {
        min-height: calc(100vh - 18px)
    }

.col-features-right {
    width: 240px;
    float: right;
    margin-left: auto;
    padding-right: 7px
}

.col-features-left {
    width: calc(100% - 261px);
    margin-right: 7px;
    float: right;
    margin-left: 7px
}

    .col-features-left .card-style-two .card-header {
        text-align: left
    }

        .col-features-left .card-style-two .card-header a {
            margin-left: 43px
        }

.img-fluid {
    width: 100%;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

@media only screen and (max-width: 991px) and (min-width: 551px) {
    .col-left {
        width: 200px
    }

    .col-right {
        display: none
    }

    .col-center {
        width: calc(100% - 200px);
        margin-right: 15px
    }

        .col-center .PageDetail .listtailieu iframe {
            height: calc(103% * (8.5 / 11));
            min-height: calc(100vh - 340px) !important
        }
}

@media only screen and (max-width: 550px) {
    .col-left {
        display: none
    }

    .col-right {
        display: none
    }

    .col-center {
        width: calc(100% - 25px);
    }

        .col-center .PageDetail .listtailieu iframe {
            height: calc(103% * (8.5 / 11));
            min-height: calc(100vh - 340px) !important
        }
}

h1 small {
    font-size: 13px;
    font-style: italic;
    font-weight: 500
}

small {
    font-size: 0.8rem
}

ol, ul {
    padding-left: 1rem;
}

.ml-7 {
    margin-left: 7px !important;
}

.title-bgd {
    font-size: 17px;
    font-weight: 700;
    color: #d12525;
    text-align: center;
    
}

.text-center {
    text-align: center
}

.list-unstyled li {
    border-bottom: 1px dashed #333;
    padding-top: 5px;
}

.list-unstyled li a small {
    padding-right: 20px;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
}

.date-small {
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    color: #f7ad46;
}

.label-mau-xanh {
    position: relative;
    background-color: #366098; 
    color: white; 
    padding: 8px 14px;
    border-radius: 5px; 
    font-size: 15px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
    overflow: hidden;
}

    .label-mau-xanh::before {
        content: "";
        position: absolute;
        top: -15px;
        right: -30px;
        background: #dedede;
        width: 50px;
        height: 50px;
        transform: skewY(-75deg);
        z-index: 0;
    }

    .label-mau-xanh::after {
        content: "";
        position: absolute;
        top: 0;
        right: -0px; 
        border-left: 150px solid #a51e22; 
        border-bottom: 50px solid transparent;
        border-top: 75px solid transparent; 
        z-index: -1; 
    }