.box {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.swatch--red {
    background: red;
}

.swatch--orange {
    background: orange;
}

.swatch--yellow {
    background: yellow;
}

.swatch--green {
    background: green;
}

.swatch--blue {
    background: blue;
}

.swatch--indigo {
    background: indigo;
}

.swatch--violet {
    background: violet;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #333;
    font-size: 14px;
}

ul {
    list-style-type: none;
    padding: 0;
}

a {
    color: #0371d0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    a:hover {
        text-decoration: none;
        color: #960000;
    }
.top-header a {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.top-header a:hover {
        text-decoration: none;
        color: #fff;
    }

    .footer a {
        color: #FFFFFF;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    
    .footer a:hover {
            text-decoration: none;
            color: #E64A19;
        }

.color1 {
    color: #FF9800;
}

.title__inpara {
    font-size: 16px;
    font-weight: 600;
}

.mx-1200 {
    max-width: 1140px;
}

.btn-first {
    color: #000;
    border-color: #1c347e;
    background-color: transparent;
    outline: none !important;
    -webkit-box-shadow: 0 0 !important;
    box-shadow: 0 0 !important;
    padding: 7px 15px;
}

    .btn-first:hover {
        color: #0371d0;
        border-color: #1c347e;
        background-color: rgba(28, 52, 126, 0.5);
    }

    .btn-first:focus { 
        border-color: #1c347e;
        background-color: transparent;
    }

nav.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
}

    nav.navbar-inverse ul.navbar-nav > li > a {
        color: #333;
    }

        nav.navbar-inverse ul.navbar-nav > li > a:focus, nav.navbar-inverse ul.navbar-nav > li > a:hover {
            color: #000;
        }

nav.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.bg-grey {
    background-color: #f1f1f1;
}

.mb7 {
    margin-bottom: 7px;
}

.mw-251 {
    max-width: 251px;
}

.mw-151 {
    max-width: 151px;
}

.sec__title {
    color: #444;
    margin: 21px 0 11px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

    .sec__title span {
        color: #1c347e;
    }
    .bulletfont li{
        font-size:16px;
        font-style:inherit;
        list-style-type:disc;
        margin-bottom:10px;
    }
.carousel-indicators li {
    background-color: #1c347e;
}

#demo img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 421px;
    overflow: hidden;
    -o-object-position: center;
    object-position: center;
}

.seprater {
    padding: 21px 0;
    background-color: #0371d0;
}

    .seprater .sep_text {
        padding-top: 101px;
        font-size: 31px;
        font-weight: 300;
        text-transform: uppercase;
        color: #d5dee6;
    }

.dropdown-menu {
    padding: 0;
    border-radius: 0;
}

.table-colored thead th {
    color: #444;
    min-height: 55px;
    background-color: #FF9800;
    border-color: #ce810f;
}

.about-page table th {
    height: 35px;
}

.notice-page .notice__new {
    font-size: 10px;
    background: -webkit-radial-gradient(#0673d1, #901b2e);
    background: -o-radial-gradient(#0673d1, #901b2e);
    background: radial-gradient(#0673d1, #901b2e);
    color: #dfebfb;
    padding: 3px 9px;
    border-radius: 2px;
}

.gallery-wrapper {
    padding: 11px 0 51px;
}

.banar_slider {
    position: relative;
    z-index: 0;
    clear: both;
}

.service__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .service__wrapper .fac__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33%;
        flex: 1 0 33.33%;
        min-height: 100%;
        padding: 7px;
        min-width: 221px;
    }

    .service__wrapper .service_inner {
        padding: 15px;
        height: 100%;
        background-color: rgba(3, 113, 208, 0.1);
        border-radius: 3px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .service__wrapper .service_inner:hover {
            background-color: rgba(3, 113, 208, 0.2);
        }

        .service__wrapper .service_inner h5 {
            color: #0371d0;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 600;
        }

        .service__wrapper .service_inner p:not(.service__more) {
            max-height: 65px;
            overflow: hidden;
            text-align: justify;
            font-size: 14px;
            color: #666;
        }

    .service__wrapper .service__more {
        margin-bottom: 0;
    }

        .service__wrapper .service__more a {
            background-color: #fff;
            padding: 7px 15px;
            border-radius: 3px;
            line-height: 1;
        }

            .service__wrapper .service__more a:focus, .service__wrapper .service__more a:hover {
                background-color: #0371d0;
                color: #fff;
            }

#caro__vdoevt img {
    max-width: 100%;
    width: 100%;
}

#caro__vdoevt .carousel-item p {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    padding: 15px;
    overflow: hidden;
    max-height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.notice {
    padding: 21px 0;
    background-color: #fdfdfd;
    border-bottom: 1px solid #edf4fb;
}

.aboutNews {
    padding: 51px 0;
    background-color: #fdfdfd;
    border-bottom: 1px solid #edf4fb;
}

    .aboutNews .carousel-indicators {
        display: none;
    }

    .aboutNews .carousel-control-next, .aboutNews .carousel-control-prev {
        color: #960000;
        font-size: 45px;
    }

    .aboutNews .news_evnt {
        padding: 15px;
        background-image: -webkit-linear-gradient(45deg, #1c347e, #66749e);      
        background-image: -o-linear-gradient(45deg, #1c347e, #66749e);
        background-image: linear-gradient(45deg, #1c347e, #66749e);
    }

        .aboutNews .news_evnt .panel-footer a {
            padding: 5px 15px;
            background-color: #fff;
            margin-left: 4px;
            border-radius: 2px;
        }

        .aboutNews .news_evnt .panel-body {
            padding-bottom: 7px;
        }

            .aboutNews .news_evnt .panel-body .fa {
                padding-right: 7px;
            }

        .aboutNews .news_evnt .demo1 {
            max-width: 100%;
            overflow: hidden;
            position: relative;
            background-color: #fdfdfd;
            padding: 7px 15px 15px;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            max-height: 300px;
            border-radius: 3px;
        }

#ticker01 li a span {
    color: #0371d0;
}

    #ticker01 li a span span {
        width: 21px;
        text-align: center;
        border: 1px solid;
        height: 21px;
        line-height: 20px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 50%;
        color: #fff;
        background-color: #0371d0;
        -webkit-animation: changeColor 0.3s linear 2s infinite alternate;
        animation: changeColor 0.3s linear 2s infinite alternate;
    }

@-webkit-keyframes changeColor {
    0% {
        background-color: #0371d0;
    }

    to {
        background-color: #960000;
    }
}

@keyframes changeColor {
    0% {
        background-color: #0371d0;
    }

    to {
        background-color: #960000;
    }
}

.people_desc, section.service {
    padding: 51px 0;
}

section.people_desc {
    background-image: -webkit-radial-gradient(#66749e, #1c347e);  
    background-image: -o-radial-gradient(#66749e, #1c347e);
    background-image: radial-gradient(#66749e, #1c347e);
}

    section.people_desc p {
        text-align: justify;
    }

    section.people_desc h4 {
        text-align: left;
    }

    section.people_desc img {
        max-width: 311px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    section.people_desc .btn {
        float: right;
    }

    section.people_desc .card-body {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        border-radius: .25rem;
    }

        section.people_desc .card-body:hover {
            -webkit-transform: translateY(-11px);
            -ms-transform: translateY(-11px);
            transform: translateY(-11px);
            background-color: #e5f1fa;
        }

.service-btn {
    max-width: 251px;
    text-align: center;
    width: 100%;
    padding: 11px 15px;
    margin-bottom: 15px;
    color: #000;
    /* background: -webkit-radial-gradient(#FFC107, #FF9800);
    background: -o-radial-gradient(#FFC107, #FF9800);
    background: radial-gradient(#FFC107, #FF9800); */
}

    .service-btn:hover {
        color: #fff;
        background: -webkit-radial-gradient(#66749e, #1c347e);   
        background: -o-radial-gradient(#66749e, #1c347e);   
        background: radial-gradient(#66749e, #1c347e);   
    }

.scards-wrapper .modal-dialog .modal-content .close {
    position: absolute;
    right: -15px;
    top: -15px;
    border: 1px solid #bf2424;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #fff;
    opacity: 1;
    line-height: 35px;
    color: #bf2424;
}

.scards-wrapper-inner {
    clear: both;
    float: left;
    width: 100%;
}

    .scards-wrapper-inner ul {
        clear: both;
        float: left;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .scards-wrapper-inner ul li {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 33.33%;
            flex: 1 0 33.33%;
            max-width: 33.33%;
            padding: 5px;
        }

    .scards-wrapper-inner li a {
        padding: 15px;
        -webkit-transition: all 0.6s ease 0s;
        -o-transition: all 0.6s ease 0s;
        transition: all 0.6s ease 0s;
        text-align: center;
        background: -webkit-radial-gradient(#66749e, #1c347e); 
        background: -o-radial-gradient(#66749e, #1c347e);
        background: radial-gradient(#66749e,  #1c347e);
        border-radius: 3px;
        width: 100%;
        vertical-align: top;
        height: 100%;
        color: #dfebfb;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .scards-wrapper-inner li a:hover {
            background: -webkit-radial-gradient(#1c347e, #66749e);
            background: -o-radial-gradient(#1c347e, #66749e);
            background: radial-gradient(#1c347e, #66749e);
        }

.scards-wrapper .modal-dialog {
    max-width: 751px;
}

    .scards-wrapper .modal-dialog .modal-content {
        background-color: #f2f2f2;
    }

header.navbar-fixed-top {
    -webkit-box-shadow: 0 1px 5px #000;
    box-shadow: 0 1px 5px #000;
    z-index: 1;
    position: relative;
}

.top-header {
    background-color: #1c347e;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    font-weight: 600;
}

    .top-header ul {
        margin-bottom: 0;
    }

        .top-header ul span {
            display: inline-block;
            vertical-align: top;
            padding: 15px 0;
        }

        .top-header ul a {
            padding: 15px 7px;
            display: inline-block;
            vertical-align: top;
        }

.top-logo {
    text-align: center;
}

    .top-logo a {
        display: inline-block;
        vertical-align: top;
        margin: 7px auto;
    }

        .top-logo a img {
            width: 100%;
            max-width: 100%;
        }

    .top-logo .l__left {
        text-align: left;
        -ms-flex-item-align: center;
        align-self: center;
    }

        .top-logo .l__left a {
            max-width: 81px;
        }

    .top-logo .l__center {
        text-align: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

        .top-logo .l__center a {
            max-width: 321px;
        }

    .top-logo .l__right {
        text-align: right;
        -ms-flex-item-align: center;
        align-self: center;
    }

        .top-logo .l__right a {
            max-width: 151px;
        }

nav.navbar {
    border-bottom: 2px solid #1c347e;
    background-color: #f1f1f;
    padding: 15px 0;
}

nav a {
    color: #555;
    font-weight: 600;
}

nav .navbar-nav .dropdown-menu {
    margin-top: 0;
}

nav .navbar-nav > li {
    line-height: 1;
}

    nav .navbar-nav > li > a {
        display: block;
        font-size: 12px;
        padding: 7px;
        line-height: 1;
        text-transform: uppercase;
    }

    nav .navbar-nav > li:hover > a {
        color: #960000;
    }

nav ul.navbar-nav > li:not(:last-child) > a {
    border-right: 1px solid #ccc;
    border-radius: 1%;
    padding: 0px 7px;
}

nav .dropdown-menu {
    padding: 0;
}

    nav .dropdown-menu a {
        font-size: 12px;
        line-height: 1;
        text-transform: uppercase;
        display: block;
    }

    nav .dropdown-menu li {
        line-height: 1;
        border-bottom: 1px solid #ccc;
    }

        nav .dropdown-menu li > a {
            padding: 11px 0px;
        }

        nav .dropdown-menu li:hover {
            background-color: rgba(150, 0, 0, 0.05);
        }

            nav .dropdown-menu li:hover > a {
                color: #960000;
            }

        nav .dropdown-menu li:last-child {
            border: none;
        }

@media only screen and (min-width:767px) {
    #collapsibleNavbar .navbar-nav > li:hover {
        color: #960000;
    }

    #collapsibleNavbar .navbar-nav li .dropdown-menu li .dropdown-menu {
        left: 100%;
        top: 0;
    }

    #collapsibleNavbar .navbar-nav li.dropdown:hover > .dropdown-menu {
        display: block;
    }
}

.footer {
    background: -webkit-linear-gradient(45deg, #222, #444);
    background: -o-linear-gradient(45deg, #222, #444);
    background: linear-gradient(45deg, #222, #444);
    padding: 35px 15px 15px;
    border-top: 1px solid rgba(204, 204, 204, 0.26);
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #adadad;
}

    .footer h5.f__title {
        font-weight: 700;
        color: #cacaca;
    }

    .footer .col {
        min-width: 211px;
    }

    .footer .footer__copy {
        text-align: center;
        border-top: 1px solid #404040;
        padding-top: 15px;
        margin-top: 15px;
    }

    .footer .footer_contact li span {
        font-weight: 700;
    }

    .footer li {
        margin-bottom: 7px;
    }

    .footer .f__title {
        font-size: 18px;
        margin-bottom: 21px;
    }

    .footer .f__subtitle {
        font-size: 18px;
        margin: 15px 0 21px;
    }

    .footer .social__media a {
        display: inline-block;
        vertical-align: top;
        width: 35px;
        height: 35px;
        line-height: 35px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        border: 1px solid;
        text-align: center;
    }

        .footer .social__media a:hover {
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
        }

.contact__left {
    padding: 51px 7px;
}

    .contact__left .row {
        background-color: #0371d0;
        color: #d5dee6;
        margin: 0;
    }

    .contact__left .footer_contact {
        padding-top: 25px;
        padding-bottom: 15px;
    }

        .contact__left .footer_contact ul li:first-child {
            margin-bottom: 15px;
        }

    .contact__left .office-bg {
        background-image: url(../img/vn.jpg);
        background-repeat: no-repeat;
        background-position: center;
        min-height: 240px;
        background-size: cover;
    }

    .contact__left .hos-bg {
        background-image: url(../img/vn.jpg);
        background-repeat: no-repeat;
        background-position: center;
        min-height: 240px;
        background-size: cover;
    }

.contact__right {
    padding: 51px 7px;
}

    .contact__right .contact__right_inner {
        background-color: #fafafa;
        border: 1px solid #ddd;
        padding: 15px;
        margin-bottom: 21px;
    }

        .contact__right .contact__right_inner h4 {
            margin-bottom: 21px;
            border-bottom: 1px solid #e6e6e6;
            padding-bottom: 15px;
            font-weight: 600;
            font-size: 21px;
        }

        .contact__right .contact__right_inner:nth-child(2) {
            margin-bottom: 0;
        }

            .contact__right .contact__right_inner:nth-child(2) a {
                font-size: 40px;
                display: inline-block;
                padding: 7px;
            }

.more-menus {
    display: none;
}

    .more-menus .dropdown-menu li {
        display: none;
    }

@media only screen and (min-width:768px) and (max-width:1199px) {
    .more-menus {
        display: block;
        float: right;
    }

        .more-menus .dropdown-menu {
            left: auto;
            right: 0;
        }

    #collapsibleNavbar .navbar-nav > li.nav1__grivnce, #collapsibleNavbar .navbar-nav > li.nav1_bm, #collapsibleNavbar .navbar-nav > li.nav1_dwnload {
        display: none;
    }

    #collapsibleNavbar .navbar-nav > li.more-menus .dropdown-menu .nav1__grivnce, #collapsibleNavbar .navbar-nav > li.more-menus .dropdown-menu .nav1_bm, #collapsibleNavbar .navbar-nav > li.more-menus .dropdown-menu .nav1_dwnload {
        display: list-item;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #collapsibleNavbar .navbar-nav > li.nav1__rr, #collapsibleNavbar .navbar-nav > li.nav1_tender {
        display: none;
    }

    #collapsibleNavbar .navbar-nav > li.more-menus .dropdown-menu .nav1__rr, #collapsibleNavbar .navbar-nav > li.more-menus .dropdown-menu .nav1_tender {
        display: list-item;
    }
}

@media only screen and (max-width:991px) {
    section.people_desc .card-deck .card {
        margin-right: 7px;
        margin-left: 7px;
    }

        section.people_desc .card-deck .card .card-body {
            padding-right: 7px;
            padding-left: 7px;
        }

    .aboutNews .col-5, .aboutNews .col-7 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }

    .aboutNews .col-7 {
        margin-bottom: 21px;
    }
}

@media only screen and (max-width:767px) {
    .contact-wrapper .col-4, .contact-wrapper .col-8 {
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }

        .contact-wrapper .col-4 .row, .contact-wrapper .col-8 .row {
            margin: 0;
        }

    .contact__left .row .col {
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }

    .seprater .sep_text {
        padding-top: 30px;
        font-size: 25px;
    }

    section.people_desc p {
        text-align: left;
    }

    section.people_desc .card-deck .card {
        min-width: 201px;
    }

        section.people_desc .card-deck .card:not(:last-child) {
            margin-bottom: 21px;
        }

    nav ul.navbar-nav > li:not(:last-child) > a {
        border: none;
        padding: 7px 15px;
        display: block;
    }

    nav ul.navbar-nav > li .dropdown-menu .dropdown-menu {
        display: block;
    }

    .top-logo .l__center {
        -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
        flex: 1.5;
    }

    body .more-menus {
        display: none !important;
    }

    .navbar-toggler {
        outline: none !important;
        border: 1px solid #4f71d3;
    }

    .navbar-toggler-icon {
        width: auto;
        height: auto;
        padding: 5px 5px 3px 5px;
        color: #4f71d3;
        line-height: 1;
    }
}

@media only screen and (max-width:570px) {
    .footer .row:last-child .col {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        text-align: center;
    }

        .footer .row:last-child .col p {
            text-align: center;
        }

    #caro__vdoevt {
        text-align: center;
    }

        #caro__vdoevt .row .col-6 {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
            flex: 1 0 100%;
            max-width: 100%;
        }

            #caro__vdoevt .row .col-6:last-child {
                margin-top: 7px;
                margin-bottom: 21px;
            }

            #caro__vdoevt .row .col-6 p {
                text-align: center;
                font-size: 14px;
            }

        #caro__vdoevt img {
            max-width: 351px;
            margin: 0 auto;
            display: block;
        }
}

@media only screen and (max-width:460px) {
    .top-logo .l__center {
        -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
        order: 999;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }

        .top-logo .l__center img {
            max-width: 251px;
        }

    .top-header .row .col:first-child {
        -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
        flex: 1.5;
        padding-right: 2px;
    }

    .top-header .row .col:last-child {
        padding-left: 3px;
    }

    .top-header a {
        font-size: 10px;
    }
}
