﻿

.font12 {
    font-size: 12px !important;
}
.font20 {
    font-size: 20px !important;
}
.font30 {
    font-size: 30px;
}

.top-menu {
    display: inline-block;
    padding: 0 15px;
}

@media (max-width:767px) {
    .top-menu {
        top: 6px;
        right: 52px;
        width: 100%;
    }

        .top-menu > .navbar-nav > li {
            float: none !important;
        }
}

@media (min-width:768px) {
    .top-menu {
        float: right !important;
        margin-right: -15px;
    }
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
    background-color: #6c757d !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: rgba(185, 246, 252, 0.30) !important;
}

a.bg-light:focus, a.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #3e3d3d !important;
}

a.bg-dark:focus, a.bg-dark:hover {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-item {
    background-color:#c2ffad !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 1rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 1rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important;
}

.text-secondary {
    color: #868e96 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #6c757d !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important;
}

.text-muted {
    color: #868e96 !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
}

.card-padding {
    padding: 10px;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 0rem 1.25rem 0rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 0rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.card-header-green {
    padding: 0.75rem 0rem;
    margin-bottom: 0;
    background-color: rgba(201, 255, 191, 0.52);
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.head-cell-lightperple {
    padding: 0.25rem 0rem;
    margin-bottom: 0;
    background-color:#b2a3f2;
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}

.data-cell-lightnavy {
    padding: 0.25rem 0rem;
    margin-bottom: 0;
    background-color:#b6e3fc;
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.head-cell-lightgold {
    padding: 0.25rem 0rem;
    margin-bottom: 0;
    background-color:#d4d2ae;
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.data-cell-lightyellow {
    padding: 0.25rem 0rem;
    margin-bottom: 0;
    background-color:#feffa0;
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.head-cell-lightorange {
    padding: 0.25rem 0rem;
    margin-bottom: 0;
    background-color:#ffcbb0;
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.foot-cell-yellow {
    padding: 0.25rem 0rem;
    margin-bottom: 0;
    background-color:#e5ea62;
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
    .card-header h4 {
        margin-top: 17px !important;
    }

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
        background-color: rgba(185, 246, 252, 0.30) !important;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 0rem;
    border-top: 0px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-group .card {
        margin-bottom: 15px;
    }

@media (min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group .card:first-child .card-img-top {
                    border-top-right-radius: 0;
                }

                .card-group .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0;
                }

            .card-group .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group .card:last-child .card-img-top {
                    border-top-left-radius: 0;
                }

                .card-group .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0;
                }

            .card-group .card:only-child {
                border-radius: 0.25rem;
            }

                .card-group .card:only-child .card-img-top {
                    border-top-left-radius: 0.25rem;
                    border-top-right-radius: 0.25rem;
                }

                .card-group .card:only-child .card-img-bottom {
                    border-bottom-right-radius: 0.25rem;
                    border-bottom-left-radius: 0.25rem;
                }

            .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0;
            }

                .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
                .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
                    border-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.carousel {
    position: relative !important;
}

.carousel-inner {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
}

.carousel-item {
    position: relative !important;
    display: none !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    width: 100% !important;
    transition: -webkit-transform 0.6s ease !important;
    transition: transform 0.6s ease !important;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    -webkit-perspective: 1000px !important;
    perspective: 1000px !important;
}

    .carousel-item.active, .carousel-item-next, .carousel-item-prev {
        display: block !important;
    }

.carousel-item-next,
.carousel-item-prev {
    position: absolute !important;
    top: 0 !important;
}

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
}

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%) !important;
    transform: translateX(100%) !important;
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0) !important;
        transform: translate3d(100%, 0, 0) !important;
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%) !important;
    transform: translateX(-100%) !important;
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0) !important;
        transform: translate3d(-100%, 0, 0) !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    width: 15% !important;
    color: #fff !important;
    text-align: center !important;
    opacity: 0.5 !important;
}

    .carousel-control-prev:focus, .carousel-control-prev:hover,
    .carousel-control-next:focus,
    .carousel-control-next:hover {
        color: #fff !important;
        text-decoration: none !important;
        outline: 0 !important;
        opacity: .9 !important;
    }

.carousel-control-prev {
    left: 0 !important;
}

.carousel-control-next {
    right: 0 !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    background: transparent no-repeat center center !important;
    background-size: 100% 100% !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml !important;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml !important;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-indicators {
    position: absolute !important;
    right: 0 !important;
    bottom: 10px !important;
    left: 0 !important;
    z-index: 15 !important;
    display: none !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding-left: 0 !important;
    margin-right: 15% !important;
    margin-left: 15% !important;
    list-style: none !important;
}

    .carousel-indicators li {
        position: relative !important;
        -ms-flex: 0 1 auto !important;
        flex: 0 1 auto !important;
        width: 30px !important;
        height: 3px !important;
        margin-right: 3px !important;
        margin-left: 3px !important;
        text-indent: -999px !important;
        background-color: rgba(255, 255, 255, 0.5) !important;
        display: none !important;
    }

        .carousel-indicators li::before {
            position: absolute !important;
            top: -10px !important;
            left: 0 !important;
            display: inline-block !important;
            width: 100% !important;
            height: 10px !important;
            content: "" !important;
        }

        .carousel-indicators li::after {
            position: absolute !important;
            bottom: -10px !important;
            left: 0 !important;
            display: inline-block !important;
            width: 100% !important;
            height: 10px !important;
            content: "" !important;
        }

    .carousel-indicators .active {
        background-color: #fff !important;
    }

.main-caption {
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute !important;
    right: 25% !important;
    top: 100px !important;
    left: 53% !important;
    padding: 3px 3px 3px 3px !important;
    color: red !important;
    text-align: center !important;
    font-size: 30px !important;
}

.sub-caption {
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute !important;
    right: 25% !important;
    top: 160px !important;
    left: 53% !important;
    padding: 3px 3px 3px 3px !important;
    color: white !important;
    text-align: center !important;
    font-size: 18px !important;
    white-space: normal;
}

.subsub-caption {
    background-color: rgba(255, 0, 0, 0.75);
    position: absolute !important;
    right: 25% !important;
    top: 200px !important;
    left: 53% !important;
    color: white !important;
    text-align: center !important;
    font-weight: 900;
}
.subsubsub-caption {
    background-color: rgba(255, 0, 0, 0.75);
    position: absolute !important;
    right: 25% !important;
    top: 260px !important;
    left: 53% !important;
    color: white !important;
    text-align: center !important;
    font-weight: 900;
}
.subsub-caption1 {
    padding: 3px 3px 3px 3px;
    font-size: 18px !important;
    white-space: normal;
}

.subsub-caption2 {
    padding: 3px 3px 3px 3px;
    font-size: 16px !important;
    white-space: normal;
}

.subsub-caption-usvn {
    background-color: rgba(255, 0, 0, 0.75);
    position: absolute !important;
    right: 25% !important;
    top: 250px !important;
    left: 53% !important;
    color: white !important;
    text-align: center !important;
    font-weight: 900;
}

.main-caption1 {
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute !important;
    right: 25% !important;
    top: 100px !important;
    left: 53% !important;
    z-index: 10 !important;
    padding: 3px 3px 3px 3px !important;
    color: red !important;
    text-align: center !important;
    font-size: 30px !important;
}

.sub-caption1 {
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute !important;
    right: 25% !important;
    top: 160px !important;
    left: 53% !important;
    z-index: 10 !important;
    padding: 3px 3px 3px 3px !important;
    color: white !important;
    text-align: center !important;
    font-size: 18px !important;
    white-space: normal;
}

.main-caption2 {
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute !important;
    right: 25% !important;
    top: 100px !important;
    left: 53% !important;
    z-index: 10 !important;
    padding: 3px 3px 3px 3px !important;
    color: black !important;
    text-align: center !important;
    font-size: 30px !important;
}

.sub-caption2 {
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute !important;
    right: 25% !important;
    top: 160px !important;
    left: 53% !important;
    z-index: 10 !important;
    padding: 3px 3px 3px 3px !important;
    color: white !important;
    text-align: center !important;
    font-size: 18px !important;
    white-space: normal;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

    .intro-message > h1 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        font-size: 5em;
    }

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.bg-lightgreen {
    background: linear-gradient(to top,rgba(185, 246, 252, 0.30), white);
}
.bg-lightblue {
    background-color: rgba(162, 255, 167, 0.7) !important;
}
.navbar-inverse {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #3e3d3d !important;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #3e3d3d !important;
        border-bottom: solid 2px !important;
        border-bottom-color: rgba(185, 246, 252, 0.10) !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        height: 40px !important;
        -webkit-transition: border-bottom-color 1s;
        transition: border-bottom-color 1s;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            border-bottom-color: red !important;
        }

.dropdown-menu > li > a {
    color: #3e3d3d !important;
    -webkit-transition: color 1s;
    transition: color 1s;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        color: white !important;
        background-color: #dd0000 !important;
        border-color: #dd0000 !important;
    }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: rgba(255, 255, 255, 0.00) !important;
    border-bottom: solid 2px !important;
    border-bottom-color: red !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #7d7d7d !important;
}

    .navbar-inverse .navbar-toggle .icon-bar:hover {
        background-color: #7d7d7d !important;
    }

.navbar-inverse .navbar-toggle {
    border-color: #F3F3F3 !important;
}

    .navbar-inverse .navbar-toggle:hover {
        border-color: #F3F3F3 !important;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #F3F3F3 !important;
    }

.navbar-toggle {
    margin-bottom: 0px !important;
}

.btn {
    color: black !important;
    border-radius: 0 !important;
    -webkit-transition: color 1s;
    transition: color 1s;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}

.btn-link {
    color: black !important;
    border: 1px solid black !important;
    border-radius: 0 !important;
    -webkit-transition: color 1s;
    transition: color 1s;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}

    .btn:hover, .btn-link:hover {
        text-decoration: none !important;
        color: white !important;
        background-color: #dd0000 !important;
        border-color: #dd0000 !important;
    }

.btn-primary {
    color: #fff !important;
    background-color: white !important;
    border-color: #fdbd8c !important;
}

    .btn-primary:hover {
        color: white !important;
        background-color:#dd0000 !important;
        border-color: #dd0000 !important;
    }

.form-control {
    border-radius: 0px !important;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px !important;
}

.glyphicon-green {
    color: green !important;
}

.glyphicon-red {
    color: red !important;
}

.glyphicon-blue {
    color: blue !important;
}

.btn-location {
    color: black !important;
    background-color: white !important;
    border-color: black !important;
    width: 100px !important;
    margin: 0 9px 10px 0px;
    border-radius: 0px;
    -webkit-transition: color 1s;
    transition: color 1s;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}

.btn-location1 {
    color: black !important;
    background-color: white !important;
    border-color: black !important;
    width: 150px !important;
    margin: 0 9px 10px 0px;
    border-radius: 0px;
    -webkit-transition: color 1s;
    transition: color 1s;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}

.btn-location2 {
    color: black !important;
    background-color: white !important;
    border-color: black !important;
    margin: 0px;
    padding: 0px 2px 0px 2px;
    border-radius: 0px;
    -webkit-transition: color 1s;
    transition: color 1s;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}

.btn-location3 {
    color: black !important;
    background-color: white !important;
    border-color: black !important;
    margin: 0 9px 10px 0px;
    border-radius: 0px;
    -webkit-transition: color 1s;
    transition: color 1s;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}

.btn-location3small {
    cursor: default;
    color: black !important;
    font-size: 14px;
    border: 1px solid black !important;
    height: 20px !important;
    width: 40px !important;
    padding: 0px 2px 0px 2px;
    border-radius: 0px;
    -webkit-transition: color 1s;
    transition: color 1s;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}

.btn-location3red {
    color: red !important;
    background-color: white !important;
    border-color: black !important;
    margin: 0 9px 10px 0px;
    border-radius: 0px;
    -webkit-transition: color 1s;
    transition: color 1s;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}

.btn-location3bkred {
    color: white !important;
    background-color: red !important;
    border-color: red !important;
    border-radius: 0px;
    -webkit-transition: color 1s;
    transition: color 1s;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}
    .btn-location:hover, .btn-location1:hover, .btn-location2:hover, .btn-location3:hover, .btn-location3red:hover {
        color: white !important;
        background-color: #dd0000 !important;
        border-color: #dd0000 !important;
    }
.btn-location3bkred:hover, .glyphicon:hover {
    color: white !important;
    background-color: #dd0000 !important;
    border-color: #dd0000 !important;
}

.head-banner {
    padding: 3px;
    background: url(../Images/header01_1920_7.jpg) center center no-repeat scroll;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../Images/footer01_1920_300_.jpg) center center no-repeat scroll;
    background-size: cover;
}

.HyperLink {
    color: black;
    -webkit-transition: color 1s;
    transition: color 1s;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}

.hyperLink-blue {
    color: #0c5ad5 !important;
    -webkit-transition: color 1s;
    transition: color 1s;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}

.HyperLink:hover {
    color: white !important;
    background-color: #dd0000 !important;
}

.breadcrumb > .active {
    color: #006cbd !important;
}

.line-frame {
    padding: 29px 10px 29px 10px;
    border: 1px solid #ddd;
}

.line-frame1 {
    padding: 29px 10px 75px 10px;
    border: 1px solid #ddd;
}

.line {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.line1 {
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
}

hr {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: 0 !important;
    border-top: 1px solid #eee !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #f3f3f3;
}



.a-bg-light {
    background-color: #fee3de;
}

.form-group em {
    color: red;
}

.text-block {
    position: absolute;
    top: 500px !important;
    left: 43% !important;
    background-color: rgba(0, 0, 0, 0.57);
    color: white;
    padding: 7px 40px 7px 40px;
}

.font-red {
    color: red !important;
}

ul {
    padding: 0px !important;
}

.list-group-item {
    border: 0px !important;
   /* padding: 10px 0px !important;*/
    -webkit-transition: color 1s;
    transition: color 1s;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}

    .list-group-item:last-child {
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .list-group-item:hover {
        color: white !important;
        background-color: #dd0000 !important;
    }

.list-group-item-nohover:hover {
    color: white !important;
    background-color: #dd0000 !important;
}

.list-group-item-active {
    position: relative;
    display: block;
    padding: 10px 0px;
    margin-bottom: -1px;
    border: 0px;
    color: white !important;
    background-color: #dd0000 !important;
}

.carousel-item-bg-image {
    background-image: url(../Images/home04_1920_600.jpg) !important;
    height: 560px !important;
    background-attachment: fixed !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

.carousel-item-bg-image1 {
    background-image: url(../Images/home05_1920_600.jpg) !important;
    height: 560px !important;
    background-attachment: fixed !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

.carousel-item-bg-image2 {
    background-image: url(../Images/home06_1920_600.jpg) !important;
    height: 560px !important;
    background-attachment: fixed !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

.Offices li {
    padding: 15px 0px;
    list-style-type: none;
    border-bottom: 1px dashed #ccc;
}

    .Offices li a {
        -webkit-transition: color 1s;
        transition: color 1s;
        -webkit-transition: background-color 1s;
        transition: background-color 1s;
    }

        .Offices li a:hover {
            color: white !important;
            background-color: #dd0000 !important;
            border-color: #dd0000 !important;
        }

.google-map {
    border: none;
    width: 900px;
    height: 700px;
}

.google-map1 {
    border: none;
    margin-top: 20px;
    width: 400px;
    height: 300px;
}

.container-top {
    margin-top: 40px;
}
.info-display {
    display:none;
}
.Control-width {
    width: 670px !important;
}
@media screen and (max-width:1440px) {

    .container-top {
        margin-top: 40px;
    }

    .google-map {
        border: none;
        width: 900px;
        height: 700px;
    }

    .google-map1 {
        border: none;
        margin-top: 20px;
        width: 400px;
        height: 300px;
    }

    .slideshow-container {
        height: 400px !important;
    }

    .carousel-item-bg-image {
        background-image: url(../Images/home04_1366_440.jpg) !important;
        height: 400px !important;
        background-attachment: fixed !important;
        background-position: top !important;
        background-repeat: no-repeat !important;
        background-size: auto !important;
    }

    .carousel-item-bg-image1 {
        background-image: url(../Images/home05_1366_440.jpg) !important;
        height: 400px !important;
        background-attachment: fixed !important;
        background-position: top !important;
        background-repeat: no-repeat !important;
        background-size: auto !important;
    }

    .carousel-item-bg-image2 {
        background-image: url(../Images/home06_1366_440.jpg) !important;
        height: 400px !important;
        background-attachment: fixed !important;
        background-position: top !important;
        background-repeat: no-repeat !important;
        background-size: auto !important;
    }

    .main-caption {
        background-color: rgba(255, 255, 255, 0.75);
        position: absolute !important;
        right: 21% !important;
        top: 100px !important;
        left: 53% !important;
        z-index: 10 !important;
        padding: 3px 3px 3px 3px !important;
        color: red !important;
        text-align: center !important;
        font-size: 24px !important;
    }

    .sub-caption {
        background-color: rgba(0, 0, 0, 0.75);
        position: absolute !important;
        right: 21% !important;
        top: 150px !important;
        left: 53% !important;
        z-index: 10 !important;
        padding: 3px 3px 3px 3px !important;
        color: white !important;
        text-align: center !important;
        font-size: 18px !important;
        white-space: normal;
    }

    .subsub-caption {
        background-color: rgba(255, 0, 0, 0.75);
        position: absolute !important;
        right: 21% !important;
        top: 190px !important;
        left: 53% !important;
        z-index: 10 !important;
        color: white !important;
        text-align: center !important;
        font-weight: 900;
        white-space: normal;
    }
    .subsubsub-caption {
        background-color: rgba(255, 0, 0, 0.75);
        position: absolute !important;
        right: 21% !important;
        top: 250px !important;
        left: 53% !important;
        z-index: 10 !important;
        color: white !important;
        text-align: center !important;
        font-weight: 900;
        white-space: normal;
    }
    .subsub-caption1 {
        padding: 3px 3px 3px 3px;
        font-size: 18px !important;
    }

    .subsub-caption2 {
        padding: 3px 3px 3px 3px;
        font-size: 16px !important;
    }

    .subsub-caption-usvn {
        background-color: rgba(255, 0, 0, 0.75);
        position: absolute !important;
        right: 21% !important;
        top: 222px !important;
        left: 53% !important;
        color: white !important;
        text-align: center !important;
        font-weight: 900;
        white-space: normal;
    }

    .main-caption1 {
        background-color: rgba(255, 255, 255, 0.75);
        position: absolute !important;
        right: 21% !important;
        top: 100px !important;
        left: 53% !important;
        z-index: 10 !important;
        padding: 3px 3px 3px 3px !important;
        color: red !important;
        text-align: center !important;
        font-size: 24px !important;
    }

    .sub-caption1 {
        background-color: rgba(0, 0, 0, 0.75);
        position: absolute !important;
        right: 21% !important;
        top: 150px !important;
        left: 53% !important;
        z-index: 10 !important;
        padding: 3px 3px 3px 3px !important;
        color: white !important;
        text-align: center !important;
        font-size: 20px !important;
        white-space: normal;
    }

    .main-caption2 {
        background-color: rgba(255, 255, 255, 0.75);
        position: absolute !important;
        right: 21% !important;
        top: 100px !important;
        left: 53% !important;
        z-index: 10 !important;
        padding: 3px 3px 3px 3px !important;
        color: red !important;
        text-align: center !important;
        font-size: 24px !important;
    }

    .sub-caption2 {
        background-color: rgba(0, 0, 0, 0.75);
        position: absolute !important;
        right: 21% !important;
        top: 150px !important;
        left: 53% !important;
        z-index: 10 !important;
        padding: 3px 3px 3px 3px !important;
        color: white !important;
        text-align: center !important;
        font-size: 22px !important;
        white-space: normal;
    }

    .text-block {
        position: absolute;
        top: 380px !important;
        left: 42% !important;
        background-color: rgba(0, 0, 0, 0.57);
        color: white;
        padding: 2px 7px 2px 7px;
    }

    #topBtn {
        right: 10px !important;
    }
}

@media screen and (max-width:1024px) {
    .text-block {
        position: absolute;
        top: 290px !important;
        left: 40% !important;
        background-color: rgba(0, 0, 0, 0.57);
        color: white;
        padding: 2px 7px 2px 7px;
    }

    .container-top {
        margin-top: 40px;
    }

    .btn-location3 {
        margin: 5px 9px 10px 0px;
    }

    .btn-location3red {
        margin: 5px 9px 10px 0px;
    }

    .google-map {
        border: none;
        width: 500px;
        height: 400px;
    }

    .google-map1 {
        border: none;
        margin-top: 20px;
        width: 330px;
        height: 230px;
    }

    .main-caption {
        background-color: rgba(255, 255, 255, 0.75);
        position: absolute !important;
        right: 3% !important;
        top: 100px !important;
        left: 58% !important;
        z-index: 10 !important;
        padding: 3px 3px 3px 3px !important;
        color: red !important;
        text-align: center !important;
        font-size: 20px !important;
    }

    .sub-caption {
        background-color: rgba(0, 0, 0, 0.75);
        position: absolute !important;
        right: 3% !important;
        top: 145px !important;
        left: 58% !important;
        z-index: 10 !important;
        padding: 3px 3px 3px 3px !important;
        color: white !important;
        text-align: center !important;
        font-size: 16px !important;
        white-space: normal;
    }

    .subsub-caption {
        background-color: rgba(255, 0, 0, 0.75);
        position: absolute !important;
        right: 3% !important;
        top: 185px !important;
        left: 58% !important;
        z-index: 10 !important;
        color: white !important;
        text-align: center !important;
        font-weight: 900;
        white-space: normal;
    }
    .subsubsub-caption {
        background-color: rgba(255, 0, 0, 0.75);
        position: absolute !important;
        right: 3% !important;
        top: 235px !important;
        left: 58% !important;
        z-index: 10 !important;
        color: white !important;
        text-align: center !important;
        font-weight: 900;
        white-space: normal;
    }
    .subsub-caption1 {
        padding: 3px 3px 3px 3px;
        font-size: 16px !important;
    }

    .subsub-caption2 {
        padding: 3px 3px 3px 3px;
        font-size: 14px !important;
    }

    .subsub-caption-usvn {
        background-color: rgba(255, 0, 0, 0.75);
        position: absolute !important;
        right: 3% !important;
        top: 220px !important;
        left: 58% !important;
        z-index: 10 !important;
        color: white !important;
        text-align: center !important;
        font-weight: 900;
        white-space: normal;
    }

    .main-caption1 {
        background-color: rgba(255, 255, 255, 0.75);
        position: absolute !important;
        right: 3% !important;
        top: 100px !important;
        left: 58% !important;
        z-index: 10 !important;
        padding: 3px 3px 3px 3px !important;
        color: red !important;
        text-align: center !important;
        font-size: 20px !important;
    }

    .sub-caption1 {
        background-color: rgba(0, 0, 0, 0.75);
        position: absolute !important;
        right: 3% !important;
        top: 145px !important;
        left: 58% !important;
        z-index: 10 !important;
        padding: 3px 3px 3px 3px !important;
        color: white !important;
        text-align: center !important;
        font-size: 18px !important;
        white-space: normal;
    }

    .main-caption2 {
        background-color: rgba(255, 255, 255, 0.75);
        position: absolute !important;
        right: 3% !important;
        top: 100px !important;
        left: 58% !important;
        z-index: 10 !important;
        padding: 3px 3px 3px 3px !important;
        color: red !important;
        text-align: center !important;
        font-size: 20px !important;
    }

    .sub-caption2 {
        background-color: rgba(0, 0, 0, 0.75);
        position: absolute !important;
        right: 3% !important;
        top: 145px !important;
        left: 58% !important;
        z-index: 10 !important;
        padding: 3px 3px 3px 3px !important;
        color: white !important;
        text-align: center !important;
        font-size: 22px !important;
        white-space: normal;
    }
}

@media screen and (max-width:568px) {
    .container-top {
        margin-top: 90px;
    }

    .google-map {
        border: none;
        width: 330px;
        height: 280px;
    }

    .google-map1 {
        border: none;
        margin-top: 20px;
        width: 300px;
        height: 200px;
    }
}

@media screen and (max-width:480px) {

    .text-right {
        text-align: left !important;
    }

    .container-top {
        margin-top: 35px;
    }

    .dropdown-menu {
        min-width: 100% !important;
    }

    .google-map {
        border: none;
        width: 330px;
        height: 280px;
    }

    .google-map1 {
        border: none;
        margin-top: 20px;
        width: 300px;
        height: 200px;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 420px !important;
    }

    .s-carousel-item {
        height: 300px !important;
    }

    .slideshow-container {
        height: 300px !important;
    }

    .carousel-item-bg-image {
        background-image: url(../Images/home04_480_300.jpg) !important;
        height: 260px !important;
        background-attachment: fixed !important;
        background-position: top !important;
        background-repeat: no-repeat !important;
        background-size: auto !important;
    }

    .carousel-item-bg-image1 {
        background-image: url(../Images/home05_480_300.jpg) !important;
        height: 260px !important;
        background-attachment: fixed !important;
        background-position: top !important;
        background-repeat: no-repeat !important;
        background-size: auto !important;
    }

    .carousel-item-bg-image2 {
        background-image: url(../Images/home06_480_300.jpg) !important;
        height: 260px !important;
        background-attachment: fixed !important;
        background-position: top !important;
        background-repeat: no-repeat !important;
        background-size: auto !important;
    }

    .main-caption {
        background-color: rgba(255, 255, 255, 0.75);
        position: absolute !important;
        right: 1% !important;
        top: 70px !important;
        left: 30% !important;
        z-index: 10 !important;
        padding: 3px 3px 3px 3px !important;
        color: red !important;
        text-align: center !important;
        font-size: 18px !important;
        font-weight: 900;
    }

    .sub-caption {
        background-color: rgba(0, 0, 0, 0.75);
        position: absolute !important;
        right: 1% !important;
        top: 108px !important;
        left: 30% !important;
        z-index: 10 !important;
        padding: 3px 3px 3px 3px !important;
        color: white !important;
        text-align: center !important;
        font-size: 14px !important;
        white-space: normal;
    }

    .subsub-caption {
        background-color: rgba(255, 0, 0, 0.75);
        position: absolute !important;
        right: 1% !important;
        top: 140px !important;
        left: 30% !important;
        z-index: 10 !important;
        color: white !important;
        text-align: center !important;
        font-weight: 900;
        white-space: normal;
    }
    .subsubsub-caption {
        background-color: rgba(255, 0, 0, 0.75);
        position: absolute !important;
        right: 1% !important;
        top: 190px !important;
        left: 30% !important;
        z-index: 10 !important;
        color: white !important;
        text-align: center !important;
        font-weight: 900;
        white-space: normal;
    }
    .subsub-caption1 {
        padding: 3px 3px 3px 3px;
        font-size: 14px !important;
    }

    .subsub-caption2 {
        padding: 3px 3px 3px 3px;
        font-size: 12px !important;
    }

    .subsub-caption-usvn {
        background-color: rgba(255, 0, 0, 0.75);
        position: absolute !important;
        right: 1% !important;
        top: 179px !important;
        left: 30% !important;
        z-index: 10 !important;
        color: white !important;
        text-align: center !important;
        font-weight: 900;
        white-space: normal;
    }

    .carousel-item-bg-image h1 {
        font-size: 22px !important;
    }

    .main-caption1 {
        background-color: rgba(255, 255, 255, 0.75);
        position: absolute !important;
        right: 1% !important;
        top: 70px !important;
        left: 30% !important;
        z-index: 10 !important;
        padding: 3px 3px 3px 3px !important;
        color: red !important;
        text-align: center !important;
        font-size: 18px !important;
        font-weight: 900;
    }

    .sub-caption1 {
        background-color: rgba(0, 0, 0, 0.75);
        position: absolute !important;
        right: 1% !important;
        top: 108px !important;
        left: 30% !important;
        z-index: 10 !important;
        padding: 3px 3px 3px 3px !important;
        color: white !important;
        text-align: center !important;
        font-size: 16px !important;
        white-space: normal;
    }

    .main-caption2 {
        background-color: rgba(255, 255, 255, 0.75);
        position: absolute !important;
        right: 1% !important;
        top: 70px !important;
        left: 30% !important;
        z-index: 10 !important;
        padding: 3px 3px 3px 3px !important;
        color: black !important;
        text-align: center !important;
        font-size: 18px !important;
        font-weight: 900;
    }

    .sub-caption2 {
        background-color: rgba(0, 0, 0, 0.75);
        position: absolute !important;
        right: 1% !important;
        top: 108px !important;
        left: 30% !important;
        z-index: 10 !important;
        padding: 3px 3px 3px 3px !important;
        color: white !important;
        text-align: center !important;
        font-size: 20px !important;
        white-space: normal;
    }

    .text-block {
        position: absolute;
        top: 150px !important;
        left: 22% !important;
        background-color: rgba(0, 0, 0, 0.57);
        color: white;
        padding: 2px 7px 2px 7px;
    }
    .info-display{
        display:block;
    }
    .Control-width {
        width: 350px !important;
    }
}

#gridGallery, #gridGallery1, #gridGallery2, #gridGallery3, #gridGallery4, #gridGallery5 {
    margin-left: 0px;
    margin-right: 0px;
}

h2,
.ms-WPBody h2 {
    color: #000;
}

.box h3 {
    color: #fff;
    font-family: 'Source Sans Pro';
    font-weight: 700;
}

section {
    margin: 5px 0;
}

#gridGallery .row, #gridGallery2 .row {
    background-color: black;
}

.box {
    background-position: center center;
    background-size: cover;
    border: 1px solid #fff;
    transition: opacity .25s;
    overflow: hidden;
}

.hiddenText {
    display: none !important;
}

.box:hover {
    cursor: pointer;
    z-index: 1;
}

#aboutus-1-1, #aboutus-1-2,
#aboutus4-1-1, #aboutus4-1-2,
#Content_aboutus5_1_1, #Content_aboutus5_1_2,
#Content_aboutus5_2_1, #Content_aboutus5_2_2,
#Content_aboutus5_3_1, #Content_aboutus5_3_2,
#Content_careers_1, #Content_careers_2,
#Content_SuccessfulCases_1_1, #Content_SuccessfulCases_1_2,
#Content_SuccessfulCases_2_1, #Content_SuccessfulCases_2_2,
#Content_SuccessfulCases_3_1, #Content_SuccessfulCases_3_2,
#Content_SuccessfulCases_4_1, #Content_SuccessfulCases_4_2,
#ITIOffice1-2-1, #ITIOffice1-2-2,
#Content_offices_tpe_1, #Content_offices_tpe_2,
#Content_offices_kah_1, #Content_offices_kah_2,
#Content_offices_tch_1, #Content_offices_tch_2,
#Content_offices_szn_1, #Content_offices_szn_2,
#Content_offices_hcm_1, #Content_offices_hcm_2,
#Content_offices_dng_1, #Content_offices_dng_2,
#Content_offices_hpg_1, #Content_offices_hpg_2,
#Content_offices_pnh_1, #Content_offices_pnh_2,
#boxOne,
#boxTwo {
    height: 300px;
}

#aboutus-1-3, #aboutus-1-4,
#aboutus4-1-3, #aboutus4-1-4,
#Content_aboutus5_1_3, #Content_aboutus5_1_4,
#Content_aboutus5_2_3, #Content_aboutus5_2_4,
#Content_aboutus5_3_3, #Content_aboutus5_3_4,
#Content_careers_3, #Content_careers_4,
#Content_SuccessfulCases_1_3, #Content_SuccessfulCases_1_4,
#Content_SuccessfulCases_2_3, #Content_SuccessfulCases_2_4,
#Content_SuccessfulCases_3_3, #Content_SuccessfulCases_3_4,
#Content_SuccessfulCases_4_3, #Content_SuccessfulCases_4_4,
#ITIOffice1-2-3, #ITIOffice1-2-4,
#Content_offices_tpe_3, #Content_offices_tpe_4,
#Content_offices_kah_3, #Content_offices_kah_4,
#Content_offices_tch_3, #Content_offices_tch_4,
#Content_offices_szn_3, #Content_offices_szn_4,
#Content_offices_hcm_3, #Content_offices_hcm_4,
#Content_offices_dng_3, #Content_offices_dng_4,
#Content_offices_hpg_3, #Content_offices_hpg_4,
#Content_offices_pnh_3, #Content_offices_pnh_4,
#boxThree,
#boxFour {
    height: 150px;
}

#aboutus-1-1 {
    background-image: url(../Images/aboutus-1-1.jpg);
}

#aboutus-1-2 {
    background-image: url(../Images/aboutus-1-2.jpg);
}

#aboutus-1-3 {
    background-image: url(../Images/aboutus-1-3.jpg);
}

#aboutus-1-4 {
    background-image: url(../Images/aboutus-1-4.jpg);
}

#aboutus4-1-1 {
    background-image: url(../Images/aboutus4-1-1.jpg);
}

#aboutus4-1-2 {
    background-image: url(../Images/aboutus4-1-2.jpg);
}

#aboutus4-1-3 {
    background-image: url(../Images/aboutus4-1-3.jpg);
}

#aboutus4-1-4 {
    background-image: url(../Images/aboutus4-1-4.jpg);
}

#Content_aboutus5_1_1 {
    background-image: url(../Images/aboutus5_1_1.jpg);
}

#Content_aboutus5_1_2 {
    background-image: url(../Images/aboutus5_1_2.jpg);
}

#Content_aboutus5_1_3 {
    background-image: url(../Images/aboutus5_1_3.jpg);
}

#Content_aboutus5_1_4 {
    background-image: url(../Images/aboutus5_1_4.jpg);
}

#Content_aboutus5_2_1 {
    background-image: url(../Images/aboutus5_2_1.jpg);
}

#Content_aboutus5_2_2 {
    background-image: url(../Images/aboutus5_2_2.jpg);
}

#Content_aboutus5_2_3 {
    background-image: url(../Images/aboutus5_2_3.jpg);
}

#Content_aboutus5_2_4 {
    background-image: url(../Images/aboutus5_2_4.jpg);
}

#Content_aboutus5_3_1 {
    background-image: url(../Images/aboutus5_3_1.jpg);
}

#Content_aboutus5_3_2 {
    background-image: url(../Images/aboutus5_3_2.jpg);
}

#Content_aboutus5_3_3 {
    background-image: url(../Images/aboutus5_3_3.jpg);
}

#Content_aboutus5_3_4 {
    background-image: url(../Images/aboutus5_3_4.jpg);
}

#Content_careers_1 {
    background-image: url(../Images/careers_1.jpg);
}

#Content_careers_2 {
    background-image: url(../Images/careers_2.jpg);
}

#Content_careers_3 {
    background-image: url(../Images/careers_3.jpg);
}

#Content_careers_4 {
    background-image: url(../Images/careers_4.jpg);
}

#Content_SuccessfulCases_1_1 {
    background-image: url(../Images/successfulcases_1_1.jpg);
}

#Content_SuccessfulCases_1_2 {
    background-image: url(../Images/successfulcases_1_2.jpg);
}

#Content_SuccessfulCases_1_3 {
    background-image: url(../Images/successfulcases_1_3.jpg);
}

#Content_SuccessfulCases_1_4 {
    background-image: url(../Images/successfulcases_1_4.jpg);
}

#Content_SuccessfulCases_2_1 {
    background-image: url(../Images/successfulcases_2_1.jpg);
}

#Content_SuccessfulCases_2_2 {
    background-image: url(../Images/successfulcases_2_2.jpg);
}

#Content_SuccessfulCases_2_3 {
    background-image: url(../Images/successfulcases_2_3.jpg);
}

#Content_SuccessfulCases_2_4 {
    background-image: url(../Images/successfulcases_2_4.jpg);
}

#Content_SuccessfulCases_3_1 {
    background-image: url(../Images/successfulcases_3_1.jpg);
}

#Content_SuccessfulCases_3_2 {
    background-image: url(../Images/successfulcases_3_2.jpg);
}

#Content_SuccessfulCases_3_3 {
    background-image: url(../Images/successfulcases_3_3.jpg);
}

#Content_SuccessfulCases_3_4 {
    background-image: url(../Images/successfulcases_3_4.jpg);
}

#Content_SuccessfulCases_4_1 {
    background-image: url(../Images/successfulcases_4_1.jpg);
}

#Content_SuccessfulCases_4_2 {
    background-image: url(../Images/successfulcases_4_2.jpg);
}

#Content_SuccessfulCases_4_3 {
    background-image: url(../Images/successfulcases_4_3.jpg);
}

#Content_SuccessfulCases_4_4 {
    background-image: url(../Images/successfulcases_4_4.jpg);
}

#ITIOffice1-2-1 {
    background-image: url(../Images/itioffice1-2-1.jpg);
}

#ITIOffice1-2-2 {
    background-image: url(../Images/itioffice1-2-2.jpg);
}

#ITIOffice1-2-3 {
    background-image: url(../Images/itioffice1-2-3.jpg);
}

#ITIOffice1-2-4 {
    background-image: url(../Images/itioffice1-2-4.jpg);
}

#Content_offices_tpe_1 {
    background-image: url(../Images/offices_tpe_1.jpg);
}

#Content_offices_tpe_2 {
    background-image: url(../Images/offices_tpe_2.jpg);
}

#Content_offices_tpe_3 {
    background-image: url(../Images/offices_tpe_3.jpg);
}

#Content_offices_tpe_4 {
    background-image: url(../Images/offices_tpe_4.jpg);
}

#Content_offices_tch_1 {
    background-image: url(../Images/offices_tch_1.jpg);
}

#Content_offices_tch_2 {
    background-image: url(../Images/offices_tch_2.jpg);
}

#Content_offices_tch_3 {
    background-image: url(../Images/offices_tch_3.jpg);
}

#Content_offices_tch_4 {
    background-image: url(../Images/offices_tch_4.jpg);
}

#Content_offices_kah_1 {
    background-image: url(../Images/offices_kah_1.jpg);
}

#Content_offices_kah_2 {
    background-image: url(../Images/offices_kah_2.jpg);
}

#Content_offices_kah_3 {
    background-image: url(../Images/offices_kah_3.jpg);
}

#Content_offices_kah_4 {
    background-image: url(../Images/offices_kah_4.jpg);
}

#Content_offices_szn_1 {
    background-image: url(../Images/offices_szn_1.jpg);
}

#Content_offices_szn_2 {
    background-image: url(../Images/offices_szn_2.jpg);
}

#Content_offices_szn_3 {
    background-image: url(../Images/offices_szn_3.jpg);
}

#Content_offices_szn_4 {
    background-image: url(../Images/offices_szn_4.jpg);
}

#Content_offices_hcm_1 {
    background-image: url(../Images/offices_hcm_1.jpg);
}

#Content_offices_hcm_2 {
    background-image: url(../Images/offices_hcm_2.jpg);
}

#Content_offices_hcm_3 {
    background-image: url(../Images/offices_hcm_3.jpg);
}

#Content_offices_hcm_4 {
    background-image: url(../Images/offices_hcm_4.jpg);
}

#Content_offices_dng_1 {
    background-image: url(../Images/offices_dng_1.jpg);
}

#Content_offices_dng_2 {
    background-image: url(../Images/offices_dng_2.jpg);
}

#Content_offices_dng_3 {
    background-image: url(../Images/offices_dng_3.jpg);
}

#Content_offices_dng_4 {
    background-image: url(../Images/offices_dng_4.jpg);
}

#Content_offices_hpg_1 {
    background-image: url(../Images/offices_hpg_1.jpg);
}

#Content_offices_hpg_2 {
    background-image: url(../Images/offices_hpg_2.jpg);
}

#Content_offices_hpg_3 {
    background-image: url(../Images/offices_hpg_3.jpg);
}

#Content_offices_hpg_4 {
    background-image: url(../Images/offices_hpg_4.jpg);
}

#Content_offices_pnh_1 {
    background-image: url(../Images/offices_pnh_1.jpg);
}

#Content_offices_pnh_2 {
    background-image: url(../Images/offices_pnh_2.jpg);
}

#Content_offices_pnh_3 {
    background-image: url(../Images/offices_pnh_3.jpg);
}

#Content_offices_pnh_4 {
    background-image: url(../Images/offices_pnh_4.jpg);
}

#boxOne {
    background-image: url(../Images/twoffices0027.jpg);
}

#boxTwo {
    background-image: url(../Images/twoffices0028.jpg);
}

#boxThree {
    background-image: url(../Images/twoffices0029.jpg);
}

#boxFour {
    background-image: url(../Images/twoffices0030.jpg);
}

.full {
    float: none;
    height: 600px !important;
    width: 100%;
    position: relative;
    z-index: 2;
}

#gridH {
    background-color: #eee;
    min-height: 600px;
    margin-bottom: 50px;
}

    #gridH .row {
        margin-top: 150px;
    }

        #gridH .row .full {
            margin-top: -150px;
        }

.full:hover {
    transform: scale(1);
    box-shadow: none;
}

.opacity {
    opacity: .8;
}

.captionBox {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 50px;
    color: white;
    left: 50px;
    padding: 25px;
    position: absolute;
    opacity: 0;
}

    .captionBox p {
        font-size: 16px;
        font-weight: 300;
    }

    .captionBox h3 {
        margin-top: 0;
        text-transform: uppercase;
    }

.transition {
    transition: 1s;
}

.bottomRight {
    left: auto;
    right: 80px;
}

.topRight {
    left: auto;
    right: 50px;
    bottom: auto;
    top: 50px;
}

.topLeft {
    bottom: auto;
    top: 50px;
}

.toggleIcon {
    background-color: rgba(0, 0, 0, 0.7);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    border-radius: 3px;
    bottom: 15px;
    height: 36px;
    left: -100px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    width: 36px;
}

.box.full .toggleIcon {
    background-color: rgba(0, 0, 0, 0.57);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px;
    top: 26px;
    height: 36px;
    left: 50px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    width: 36px;
}

.box:hover .toggleIcon {
    opacity: 1;
    left: 15px;
    transition: all 0.25s ease 0s;
    background-image: url(../Images/openicon.png);
}

.box.full .toggleIcon {
    opacity: 1;
    left: 50px;
    top: 26px;
    border-radius: 0;
    background-image: url(../Images/closeicon.png);
    background-size: 55%;
}

    .box.full .toggleIcon:hover {
        background-color: black;
        transition: all 0s ease 0;
    }

#gridGallery > .row, #gridGallery1 > .row, #gridGallery2 > .row, #gridGallery3 > .row, #gridGallery4 > .row, #gridGallery5 > .row {
    margin: 0;
}

@media (max-width:1200px) {
    .full {
        width: 100%;
    }
}

@media (max-width:992px) {
    .full {
        width: 100%;
        height: 300px;
    }
}

@media (max-width:768px) {
    #topBtn {
        right: 10px !important;
    }

    #aboutus-1-1, #aboutus-1-2,
    #aboutus4-1-1, #aboutus4-1-2,
    #Content_aboutus5_1_1, #Content_aboutus5_1_2,
    #Content_aboutus5_2_1, #Content_aboutus5_2_2,
    #Content_aboutus5_3_1, #Content_aboutus5_3_2,
    #Content_careers_1, #Content_careers_2,
    #Content_SuccessfulCases_1_1, #Content_SuccessfulCases_1_2,
    #Content_SuccessfulCases_2_1, #Content_SuccessfulCases_2_2,
    #Content_SuccessfulCases_3_1, #Content_SuccessfulCases_3_2,
    #Content_SuccessfulCases_4_1, #Content_SuccessfulCases_4_2,
    #ITIOffice1-2-1, #ITIOffice1-2-2,
    #Content_offices_tpe_1, #Content_offices_tpe_2,
    #Content_offices_kah_1, #Content_offices_kah_2,
    #Content_offices_tch_1, #Content_offices_tch_2,
    #Content_offices_szn_1, #Content_offices_szn_2,
    #Content_offices_hcm_1, #Content_offices_hcm_2,
    #Content_offices_dng_1, #Content_offices_dng_2,
    #Content_offices_hpg_1, #Content_offices_hpg_2,
    #Content_offices_pnh_1, #Content_offices_pnh_2,
    #boxOne,
    #boxTwo {
        height: 300px;
    }

    #aboutus-1-3, #aboutus-1-4,
    #aboutus4-1-3, #aboutus4-1-4,
    #Content_aboutus5_1_3, #Content_aboutus5_1_4,
    #Content_aboutus5_2_3, #Content_aboutus5_2_4,
    #Content_aboutus5_3_3, #Content_aboutus5_3_4,
    #Content_careers_3, #Content_careers_4,
    #Content_SuccessfulCases_1_3, #Content_SuccessfulCases_1_4,
    #Content_SuccessfulCases_2_3, #Content_SuccessfulCases_2_4,
    #Content_SuccessfulCases_3_3, #Content_SuccessfulCases_3_4,
    #Content_SuccessfulCases_4_3, #Content_SuccessfulCases_4_4,
    #ITIOffice1-2-3, #ITIOffice1-2-4,
    #Content_offices_tpe_3, #Content_offices_tpe_4,
    #Content_offices_kah_3, #Content_offices_kah_4,
    #Content_offices_tch_3, #Content_offices_tch_4,
    #Content_offices_szn_3, #Content_offices_szn_4,
    #Content_offices_hcm_3, #Content_offices_hcm_4,
    #Content_offices_dng_3, #Content_offices_dng_4,
    #Content_offices_hpg_3, #Content_offices_hpg_4,
    #Content_offices_pnh_3, #Content_offices_pnh_4,
    #boxThree,
    #boxFour {
        height: 150px;
    }

    .full .captionBox {
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;
        padding: 10px;
    }

        .full .captionBox p {
            display: none;
        }

        .full .captionBox h3 {
            margin-bottom: 0;
        }

    .box.full {
        position: relative;
        height: 500px !important;
    }

    #gridGallery .row, #gridGallery1 .row, #gridGallery2 .row, #gridGallery3 .row, #gridGallery4 .row, #gridGallery5 .row {
        background-color: transparent;
    }

    #gridH .row {
        margin-top: 0px;
    }

    .box.full .toggleIcon {
        height: 50px !important;
        left: 0 !important;
        top: 0 !important;
        width: 50px !important;
        display: block;
    }

    .mobileFunction {
        float: left;
        height: 150px;
        width: 100%;
    }
}

@media (max-width:480px) {
    #aboutus-1-1, #aboutus-1-2,
    #aboutus4-1-1, #aboutus4-1-2,
    #Content_aboutus5_1_1, #Content_aboutus5_1_2,
    #Content_aboutus5_2_1, #Content_aboutus5_2_2,
    #Content_aboutus5_3_1, #Content_aboutus5_3_2,
    #Content_careers_1, #Content_careers_2,
    #Content_SuccessfulCases_1_1, #Content_SuccessfulCases_1_2,
    #ITIOffice1-2-1, #ITIOffice1-2-2,
    #Content_offices_tpe_1, #Content_offices_tpe_2,
    #Content_offices_kah_1, #Content_offices_kah_2,
    #Content_offices_tch_1, #Content_offices_tch_2,
    #Content_offices_szn_1, #Content_offices_szn_2,
    #Content_offices_hcm_1, #Content_offices_hcm_2,
    #Content_offices_dng_1, #Content_offices_dng_2,
    #Content_offices_hpg_1, #Content_offices_hpg_2,
    #Content_offices_pnh_1, #Content_offices_pnh_2,
    #boxOne,
    #boxTwo {
        height: 150px;
    }

    #aboutus-1-3, #aboutus-1-4,
    #aboutus4-1-3, #aboutus4-1-4,
    #Content_aboutus5_1_3, #Content_aboutus5_1_4,
    #Content_aboutus5_2_3, #Content_aboutus5_2_4,
    #Content_aboutus5_3_3, #Content_aboutus5_3_4,
    #Content_careers_3, #Content_careers_4,
    #Content_SuccessfulCases_1_3, #Content_SuccessfulCases_1_4,
    #ITIOffice1-2-3 #ITIOffice1-2-4,
    #Content_offices_tpe_3, #Content_offices_tpe_4,
    #Content_offices_kah_3, #Content_offices_kah_4,
    #Content_offices_tch_3, #Content_offices_tch_4,
    #Content_offices_szn_3, #Content_offices_szn_4,
    #Content_offices_hcm_3, #Content_offices_hcm_4,
    #Content_offices_dng_3, #Content_offices_dng_4,
    #Content_offices_hpg_3, #Content_offices_hpg_4,
    #Content_offices_pnh_3, #Content_offices_pnh_4,
    #boxThree,
    #boxFour {
        height: 150px;
    }

    .box.full {
        position: relative;
        height: 230px !important;
    }

    #topBtn {
        right: 10px !important;
    }
}

.gsc-input-box {
    height: 34px !important;
    width: 150px !important;
    margin: 0px !important;
    border-radius: 0px !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0px !important;
    margin: 0px !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding: 0px !important;
    margin: 0px !important;
}

.gsc-search-button {
    display: none !important;
}

.gsc-result .gs-title {
    height: 1.3em !important;
}

.gsc-adBlock {
    display: none !important;
}

#topBtn {
    background-image: url(../Images/totop.jpg);
    background-repeat: no-repeat;
    background-size: 40px 60px;
    display: none;
    position: fixed;
    bottom: 120px;
    right: 160px;
    z-index: 99;
    opacity: 0.8;
    cursor: pointer;
    padding: 40px;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

    #topBtn:hover {
        opacity: 0.7;
    }

.accordion1 {
    background-color: rgba(185, 246, 252, 0.20);
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    border-bottom: 3px solid #fff;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}

    .accordion1:before {
        content: '\002B';
        color: red;
        font-weight: bold;
        margin-left: 5px;
    }

.active1:before {
    content: "\2212";
    color: red;
}

.active1, .accordion1:hover {
    background-color: rgba(255, 188, 188, 0.20);
}

.panel1 {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panel2 {
    background-color: #fefab7 !important;
}
* {
    box-sizing: border-box;
}

.mySlides {
    display: none;
}

.s-carousel-item {
    position: relative !important;
    display: none;
    -ms-flex-align: center !important;
    align-items: center !important;
    width: 100% !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    -webkit-perspective: 1000px !important;
    perspective: 1000px !important;
}

img {
    vertical-align: middle;
}

.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
    height: 560px;
}

.active {
}

.s-fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.overlay-container {
    position: relative;
}

.overlay-image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #3e3d3d;
}

.overlay-container:hover .overlay {
    opacity: 0.7;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.breadcrumb {
    margin-bottom: 0px !important;
    background-color: rgba(255, 255, 255, 0.00) !important;
    padding: 8px 3px !important;
}

.bsGridHeader {
    background-color: #cafdff;
}
.bgclightyellow {
    background-color: rgba(255, 245, 167, 0.77) !important;
    border: 1px solid rgba(182, 182, 182, 0.83) !important;
}
.bgclightgreen {
    background-color: rgba(190, 255, 156, 0.76) !important;
    border: 1px solid rgba(182, 182, 182, 0.83) !important;
}
.bgclightblue {
    background-color: rgba(169, 242, 255, 0.66) !important;
    border: 1px solid rgba(182, 182, 182, 0.83) !important;
}
.bgclightpink {
    background-color: rgba(255, 203, 221, 0.75) !important;
    border: 1px solid rgba(182, 182, 182, 0.83) !important;
}
.dxbs-table {
    border: 1px solid #707070 !important;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-color: #707070 !important;
}
.mark, mark {
    background-color: #ffe200 !important;
}
.icon-size {
    font-size: 18px !important;
    padding-top: 4px !important;
}
.loader {
    border: 5px dotted #bfd6ff;
    border-radius: 50%;
    border-top: 5px dotted #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*w3-card*/
.w3-card-4, .w3-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)
}
.w3-container, .w3-panel {
    padding: 0.01em 16px
}

.w3-panel {
    margin-top: 16px;
    margin-bottom: 16px
}
    .w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before, .w3-row:after, .w3-row:before, .w3-row-padding:after, .w3-row-padding:before,
    .w3-cell-row:before, .w3-cell-row:after, .w3-clear:after, .w3-clear:before, .w3-bar:before, .w3-bar:after {
        content: "";
        display: table;
        clear: both
    }
.w3-light-blue, .w3-hover-light-blue:hover {
    color: #000 !important;
    background-color: #87CEEB !important
}
.w3-light-green, .w3-hover-light-green:hover {
    color: #000 !important;
    background-color: #8bc34a !important
}
.w3-orange, .w3-hover-orange:hover {
    color: #000 !important;
    background-color: #ff9800 !important
}
.height-60 {
    height: 60px;
}
.height-120 {
    height: 120px;
}
.height-200 {
    height: 200px;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: rgba(201, 255, 191, 0.52) !important;
}

.header-cell-border {
    border: 2px solid #3e3d3d !important;
}

.formLayout-form-group {
    margin-bottom: 0px !important;
    padding-right: 0px !important;
}

.col-p-r-0 {
    padding-right: 0px !important;
}

.fl > .row > div:not(:last-child) {
    margin: 0;
}

.layoutItem > label {
    display: none;
}

.dxbs-fl .dxbs-fl-g > .row, .dxbs-fl .dxbs-fl-gd > .panel > .row, .dxbs-fl .dxbs-fl-gr + .row:not(.dxbs-fl-gr) {
    padding-top: 0;
}

.dxbs-fl .dxbs-fl-gd {
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
    border: solid 1px;
    border-bottom:none;
    border-color: #ffc9d5;
}

.cargotrackingbar {
    border: 0px !important;
    /* color:aquamarine;*/
    font-size: x-small;
    min-width: 90px;
}
    .cargotrackingbar tr {
        border: 0px !important;
        /* color:aquamarine;*/
        font-size: x-small;
       /* padding: -10px;  !important;*/
    }
        .cargotrackingbar tr td {
            border: 0px !important;
            /* color:aquamarine;*/
            font-size: x-small;
         /*   padding: -10px;  !important;*/
        }
.cargotrackingprogressimg {
    /*  margin-left: -3px;
    margin-top: -3px;
    margin-bottom: -3px;*/
    margin: -2px;  !important;
}

.cargotrackingSmallCol {

min-width:40px;
}
.cargotrackingMidleCol {
min-width:65px;
}
.cargotrackingLargeCol {
    min-width: 110px;
    max-width:150px;
}
.tracknote {
   color:red;  
}

.panel {
    margin-bottom: 0px;
}

.border-displaynone {
    border:none;
}


/*.glyphicon{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
