a:link,
a:visited {
    text-decoration: none;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

body {
    color: #111;
    font-family: 'Open Sans', sans-serif;
    font-size: .9em;
    line-height: 1.6em;
    background-color: #fff;
}

a {
    color: #252525;
}

    a:hover {
        color: #0da4eb;
    }

.input-group-text {
    color: #777;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-right: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-left: 0;
    border-color: #ced4da;
}

.input-group-text {
    background-color: #fff;
}

.input-group-md > .btn, .input-group-md > .form-control, .input-group-md > .form-select, .input-group-md > .input-group-text, .btn-group-md > .btn, .btn-md {
    padding: .375rem .75rem;
    font-size: 1.15rem;
}


.pagination > li > a, .pagination > li > span {
    margin: 0 .25rem;
    padding: 5px 10px;
    color: #555;
    outline: none;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -o-border-radius: .25rem;
    border-radius: .25rem;
}

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        background: #1A2844;
        color: #fff;
        border-color: #1A2844;
    }

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
}

hr {
    background-color: #5A5D83;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-900 {
    font-weight: 900;
}

img {
    max-width: 100%;
}

.modal-dialog.modal-fluid {
    max-width: calc(100% - 30px) !important;
}

.modal-dialog .modal-header {
    padding: .75rem 1rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.6;
}

.btnPlay {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    bottom: auto !important;
    right: auto !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .btnPlay .fas {
        position: relative;
        width: 3.125rem;
        height: 3.125rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #a61d37;
        border-radius: 50%;
        text-align: center;
        line-height: 3.125rem;
        color: #ffffff;
        z-index: 9;
    }

    .btnPlay::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        width: 80px;
        height: 80px;
        background: #a61d37;
        border-radius: 50%;
        -webkit-animation: pulse-border 1500ms ease-out infinite;
        animation: pulse-border 1500ms ease-out infinite;
        z-index: 1;
    }
/* keyframes */
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/*header=================================*/
/*headertop*/
#headerTop {
    background-color: #0c569f;
    z-index: 1021;
}

    #headerTop a.nav-link {
        color: #fff;
    }

#headerTop-left {
    position: relative;
    z-index: 1000;
}

    #headerTop-left .navbar-nav {
        position: relative;
    }

    #headerTop-left::before {
        content: "";
        top: 0px;
        bottom: 0;
        background: #fdb73d;
        position: absolute;
        display: block;
        left: -75rem;
        right: -3rem;
        -webkit-transform: skew(-20deg,0);
        -moz-transform: skew(-20deg,0);
        -ms-transform: skew(-20deg,0);
        -o-transform: skew(-20deg,0);
        z-index: 0;
    }

#headerTop-right .dropdown {
    position: relative;
    padding-right: .5rem;
}

    #headerTop-right .dropdown::after {
        position: absolute;
        right: 0;
        top: .5rem;
    }

#headerTop-right .navbar-nav {
    flex-direction: row;
}

    #headerTop-right .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

#headerTop marquee a {
    color: #fff;
}

#header #headerTop-center {
    background: url('../img/femma.jpg') repeat-x 50% 0;
    background-size: 100%;
}

.date-time-box {
    background: #f2f2f26e;
    padding: 5px;
    margin-top: 8px;
}

    .date-time-box span {
        font-style: italic;
        font-weight: 500;
    }

.orgbox {
    width: 50%;
    margin: auto;
}

.list-slyle-none {
    list-style-type: none
}

    .list-slyle-none > li {
        padding: 10px;
    }

        .list-slyle-none > li > a {
            font-size: 18px;
            font-weight: 600;
            text-transform: uppercase;
            color: #fff;
            display: block;
        }

        .list-slyle-none > li > ul {
            list-style-type: none;
            padding-left: 0;
        }

            .list-slyle-none > li > ul > li {
                padding: 10px;
            }

                .list-slyle-none > li > ul > li a {
                    display: block;
                }

                .list-slyle-none > li > ul > li > ul {
                    list-style: none;
                    padding-left: 0;
                }

                    .list-slyle-none > li > ul > li > ul > li {
                    }

                        .list-slyle-none > li > ul > li > ul > li a {
                            display: block;
                            padding: 10px;
                            border-bottom: 1px dashed #278ab6;
                        }

#search {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
  /*  padding: 1.25rem;*/
    background: rgba(0,0,0,0.8);
    width: 100%;
}

    #search .btn-close {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    #search .input-group {
        max-width: 320px;
        margin: 0 auto;
    }
/**/
#header {
    color: #fff;
    /*background-color: #f2f2f2;*/
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    z-index: 999;
}

    #header.fixed-top {
        -moz-box-shadow: 0 0 15px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
        -o-box-shadow: 0 0 15px rgba(0,0,0,0.1);
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
        transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        z-index: 999;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

.navbar-brand {
    font-size: 1em !important;
}

#header.fixed-top .navbar-brand img {
    height: 46px;
}

#navbars .nav-link, .navbar-brand {
    font-weight: 700;
    color: #1f265d;
    text-transform: uppercase;
}

    #navbars .nav-item.active .nav-link, #navbars .nav-link:hover {
        color: #ff0000;
    }

#navbars .nav-item {
    margin-right: .5rem;
    margin-left: .5rem;
}

#navbars .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: 2px solid transparent;
}

    #navbars .nav-link:hover {
        border-bottom: 2px solid #ffc107
    }

.fs-roboto {
    font-family: 'Roboto Condensed', sans-serif;
}

.navbar-brand:hover {
    color: #1A2844;
}

.navbar-brand img {
    height: 100px;
    margin: 5px 0px;
}

.navbar-brand .small {
    font-size: .70em;
}

#navbarmain .dropdown-menu {
    padding: 1.25rem
}

    #navbarmain .dropdown-menu li {
        list-style-type: none;
    }

#navbarmain .dropdown {
    position: static;
}

#navbarmain .navbar-nav {
    position: relative;
}

#navbarmain .dropdown-menu li a {
    color: #1A2844;
    padding: .25rem 0;
    display: block;
    font-weight: 500;
}

    #navbarmain .dropdown-menu li a:hover {
        padding-left: .25rem;
        color: #A61D37;
    }

#headerBottom.fixed-top {
    background: #fff;
    position: fixed !important;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    -moz-box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

    #headerBottom.fixed-top .navbar-brand img {
        height: 46px;
    }

    #headerBottom.fixed-top .navbar-brand {
        font-size: 1.15em !important;
    }

    #headerBottom.fixed-top .fs-roboto {
        line-height: normal !important;
    }
/*slide*/
.slide-img {
    position: relative;
    height: 550px;
}

    .slide-img img {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 1;
        width: 100%;
    }

.carousel-caption {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left;
    top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    z-index: 9;
}

    .carousel-caption .inner {
        padding: 1.5rem;
        background-color: rgba(26,40,68,.8);
    }

    .carousel-caption .h1, .carousel-caption .h5 {
        line-height: 150%;
    }

.carousel-indicators {
    display: none;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 99;
}
/*==================================*/
/*services*/
#services {
    margin-top: -60px;
    position: relative;
    z-index: 9;
}

    #services a {
        color: #A61D37;
    }

    #services .inner {
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
    }

        #services .inner:hover {
            box-shadow: 0 0 15px rgba(0,0,0,0.2);
            margin-top: -5px;
        }

    #services img {
        width: 44px;
    }
/**/
#tabNewsContent .hotNews {
    position: relative;
}

    #tabNewsContent .hotNews .p-3 {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        background: rgb(26,40,68);
        -moz-background: linear-gradient(0deg, rgba(26,40,68,1) 17%, rgba(26,40,68,0) 100%);
        -webkit-background: linear-gradient(0deg, rgba(26,40,68,1) 17%, rgba(26,40,68,0) 100%);
        background: linear-gradient(0deg, rgba(26,40,68,1) 17%, rgba(26,40,68,0) 100%);
    }

        #tabNewsContent .hotNews .p-3 a {
            color: #fff;
        }

#tabNews, #tabNews.nav-tabs .nav-link, #tabNews.nav-tabs .nav-link.active {
    border: none;
}

    #tabNews.nav-tabs .nav-link {
        text-transform: uppercase;
        color: #111;
        font-weight: 700;
        position: relative;
        -moz-border-radius: .25rem;
        -webkit-border-radius: .25rem;
        border-radius: .25rem;
    }

.nav-tabs .nav-item {
    margin-right: .25rem;
}

#tabNews.nav-tabs .nav-link.active, #tabNews.nav-tabs .nav-link:hover {
    color: #fff;
    background: #A61D37;
}

#tabNews.nav-tabs .nav-link::after {
    content: "";
    margin-left: 0;
}

#tabNews.nav-tabs .nav-item:last-child .nav-link::after {
    content: "";
}

.minTl {
    font-weight: 700;
    color: #083c1e !important;
    position: relative;
    text-transform: uppercase;
    font-size: 1.9em;
    margin-bottom: .5rem;
    padding: .5rem 0;
}

    .minTl::before {
        content: "";
        margin-right: .75rem;
        border-left: 3px solid #278ab6;
    }

.tlsolid {
    font-weight: 700;
    color: #A61D37;
    position: relative;
}

    .tlsolid::after {
        content: "";
        margin-left: .75rem;
        height: 1px;
        width: 150px;
        top: 1rem;
        position: absolute;
        background: #A61D37;
    }

.list-group-flush > .list-group-item {
    background: url(/img/bullet.svg) no-repeat 0 1rem;
}

.list-group-flush > .list-group-item {
    border: none;
    padding: 0;
}

#sortlinh .inner {
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#sortlinh a {
    text-decoration: none;
}

    #sortlinh a img {
        -moz-transition: transform .3s;
        -webkit-transition: transform .3s;
        transition: transform .3s;
    }

    #sortlinh a:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
/**/
#priority {
    color: #A61D37;
    font-weight: 600;
    margin: 1rem 0;
}

    #priority .icon {
        border: 1px solid #A61D37;
        width: 120px;
        height: 120px;
        padding: 2rem;
        margin: 0 auto .5rem auto;
    }

.btn-readmore {
    position: relative;
}

    .btn-readmore::after {
        font-family: "Font Awesome 5 Pro";
        content: "\f178";
        margin-left: .5rem;
        font-weight: 300;
    }
/**/
#events {
    background: url(../img/bg_event.png) no-repeat 50% 100%;
    background-size: 100% auto;
}

.cardTl {
    position: relative;
    font-size: 1.5em;
    font-weight: 700;
    color: #278ab6 !important;
    padding-bottom: 15px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

    .cardTl::before, .cardTl::after {
        position: absolute;
        content: "";
        height: 1px;
        background: #278ab6 !important;
    }

    .cardTl::before {
        width: 70px;
        bottom: 5px;
    }

    .cardTl::after {
        width: 40px;
        bottom: 0px;
    }

    .cardTl.text-center::before, .cardTl.text-center::after {
        left: 50%;
    }

    .cardTl.text-center::before {
        margin-left: -35px;
    }

    .cardTl.text-center::after {
        margin-left: -20px;
    }

    .cardTl.text-white::before, .cardTl.text-white::after {
        background: #fff;
    }
/**/
#branchs .col-md-4 {
    position: relative;
}

#branchs .inner {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

    #branchs .inner .text {
        background-color: rgba(0,0,0,0.7);
        transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        margin-right: 30px;
        margin-left: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }

    #branchs .inner a {
        color: #fff;
        font-weight: 600;
    }

    #branchs .inner .list-group-flush {
        bottom: -150%;
        opacity: 0;
        transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        height: 0;
        overflow: hidden;
    }

        #branchs .inner .list-group-flush > .list-group-item {
            padding: 0;
            background-image: url(../img/bullet-w.svg);
            background-position: 0 1rem;
            background-repeat: no-repeat;
            border: none;
            margin: 0;
        }

            #branchs .inner .list-group-flush > .list-group-item a:hover, #branchs .inner .list-group-flush > .list-group-item a {
                border: none;
                padding: .25rem 1rem;
            }

                #branchs .inner .list-group-flush > .list-group-item a:hover {
                    color: #A61D37;
                }

.list-group-flush > .list-group-item a {
    display: block;
    color: #222;
    padding: .5rem;
    position: relative;
}

.widget .list-group-flush > .list-group-item a {
}

    .widget .list-group-flush > .list-group-item a:hover {
        color: #A61D37;
    }

.list-group-flush.list-group-sub > .list-group-item a:hover {
    border-bottom: 2px solid transparent;
    color: #A61D37;
}

.list-group-flush > .list-group-item a[aria-expanded="false"]::after, .list-group-flush > .list-group-item a[aria-expanded="true"]::after {
    position: absolute;
    right: .5rem;
    top: .5rem;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}

.list-group-flush > .list-group-item a[aria-expanded="false"]::after {
    content: "\f078";
}

.list-group-flush > .list-group-item a[aria-expanded="true"]::after {
    content: "\f077";
}

.list-group-flush > .list-group-item a[aria-expanded="true"] {
    background: #fff;
    border-bottom: 2px solid #A61D37;
}

#branchs .inner:hover {
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
}

    #branchs .inner:hover .list-group-flush {
        opacity: 1;
        height: auto;
    }

#branchs .inner .tl {
    text-align: center;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

#branchs .inner:hover .tl {
    text-align: left;
}

#branchs .inner:hover .text {
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
}
/**/
#history-list {
    color: #A61D37;
}

#tabHistory {
    border: none;
    height: 160px;
    background: url(../img/dash.png) repeat-x 50% 80px;
}

#history-list .rounded {
    border-width: 1px;
    border-style: solid;
}

#tabHistory.nav-tabs .nav-item.show .nav-link, #tabHistory.nav-tabs .nav-link.active, #tabHistory.nav-tabs .nav-link {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    margin: 0 auto;
    padding: 0 .75rem;
    font-weight: bold;
    line-height: 44px;
    color: #1A2844;
    background: #eee;
    width: auto;
    display: inline-block;
}

    #tabHistory.nav-tabs .nav-link.active {
        color: #fff;
        background: #A61D37;
    }

#tabHistory.nav-tabs .nav-item:nth-child(2n+1) .nav-link {
    margin-bottom: 80px;
}

#tabHistory.nav-tabs .nav-item:nth-child(2n) .nav-link {
    margin-top: 106px;
}

#tabHistory.nav-tabs .nav-link {
    position: relative;
}

    #tabHistory.nav-tabs .nav-link::before, #tabHistory.nav-tabs .nav-link::after {
        content: "";
        position: absolute;
        left: 50%;
    }

    #tabHistory.nav-tabs .nav-link::before {
        height: 26px;
        width: 1px;
        margin-left: 0;
        border-right: 1px dashed #000;
    }

    #tabHistory.nav-tabs .nav-link::after {
        height: 16px;
        width: 16px;
        margin-left: -8px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #000;
        background: #fff;
    }

    #tabHistory.nav-tabs .nav-link.active::after {
        background: #A61D37;
        border-color: #A61D37;
    }

#tabHistory.nav-tabs .nav-item:nth-child(2n+1) .nav-link::before {
    top: 44px;
}

#tabHistory.nav-tabs .nav-item:nth-child(2n+1) .nav-link::after {
    top: 72px;
}

#tabHistory.nav-tabs .nav-item:nth-child(2n) .nav-link::before {
    bottom: 44px;
}

#tabHistory.nav-tabs .nav-item:nth-child(2n) .nav-link::after {
    bottom: 62px;
}

/**/
#lightfancybox.bg {
    background: url(../img/bg_khuonvien.png) no-repeat 50% 100%;
    background-size: cover;
}
/**/

/**/

.slider {
    max-width: 860px;
    margin: 0 auto;
}

.slick-slide {
    margin: 0px 00px;
}

    .slick-slide img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
    width: 100px;
}

.slider-nav .slick-arrow {
    display: none !important;
}

.slick-slide .thumb {
    margin: 20px;
}

.slick-center .thumb {
    margin: 0;
}
/*footer================*/
#footer {
    color: #fff;
}

    #footer .footer-bg {
        background: #334f3f;
    }

footer {
    background-color: #f2f2f2;
}

    footer, footer a {
        color: #222;
    }

        footer ul {
            padding: 0 0 0 1rem;
            margin: 0;
        }

            footer ul li {
                margin-bottom: .35rem;
            }

        footer a {
            color: #fff;
        }

            footer a:hover {
                color: #F0153F;
                margin-left: .25rem;
            }

#footer h6 {
    margin-top: 10px;
}

#footer .box-contact {
    bottom: 0;
}

 
#footer .footer-menu {
    background: #083c1e;
}

    #footer .footer-menu ul {
        list-style: none;
        display: inline-flex;
        padding: 10px 15px;
    }

        #footer .footer-menu ul li {
            margin-bottom: 0;
        }

            #footer .footer-menu ul li a {
                padding: 10px 25px 10px 0px;
            }

#footerBt {
    height: 3.6875rem;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 3.6875rem;
    overflow: hidden;
    margin-top: -.75rem;
}

.copyright {
    line-height: 3.6875rem;
}

.ftBt-left {
    background-color: #1A2844;
    margin-top: .5rem;
    position: relative;
}

    .ftBt-left::before {
        content: "";
        position: absolute;
        left: auto;
        right: 100%;
        width: 60rem;
        height: 75px;
        background: #1A2844;
        bottom: 0;
        top: 0rem;
    }

.ftBt-right {
    position: relative;
    background: #A61D37;
    margin-top: -1rem;
    padding-top: 1rem;
}

    .ftBt-right::before {
        content: "";
        width: 0;
        height: 0;
        border-bottom: 75px solid #A61D37;
        border-left: 30px solid transparent;
        position: absolute;
        right: 100%;
        bottom: 0;
    }

    .ftBt-right::after {
        content: "";
        position: absolute;
        left: 100%;
        right: auto;
        width: 60rem;
        height: 75px;
        background: #A61D37;
        bottom: 0;
    }
/*
#footer .ftBt-right::before {
	content: "";
	position: absolute;
	top: 1.4375rem;
	bottom: 0;
	height: 4.5rem;
	background: #A61D37;
	left: 0;
	right: -60rem;
	transform: translateY(-50%) skew(-15deg,0);
	-webkit-transform: translateY(-50%) skew(-15deg,0);
	-moz-transform: translateY(-50%) skew(-15deg,0);
	-ms-transform: translateY(-50%) skew(-15deg,0);
	-o-transform: translateY(-50%) skew(-15deg,0);
  
  }
  */
.social-link {
    position: relative;
}

    .social-link i {
        width: 44px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        background: #fff;
        color: #A61D37;
        font-size: 1.5em;
    }


/**/

#banner .inner, #branchs .col-md-4, #listBranchs .inner, #student-int .img {
    position: relative;
}

#banner .inner, #branchs .col-md-4 {
    height: 400px;
}

    #banner .inner img, #branchs .col-md-4 img, #listBranchs .inner img, #student-int .img img {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        -moz-object-fit: cover;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 9;
        width: 100%;
    }

.list-group.list-group-border .list-group-item {
    margin-bottom: .25rem;
    border: 1px solid #A61D37;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    padding: 0;
}

    .list-group.list-group-border .list-group-item a {
        color: #111;
        font-weight: 600;
        display: block;
        padding: .5rem 1rem;
    }

        .list-group.list-group-border .list-group-item a:hover {
            color: #fff;
            background: #A61D37;
        }
/**/
#listBranchs .text, #listNews .inner.news-first .text {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 1rem 1rem;
    z-index: 99;
    background: rgb(26,40,68);
    -moz-background: linear-gradient(0deg, rgba(26,40,68,1) 17%, rgba(26,40,68,0) 100%);
    -webkit-background: linear-gradient(0deg, rgba(26,40,68,1) 17%, rgba(26,40,68,0) 100%);
    background: linear-gradient(0deg, rgba(26,40,68,1) 17%, rgba(26,40,68,0) 100%);
}

    #listBranchs .text a {
        color: #fff;
    }

#listBranchs .inner {
    height: 300px;
}

#listIcon-other .icon {
    display: inline-block;
    background: #DDDFE3;
}

#tabBranchs.nav-tabs {
    border: none;
    text-align: center;
}

    #tabBranchs.nav-tabs .nav-item {
        margin: .25rem;
    }

    #tabBranchs.nav-tabs .nav-link {
        border: 1px solid #A61D37;
        color: #A61D37;
        -moz-border-radius: .25rem;
        -webkit-border-radius: .25rem;
        border-radius: .25rem
    }

        #tabBranchs.nav-tabs .nav-link.active {
            background: #A61D37;
            color: #fff;
        }
/**/
#recruit {
    background: url(../img/bg_form-tuyensinh.png) no-repeat 50% 50%;
}

#bgForm {
    background: url(../img/bg_login.png) no-repeat 50% 50%;
}
/**/
#listNews .inner {
    position: relative;
}

    #listNews .inner h2 {
        line-height: normal;
        font-weight: bold;
    }

    #listNews .inner.news-first h2 a {
        color: #fff;
        font-weight: 700;
    }

    #listNews .inner.news-first h2 {
        font-size: 1.75em;
    }

    #listNews .inner h2 a {
        color: #1A2844;
    }

    #listNews .inner h2 {
        font-size: 1.25em;
    }

#browseNews .item {
    display: flex;
}

#browseNews .thumb {
    flex: 0 0 240px;
}
/**/
#link {
    background: url(../img/bg-color.png) repeat-x 50% 100px;
}
/**/
#student-int .img {
    height: 450px;
    margin-left: -15px;
    margin-right: -15px;
}

#student-int .icon {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    background: #fff;
}
/**/
.article-list {
    counter-reset: section;
}

    .article-list .article-item {
        display: flex;
        flex-direction: row-reverse;
        border-bottom: 1px solid #eee;
        padding-bottom: .75rem;
        margin-bottom: .75rem;
    }

        .article-list .article-item:last-child {
            border: none;
        }

        .article-list .article-item .article-thumb {
            flex: 0 0 120px;
            margin-left: 15px;
        }

        .article-list .article-item:first-child {
            flex-direction: column;
        }

            .article-list .article-item:first-child .article-thumb {
                flex: 0 0 100%;
                margin: 0;
            }

    .article-list .article-title {
        position: relative;
        padding-left: 20px;
        margin-top: .5rem;
    }
/*.article-list .article-title::before {

	counter-increment: section;
	content: counter(section) ".";
  
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    color: #a0a4a8;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    font-family: 'Times New Roman', Times, serif;

}*/
/*council*/
#council {
    background: url(../img/bg_trongdong.png) no-repeat 50% 0;
}

.council-tl {
    text-align: center;
}

    .council-tl span {
        background-color: #A61D37;
        position: relative;
        display: inline-block;
        padding: .5rem 5rem;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
    }

        .council-tl span::before, .council-tl span::after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
        }

        .council-tl span::after {
            right: 0;
            border-right: 20px solid #fff;
        }

        .council-tl span::before {
            left: 0;
            border-left: 20px solid #fff;
        }
/*owl-carousel*/

.owl-carousel, .listPartner {
}

    .owl-carousel.owl-loaded, .listPartner.owl-loaded {
        display: block;
        position: relative;
        overflow: hidden
    }

    .owl-carousel .owl-stage-outer, .listPartner .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -moz-transform: translate3d(0px,0,0);
        -webkit-transform: translate3d(0px,0,0);
        transform: translate3d(0px,0,0);
    }

    .owl-carousel .owl-item, .listPartner .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel .item, .listPartner .item {
        padding: 0 10px;
    }

        .owl-carousel .item .inner, .listPartner .item .inner {
            background: #fff;
        }

.owl-theme .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.owl-prev, .owl-next {
    top: 00px;
    width: 40px;
    height: 40px;
    position: absolute;
    text-indent: -1000em;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

.owl-prev {
    left: -40px;
}

.owl-next {
    right: -40px;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

    .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        background: #ccc;
        margin: 0 .25rem;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%
    }

        .owl-dots .owl-dot.active {
            background: #A61D37
        }
/**/
#lightfancybox .row .inner {
    position: relative;
}

    #lightfancybox .row .inner a {
        position: absolute;
        display: block;
        text-align: center;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
/**/
.contact-fix-bottom {
    position: fixed;
    right: .5rem;
    bottom: .5rem;
    z-index: 9999;
}

    .contact-fix-bottom .contact-fix-icon {
        padding: .35rem;
        color: #555;
        background: #fff;
        margin-bottom: .25rem;
    }

    .contact-fix-bottom .icon-box {
        flex: 0 0 40px;
        margin-right: .35rem;
    }

        .contact-fix-bottom .icon-box .fas {
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            border: 1px solid #ccc;
        }

    .contact-fix-bottom .contact-info {
        line-height: normal;
    }




.modal-header .close, .btn-close {
    position: absolute;
    right: 10px;
    margin: 0;
}

.modal .modal-header {
    justify-content: flex-start;
}

/**/
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .dropdown-menu {
        left: auto !important;
    }

        .nav-item .dropdown-menu a {
            cursor: pointer;
        }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}
/* ============ small devices .end// ============ */
@media screen and (max-width: 767px) {

    .orgbox {
        width: 100%;
    }

    .nav-tabs-responsive > li {
        display: none;
        width: 23%;
    }


        .nav-tabs-responsive > li > a {
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            word-wrap: normal;
            width: 100%;
            text-align: center;
            vertical-align: top;
        }


        .nav-tabs-responsive > li.active {
            width: 54%;
        }


            .nav-tabs-responsive > li.active:first-child {
                margin-left: 23%;
            }


        .nav-tabs-responsive > li.active, .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
            display: block;
        }

        .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }

            .nav-tabs-responsive > li.next > a, .nav-tabs-responsive > li.prev > a {
                -webkit-transition: none;
                transition: none;
            }

                .nav-tabs-responsive > li.next > a .text, .nav-tabs-responsive > li.prev > a .text {
                    display: none;
                }

                .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.prev > a:after, .nav-tabs-responsive > li.prev > a:after {
                    position: relative;
                    top: 1px;
                    display: inline-block;
                    font-family: "Font Awesome 5 Pro";
                    font-style: normal;
                    font-weight: 400;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }



                .nav-tabs-responsive > li.prev > a:after {
                    content: "\f053";
                }

                .nav-tabs-responsive > li.next > a:after {
                    content: "\f054";
                }

        .nav-tabs-responsive > li.dropdown > a > .caret {
            display: none;
        }

        .nav-tabs-responsive > li.dropdown > a:after {
            content: "\e114";
        }

        .nav-tabs-responsive > li.dropdown.active > a:after {
            display: none;
        }

        .nav-tabs-responsive > li.dropdown.active > a > .caret {
            display: inline-block;
        }

        .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left {
            left: 0;
            right: auto;
        }

        .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center {
            right: auto;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }


        .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right {
            left: auto;
            right: 0;
        }
}



.content-info {
    padding: 20px;
}

.info-education {
    background: #FFF;
}

.course-content {
    background-color: #2d3e50;
    padding: 80px 0px;
}

.content-info h2 {
    margin-top: 0px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.45;
}

    .content-info h2 strong, .title-course h2 strong {
        font-weight: 700;
    }

ul.item {
    margin-top: 50px;
    margin: 0px !important;
    padding: 0px !important;
}

    ul.item li {
        width: 50%;
        float: left;
        margin-bottom: 25px;
        list-style-type: none;
        color: #34495E;
    }

        ul.item li .icon {
            width: 10%;
            float: left;
            font-size: 30px;
        }

.content {
    width: 80%;
    margin: 0px 5%;
    float: right;
    text-align: left;
}

    .content h3 {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.6;
        margin: 0px 0px 10px 0px;
        color: #222;
        text-transform: uppercase;
    }

        .content h3:after {
            display: block;
            width: 30px;
            margin-top: 10px;
            margin-bottom: 15px;
            border-top: 1px solid #ddd;
            content: '';
        }

.register-course {
    background: #0c569f;
}

input.btn.btn-primary.btn-lg {
    border-radius: 0px;
}

h2.register-course {
    margin-bottom: 0;
    margin-top: 0px;
    padding: 20px 0px 20px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.15);
    text-transform: uppercase;
}

    h2.register-course i {
        margin-right: 10px;
        font-size: 20px;
    }

.title-course h2 {
    margin-top: 0;
    font-size: 34px;
    font-weight: 300;
    color: #278ab6 !important;
    margin-top: 15px;
}

.title-course:before {
    border-left: 4px solid #278ab6 !important;
}

.title-course:after {
    display: block;
    width: 200px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    content: '';
}

.content-course .entry-media {
    float: right;
    width: 250px;
}

.content-course .entry-main {
    position: relative;
    border-top: 2px solid #3b99d7;
    cursor: default;
    transition: all 0.3s;
}

/*.content-course .entry-main {
	padding: 20px 280px 0px 0px;
}*/

.content-course .entry-autor {
    padding-right: 10px;
}

.entry-main .entry-meta i {
    margin-right: 5px;
}

.content-course .entry-date {
    padding-left: 10px;
    border-left: 1px solid #888;
}

.ui-title-inner {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    color: #222;
    margin-top: 0px !important;
}

    .ui-title-inner:after {
        display: block;
        //width: 30px;
        margin-top: 5px;
        margin-bottom: 10px;
        border-top: 1px solid #ddd;
        content: '';
    }

.content-course .entry-thumbnail {
    text-align: center;
}

.content-course .entry-hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.3s;
    text-align: center;
    z-index: 100;
}

.content-course .btn-primary:hover {
    border-color: transparent !important;
}

.content-course .item-course:hover .entry-hover {
    opacity: 1;
}

.content-course .entry-media {
    float: right;
    width: 250px;
    position: relative;
}

.content-course a.post-btn.title-product.small-btn-3 {
    margin-right: auto;
    margin-left: auto;
    padding: 8px 17px;
    border-radius: 0px;
    top: calc(50% - 40px) !important;
    z-index: 1000;
}

.content-course .item-course, .content-blog .item-blog {
    margin-bottom: 15px;
}

.content-course .post-btn:hover, .item-blog .post-btn:hover {
    background: red;
    color: #FFF;
}

.item-blog .entry-media {
    width: 100%;
    padding: 0px;
}

.item-blog .entry-main {
    padding: 20px;
    position: relative;
    border-top: 2px solid #3b99d7;
    cursor: default;
    transition: all 0.3s;
    background: #f7f7f7;
}

.item-blog .entry-links i {
    margin-right: 10px;
    font-size: 16px;
    color: #ac33c5;
    vertical-align: text-top;
}

.item-blog .entry-title {
    margin-top: 10px;
    margin-bottom: 15px;
}

.item-blog .post-btn {
    margin-top: 15px;
    border-radius: 0px;
}

a.title-product:hover {
    border-color: transparent !important;
}

a.title-product {
    width: 100%;
    padding: 10px 0 10px;
    font-size: 17px;
    font-weight: 700;
    background-color: #e84c3d !important;
    display: block;
    text-align: center;
    color: #fff;
    box-shadow: 0 4px 0 0 #0c569f;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    a.title-product:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 50%;
        opacity: 0;
        z-index: -1;
        content: '';
        transition: all 0.3s ease 0s;
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        background-color: #0c569f !important;
    }

    a.title-product:hover:after {
        height: 350%;
        opacity: 1;
    }

    a.title-product.small-btn-3, a.title-product.small-btn-4 {
        margin-top: 20px;
        display: block;
        font-size: 13px;
        text-align: center;
        padding: 8px 10px;
        background: #0c569f !important;
        width: 40%;
    }

        a.title-product.small-btn-3:hover:after, a.title-product.small-btn-4:hover:after {
            height: 230%;
            opacity: 1;
        }

        a.title-product.small-btn-3:hover:after {
            height: 180%;
            opacity: 1;
        }

@media (min-width: 1200px) {
    .item-blog .entry-content {
        height: 80px;
    }
}

.blog-list-articles {
    margin-top: 20px;
}

.relate-article {
    background: #f6f6f6;
    padding: 20px;
}

    .relate-article h3 {
        margin: 10px 0 15px 0;
        font-size: 23px;
        text-transform: uppercase;
    }

    .relate-article ul li {
        padding: 5px;
        list-style: inside;
    }

.article-desc {
    display: block;
    float: left;
    width: calc(62% - 15px);
}

.header-logo_img.logo_mobile {
    display: none !important;
}

@media (max-width: 767px) {
    .header-mid .col-xs-2 {
        padding: 0 0 0 8px !important;
    }

    .header-logo_img {
        display: none !important;
    }

        .header-logo_img.logo_mobile {
            display: block !important;
        }

    header {
        padding-bottom: 0;
    }

    .course-content {
        padding-top: 0px;
    }
}

.rnbg-blue {
    background-color: #0c569f;
}

.accordion-button {
    font-weight: bold !important;
    color: #34495E;
}

.mgt20 {
    margin-top: 20px !important;
}

.rnsendform .row {
    margin-top: 10px !important;
}

.rnsendform label {
    font-weight: 650;
}

.rnbold {
    font-weight: bold;
}

.entry-thumbnail img {
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    .entry-thumbnail img {
        max-height: 240px;
        width: 100%;
        min-height: 240px;
        overflow: hidden;
        object-fit: cover;
    }

    .content-blog h3.entry-title {
        /*        min-height: 80px;
        max-height: 80px;*/
        overflow: hidden;
    }
}

@media screen and (max-width: 992px) {
    .content-course .entry-media {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .content-course .entry-main {
        padding: 5px !important;
    }

    .content-info h2 strong, .title-course h2 strong {
        font-size: 19px;
    }
}

@media screen and (max-width: 768px) {
    .content-info {
        padding: 0px;
    }

        .content-info h2 {
            font-size: 18px;
            text-align: center;
            margin-top: 20px;
        }

    ul.item li .icon {
        width: 10%;
    }

    .title-course h2 {
        font-size: 28px;
        margin-top: 20px;
    }

    h3.entry-title {
        margin-top: 10px;
    }

    ul.item li {
        width: 100% !important;
    }
}

#navbarmain .btn-close {
    filter: invert(48%) sepia(79%) saturate(100%) hue-rotate(354deg) brightness(152%) contrast(119%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
     background-size: 50%, 100%;
    border-radius: 50%;
    /* border: 1px solid black; */
    background-color: #083d1f;
}

.rnartdesc table {
    width: 100%;
    margin-bottom: 20px;
}

    .rnartdesc table td, .rnartdesc table th {
        border: 1px solid #ccc !important;
        padding: 5px;
    }

        .rnartdesc table td p {
            margin: 0 !important;
        }

.newsCare {
    margin-bottom: 30px;
}

.hdCare {
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

    .hdCare h3 {
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        color: #085479;
        font-size: 28px;
        padding-bottom: 5px;
        margin: 0;
        float: left;
        border-bottom: 1px solid #085479;
    }

        .hdCare h3 a {
            color: #083c1e;
        }

            .hdCare h3 a:hover {
                color: #fbce2d;
            }

.pwrap {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

    .pwrap h2, .newsGrid h2 {
        font-size: 100%;
        font-weight: bold;
        margin: 10px 0;
    }

.post-meta {
    font-size: 90%;
    color: #777;
}

    .post-meta span {
        color: #d50000;
    }

.post-entry {
    margin-top: 5px;
}

.pwrap .post-thumb {
    float: left;
    /*margin: 0 15px 0 0;
    max-width: 260px;*/
}

h1.tits {
    line-height: 28px;
    font-size: 23px;
}

.mgb10 {
    margin-bottom: 10px;
}

.tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

    /*We will use ::before and ::after to draw the connectors*/

    .tree li::before, .tree li::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 1px solid #ccc;
        width: 50%;
        height: 20px;
    }

    .tree li::after {
        right: auto;
        left: 50%;
        border-left: 1px solid #ccc;
    }

    /*We need to remove left-right connectors from elements without 
any siblings*/
    .tree li:only-child::after, .tree li:only-child::before {
        display: none;
    }

    /*Remove space from the top of single children*/
    .tree li:only-child {
        padding-top: 0;
    }

    /*Remove left connector from first child and 
right connector from last child*/
    .tree li:first-child::before, .tree li:last-child::after {
        border: 0 none;
    }
    /*Adding back the vertical connector to the last nodes*/
    .tree li:last-child::before {
        border-right: 1px solid #ccc;
        border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
    }

    .tree li:first-child::after {
        border-radius: 5px 0 0 0;
        -webkit-border-radius: 5px 0 0 0;
        -moz-border-radius: 5px 0 0 0;
    }

/*Time to add downward connectors from parents*/
.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
}

.tree li a {
    border: 1px solid #ccc;
    background-color: #F2edbe;
    padding: 5px 10px;
    text-decoration: none;
    color: #222;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    width: 80px !important;
    font-weight: bold;
}

    .tree li a.lv3 {
        height: 220px !important;
    }

    .tree li a.elv2 {
        font-weight: normal;
        width: 105px !important;
    }

    .tree li a.elv3 {
        font-weight: normal;
        width: 90px !important;
        height: 150px;
        font-size: 11px;
    }
    /*Time for some hover effects*/
    /*We will apply the hover effect the the lineage of the element also*/
    .tree li a:hover, .tree li a:hover + ul li a {
        background: #c8e4f8;
        color: #000;
        border: 1px solid #94a0b4;
    }
        /*Connector styles on hover*/
        .tree li a:hover + ul li::after,
        .tree li a:hover + ul li::before,
        .tree li a:hover + ul::before,
        .tree li a:hover + ul ul::before {
            border-color: #94a0b4;
        }
/*mobile*/
.vtree, .vtree ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .vtree ul {
        margin-left: 1em;
        position: relative
    }

        .vtree ul ul {
            margin-left: .5em
        }

        .vtree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid
        }

    .vtree li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        color: #369;
        font-weight: 700;
        position: relative
    }

    .vtree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0
    }

    .vtree ul li:last-child:before {
        background: #fff;
        height: auto;
        top: 1em;
        bottom: 0
    }

.indicator {
    margin-right: 5px;
}

.vtree li a {
    text-decoration: none;
    color: #369;
}

.vtree li button, .vtree li button:active, .vtree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

.new-slides .imgbox {
    position: relative;
}

.new-slides .content-box {
    bottom: 0;
    position: absolute;
    background: #083d1fb3;
    color: #fff;
    display: block;
    width: 100%;
    padding: 5px 10px;
}

    .new-slides .content-box h2 {
        font-size: 18px;
    }

        .new-slides .content-box h2 a {
            color: #fff;
        }

.new-slides .slick-prev {
    z-index: 999;
    color: #fff;
}

    .new-slides .slick-prev:before, .new-slides .slick-next:before {
        color: #fff;
    }

.top-hot-new .top-hot-new-tit {
    background: #083d1f;
    padding: 5px 5px;
    margin-bottom: 10px;
}

    .top-hot-new .top-hot-new-tit h6 {
        margin-bottom: 0;
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 5px 13px;
    }

.top-hot-new .list-news-top {
    padding-left: 15px;
}


    .top-hot-new .list-news-top li {
        font-size: 14px;
        line-height: 18px;
    }

        .top-hot-new .list-news-top li h4 {
            line-height: 1.4em;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 14px;
        }

            .top-hot-new .list-news-top li h4 a {
            }

#rnnews3 a img {
    object-fit: cover;
}
